Furnaces prototypes

This commit is contained in:
paulevsGitch 2021-01-31 17:29:56 +03:00
parent 364382b29b
commit 5475e514dc
9 changed files with 161 additions and 3 deletions

View file

@ -0,0 +1,9 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/%top%",
"front": "minecraft:block/%front%",
"side": "minecraft:block/%side%"
"bottom": "minecraft:block/%bottom%"
}
}

View file

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