-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
180 additions
and
31 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
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
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
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/spawn/blockstates/chameleon_shed_plates.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "spawn:block/chameleon_shed_plates" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/spawn/blockstates/chameleon_shed_scales.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "spawn:block/chameleon_shed_scales" | ||
} | ||
} | ||
} |
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
20 changes: 3 additions & 17 deletions
20
src/main/resources/assets/spawn/models/block/chameleon_shed_block.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 |
---|---|---|
@@ -1,20 +1,6 @@ | ||
{ | ||
"parent": "block/block", | ||
"parent": "spawn:block/template_chameleon_cube_all", | ||
"textures": { | ||
"all": "spawn:block/chameleon_shed_block", | ||
"particle": "#all" | ||
}, | ||
"elements": [ | ||
{ "from": [ 0, 0, 0 ], | ||
"to": [ 16, 16, 16 ], | ||
"faces": { | ||
"down": { "texture": "#all", "cullface": "down", "tintindex": 0 }, | ||
"up": { "texture": "#all", "cullface": "up", "tintindex": 0 }, | ||
"north": { "texture": "#all", "cullface": "north", "tintindex": 0 }, | ||
"south": { "texture": "#all", "cullface": "south", "tintindex": 0 }, | ||
"west": { "texture": "#all", "cullface": "west", "tintindex": 0 }, | ||
"east": { "texture": "#all", "cullface": "east", "tintindex": 0 } | ||
} | ||
} | ||
] | ||
"all": "spawn:block/chameleon_shed_block" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/spawn/models/block/chameleon_shed_plates.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,6 @@ | ||
{ | ||
"parent": "spawn:block/template_chameleon_cube_all", | ||
"textures": { | ||
"all": "spawn:block/chameleon_shed_plates" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/spawn/models/block/chameleon_shed_scales.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,6 @@ | ||
{ | ||
"parent": "spawn:block/template_chameleon_cube_all", | ||
"textures": { | ||
"all": "spawn:block/chameleon_shed_scales" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/spawn/models/block/template_chameleon_cube_all.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,19 @@ | ||
{ | ||
"parent": "block/block", | ||
"textures": { | ||
"particle": "#all" | ||
}, | ||
"elements": [ | ||
{ "from": [ 0, 0, 0 ], | ||
"to": [ 16, 16, 16 ], | ||
"faces": { | ||
"down": { "texture": "#all", "cullface": "down", "tintindex": 0 }, | ||
"up": { "texture": "#all", "cullface": "up", "tintindex": 0 }, | ||
"north": { "texture": "#all", "cullface": "north", "tintindex": 0 }, | ||
"south": { "texture": "#all", "cullface": "south", "tintindex": 0 }, | ||
"west": { "texture": "#all", "cullface": "west", "tintindex": 0 }, | ||
"east": { "texture": "#all", "cullface": "east", "tintindex": 0 } | ||
} | ||
} | ||
] | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/assets/spawn/models/item/chameleon_shed_plates.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,3 @@ | ||
{ | ||
"parent": "spawn:block/chameleon_shed_plates" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/assets/spawn/models/item/chameleon_shed_scales.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,3 @@ | ||
{ | ||
"parent": "spawn:block/chameleon_shed_scales" | ||
} |
Binary file modified
BIN
-3 Bytes
(99%)
src/main/resources/assets/spawn/textures/block/chameleon_shed_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
+0 Bytes
(100%)
src/main/resources/assets/spawn/textures/block/chameleon_shed_scales.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
src/main/resources/data/minecraft/tags/blocks/mineable/hoe.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,8 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"spawn:chameleon_shed_block", | ||
"spawn:chameleon_shed_scales", | ||
"spawn:chameleon_shed_plates" | ||
] | ||
} |
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
29 changes: 29 additions & 0 deletions
29
src/main/resources/data/spawn/loot_tables/blocks/chameleon_shed_plates.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,29 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:copy_nbt", | ||
"ops": [ | ||
{ | ||
"op": "replace", | ||
"source": "color", | ||
"target": "BlockEntityTag.color" | ||
} | ||
], | ||
"source": "block_entity" | ||
} | ||
], | ||
"name": "spawn:chameleon_shed_plates" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "spawn:blocks/chameleon_shed_plates" | ||
} |
29 changes: 29 additions & 0 deletions
29
src/main/resources/data/spawn/loot_tables/blocks/chameleon_shed_scales.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,29 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:copy_nbt", | ||
"ops": [ | ||
{ | ||
"op": "replace", | ||
"source": "color", | ||
"target": "BlockEntityTag.color" | ||
} | ||
], | ||
"source": "block_entity" | ||
} | ||
], | ||
"name": "spawn:chameleon_shed_scales" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "spawn:blocks/chameleon_shed_scales" | ||
} |