More pottable plants & config save/load
This commit is contained in:
parent
e41fd592c7
commit
797db9d2d4
17 changed files with 310 additions and 28 deletions
|
@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue