Skip to content

Commit ec793e5

Browse files
committed
update assets
1 parent 7b8fe58 commit ec793e5

33 files changed

+22
-2
lines changed

assets/minecraft/models/block/crafter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"to": [ 16, 16, 16 ],
1616
"faces": {
1717
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
18-
"up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" },
18+
"up": { "uv": [ 0, 0, 16, 16 ], "rotation": 180, "texture": "#top", "cullface": "up" },
1919
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" },
2020
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" },
2121
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" },
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"parent": "block/crafter_triggered",
3+
"textures": {
4+
"top": "block/crafter_top_crafting",
5+
"north": "block/crafter_north_crafting",
6+
"east": "block/crafter_east_crafting",
7+
"west": "block/crafter_west_crafting"
8+
}
9+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"parent": "block/crafter_crafting"
3+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"parent": "block/crafter",
3+
"textures": {
4+
"top": "block/crafter_top_triggered",
5+
"south": "block/crafter_south_triggered",
6+
"west": "block/crafter_west_triggered",
7+
"east": "block/crafter_east_triggered"
8+
}
9+
}

assets/minecraft/textures/entity/breeze/_list.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
-6 Bytes
Loading
141 Bytes
Loading
270 Bytes
Loading
271 Bytes
Loading
256 Bytes
Loading

0 commit comments

Comments
 (0)