Lotus generation

This commit is contained in:
paulevsGitch 2020-10-20 21:26:33 +03:00
parent d3c279bf53
commit cac7be60b1
18 changed files with 469 additions and 11 deletions

View file

@ -0,0 +1,18 @@
{
"variants": {
"facing=north,shape=bottom": { "model": "betterend:block/end_lotus_leaf_center" },
"facing=south,shape=bottom": { "model": "betterend:block/end_lotus_leaf_center" },
"facing=east,shape=bottom": { "model": "betterend:block/end_lotus_leaf_center" },
"facing=west,shape=bottom": { "model": "betterend:block/end_lotus_leaf_center" },
"facing=north,shape=middle": { "model": "betterend:block/end_lotus_leaf_side" },
"facing=south,shape=middle": { "model": "betterend:block/end_lotus_leaf_side", "y": 180 },
"facing=east,shape=middle": { "model": "betterend:block/end_lotus_leaf_side", "y": 90 },
"facing=west,shape=middle": { "model": "betterend:block/end_lotus_leaf_side", "y": 270 },
"facing=north,shape=top": { "model": "betterend:block/end_lotus_leaf_corner" },
"facing=south,shape=top": { "model": "betterend:block/end_lotus_leaf_corner", "y": 180 },
"facing=east,shape=top": { "model": "betterend:block/end_lotus_leaf_corner", "y": 90 },
"facing=west,shape=top": { "model": "betterend:block/end_lotus_leaf_corner", "y": 270 }
}
}

View file

@ -1,7 +1,46 @@
{
"variants": {
"shape=top": { "model": "betterend:block/end_lotus_stem_top" },
"shape=middle": { "model": "betterend:block/end_lotus_stem" },
"shape=bottom": { "model": "betterend:block/end_lotus_roots" }
"leaf=false,shape=top,facing=north": { "model": "betterend:block/end_lotus_stem_top" },
"leaf=false,shape=top,facing=south": { "model": "betterend:block/end_lotus_stem_top" },
"leaf=false,shape=top,facing=east": { "model": "betterend:block/end_lotus_stem_top" },
"leaf=false,shape=top,facing=west": { "model": "betterend:block/end_lotus_stem_top" },
"leaf=false,shape=top,facing=up": { "model": "betterend:block/end_lotus_stem_top" },
"leaf=false,shape=top,facing=down": { "model": "betterend:block/end_lotus_stem_top" },
"leaf=false,shape=bottom,facing=north": { "model": "betterend:block/end_lotus_roots" },
"leaf=false,shape=bottom,facing=south": { "model": "betterend:block/end_lotus_roots" },
"leaf=false,shape=bottom,facing=east": { "model": "betterend:block/end_lotus_roots" },
"leaf=false,shape=bottom,facing=west": { "model": "betterend:block/end_lotus_roots" },
"leaf=false,shape=bottom,facing=up": { "model": "betterend:block/end_lotus_roots" },
"leaf=false,shape=bottom,facing=down": { "model": "betterend:block/end_lotus_roots" },
"leaf=false,shape=middle,facing=north": { "model": "betterend:block/end_lotus_stem", "x": 90 },
"leaf=false,shape=middle,facing=south": { "model": "betterend:block/end_lotus_stem", "z": 90 },
"leaf=false,shape=middle,facing=east": { "model": "betterend:block/end_lotus_stem", "x": 90 },
"leaf=false,shape=middle,facing=west": { "model": "betterend:block/end_lotus_stem", "z": 90 },
"leaf=false,shape=middle,facing=up": { "model": "betterend:block/end_lotus_stem" },
"leaf=false,shape=middle,facing=down": { "model": "betterend:block/end_lotus_stem" },
"leaf=true,shape=middle,facing=north": { "model": "betterend:block/end_lotus_stem_leaf", "y": 180 },
"leaf=true,shape=middle,facing=south": { "model": "betterend:block/end_lotus_stem_leaf" },
"leaf=true,shape=middle,facing=east": { "model": "betterend:block/end_lotus_stem_leaf", "y": 270 },
"leaf=true,shape=middle,facing=west": { "model": "betterend:block/end_lotus_stem_leaf", "y": 90 },
"leaf=true,shape=middle,facing=up": { "model": "betterend:block/end_lotus_stem" },
"leaf=true,shape=middle,facing=down": { "model": "betterend:block/end_lotus_stem" },
"leaf=true,shape=top,facing=north": { "model": "betterend:block/end_lotus_stem_top_leaf", "y": 180 },
"leaf=true,shape=top,facing=east": { "model": "betterend:block/end_lotus_stem_top_leaf", "y": 270 },
"leaf=true,shape=top,facing=south": { "model": "betterend:block/end_lotus_stem_top_leaf" },
"leaf=true,shape=top,facing=west": { "model": "betterend:block/end_lotus_stem_top_leaf", "y": 90 },
"leaf=true,shape=top,facing=up": { "model": "betterend:block/end_lotus_stem" },
"leaf=true,shape=top,facing=down": { "model": "betterend:block/end_lotus_stem" },
"leaf=true,shape=bottom,facing=north": { "model": "betterend:block/end_lotus_stem" },
"leaf=true,shape=bottom,facing=east": { "model": "betterend:block/end_lotus_stem" },
"leaf=true,shape=bottom,facing=south": { "model": "betterend:block/end_lotus_stem" },
"leaf=true,shape=bottom,facing=west": { "model": "betterend:block/end_lotus_stem" },
"leaf=true,shape=bottom,facing=up": { "model": "betterend:block/end_lotus_stem" },
"leaf=true,shape=bottom,facing=down": { "model": "betterend:block/end_lotus_stem" }
}
}