Removed terrain json blockstates, plants for "savanna" biome

This commit is contained in:
paulevsGitch 2021-02-28 18:39:12 +03:00
parent 8e5996524d
commit daf3af06c9
82 changed files with 221 additions and 438 deletions

View file

@ -0,0 +1,7 @@
{ "parent": "betterend:block/path",
"textures": {
"top": "betterend:block/%top%",
"side": "betterend:block/%side%",
"bottom": "block/end_stone"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"bottom": "%bottom%",
"side": "%side%",
"top": "%top%"
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:pattern/%block%" },
{ "model": "betterend:pattern/%block%", "y": 90 },
{ "model": "betterend:pattern/%block%", "y": 180 },
{ "model": "betterend:pattern/%block%", "y": 270 }
]
}
}