Crafting Table pattern

This commit is contained in:
Aleksey 2020-10-14 12:14:32 +03:00
parent 24ec8637e7
commit 285addfc8b
3 changed files with 48 additions and 2 deletions

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"particle": "betterend:block/%particle%",
"down": "betterend:block/%down%",
"up": "betterend:block/%up%",
"north": "betterend:block/%north%",
"south": "betterend:block/%south%",
"west": "betterend:block/%west%",
"east": "betterend:block/%east%"
}
}