Crafting Table pattern
This commit is contained in:
parent
24ec8637e7
commit
285addfc8b
3 changed files with 48 additions and 2 deletions
|
@ -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%"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue