Barrel and Leaves patterns
This commit is contained in:
parent
6c74d8c364
commit
10322fda16
13 changed files with 123 additions and 91 deletions
|
@ -1,56 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down,open=false": {
|
||||
"model": "betterend:block/pythadendron_barrel",
|
||||
"x": 180
|
||||
},
|
||||
"facing=down,open=true": {
|
||||
"model": "betterend:block/pythadendron_barrel_open",
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,open=false": {
|
||||
"model": "betterend:block/pythadendron_barrel",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,open=true": {
|
||||
"model": "betterend:block/pythadendron_barrel_open",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"facing=north,open=false": {
|
||||
"model": "betterend:block/pythadendron_barrel",
|
||||
"x": 90
|
||||
},
|
||||
"facing=north,open=true": {
|
||||
"model": "betterend:block/pythadendron_barrel_open",
|
||||
"x": 90
|
||||
},
|
||||
"facing=south,open=false": {
|
||||
"model": "betterend:block/pythadendron_barrel",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,open=true": {
|
||||
"model": "betterend:block/pythadendron_barrel_open",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"facing=up,open=false": {
|
||||
"model": "betterend:block/pythadendron_barrel"
|
||||
},
|
||||
"facing=up,open=true": {
|
||||
"model": "betterend:block/pythadendron_barrel_open"
|
||||
},
|
||||
"facing=west,open=false": {
|
||||
"model": "betterend:block/pythadendron_barrel",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,open=true": {
|
||||
"model": "betterend:block/pythadendron_barrel_open",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "betterend:block/pythadendron_leaves" }
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/pythadendron_barrel_bottom",
|
||||
"side": "betterend:block/pythadendron_barrel_side",
|
||||
"top": "betterend:block/pythadendron_barrel_top"
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/pythadendron_barrel_bottom",
|
||||
"side": "betterend:block/pythadendron_barrel_side",
|
||||
"top": "betterend:block/pythadendron_barrel_top_open"
|
||||
}
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/pythadendron_leaves"
|
||||
}
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"parent": "betterend:block/pythadendron_barrel"
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"parent": "betterend:block/pythadendron_leaves"
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/%block%_bottom",
|
||||
"side": "betterend:block/%block%_side",
|
||||
"top": "betterend:block/%block%_top_open"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/%block%_bottom",
|
||||
"side": "betterend:block/%block%_side",
|
||||
"top": "betterend:block/%block%_top"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down,open=false": {
|
||||
"model": "betterend:pattern/%block%",
|
||||
"x": 180
|
||||
},
|
||||
"facing=down,open=true": {
|
||||
"model": "betterend:pattern/%block%/%block%_open",
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,open=false": {
|
||||
"model": "betterend:pattern/%block%",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,open=true": {
|
||||
"model": "betterend:pattern/%block%/%block%_open",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"facing=north,open=false": {
|
||||
"model": "betterend:pattern/%block%",
|
||||
"x": 90
|
||||
},
|
||||
"facing=north,open=true": {
|
||||
"model": "betterend:pattern/%block%/%block%_open",
|
||||
"x": 90
|
||||
},
|
||||
"facing=south,open=false": {
|
||||
"model": "betterend:pattern/%block%",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,open=true": {
|
||||
"model": "betterend:pattern/%block%/%block%_open",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"facing=up,open=false": {
|
||||
"model": "betterend:pattern/%block%"
|
||||
},
|
||||
"facing=up,open=true": {
|
||||
"model": "betterend:pattern/%block%/%block%_open"
|
||||
},
|
||||
"facing=west,open=false": {
|
||||
"model": "betterend:pattern/%block%",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,open=true": {
|
||||
"model": "betterend:pattern/%block%/%block%_open",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue