Anvil and chain prototype

This commit is contained in:
paulevsGitch 2021-01-22 12:33:23 +03:00
parent baf836615d
commit 155b2b2b21
21 changed files with 171 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/template_anvil",
"textures": {
"top": "betterend:block/%block%_top",
"body": "betterend:block/%block%",
"particle": "#body"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "block/chain",
"textures": {
"particle": "betterend:block/%block%",
"all": "betterend:block/%block%"
}
}

View file

@ -0,0 +1,19 @@
{
"variants": {
"facing=east": {
"model": "betterend:pattern/%block%",
"y": 270
},
"facing=north": {
"model": "betterend:pattern/%block%",
"y": 180
},
"facing=south": {
"model": "betterend:pattern/%block%"
},
"facing=west": {
"model": "betterend:pattern/%block%",
"y": 90
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "betterend:pattern/%block%",
"x": 90,
"y": 90
},
"axis=y": {
"model": "betterend:pattern/%block%"
},
"axis=z": {
"model": "betterend:pattern/%block%",
"x": 90
}
}
}