More pottable plants & config save/load

This commit is contained in:
paulevsGitch 2021-07-11 23:05:07 +03:00
parent e41fd592c7
commit 797db9d2d4
17 changed files with 310 additions and 28 deletions

View file

@ -0,0 +1,35 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/%leaves%",
"stem": "betterend:block/%stem%",
"leaves": "betterend:block/%leaves%"
},
"elements": [
{
"__comment": "Box1",
"from": [ 3, 2, 3 ],
"to": [ 13, 12, 13 ],
"faces": {
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#leaves" },
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#leaves" },
"north": { "uv": [ 3, 3, 13, 13 ], "texture": "#leaves" },
"south": { "uv": [ 3, 3, 13, 13 ], "texture": "#leaves" },
"west": { "uv": [ 3, 3, 13, 13 ], "texture": "#leaves" },
"east": { "uv": [ 3, 3, 13, 13 ], "texture": "#leaves" }
}
},
{
"__comment": "Box1",
"from": [ 7, 0, 7 ],
"to": [ 9, 8, 9 ],
"faces": {
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stem" },
"north": { "uv": [ 7, 8, 9, 16 ], "texture": "#stem" },
"south": { "uv": [ 7, 8, 9, 16 ], "texture": "#stem" },
"west": { "uv": [ 7, 8, 9, 16 ], "texture": "#stem" },
"east": { "uv": [ 7, 8, 9, 16 ], "texture": "#stem" }
}
}
]
}