-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notably, ladder has a real texture and IO has UV lock
- Loading branch information
1 parent
35dbfa8
commit ddde5c9
Showing
6 changed files
with
43 additions
and
41 deletions.
There are no files selected for viewing
16 changes: 8 additions & 8 deletions
16
src/main/resources/assets/tconstruct/blockstates/seared_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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"variants": { | ||
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/chute_inactive", "y": 90 }, | ||
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/chute_inactive" }, | ||
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/chute_inactive", "y": 180 }, | ||
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/chute_inactive", "y": 270 }, | ||
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/chute_active", "y": 90 }, | ||
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/chute_active" }, | ||
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/chute_active", "y": 180 }, | ||
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/chute_active", "y": 270 } | ||
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/chute_inactive", "uvlock": true, "y": 90 }, | ||
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/chute_inactive", "uvlock": true }, | ||
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/chute_inactive", "uvlock": true, "y": 180 }, | ||
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/chute_inactive", "uvlock": true, "y": 270 }, | ||
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/chute_active", "uvlock": true, "y": 90 }, | ||
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/chute_active", "uvlock": true }, | ||
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/chute_active", "uvlock": true, "y": 180 }, | ||
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/chute_active", "uvlock": true, "y": 270 } | ||
} | ||
} |
16 changes: 8 additions & 8 deletions
16
src/main/resources/assets/tconstruct/blockstates/seared_drain.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,12 +1,12 @@ | ||
{ | ||
"variants": { | ||
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/drain_inactive", "y": 90 }, | ||
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/drain_inactive" }, | ||
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/drain_inactive", "y": 180 }, | ||
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/drain_inactive", "y": 270 }, | ||
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/drain_active", "y": 90 }, | ||
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/drain_active" }, | ||
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/drain_active", "y": 180 }, | ||
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/drain_active", "y": 270 } | ||
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/drain_inactive", "uvlock": true, "y": 90 }, | ||
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/drain_inactive", "uvlock": true }, | ||
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/drain_inactive", "uvlock": true, "y": 180 }, | ||
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/drain_inactive", "uvlock": true, "y": 270 }, | ||
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/drain_active", "uvlock": true, "y": 90 }, | ||
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/drain_active", "uvlock": true }, | ||
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/drain_active", "uvlock": true, "y": 180 }, | ||
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/drain_active", "uvlock": true, "y": 270 } | ||
} | ||
} |
16 changes: 8 additions & 8 deletions
16
src/main/resources/assets/tconstruct/blockstates/seared_duct.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,12 +1,12 @@ | ||
{ | ||
"variants": { | ||
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/duct_inactive", "y": 90 }, | ||
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/duct_inactive" }, | ||
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/duct_inactive", "y": 180 }, | ||
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/duct_inactive", "y": 270 }, | ||
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/duct_active", "y": 90 }, | ||
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/duct_active" }, | ||
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/duct_active", "y": 180 }, | ||
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/duct_active", "y": 270 } | ||
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/duct_inactive", "uvlock": true, "y": 90 }, | ||
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/duct_inactive", "uvlock": true }, | ||
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/duct_inactive", "uvlock": true, "y": 180 }, | ||
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/duct_inactive", "uvlock": true, "y": 270 }, | ||
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/duct_active", "uvlock": true, "y": 90 }, | ||
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/duct_active", "uvlock": true }, | ||
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/duct_active", "uvlock": true, "y": 180 }, | ||
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/duct_active", "uvlock": true, "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
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
Binary file added
BIN
+259 Bytes
src/main/resources/assets/tconstruct/textures/block/smeltery/seared/ladder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.