forked from SlimeKnights/TinkersConstruct
-
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.
New slimesteel textures, organize other textures
New slimesteel block, ingot, and nugget credit to LethalChicken Storage blocks are all under textures/block/storage now, and the models under models/block/storage Fluids are under unique folders Removed milk, slimy mud
- Loading branch information
1 parent
b2d0250
commit b41c1ac
Showing
118 changed files
with
202 additions
and
134 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
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/cobalt_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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/cobalt_block" | ||
"model": "tconstruct:block/storage/cobalt" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/copper_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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/copper_block" | ||
"model": "tconstruct:block/storage/copper" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/hepatizon_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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/hepatizon_block" | ||
"model": "tconstruct:block/storage/hepatizon" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/knightslime_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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/knightslime_block" | ||
"model": "tconstruct:block/storage/knightslime" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/manyullyn_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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/manyullyn_block" | ||
"model": "tconstruct:block/storage/manyullyn" | ||
} | ||
} | ||
} |
7 changes: 0 additions & 7 deletions
7
src/main/resources/assets/tconstruct/blockstates/milk_fluid.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/molten_slimesteel_fluid.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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/fluid/molten" | ||
"model": "tconstruct:block/fluid/slimesteel" | ||
} | ||
} | ||
} |
8 changes: 4 additions & 4 deletions
8
src/main/resources/assets/tconstruct/blockstates/pig_iron_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,8 +1,8 @@ | ||
{ | ||
"variants": { | ||
"facing=north": { "model": "tconstruct:block/pig_iron_block" }, | ||
"facing=south": { "model": "tconstruct:block/pig_iron_block", "y": 180 }, | ||
"facing=west": { "model": "tconstruct:block/pig_iron_block", "y": 270 }, | ||
"facing=east": { "model": "tconstruct:block/pig_iron_block", "y": 90 } | ||
"facing=north": { "model": "tconstruct:block/storage/pig_iron" }, | ||
"facing=south": { "model": "tconstruct:block/storage/pig_iron", "y": 180 }, | ||
"facing=west": { "model": "tconstruct:block/storage/pig_iron", "y": 270 }, | ||
"facing=east": { "model": "tconstruct:block/storage/pig_iron", "y": 90 } | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/queens_slime_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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/queens_slime_block" | ||
"model": "tconstruct:block/storage/queens_slime" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/rose_gold_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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/rose_gold_block" | ||
"model": "tconstruct:block/storage/rose_gold" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/silky_jewel_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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/silky_jewel_block" | ||
"model": "tconstruct:block/storage/silky_jewel" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/slimesteel_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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/slimesteel_block" | ||
"model": "tconstruct:block/storage/slimesteel" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/soulsteel_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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/soulsteel_block" | ||
"model": "tconstruct:block/storage/soulsteel" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/blockstates/tinkers_bronze_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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "tconstruct:block/tinkers_bronze_block" | ||
"model": "tconstruct:block/storage/tinkers_bronze" | ||
} | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
src/main/resources/assets/tconstruct/models/block/cobalt_frame.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,8 +1,8 @@ | ||
{ | ||
"parent": "tconstruct:block/fancy_item_frame", | ||
"textures": { | ||
"particle": "tconstruct:block/cobalt_block", | ||
"wood": "tconstruct:block/cobalt_block", | ||
"particle": "tconstruct:block/storage/cobalt", | ||
"wood": "tconstruct:block/storage/cobalt", | ||
"back": "tconstruct:block/item_frame_background" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
src/main/resources/assets/tconstruct/models/block/cobalt_frame_map.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,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/item_frame_map", | ||
"textures": { | ||
"particle": "tconstruct:block/cobalt_block", | ||
"wood": "tconstruct:block/cobalt_block", | ||
"particle": "tconstruct:block/storage/cobalt", | ||
"wood": "tconstruct:block/storage/cobalt", | ||
"back": "tconstruct:block/item_frame_background" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/models/block/fluid/blaze.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,6 +1,6 @@ | ||
{ | ||
"textures": { | ||
"particle": "tconstruct:block/fluid/blaze_still" | ||
"particle": "tconstruct:block/fluid/blaze/still" | ||
} | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/models/block/fluid/liquid.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,6 +1,6 @@ | ||
{ | ||
"textures": { | ||
"particle": "tconstruct:block/fluid/liquid_still" | ||
"particle": "tconstruct:block/fluid/liquid/still" | ||
} | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/models/block/fluid/magma_cream.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,6 +1,6 @@ | ||
{ | ||
"textures": { | ||
"particle": "tconstruct:block/fluid/magma_cream_still" | ||
"particle": "tconstruct:block/fluid/magma_cream/still" | ||
} | ||
} | ||
|
6 changes: 0 additions & 6 deletions
6
src/main/resources/assets/tconstruct/models/block/fluid/milk.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/models/block/fluid/molten.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,6 +1,6 @@ | ||
{ | ||
"textures": { | ||
"particle": "tconstruct:block/fluid/molten_still" | ||
"particle": "tconstruct:block/fluid/molten/still" | ||
} | ||
} | ||
|
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tconstruct/models/block/fluid/slimesteel.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 @@ | ||
{ | ||
"textures": { | ||
"particle": "tconstruct:block/fluid/slimesteel/still" | ||
} | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/tconstruct/models/block/fluid/stone.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,6 +1,6 @@ | ||
{ | ||
"textures": { | ||
"particle": "tconstruct:block/fluid/stone_still" | ||
"particle": "tconstruct:block/fluid/stone/still" | ||
} | ||
} | ||
|
4 changes: 2 additions & 2 deletions
4
src/main/resources/assets/tconstruct/models/block/jewel_frame.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,8 +1,8 @@ | ||
{ | ||
"parent": "tconstruct:block/fancy_item_frame", | ||
"textures": { | ||
"particle": "tconstruct:block/silky_jewel_block", | ||
"wood": "tconstruct:block/silky_jewel_block", | ||
"particle": "tconstruct:block/storage/silky_jewel", | ||
"wood": "tconstruct:block/storage/silky_jewel", | ||
"back": "tconstruct:block/item_frame_background" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
src/main/resources/assets/tconstruct/models/block/jewel_frame_map.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,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/item_frame_map", | ||
"textures": { | ||
"particle": "tconstruct:block/silky_jewel_block", | ||
"wood": "tconstruct:block/silky_jewel_block", | ||
"particle": "tconstruct:block/storage/silky_jewel", | ||
"wood": "tconstruct:block/storage/silky_jewel", | ||
"back": "tconstruct:block/item_frame_background" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
src/main/resources/assets/tconstruct/models/block/manyullyn_frame.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,8 +1,8 @@ | ||
{ | ||
"parent": "tconstruct:block/fancy_item_frame", | ||
"textures": { | ||
"particle": "tconstruct:block/manyullyn_block", | ||
"wood": "tconstruct:block/manyullyn_block", | ||
"particle": "tconstruct:block/storage/manyullyn", | ||
"wood": "tconstruct:block/storage/manyullyn", | ||
"back": "tconstruct:block/item_frame_background" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
src/main/resources/assets/tconstruct/models/block/manyullyn_frame_map.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,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/item_frame_map", | ||
"textures": { | ||
"particle": "tconstruct:block/manyullyn_block", | ||
"wood": "tconstruct:block/manyullyn_block", | ||
"particle": "tconstruct:block/storage/manyullyn", | ||
"wood": "tconstruct:block/storage/manyullyn", | ||
"back": "tconstruct:block/item_frame_background" | ||
} | ||
} |
12 changes: 0 additions & 12 deletions
12
src/main/resources/assets/tconstruct/models/block/pig_iron_block.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/resources/assets/tconstruct/models/block/queens_slime_block.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/resources/assets/tconstruct/models/block/rose_gold_block.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/resources/assets/tconstruct/models/block/silky_jewel_block.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/resources/assets/tconstruct/models/block/slimesteel_block.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/resources/assets/tconstruct/models/block/soulsteel_block.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.