Barrel and Leaves patterns

This commit is contained in:
Aleksey 2020-10-14 15:15:27 +03:00
parent 6c74d8c364
commit 10322fda16
13 changed files with 123 additions and 91 deletions

View file

@ -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
}
}
}

View file

@ -1,5 +0,0 @@
{
"variants": {
"": { "model": "betterend:block/pythadendron_leaves" }
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -1,6 +0,0 @@
{
"parent": "block/cube_all",
"textures": {
"all": "betterend:block/pythadendron_leaves"
}
}

View file

@ -1,3 +0,0 @@
{
"parent": "betterend:block/pythadendron_barrel"
}

View file

@ -1,3 +0,0 @@
{
"parent": "betterend:block/pythadendron_leaves"
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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
}
}
}