Skip to content

Commit

Permalink
Added front texture for the Thermoregulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Forstride committed Jan 6, 2024
1 parent 6cb34a1 commit 31f2d5b
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"parent": "block/block",
"textures": {
"particle": "toughasnails:block/thermoregulator_side_active",
"front": "toughasnails:block/thermoregulator_front_active",
"side": "toughasnails:block/thermoregulator_side_active",
"top": "toughasnails:block/thermoregulator_top_active",
"bottom": "minecraft:block/blast_furnace_top"
Expand All @@ -25,7 +26,7 @@
"from": [0, 8, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "north"},
"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": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "west"}
Expand All @@ -35,7 +36,7 @@
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"},
"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": "#side", "cullface": "south"},
"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"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",
"top": "toughasnails:block/thermoregulator_top_inactive",
Expand All @@ -27,7 +28,7 @@
"from": [0, 8, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "north"},
"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": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "west"}
Expand All @@ -37,7 +38,7 @@
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#side_active", "cullface": "north"},
"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": "#side_active", "cullface": "south"},
"west": {"uv": [0, 8, 16, 16], "texture": "#side_active", "cullface": "west"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"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",
"top": "toughasnails:block/thermoregulator_top_inactive",
Expand All @@ -27,7 +28,7 @@
"from": [0, 8, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 8], "texture": "#side_active", "cullface": "north"},
"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": "#side_active", "cullface": "south"},
"west": {"uv": [0, 0, 16, 8], "texture": "#side_active", "cullface": "west"}
Expand All @@ -37,7 +38,7 @@
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"},
"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": "#side", "cullface": "south"},
"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"parent": "block/block",
"textures": {
"particle": "toughasnails:block/thermoregulator_side_inactive",
"front": "toughasnails:block/thermoregulator_front_inactive",
"side": "toughasnails:block/thermoregulator_side_inactive",
"top": "toughasnails:block/thermoregulator_top_inactive",
"bottom": "minecraft:block/blast_furnace_top"
Expand All @@ -25,7 +26,7 @@
"from": [0, 8, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "north"},
"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": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "west"}
Expand All @@ -35,7 +36,7 @@
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"},
"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": "#side", "cullface": "south"},
"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"animation": {
"frametime": 1
}
}
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31f2d5b

Please sign in to comment.