-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved nether_portal, crimson/warped stem +hyphae, crimson/warped n…
…ylium, clay, barrel, iron_block, gold_block; added crimson_roots, big_dripleaf
- Loading branch information
Showing
145 changed files
with
404 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -336,8 +336,24 @@ jobs: | |
uses: actions/download-artifact@v2 | ||
with: | ||
name: Textureless-LabPbr-32x | ||
- run: mv 'Textureless-LabPbr-32x.zip' 'Textureless-LabPbr-32x-v${{ github.event.inputs.version }}.zip' | ||
- name: Upload LabPbr 32x | ||
run: | | ||
curl -X POST \ | ||
-F 'metadata={changelog: "Release ${{github.event.inputs.version}}", changelogType: "text", releaseType: "release", displayName: "LabPBR 32x", gameVersions: [8203]}' \ | ||
-F '[email protected]' 'https://minecraft.curseforge.com/api/projects/469686/upload-file?token=${{secrets.CF_API_TOKEN}}' | ||
-F 'metadata={changelog: "Release ${{github.event.inputs.version}}", changelogType: "text", releaseType: "release", displayName: "LabPBR 32x v${{ github.event.inputs.version }}", gameVersions: [8203]}' \ | ||
-F 'file=@Textureless-LabPbr-32x-v${{ github.event.inputs.version }}.zip' 'https://minecraft.curseforge.com/api/projects/469686/upload-file?token=${{secrets.CF_API_TOKEN}}' | ||
Upload-Models-CurseForge: | ||
runs-on: ubuntu-latest | ||
needs: Create-Release | ||
steps: | ||
- name: Download LabPbr Models 32x | ||
uses: actions/download-artifact@v2 | ||
with: | ||
name: Textureless-Models-LabPbr-32x | ||
- run: mv 'Textureless-Models-LabPbr-32x.zip' 'Textureless-Models-LabPbr-32x-v${{ github.event.inputs.version }}.zip' | ||
- name: Upload LabPbr Models 32x | ||
run: | | ||
curl -X POST \ | ||
-F 'metadata={changelog: "Release ${{github.event.inputs.version}}", changelogType: "text", releaseType: "release", displayName: "LabPBR 32x v${{ github.event.inputs.version }}", gameVersions: [8203]}' \ | ||
-F 'file=@Textureless-Models-LabPbr-32x-v${{ github.event.inputs.version }}.zip' 'https://minecraft.curseforge.com/api/projects/582743/upload-file?token=${{secrets.CF_API_TOKEN}}' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions
36
src-models/assets/minecraft/blockstates/crimson_roots.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"variants": { | ||
"": [ | ||
{ | ||
"model": "block/crimson_roots" | ||
}, | ||
{ | ||
"model": "block/crimson_roots", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "block/crimson_roots", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "block/crimson_roots", | ||
"y": 270 | ||
}, | ||
{ | ||
"model": "block/crimson_roots2" | ||
}, | ||
{ | ||
"model": "block/crimson_roots2", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "block/crimson_roots2", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "block/crimson_roots2", | ||
"y": 270 | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "block/template_grass1", | ||
"textures": { | ||
"grass": "block/crimson_roots", | ||
"particle": "block/crimson_roots_inventory" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "block/template_grass2", | ||
"textures": { | ||
"grass": "block/crimson_roots", | ||
"particle": "block/crimson_roots_inventory" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
publish-item: true | ||
height: | ||
scale: 0.4 | ||
edge-fade-x: 1 | ||
edge-fade-y: 1 | ||
normal: | ||
method: sobel-low | ||
strength: 1 | ||
occlusion: | ||
step-distance: 0.1 | ||
z-bias: 1 | ||
z-scale: 4 | ||
f0: | ||
value: 0.053 | ||
ctm: | ||
method: of-repeat | ||
width: 6 | ||
height: 6 | ||
match-tiles: clay | ||
placeholder: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
publish-item: true | ||
height: | ||
shift: -0.14 | ||
scale: 0.4 | ||
edge-fade-x: 2 | ||
edge-fade-y: 2 | ||
normal: | ||
noise: 5 | ||
method: sobel3 | ||
strength: 0.6 | ||
occlusion: | ||
step-distance: 0.1 | ||
z-bias: 1 | ||
z-scale: 5 | ||
smooth: | ||
shift: 0.15 | ||
scale: 0.7 | ||
ctm: | ||
method: of-repeat | ||
width: 8 | ||
height: 8 | ||
match-tiles: crimson_nylium | ||
placeholder: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
wrap-x: false | ||
wrap-y: false | ||
model: cross_mirrored | ||
blend-mode: cutout | ||
height: | ||
texture: opacity.png | ||
scale: 0.05 | ||
edge-fade-x: 0.01 | ||
edge-fade-y: 0.01 | ||
normal: | ||
noise: 3 | ||
method: sobel5 | ||
occlusion: | ||
scale: 0.6 | ||
step-distance: 0.15 | ||
z-bias: 0.2 | ||
f0: | ||
value: 0.03 | ||
ctm: {} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
wrap-x: false | ||
wrap-y: false | ||
model: cross_mirrored | ||
blend-mode: cutout | ||
height: | ||
texture: opacity.png | ||
scale: 0.05 | ||
edge-fade-x: 0.01 | ||
edge-fade-y: 0.01 | ||
normal: | ||
noise: 3 | ||
method: sobel5 | ||
occlusion: | ||
scale: 0.6 | ||
step-distance: 0.15 | ||
z-bias: 0.2 | ||
f0: | ||
value: 0.03 | ||
ctm: {} |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
src/assets/minecraft/optifine/ctm/crimson_roots/crimson_roots.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
matchTiles=crimson_roots | ||
method=random | ||
symmetry=opposite | ||
tiles=textures/block/crimson_roots 2-3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
publish-item: true | ||
height: | ||
shift: -0.25 | ||
scale: 0.16 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
publish-item: true | ||
height: | ||
shift: -0.25 | ||
scale: 0.16 | ||
|
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
publish-item: true | ||
blend-mode: cutout | ||
height: | ||
shift: -0.14 | ||
scale: 0.4 | ||
edge-fade-x: 2 | ||
edge-fade-y: 2 | ||
normal: | ||
noise: 5 | ||
method: sobel3 | ||
strength: 0.6 | ||
occlusion: | ||
step-distance: 0.1 | ||
z-bias: 1 | ||
z-scale: 5 | ||
smooth: | ||
shift: 0.15 | ||
scale: 0.7 | ||
ctm: | ||
method: of-repeat | ||
width: 8 | ||
height: 8 | ||
match-tiles: warped_nylium | ||
placeholder: true |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+276 Bytes
(230%)
src/assets/minecraft/textures/block/barrel_bottom/height.png
Oops, something went wrong.
33 changes: 17 additions & 16 deletions
33
src/assets/minecraft/textures/block/barrel_bottom/mat.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
alpha: | ||
publish-item: true | ||
wrap-x: true | ||
wrap-y: true | ||
opacity: | ||
value: 255 | ||
albedo: | ||
value-red: 138 | ||
value-green: 102 | ||
value-blue: 58 | ||
height: | ||
scale: 0.8 | ||
normal: | ||
strength: 0.5 | ||
curve-x: 20 | ||
curve-y: 20 | ||
filter: sobel-high | ||
noise: 4 | ||
curve-x: 90 | ||
curve-y: 90 | ||
radius-x: 0.16 | ||
radius-y: 0.16 | ||
method: sobel-low | ||
strength: 4 | ||
occlusion: | ||
z-bias: 1 | ||
z-scale: 2 | ||
step-distance: 0.2 | ||
step-distance: 0.1 | ||
z-bias: 0.6 | ||
z-scale: 6 | ||
smooth: | ||
value: 0.08 | ||
value: 0.043 | ||
f0: | ||
value: 0.04 | ||
porosity: | ||
value: 0.59 | ||
create-inventory: true | ||
wrap-x: false | ||
value: 0.9 | ||
ctm: {} |
Oops, something went wrong.
Binary file modified
BIN
+397 Bytes
(240%)
src/assets/minecraft/textures/block/barrel_bottom/occlusion.png
Oops, something went wrong.
Binary file modified
BIN
-177 Bytes
(87%)
src/assets/minecraft/textures/block/barrel_side/albedo.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
publish-inventory: true | ||
publish-item: true | ||
wrap-x: false | ||
wrap-y: false | ||
opacity: | ||
value: 255 | ||
height: | ||
shift: -0.08 | ||
edge-fade-x: 0.4 | ||
edge-fade-y: 0.4 | ||
shift: -0.12 | ||
scale: 0.5 | ||
edge-fade-x: 0.5 | ||
edge-fade-y: 0.5 | ||
normal: | ||
noise: 1 | ||
curve-x: 90 | ||
curve-y: 90 | ||
radius-x: 0.4 | ||
radius-y: 0.16 | ||
method: sobel-low | ||
strength: 4 | ||
occlusion: | ||
step-distance: 0.2 | ||
step-distance: 0.1 | ||
z-bias: 1 | ||
z-scale: 3 | ||
z-scale: 6 | ||
ctm: {} |
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+36 Bytes
(110%)
src/assets/minecraft/textures/block/barrel_side/occlusion.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
src/assets/minecraft/textures/block/barrel_side/porosity.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
publish-inventory: true | ||
wrap-x: false | ||
wrap-y: false | ||
alpha: | ||
publish-item: true | ||
wrap-x: true | ||
wrap-y: true | ||
opacity: | ||
value: 255 | ||
height: | ||
scale: 0.6 | ||
scale: 0.8 | ||
normal: | ||
noise: 4 | ||
curve-x: 90 | ||
curve-y: 90 | ||
radius-x: 0.16 | ||
radius-y: 0.16 | ||
method: sobel-low | ||
curve-x: 20 | ||
curve-y: 20 | ||
strength: 4 | ||
occlusion: | ||
step-distance: 0.2 | ||
z-bias: 1 | ||
z-scale: 3 | ||
step-distance: 0.1 | ||
z-bias: 0.6 | ||
z-scale: 6 | ||
ctm: {} |
Oops, something went wrong.
Binary file modified
BIN
-74 Bytes
(90%)
src/assets/minecraft/textures/block/barrel_top/occlusion.png
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
src/assets/minecraft/textures/block/barrel_top_open/height.png
Oops, something went wrong.
29 changes: 16 additions & 13 deletions
29
src/assets/minecraft/textures/block/barrel_top_open/mat.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Binary file modified
BIN
+45 Bytes
(110%)
src/assets/minecraft/textures/block/barrel_top_open/occlusion.png
Oops, something went wrong.
Binary file added
BIN
+84 Bytes
src/assets/minecraft/textures/block/big_dripleaf_side/big_dripleaf_side.png
Oops, something went wrong.
Oops, something went wrong.