Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Fix end stone brick wall
Browse files Browse the repository at this point in the history
  • Loading branch information
the-pink-hacker committed Dec 29, 2021
1 parent 9d4d759 commit ef7acca
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Classic 3D/assets/minecraft/blockstates/end_stone_brick_wall.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"multipart": [
{ "when": { "up": "true" },
"apply": { "model": "block/end_stone_brick_wall_post"}
},
{ "when": { "north": "low" },
"apply": { "model": "block/end_stone_brick_wall_side_north"}
},
{ "when": { "east": "low" },
"apply": { "model": "block/end_stone_brick_wall_side_east"}
},
{ "when": { "south": "low" },
"apply": { "model": "block/end_stone_brick_wall_side_south"}
},
{ "when": { "west": "low" },
"apply": { "model": "block/end_stone_brick_wall_side_west"}
},
{ "when": { "north": "tall" },
"apply": { "model": "block/end_stone_brick_wall_side_tall_north"}
},
{ "when": { "east": "tall" },
"apply": { "model": "block/end_stone_brick_wall_side_tall_east"}
},
{ "when": { "south": "tall" },
"apply": { "model": "block/end_stone_brick_wall_side_tall_south"}
},
{ "when": { "west": "tall" },
"apply": { "model": "block/end_stone_brick_wall_side_tall_west"}
}
]
}

0 comments on commit ef7acca

Please sign in to comment.