Furnaces prototypes
This commit is contained in:
parent
364382b29b
commit
5475e514dc
9 changed files with 161 additions and 3 deletions
|
@ -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%"
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue