Skip to content

Commit

Permalink
Water purifier texture tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Forstride committed Jan 5, 2024
1 parent 1b4de02 commit 054a539
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center"><img src="https://i.imgur.com/r0ZlRwr.png"></p>

**Tough As Nails** is a **Minecraft mod** that adds various features to increase the game's difficulty, including a thirst and temperature system.
**Tough As Nails** is a **Minecraft mod** that adds various features to increase the game's difficulty, including body temperature and thirst.

© 2024 Glitchfiend. All rights reserved.
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@
"from": [8, 16, 0],
"to": [16, 16, 16],
"faces": {
"up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top"}
"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"}
"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": "#side"},
"east": {"uv": [0, 0, 16, 8], "texture": "#side"},
"south": {"uv": [0, 0, 16, 8], "texture": "#side"},
"west": {"uv": [0, 0, 16, 8], "texture": "#side"}
"north": {"uv": [0, 0, 16, 8], "texture": "#side", "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"}
}
},
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#side"},
"east": {"uv": [0, 8, 16, 16], "texture": "#side"},
"south": {"uv": [0, 8, 16, 16], "texture": "#side"},
"west": {"uv": [0, 8, 16, 16], "texture": "#side"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
"north": {"uv": [0, 8, 16, 16], "texture": "#side", "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"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@
"from": [8, 16, 0],
"to": [16, 16, 16],
"faces": {
"up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top"}
"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"}
"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": "#side"},
"east": {"uv": [0, 0, 16, 8], "texture": "#side"},
"south": {"uv": [0, 0, 16, 8], "texture": "#side"},
"west": {"uv": [0, 0, 16, 8], "texture": "#side"}
"north": {"uv": [0, 0, 16, 8], "texture": "#side", "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"}
}
},
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#side_active"},
"east": {"uv": [0, 8, 16, 16], "texture": "#side_active"},
"south": {"uv": [0, 8, 16, 16], "texture": "#side_active"},
"west": {"uv": [0, 8, 16, 16], "texture": "#side_active"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
"north": {"uv": [0, 8, 16, 16], "texture": "#side_active", "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"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@
"from": [8, 16, 0],
"to": [16, 16, 16],
"faces": {
"up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top_active"}
"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"}
"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": "#side_active"},
"east": {"uv": [0, 0, 16, 8], "texture": "#side_active"},
"south": {"uv": [0, 0, 16, 8], "texture": "#side_active"},
"west": {"uv": [0, 0, 16, 8], "texture": "#side_active"}
"north": {"uv": [0, 0, 16, 8], "texture": "#side_active", "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"}
}
},
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#side"},
"east": {"uv": [0, 8, 16, 16], "texture": "#side"},
"south": {"uv": [0, 8, 16, 16], "texture": "#side"},
"west": {"uv": [0, 8, 16, 16], "texture": "#side"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
"north": {"uv": [0, 8, 16, 16], "texture": "#side", "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"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@
"from": [8, 16, 0],
"to": [16, 16, 16],
"faces": {
"up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top"}
"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"}
"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": "#side"},
"east": {"uv": [0, 0, 16, 8], "texture": "#side"},
"south": {"uv": [0, 0, 16, 8], "texture": "#side"},
"west": {"uv": [0, 0, 16, 8], "texture": "#side"}
"north": {"uv": [0, 0, 16, 8], "texture": "#side", "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"}
}
},
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#side"},
"east": {"uv": [0, 8, 16, 16], "texture": "#side"},
"south": {"uv": [0, 8, 16, 16], "texture": "#side"},
"west": {"uv": [0, 8, 16, 16], "texture": "#side"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
"north": {"uv": [0, 8, 16, 16], "texture": "#side", "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"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"east": {"uv": [0, 6, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 6, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 6, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#inner"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#inner"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
Expand All @@ -30,7 +30,7 @@
"east": {"uv": [0, 0, 16, 6], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 6], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 6], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "up"}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"east": {"uv": [0, 6, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 6, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 6, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#inner"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#inner"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
Expand All @@ -31,7 +31,7 @@
"east": {"uv": [0, 0, 16, 6], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 6], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 6], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "up"}
}
},
{
Expand Down
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.
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 054a539

Please sign in to comment.