-
Notifications
You must be signed in to change notification settings - Fork 116
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
16 changed files
with
114 additions
and
192 deletions.
There are no files selected for viewing
72 changes: 25 additions & 47 deletions
72
common/src/main/resources/assets/toughasnails/models/block/thermoregulator_active.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,48 +1,26 @@ | ||
{ | ||
"parent": "block/block", | ||
"textures": { | ||
"particle": "toughasnails:block/thermoregulator_side_active", | ||
"front": "toughasnails:block/thermoregulator_front_active", | ||
"side": "toughasnails:block/thermoregulator_side_active", | ||
"back": "toughasnails:block/thermoregulator_back", | ||
"top": "toughasnails:block/thermoregulator_top_active", | ||
"bottom": "minecraft:block/blast_furnace_top" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [8, 16, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top", "cullface": "up"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 16, 0], | ||
"to": [8, 16, 16], | ||
"faces": { | ||
"up": {"uv": [8, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "up"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 8, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"north": {"uv": [0, 0, 16, 8], "texture": "#front", "cullface": "north"}, | ||
"east": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "east"}, | ||
"south": {"uv": [0, 0, 16, 8], "texture": "#back", "cullface": "south"}, | ||
"west": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "west"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 0, 0], | ||
"to": [16, 8, 16], | ||
"faces": { | ||
"north": {"uv": [0, 8, 16, 16], "texture": "#front", "cullface": "north"}, | ||
"east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"}, | ||
"south": {"uv": [0, 8, 16, 16], "texture": "#back", "cullface": "south"}, | ||
"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"}, | ||
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} | ||
} | ||
} | ||
] | ||
} | ||
"parent": "block/block", | ||
"textures": { | ||
"bottom": "minecraft:block/blast_furnace_top", | ||
"top": "toughasnails:block/thermoregulator_top", | ||
"north": "toughasnails:block/thermoregulator_front_active", | ||
"south": "toughasnails:block/thermoregulator_back", | ||
"west": "toughasnails:block/thermoregulator_side_heating", | ||
"east": "toughasnails:block/thermoregulator_side_cooling", | ||
"particle": "#north" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ 0, 0, 0 ], | ||
"to": [ 16, 16, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, | ||
"up": { "uv": [ 16, 16, 0, 0 ], "texture": "#top", "cullface": "up" }, | ||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" }, | ||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" }, | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" }, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" } | ||
} | ||
} | ||
] | ||
} |
74 changes: 25 additions & 49 deletions
74
...n/src/main/resources/assets/toughasnails/models/block/thermoregulator_cooling_active.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,50 +1,26 @@ | ||
{ | ||
"parent": "block/block", | ||
"textures": { | ||
"particle": "toughasnails:block/thermoregulator_side_inactive", | ||
"front": "toughasnails:block/thermoregulator_front_active", | ||
"side": "toughasnails:block/thermoregulator_side_inactive", | ||
"side_active": "toughasnails:block/thermoregulator_side_active", | ||
"back": "toughasnails:block/thermoregulator_back", | ||
"top": "toughasnails:block/thermoregulator_top_inactive", | ||
"top_active": "toughasnails:block/thermoregulator_top_active", | ||
"bottom": "minecraft:block/blast_furnace_top" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [8, 16, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top", "cullface": "up"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 16, 0], | ||
"to": [8, 16, 16], | ||
"faces": { | ||
"up": {"uv": [8, 0, 16, 16], "rotation": 180, "texture": "#top_active", "cullface": "up"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 8, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"north": {"uv": [0, 0, 16, 8], "texture": "#front", "cullface": "north"}, | ||
"east": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "east"}, | ||
"south": {"uv": [0, 0, 16, 8], "texture": "#back", "cullface": "south"}, | ||
"west": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "west"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 0, 0], | ||
"to": [16, 8, 16], | ||
"faces": { | ||
"north": {"uv": [0, 8, 16, 16], "texture": "#front", "cullface": "north"}, | ||
"east": {"uv": [0, 8, 16, 16], "texture": "#side_active", "cullface": "east"}, | ||
"south": {"uv": [0, 8, 16, 16], "texture": "#back", "cullface": "south"}, | ||
"west": {"uv": [0, 8, 16, 16], "texture": "#side_active", "cullface": "west"}, | ||
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} | ||
} | ||
} | ||
] | ||
} | ||
"parent": "block/block", | ||
"textures": { | ||
"bottom": "minecraft:block/blast_furnace_top", | ||
"top": "toughasnails:block/thermoregulator_top", | ||
"north": "toughasnails:block/thermoregulator_front_active", | ||
"south": "toughasnails:block/thermoregulator_back", | ||
"west": "toughasnails:block/thermoregulator_side", | ||
"east": "toughasnails:block/thermoregulator_side_cooling", | ||
"particle": "#north" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ 0, 0, 0 ], | ||
"to": [ 16, 16, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, | ||
"up": { "uv": [ 16, 16, 0, 0 ], "texture": "#top", "cullface": "up" }, | ||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" }, | ||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" }, | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" }, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" } | ||
} | ||
} | ||
] | ||
} |
74 changes: 25 additions & 49 deletions
74
...n/src/main/resources/assets/toughasnails/models/block/thermoregulator_heating_active.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,50 +1,26 @@ | ||
{ | ||
"parent": "block/block", | ||
"textures": { | ||
"particle": "toughasnails:block/thermoregulator_side_inactive", | ||
"front": "toughasnails:block/thermoregulator_front_active", | ||
"side": "toughasnails:block/thermoregulator_side_inactive", | ||
"side_active": "toughasnails:block/thermoregulator_side_active", | ||
"back": "toughasnails:block/thermoregulator_back", | ||
"top": "toughasnails:block/thermoregulator_top_inactive", | ||
"top_active": "toughasnails:block/thermoregulator_top_active", | ||
"bottom": "minecraft:block/blast_furnace_top" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [8, 16, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top_active", "cullface": "up"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 16, 0], | ||
"to": [8, 16, 16], | ||
"faces": { | ||
"up": {"uv": [8, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "up"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 8, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"north": {"uv": [0, 0, 16, 8], "texture": "#front", "cullface": "north"}, | ||
"east": {"uv": [0, 0, 16, 8], "texture": "#side_active", "cullface": "east"}, | ||
"south": {"uv": [0, 0, 16, 8], "texture": "#back", "cullface": "south"}, | ||
"west": {"uv": [0, 0, 16, 8], "texture": "#side_active", "cullface": "west"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 0, 0], | ||
"to": [16, 8, 16], | ||
"faces": { | ||
"north": {"uv": [0, 8, 16, 16], "texture": "#front", "cullface": "north"}, | ||
"east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"}, | ||
"south": {"uv": [0, 8, 16, 16], "texture": "#back", "cullface": "south"}, | ||
"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"}, | ||
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} | ||
} | ||
} | ||
] | ||
} | ||
"parent": "block/block", | ||
"textures": { | ||
"bottom": "minecraft:block/blast_furnace_top", | ||
"top": "toughasnails:block/thermoregulator_top", | ||
"north": "toughasnails:block/thermoregulator_front_active", | ||
"south": "toughasnails:block/thermoregulator_back", | ||
"west": "toughasnails:block/thermoregulator_side_heating", | ||
"east": "toughasnails:block/thermoregulator_side", | ||
"particle": "#north" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ 0, 0, 0 ], | ||
"to": [ 16, 16, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, | ||
"up": { "uv": [ 16, 16, 0, 0 ], "texture": "#top", "cullface": "up" }, | ||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" }, | ||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" }, | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" }, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" } | ||
} | ||
} | ||
] | ||
} |
72 changes: 25 additions & 47 deletions
72
common/src/main/resources/assets/toughasnails/models/block/thermoregulator_inactive.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,48 +1,26 @@ | ||
{ | ||
"parent": "block/block", | ||
"textures": { | ||
"particle": "toughasnails:block/thermoregulator_side_inactive", | ||
"front": "toughasnails:block/thermoregulator_front_inactive", | ||
"side": "toughasnails:block/thermoregulator_side_inactive", | ||
"back": "toughasnails:block/thermoregulator_back", | ||
"top": "toughasnails:block/thermoregulator_top_inactive", | ||
"bottom": "minecraft:block/blast_furnace_top" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [8, 16, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top", "cullface": "up"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 16, 0], | ||
"to": [8, 16, 16], | ||
"faces": { | ||
"up": {"uv": [8, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "up"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 8, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"north": {"uv": [0, 0, 16, 8], "texture": "#front", "cullface": "north"}, | ||
"east": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "east"}, | ||
"south": {"uv": [0, 0, 16, 8], "texture": "#back", "cullface": "south"}, | ||
"west": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "west"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 0, 0], | ||
"to": [16, 8, 16], | ||
"faces": { | ||
"north": {"uv": [0, 8, 16, 16], "texture": "#front", "cullface": "north"}, | ||
"east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"}, | ||
"south": {"uv": [0, 8, 16, 16], "texture": "#back", "cullface": "south"}, | ||
"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"}, | ||
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} | ||
} | ||
} | ||
] | ||
} | ||
"parent": "block/block", | ||
"textures": { | ||
"bottom": "minecraft:block/blast_furnace_top", | ||
"top": "toughasnails:block/thermoregulator_top", | ||
"north": "toughasnails:block/thermoregulator_front", | ||
"south": "toughasnails:block/thermoregulator_back", | ||
"west": "toughasnails:block/thermoregulator_side", | ||
"east": "toughasnails:block/thermoregulator_side", | ||
"particle": "#north" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ 0, 0, 0 ], | ||
"to": [ 16, 16, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, | ||
"up": { "uv": [ 16, 16, 0, 0 ], "texture": "#top", "cullface": "up" }, | ||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" }, | ||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" }, | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" }, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" } | ||
} | ||
} | ||
] | ||
} |
File renamed without changes
Binary file added
BIN
+286 Bytes
.../src/main/resources/assets/toughasnails/textures/block/thermoregulator_side.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 removed
BIN
-662 Bytes
...in/resources/assets/toughasnails/textures/block/thermoregulator_side_active.png
Binary file not shown.
Binary file added
BIN
+415 Bytes
...n/resources/assets/toughasnails/textures/block/thermoregulator_side_cooling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file added
BIN
+415 Bytes
...n/resources/assets/toughasnails/textures/block/thermoregulator_side_heating.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
...main/resources/assets/toughasnails/textures/block/thermoregulator_side_heating.png.mcmeta
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,14 @@ | ||
{ | ||
"animation": { | ||
"frametime": 15, | ||
"interpolate": true, | ||
"frames": [ | ||
0, | ||
1, | ||
2, | ||
2, | ||
2, | ||
1 | ||
] | ||
} | ||
} |
Binary file removed
BIN
-282 Bytes
.../resources/assets/toughasnails/textures/block/thermoregulator_side_inactive.png
Binary file not shown.
Binary file added
BIN
+342 Bytes
...n/src/main/resources/assets/toughasnails/textures/block/thermoregulator_top.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 removed
BIN
-342 Bytes
...ain/resources/assets/toughasnails/textures/block/thermoregulator_top_active.png
Binary file not shown.
Binary file removed
BIN
-341 Bytes
...n/resources/assets/toughasnails/textures/block/thermoregulator_top_inactive.png
Binary file not shown.
Binary file modified
BIN
-19 Bytes
(99%)
...c/main/resources/assets/toughasnails/textures/gui/container/thermoregulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.