Skip to content

Commit

Permalink
More Thermoregulator texture tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Forstride committed Jan 6, 2024
1 parent 97d4657 commit b6a5177
Show file tree
Hide file tree
Showing 16 changed files with 114 additions and 192 deletions.
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" }
}
}
]
}
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" }
}
}
]
}
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" }
}
}
]
}
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" }
}
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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.
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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 b6a5177

Please sign in to comment.