Anvil and chain prototype
This commit is contained in:
parent
baf836615d
commit
155b2b2b21
21 changed files with 171 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_anvil",
|
||||
"textures": {
|
||||
"top": "betterend:block/%block%_top",
|
||||
"body": "betterend:block/%block%",
|
||||
"particle": "#body"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/chain",
|
||||
"textures": {
|
||||
"particle": "betterend:block/%block%",
|
||||
"all": "betterend:block/%block%"
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue