Cave pumpkin
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"variants": {
|
||||
"small=true": { "model": "betterend:block/cave_pumpkin_small" },
|
||||
"small=false": { "model": "betterend:block/cave_pumpkin" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"variants": {
|
||||
"age=0": [
|
||||
{ "model": "betterend:block/cave_pumpkin_vine_1" },
|
||||
{ "model": "betterend:block/cave_pumpkin_vine_2" }
|
||||
],
|
||||
"age=1": [
|
||||
{ "model": "betterend:block/cave_pumpkin_vine_3" },
|
||||
{ "model": "betterend:block/cave_pumpkin_vine_4" }
|
||||
],
|
||||
"age=2": [
|
||||
{ "model": "betterend:block/cave_pumpkin_vine_5" },
|
||||
{ "model": "betterend:block/cave_pumpkin_vine_6" }
|
||||
],
|
||||
"age=3": [
|
||||
{ "model": "betterend:block/cave_pumpkin_vine_7" },
|
||||
{ "model": "betterend:block/cave_pumpkin_vine_8" }
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"defaultMap": {
|
||||
"spriteMap": [
|
||||
{
|
||||
"sprite": "betterend:block/cave_pumpkin_lantern_side",
|
||||
"material": "betterend:glow_inc"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/cave_pumpkin_lantern_bottom",
|
||||
"material": "betterend:glow_inc"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "betterend:block/cave_pumpkin_lantern_side",
|
||||
"lantern_side": "betterend:block/cave_pumpkin_lantern_side",
|
||||
"lantern_bottom": "betterend:block/cave_pumpkin_lantern_bottom",
|
||||
"top": "betterend:block/cave_pumpkin_top",
|
||||
"side": "betterend:block/cave_pumpkin_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 1, 0, 1 ],
|
||||
"to": [ 15, 13, 15 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#lantern_bottom" },
|
||||
"north": { "uv": [ 1, 3, 15, 16 ], "texture": "#lantern_side" },
|
||||
"south": { "uv": [ 1, 3, 15, 16 ], "texture": "#lantern_side" },
|
||||
"west": { "uv": [ 1, 3, 15, 16 ], "texture": "#lantern_side" },
|
||||
"east": { "uv": [ 1, 3, 15, 16 ], "texture": "#lantern_side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box2",
|
||||
"from": [ 0, 13, 0 ],
|
||||
"to": [ 16, 15, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX3",
|
||||
"from": [ 0, 10, 0 ],
|
||||
"to": [ 0.001, 15, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" },
|
||||
"east": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX3",
|
||||
"from": [ 16, 10, 0 ],
|
||||
"to": [ 16.001, 15, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" },
|
||||
"east": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneZ5",
|
||||
"from": [ 0, 10, 16 ],
|
||||
"to": [ 16, 15, 16.001 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" },
|
||||
"south": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneZ5",
|
||||
"from": [ 0, 10, 0 ],
|
||||
"to": [ 16, 15, 0.001 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" },
|
||||
"south": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box7",
|
||||
"from": [ 5, 15, 5 ],
|
||||
"to": [ 11, 16, 11 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 5, 10, 11, 16 ], "texture": "#side" },
|
||||
"north": { "uv": [ 5, 0, 11, 1 ], "texture": "#side" },
|
||||
"south": { "uv": [ 5, 0, 11, 1 ], "texture": "#side" },
|
||||
"west": { "uv": [ 5, 0, 11, 1 ], "texture": "#side" },
|
||||
"east": { "uv": [ 5, 0, 11, 1 ], "texture": "#side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "betterend:block/cave_pumpkin_lantern_side",
|
||||
"lantern_side": "betterend:block/cave_pumpkin_lantern_side",
|
||||
"lantern_bottom": "betterend:block/cave_pumpkin_lantern_bottom",
|
||||
"top": "betterend:block/cave_pumpkin_top",
|
||||
"side": "betterend:block/cave_pumpkin_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box8",
|
||||
"from": [ 5, 7, 5 ],
|
||||
"to": [ 11, 13, 11 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 5, 5, 11, 11 ], "texture": "#lantern_bottom" },
|
||||
"up": { "uv": [ 5, 5, 11, 11 ], "texture": "#lantern_side" },
|
||||
"north": { "uv": [ 5, 10, 11, 16 ], "texture": "#lantern_side" },
|
||||
"south": { "uv": [ 5, 10, 11, 16 ], "texture": "#lantern_side" },
|
||||
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#lantern_side" },
|
||||
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#lantern_side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box9",
|
||||
"from": [ 4, 13, 4 ],
|
||||
"to": [ 12, 15, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX12",
|
||||
"from": [ 12, 10, 4 ],
|
||||
"to": [ 12.001, 15, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 4, 1, 12, 6 ], "texture": "#side" },
|
||||
"east": { "uv": [ 4, 1, 12, 6 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX12",
|
||||
"from": [ 4, 10, 4 ],
|
||||
"to": [ 4.001, 15, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 4, 1, 12, 6 ], "texture": "#side" },
|
||||
"east": { "uv": [ 4, 1, 12, 6 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneZ14",
|
||||
"from": [ 4, 10, 4 ],
|
||||
"to": [ 12, 15, 4.001 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 4, 1, 12, 6 ], "texture": "#side" },
|
||||
"south": { "uv": [ 4, 1, 12, 6 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneZ14",
|
||||
"from": [ 4, 10, 12 ],
|
||||
"to": [ 12, 15, 12.001 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 4, 1, 12, 6 ], "texture": "#side" },
|
||||
"south": { "uv": [ 4, 1, 12, 6 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box16",
|
||||
"from": [ 6, 15, 6 ],
|
||||
"to": [ 10, 16, 10 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 6, 11, 10, 15 ], "texture": "#side" },
|
||||
"north": { "uv": [ 6, 0, 10, 1 ], "texture": "#side" },
|
||||
"south": { "uv": [ 6, 0, 10, 1 ], "texture": "#side" },
|
||||
"west": { "uv": [ 6, 0, 10, 1 ], "texture": "#side" },
|
||||
"east": { "uv": [ 6, 0, 10, 1 ], "texture": "#side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/cave_pumpkin_stem_0"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_inverted",
|
||||
"textures": {
|
||||
"cross": "betterend:block/cave_pumpkin_stem_0"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/cave_pumpkin_stem_1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_inverted",
|
||||
"textures": {
|
||||
"cross": "betterend:block/cave_pumpkin_stem_1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/cave_pumpkin_stem_2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_inverted",
|
||||
"textures": {
|
||||
"cross": "betterend:block/cave_pumpkin_stem_2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/cave_pumpkin_stem_3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_inverted",
|
||||
"textures": {
|
||||
"cross": "betterend:block/cave_pumpkin_stem_3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/cave_pumpkin"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:item/cave_pumpkin_seed"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 219 B After Width: | Height: | Size: 231 B |
After Width: | Height: | Size: 388 B |
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 245 B |
After Width: | Height: | Size: 248 B |
After Width: | Height: | Size: 240 B |
After Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 199 B |