Removed terrain json blockstates, plants for "savanna" biome
This commit is contained in:
parent
8e5996524d
commit
daf3af06c9
82 changed files with 221 additions and 438 deletions
|
@ -0,0 +1,7 @@
|
|||
{ "parent": "betterend:block/path",
|
||||
"textures": {
|
||||
"top": "betterend:block/%top%",
|
||||
"side": "betterend:block/%side%",
|
||||
"bottom": "block/end_stone"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "%bottom%",
|
||||
"side": "%side%",
|
||||
"top": "%top%"
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue