-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from Gu-ZT/resource/1.20.1
改溜槽模型,加傻溜槽模型,改腐化信标模型,加树脂琥珀贴图
- Loading branch information
Showing
14 changed files
with
141 additions
and
41 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
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
23 changes: 23 additions & 0 deletions
23
src/main/resources/assets/anvilcraft/models/block/simple_chute.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,23 @@ | ||
{ | ||
"credit": "Made by XeKr with Blockbench", | ||
"parent": "minecraft:block/block", | ||
"textures": { | ||
"particle": "anvilcraft:block/simple_chute", | ||
"side": "anvilcraft:block/simple_chute", | ||
"bottom": "anvilcraft:block/chute_bottom" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [2, 0, 2], | ||
"to": [14, 12, 14], | ||
"faces": { | ||
"north": {"uv": [2, 4, 14, 16], "texture": "#side"}, | ||
"east": {"uv": [2, 4, 14, 16], "texture": "#side"}, | ||
"south": {"uv": [2, 4, 14, 16], "texture": "#side"}, | ||
"west": {"uv": [2, 4, 14, 16], "texture": "#side"}, | ||
"up": {"uv": [2, 2, 14, 14], "texture": "#side", "cullface": "up"}, | ||
"down": {"uv": [2, 2, 14, 14], "texture": "#bottom"} | ||
} | ||
} | ||
] | ||
} |
25 changes: 25 additions & 0 deletions
25
src/main/resources/assets/anvilcraft/models/block/simple_chute_side.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,25 @@ | ||
{ | ||
"credit": "Made by XeKr with Blockbench", | ||
"parent": "minecraft:block/block", | ||
"textures": { | ||
"2": "anvilcraft:block/simple_chute_directional", | ||
"particle": "anvilcraft:block/simple_chute", | ||
"side": "anvilcraft:block/simple_chute", | ||
"bottom": "anvilcraft:block/chute_bottom" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [3.9, 3.9, -4.1], | ||
"to": [12.1, 12.1, 11.9], | ||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, | ||
"faces": { | ||
"north": {"uv": [4, 4, 12, 12], "rotation": 180, "texture": "#bottom"}, | ||
"east": {"uv": [4, 0, 12, 16], "rotation": 270, "texture": "#2"}, | ||
"south": {"uv": [4, 16, 12, 8], "rotation": 180, "texture": "#side"}, | ||
"west": {"uv": [12, 0, 4, 16], "rotation": 90, "texture": "#2"}, | ||
"up": {"uv": [12, 0, 4, 16], "rotation": 180, "texture": "#2"}, | ||
"down": {"uv": [12, 0, 4, 16], "texture": "#2"} | ||
} | ||
} | ||
] | ||
} |
37 changes: 37 additions & 0 deletions
37
src/main/resources/assets/anvilcraft/models/block/simple_chute_side_tall.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,37 @@ | ||
{ | ||
"credit": "Made by XeKr with Blockbench", | ||
"parent": "minecraft:block/block", | ||
"textures": { | ||
"2": "anvilcraft:block/simple_chute_directional", | ||
"particle": "anvilcraft:block/simple_chute", | ||
"side": "anvilcraft:block/simple_chute", | ||
"bottom": "anvilcraft:block/chute_bottom" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [3.9, 3.9, -4.1], | ||
"to": [12.1, 12.1, 11.9], | ||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, | ||
"faces": { | ||
"north": {"uv": [3, 3, 13, 13], "rotation": 180, "texture": "#bottom"}, | ||
"east": {"uv": [4, 0, 12, 16], "rotation": 270, "texture": "#side"}, | ||
"south": {"uv": [4, 16, 12, 8], "rotation": 180, "texture": "#side"}, | ||
"west": {"uv": [12, 0, 4, 16], "rotation": 90, "texture": "#side"}, | ||
"up": {"uv": [12, 0, 4, 16], "rotation": 180, "texture": "#side"}, | ||
"down": {"uv": [12, 0, 4, 16], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [2, 8, 2], | ||
"to": [14, 16, 14], | ||
"faces": { | ||
"north": {"uv": [2, 0, 14, 8], "texture": "#side"}, | ||
"east": {"uv": [2, 0, 14, 8], "texture": "#side"}, | ||
"south": {"uv": [2, 0, 14, 8], "texture": "#side"}, | ||
"west": {"uv": [2, 0, 14, 8], "texture": "#side"}, | ||
"up": {"uv": [2, 2, 14, 14], "texture": "#bottom", "cullface": "up"}, | ||
"down": {"uv": [2, 2, 14, 14], "texture": "#side"} | ||
} | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
src/main/resources/assets/anvilcraft/models/block/simple_chute_tall.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,23 @@ | ||
{ | ||
"credit": "Made by XeKr with Blockbench", | ||
"parent": "minecraft:block/block", | ||
"textures": { | ||
"particle": "anvilcraft:block/simple_chute", | ||
"side": "anvilcraft:block/simple_chute", | ||
"bottom": "anvilcraft:block/chute_bottom" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [2, 0, 2], | ||
"to": [14, 16, 14], | ||
"faces": { | ||
"north": {"uv": [2, 0, 14, 16], "texture": "#side"}, | ||
"east": {"uv": [2, 0, 14, 16], "texture": "#side"}, | ||
"south": {"uv": [2, 0, 14, 16], "texture": "#side"}, | ||
"west": {"uv": [2, 0, 14, 16], "texture": "#side"}, | ||
"up": {"uv": [2, 2, 14, 14], "texture": "#bottom", "cullface": "up"}, | ||
"down": {"uv": [2, 2, 14, 14], "texture": "#bottom"} | ||
} | ||
} | ||
] | ||
} |
Binary file added
BIN
+341 Bytes
src/main/resources/assets/anvilcraft/textures/block/amber_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+7 Bytes
(100%)
src/main/resources/assets/anvilcraft/textures/block/corrupted_beacon_base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3 Bytes
(100%)
src/main/resources/assets/anvilcraft/textures/block/corrupted_beacon_inner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+425 Bytes
src/main/resources/assets/anvilcraft/textures/block/resin_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+245 Bytes
src/main/resources/assets/anvilcraft/textures/block/simple_chute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+255 Bytes
src/main/resources/assets/anvilcraft/textures/block/simple_chute_directional.png
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.