finished textures for the mars crops (except the greenhouse ones)

This commit is contained in:
Pyritie 2025-08-10 20:59:20 +01:00
parent 3eeced88b1
commit 877653ad9b
56 changed files with 1208 additions and 82 deletions

View file

@ -0,0 +1,8 @@
{
"variants": {
"": [
{ "model": "betterend:block/amber_root_dead_0" },
{ "model": "betterend:block/amber_root_dead_1" }
]
}
}

View file

@ -1,8 +1,6 @@
{
"variants": {
"": [
{ "model": "betterend:block/amber_root_6" },
{ "model": "betterend:block/amber_root_7" }
]
"mature=true": { "model": "betterend:block/amber_root_wild_mature" },
"mature=false": { "model": "betterend:block/amber_root_wild_immature" }
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/blossom_berry_dead", "y": 0 },
{ "model": "betterend:block/blossom_berry_dead", "y": 90 },
{ "model": "betterend:block/blossom_berry_dead", "y": 180 },
{ "model": "betterend:block/blossom_berry_dead", "y": 270 }
]
}
}

View file

@ -1,5 +1,16 @@
{
"variants": {
"": { "model": "betterend:block/blossom_berry" }
"mature=true": [
{ "model": "betterend:block/blossom_berry_wild_mature", "y": 0 },
{ "model": "betterend:block/blossom_berry_wild_mature", "y": 90 },
{ "model": "betterend:block/blossom_berry_wild_mature", "y": 180 },
{ "model": "betterend:block/blossom_berry_wild_mature", "y": 270 }
],
"mature=false": [
{ "model": "betterend:block/blossom_berry_wild_immature", "y": 0 },
{ "model": "betterend:block/blossom_berry_wild_immature", "y": 90 },
{ "model": "betterend:block/blossom_berry_wild_immature", "y": 180 },
{ "model": "betterend:block/blossom_berry_wild_immature", "y": 270 }
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/bolux_mushroom_dead", "y": 0 },
{ "model": "betterend:block/bolux_mushroom_dead", "y": 90 },
{ "model": "betterend:block/bolux_mushroom_dead", "y": 180 },
{ "model": "betterend:block/bolux_mushroom_dead", "y": 270 }
]
}
}

View file

@ -1,21 +1,16 @@
{
"variants": {
"": [
{
"model": "betterend:block/bolux_mushroom_3"
},
{
"model": "betterend:block/bolux_mushroom_3",
"y": 90
},
{
"model": "betterend:block/bolux_mushroom_3",
"y": 180
},
{
"model": "betterend:block/bolux_mushroom_3",
"y": 270
}
"mature=true": [
{ "model": "betterend:block/bolux_mushroom_wild_mature", "y": 0 },
{ "model": "betterend:block/bolux_mushroom_wild_mature", "y": 90 },
{ "model": "betterend:block/bolux_mushroom_wild_mature", "y": 180 },
{ "model": "betterend:block/bolux_mushroom_wild_mature", "y": 270 }
],
"mature=false": [
{ "model": "betterend:block/bolux_mushroom_wild_immature", "y": 0 },
{ "model": "betterend:block/bolux_mushroom_wild_immature", "y": 90 },
{ "model": "betterend:block/bolux_mushroom_wild_immature", "y": 180 },
{ "model": "betterend:block/bolux_mushroom_wild_immature", "y": 270 }
]
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "betterend:block/cave_pumpkin_dead" }
}
}

View file

@ -0,0 +1,99 @@
{
"__comment__": "This file was automatically created by mcresources",
"multipart": [
{
"when": {
"mature": true
},
"apply": {
"model": "betterend:block/cave_pumpkin_wild"
}
},
{
"when": {
"mature": false
},
"apply": {
"model": "betterend:block/cave_pumpkin_dead"
}
},
{
"when": {
"east": true,
"mature": true
},
"apply": {
"model": "betterend:block/cave_pumpkin_wild_side",
"y": 90
}
},
{
"when": {
"north": true,
"mature": true
},
"apply": {
"model": "betterend:block/cave_pumpkin_wild_side"
}
},
{
"when": {
"south": true,
"mature": true
},
"apply": {
"model": "betterend:block/cave_pumpkin_wild_side",
"y": 180
}
},
{
"when": {
"west": true,
"mature": true
},
"apply": {
"model": "betterend:block/cave_pumpkin_wild_side",
"y": 270
}
},
{
"when": {
"east": true,
"mature": false
},
"apply": {
"model": "betterend:block/cave_pumpkin_dead_side",
"y": 90
}
},
{
"when": {
"north": true,
"mature": false
},
"apply": {
"model": "betterend:block/cave_pumpkin_dead_side"
}
},
{
"when": {
"south": true,
"mature": false
},
"apply": {
"model": "betterend:block/cave_pumpkin_dead_side",
"y": 180
}
},
{
"when": {
"west": true,
"mature": false
},
"apply": {
"model": "betterend:block/cave_pumpkin_dead_side",
"y": 270
}
}
]
}

View file

@ -0,0 +1,8 @@
{
"variants": {
"": [
{ "model": "betterend:block/chorus_mushroom_dead_0" },
{ "model": "betterend:block/chorus_mushroom_dead_1" }
]
}
}

View file

@ -1,8 +1,6 @@
{
"variants": {
"": [
{ "model": "betterend:block/chorus_mushroom_6" },
{ "model": "betterend:block/chorus_mushroom_7" }
]
"mature=true": { "model": "betterend:block/chorus_mushroom_wild_mature" },
"mature=false": { "model": "betterend:block/chorus_mushroom_wild_immature" }
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/shadow_berry_dead", "y": 0 },
{ "model": "betterend:block/shadow_berry_dead", "y": 90 },
{ "model": "betterend:block/shadow_berry_dead", "y": 180 },
{ "model": "betterend:block/shadow_berry_dead", "y": 270 }
]
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"mature=true": [
{ "model": "betterend:block/shadow_berry_wild_mature", "y": 0 },
{ "model": "betterend:block/shadow_berry_wild_mature", "y": 90 },
{ "model": "betterend:block/shadow_berry_wild_mature", "y": 180 },
{ "model": "betterend:block/shadow_berry_wild_mature", "y": 270 }
],
"mature=false": [
{ "model": "betterend:block/shadow_berry_wild_immature", "y": 0 },
{ "model": "betterend:block/shadow_berry_wild_immature", "y": 90 },
{ "model": "betterend:block/shadow_berry_wild_immature", "y": 180 },
{ "model": "betterend:block/shadow_berry_wild_immature", "y": 270 }
]
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block",
"textures": {
"texture": "betterend:block/amber_root_dead"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block_inverted",
"textures": {
"texture": "betterend:block/amber_root_dead"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "betterend:block/crop_wild",
"textures": {
"crop": "betterend:block/amber_root_dead",
"particle": "betterend:block/amber_root_dead"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "betterend:block/crop_wild",
"textures": {
"crop": "betterend:block/amber_root_3",
"particle": "betterend:block/amber_root_3"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross",
"textures": {
"cross": "betterend:block/blossom_berry_dead"
}
}

View file

@ -1,5 +1,5 @@
{
"parent": "minecraft:block/cross",
"parent": "betterend:block/cross",
"textures": {
"cross": "betterend:block/blossom_berry_seed_0"
}

View file

@ -1,5 +1,5 @@
{
"parent": "minecraft:block/cross",
"parent": "betterend:block/cross",
"textures": {
"cross": "betterend:block/blossom_berry_seed_1"
}

View file

@ -1,5 +1,5 @@
{
"parent": "minecraft:block/cross",
"parent": "betterend:block/cross",
"textures": {
"cross": "betterend:block/blossom_berry_seed_2"
}

View file

@ -0,0 +1,7 @@
{
"parent": "betterend:block/crop_wild",
"textures": {
"crop": "betterend:block/blossom_berry_dead",
"particle": "betterend:block/blossom_berry_dead"
}
}

View file

@ -0,0 +1,81 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"1": "betterend:block/wild_crop",
"particle": "betterend:block/blossom_berry_flower",
"stem": "betterend:block/blossom_berry_stem",
"flower": "betterend:block/blossom_berry_flower",
"texture": "betterend:block/blossom_berry_fruit"
},
"elements": [
{
"__comment": "PlaneX1",
"from": [ 2.25, 0, 2.25 ],
"to": [ 2.251, 16, 18.25 ],
"rotation": { "origin": [ 2.25, 0, 2.25 ], "axis": "y", "angle": 45 },
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" }
}
},
{
"__comment": "PlaneX1",
"from": [ 13.75, 0, 2.25 ],
"to": [ 13.751, 16, 18.25 ],
"rotation": { "origin": [ 13.75, 0, 2.25 ], "axis": "y", "angle": -45 },
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" }
}
},
{
"__comment": "PlaneY3",
"from": [ 0, 12, 0 ],
"to": [ 16, 12.001, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#flower" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#flower" }
}
},
{
"__comment": "Box4",
"from": [ 5, 11, 5 ],
"to": [ 11, 17, 11 ],
"faces": {
"down": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" },
"north": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" }
}
},
{
"from": [13.1, -1, 0.1],
"to": [13.1, 15, 16.1],
"shade": false,
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#1"},
"west": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0.1, -1, 3.1],
"to": [16.1, 15, 3.1],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1"},
"south": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0.1, -1, 13.1],
"to": [16.1, 15, 13.1],
"shade": false,
"faces": {
"north": {"uv": [16, 0, 0, 16], "texture": "#1"},
"south": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
}
]
}

View file

@ -7,7 +7,7 @@
"elements": [
{
"__comment": "Box1",
"from": [ 6, 0, 8 ],
"from": [ 6, -1, 8 ],
"to": [ 8, 2, 10 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" },

View file

@ -32,7 +32,7 @@
},
{
"__comment": "Box1",
"from": [ 4, 0, 4 ],
"from": [ 4, -1, 4 ],
"to": [ 6, 3, 6 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 3 ], "texture": "#texture" },
@ -43,7 +43,7 @@
},
{
"__comment": "Box1",
"from": [ 10, 0, 12 ],
"from": [ 10, -1, 12 ],
"to": [ 12, 2, 14 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" },

View file

@ -7,7 +7,7 @@
"elements": [
{
"__comment": "Box1",
"from": [ 11, 0, 4 ],
"from": [ 11, -1, 4 ],
"to": [ 13, 2, 6 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" },
@ -43,7 +43,7 @@
},
{
"__comment": "Box1",
"from": [ 3, 0, 6 ],
"from": [ 3, -1, 6 ],
"to": [ 5, 3, 8 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 3 ], "texture": "#texture" },
@ -79,7 +79,7 @@
},
{
"__comment": "Box1",
"from": [ 10, 0, 12 ],
"from": [ 10, -1, 12 ],
"to": [ 12, 2, 14 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" },

View file

@ -32,7 +32,7 @@
},
{
"__comment": "Box1",
"from": [ 10, 0, 9 ],
"from": [ 10, -1, 9 ],
"to": [ 12, 3, 11 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 3 ], "texture": "#texture" },
@ -43,7 +43,7 @@
},
{
"__comment": "Box1",
"from": [ 2, 0, 5 ],
"from": [ 2, -1, 5 ],
"to": [ 4, 3, 7 ],
"faces": {
"north": { "uv": [ 1, 0, 3, 3 ], "texture": "#texture" },
@ -79,7 +79,7 @@
},
{
"__comment": "Box1",
"from": [ 9, 0, 2 ],
"from": [ 9, -1, 2 ],
"to": [ 11, 4, 4 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 4 ], "texture": "#texture" },
@ -127,7 +127,7 @@
},
{
"__comment": "Box1",
"from": [ 2, 0, 12 ],
"from": [ 2, -1, 12 ],
"to": [ 4, 2, 14 ],
"faces": {
"north": { "uv": [ 0, 1, 2, 3 ], "texture": "#texture" },

View file

@ -0,0 +1,81 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/bolux_mushroom_dead",
"texture": "betterend:block/bolux_mushroom_dead"
},
"elements": [
{
"__comment": "Box1",
"from": [ 1, 3, 1 ],
"to": [ 9, 7, 9 ],
"faces": {
"down": { "uv": [ 0, 8, 8, 16 ], "texture": "#texture" },
"up": { "uv": [ 8, 0, 16, 8 ], "texture": "#texture" },
"north": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" },
"south": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 2, 7, 2 ],
"to": [ 8, 8, 8 ],
"faces": {
"up": { "uv": [ 9, 1, 15, 7 ], "texture": "#texture" },
"north": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" },
"south": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" },
"west": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" },
"east": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 4, -1, 4 ],
"to": [ 6, 3, 6 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 3 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 2, 3 ], "texture": "#texture" },
"west": { "uv": [ 2, 0, 0, 3 ], "texture": "#texture" },
"east": { "uv": [ 2, 0, 0, 3 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 10, -1, 12 ],
"to": [ 12, 2, 14 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 8, 2, 10 ],
"to": [ 14, 5, 16 ],
"faces": {
"down": { "uv": [ 1, 9, 7, 15 ], "texture": "#texture" },
"up": { "uv": [ 9, 1, 15, 7 ], "texture": "#texture", "rotation": 90 },
"north": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" },
"south": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" },
"west": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" },
"east": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 9, 5, 11 ],
"to": [ 13, 6, 15 ],
"faces": {
"up": { "uv": [ 10, 2, 14, 6 ], "texture": "#texture", "rotation": 90 },
"north": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" },
"south": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" },
"west": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" },
"east": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" }
}
}
]
}

View file

@ -0,0 +1,118 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"1": "betterend:block/wild_crop",
"particle": "betterend:block/bolux_mushroom_dead",
"texture": "betterend:block/bolux_mushroom_dead"
},
"elements": [
{
"__comment": "Box1",
"from": [ 1, 3, 1 ],
"to": [ 9, 7, 9 ],
"faces": {
"down": { "uv": [ 0, 8, 8, 16 ], "texture": "#texture" },
"up": { "uv": [ 8, 0, 16, 8 ], "texture": "#texture" },
"north": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" },
"south": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 2, 7, 2 ],
"to": [ 8, 8, 8 ],
"faces": {
"up": { "uv": [ 9, 1, 15, 7 ], "texture": "#texture" },
"north": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" },
"south": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" },
"west": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" },
"east": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 4, -1, 4 ],
"to": [ 6, 3, 6 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 3 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 2, 3 ], "texture": "#texture" },
"west": { "uv": [ 2, 0, 0, 3 ], "texture": "#texture" },
"east": { "uv": [ 2, 0, 0, 3 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 10, -1, 12 ],
"to": [ 12, 2, 14 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 8, 2, 10 ],
"to": [ 14, 5, 16 ],
"faces": {
"down": { "uv": [ 1, 9, 7, 15 ], "texture": "#texture" },
"up": { "uv": [ 9, 1, 15, 7 ], "texture": "#texture", "rotation": 90 },
"north": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" },
"south": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" },
"west": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" },
"east": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 9, 5, 11 ],
"to": [ 13, 6, 15 ],
"faces": {
"up": { "uv": [ 10, 2, 14, 6 ], "texture": "#texture", "rotation": 90 },
"north": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" },
"south": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" },
"west": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" },
"east": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" }
}
},
{
"from": [3, -1, 0],
"to": [3, 15, 16],
"shade": false,
"faces": {
"east": {"uv": [16, 0, 0, 16], "texture": "#1"},
"west": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [13, -1, 0],
"to": [13, 15, 16],
"shade": false,
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#1"},
"west": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0, -1, 3],
"to": [16, 15, 3],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1"},
"south": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0, -1, 13],
"to": [16, 15, 13],
"shade": false,
"faces": {
"north": {"uv": [16, 0, 0, 16], "texture": "#1"},
"south": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
}
]
}

View file

@ -0,0 +1,190 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"1": "betterend:block/wild_crop",
"particle": "betterend:block/bolux_mushroom",
"texture": "betterend:block/bolux_mushroom"
},
"elements": [
{
"__comment": "Box1",
"from": [ 7, 3, 6 ],
"to": [ 15, 7, 14 ],
"faces": {
"down": { "uv": [ 0, 8, 8, 16 ], "texture": "#texture" },
"up": { "uv": [ 8, 0, 16, 8 ], "texture": "#texture" },
"north": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" },
"south": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 8, 12, 16, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 8, 7, 7 ],
"to": [ 14, 8, 13 ],
"faces": {
"up": { "uv": [ 9, 1, 15, 7 ], "texture": "#texture" },
"north": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" },
"south": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" },
"west": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" },
"east": { "uv": [ 9, 11, 15, 12 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 10, -1, 9 ],
"to": [ 12, 3, 11 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 3 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 2, 3 ], "texture": "#texture" },
"west": { "uv": [ 2, 0, 0, 3 ], "texture": "#texture" },
"east": { "uv": [ 2, 0, 0, 3 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 2, -1, 5 ],
"to": [ 4, 3, 7 ],
"faces": {
"north": { "uv": [ 1, 0, 3, 3 ], "texture": "#texture" },
"south": { "uv": [ 1, 0, 3, 3 ], "texture": "#texture" },
"west": { "uv": [ 1, 0, 3, 3 ], "texture": "#texture" },
"east": { "uv": [ 1, 0, 3, 3 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 0, 3, 3 ],
"to": [ 6, 6, 9 ],
"faces": {
"down": { "uv": [ 1, 9, 7, 15 ], "texture": "#texture" },
"up": { "uv": [ 9, 1, 15, 7 ], "texture": "#texture" },
"north": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" },
"south": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" },
"west": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" },
"east": { "uv": [ 9, 13, 15, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 1, 6, 4 ],
"to": [ 5, 7, 8 ],
"faces": {
"up": { "uv": [ 10, 2, 14, 6 ], "texture": "#texture" },
"north": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" },
"south": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" },
"west": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" },
"east": { "uv": [ 10, 11, 14, 12 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 9, -1, 2 ],
"to": [ 11, 4, 4 ],
"faces": {
"north": { "uv": [ 0, 0, 2, 4 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 2, 4 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 2, 4 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 2, 4 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 8, 4, 1 ],
"to": [ 12, 9, 5 ],
"faces": {
"down": { "uv": [ 2, 10, 6, 14 ], "texture": "#texture" },
"up": { "uv": [ 10, 2, 14, 6 ], "texture": "#texture" },
"north": { "uv": [ 10, 11, 14, 16 ], "texture": "#texture" },
"south": { "uv": [ 10, 11, 14, 16 ], "texture": "#texture" },
"west": { "uv": [ 10, 11, 14, 16 ], "texture": "#texture" },
"east": { "uv": [ 10, 11, 14, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 9, 9, 2 ],
"to": [ 11, 10, 4 ],
"faces": {
"up": { "uv": [ 11, 3, 13, 5 ], "texture": "#texture" },
"north": { "uv": [ 11, 10, 13, 11 ], "texture": "#texture" },
"south": { "uv": [ 11, 10, 13, 11 ], "texture": "#texture" },
"west": { "uv": [ 11, 10, 13, 11 ], "texture": "#texture" },
"east": { "uv": [ 11, 10, 13, 11 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 2, 5, 12 ],
"to": [ 4, 6, 14 ],
"faces": {
"up": { "uv": [ 11, 3, 13, 5 ], "texture": "#texture" },
"north": { "uv": [ 11, 11, 13, 12 ], "texture": "#texture" },
"south": { "uv": [ 11, 11, 13, 12 ], "texture": "#texture" },
"west": { "uv": [ 11, 11, 13, 12 ], "texture": "#texture" },
"east": { "uv": [ 11, 11, 13, 12 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 2, -1, 12 ],
"to": [ 4, 2, 14 ],
"faces": {
"north": { "uv": [ 0, 1, 2, 3 ], "texture": "#texture" },
"south": { "uv": [ 0, 1, 2, 3 ], "texture": "#texture" },
"west": { "uv": [ 0, 1, 2, 3 ], "texture": "#texture" },
"east": { "uv": [ 0, 1, 2, 3 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 1, 2, 11 ],
"to": [ 5, 5, 15 ],
"faces": {
"down": { "uv": [ 2, 10, 6, 14 ], "texture": "#texture" },
"up": { "uv": [ 4, 4, 8, 8 ], "texture": "#texture" },
"north": { "uv": [ 10, 13, 14, 16 ], "texture": "#texture" },
"south": { "uv": [ 10, 13, 14, 16 ], "texture": "#texture" },
"west": { "uv": [ 10, 13, 14, 16 ], "texture": "#texture" },
"east": { "uv": [ 10, 13, 14, 16 ], "texture": "#texture" }
}
},
{
"from": [3.1, -1, 0.1],
"to": [3.1, 15, 16.1],
"shade": false,
"faces": {
"east": {"uv": [16, 0, 0, 16], "texture": "#1"},
"west": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [13.1, -1, 0.1],
"to": [13.1, 15, 16.1],
"shade": false,
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#1"},
"west": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0.1, -1, 3.1],
"to": [16.1, 15, 3.1],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1"},
"south": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0.1, -1, 13.1],
"to": [16.1, 15, 13.1],
"shade": false,
"faces": {
"north": {"uv": [16, 0, 0, 16], "texture": "#1"},
"south": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
}
]
}

View file

@ -33,7 +33,7 @@
{
"__comment": "PlaneX3",
"from": [ 0, 10, 0 ],
"to": [ 0.001, 15, 16 ],
"to": [ 0, 15, 16 ],
"faces": {
"west": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" },
"east": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" }
@ -42,7 +42,7 @@
{
"__comment": "PlaneX3",
"from": [ 16, 10, 0 ],
"to": [ 16.001, 15, 16 ],
"to": [ 16, 15, 16 ],
"faces": {
"west": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" },
"east": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" }
@ -51,7 +51,7 @@
{
"__comment": "PlaneZ5",
"from": [ 0, 10, 16 ],
"to": [ 16, 15, 16.001 ],
"to": [ 16, 15, 16 ],
"faces": {
"north": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" },
"south": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" }
@ -60,7 +60,7 @@
{
"__comment": "PlaneZ5",
"from": [ 0, 10, 0 ],
"to": [ 16, 15, 0.001 ],
"to": [ 16, 15, 0 ],
"faces": {
"north": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" },
"south": { "uv": [ 0, 1, 16, 6 ], "texture": "#side" }

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross",
"textures": {
"cross": "betterend:block/cave_pumpkin_stem_dead"
}
}

View file

@ -0,0 +1,48 @@
{
"credit": "Made with Blockbench",
"ambientocclusion": false,
"textures": {
"particle": "betterend:block/cave_pumpkin_stem_dead",
"crop": "betterend:block/cave_pumpkin_stem_dead"
},
"elements": [
{
"from": [ 7, 0, 0 ],
"to": [ 7, 16, 16 ],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [ 8, 0, 9 ]
},
"faces": {
"east": {
"uv": [ 16, 0, 0, 16 ],
"texture": "#crop"
},
"west": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#crop"
}
}
},
{
"from": [ 10, 0, 0 ],
"to": [ 10, 16, 16 ],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [ 8, 0, 9 ]
},
"faces": {
"east": {
"uv": [ 16, 0, 0, 16 ],
"texture": "#crop"
},
"west": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#crop"
}
}
}
]
}

View file

@ -0,0 +1,7 @@
{
"parent": "betterend:block/crop_wild",
"textures": {
"crop": "betterend:block/cave_pumpkin_stem_3",
"particle": "betterend:block/cave_pumpkin_stem_3"
}
}

View file

@ -0,0 +1,48 @@
{
"credit": "Made with Blockbench",
"ambientocclusion": false,
"textures": {
"particle": "betterend:block/cave_pumpkin_stem_3_side",
"crop": "betterend:block/cave_pumpkin_stem_3_side"
},
"elements": [
{
"from": [ 7, 0, 0 ],
"to": [ 7, 16, 16 ],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [ 8, 0, 9 ]
},
"faces": {
"east": {
"uv": [ 16, 0, 0, 16 ],
"texture": "#crop"
},
"west": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#crop"
}
}
},
{
"from": [ 10, 0, 0 ],
"to": [ 10, 16, 16 ],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [ 8, 0, 9 ]
},
"faces": {
"east": {
"uv": [ 16, 0, 0, 16 ],
"texture": "#crop"
},
"west": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#crop"
}
}
}
]
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block",
"textures": {
"texture": "betterend:block/chorus_mushroom_dead"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block_inverted",
"textures": {
"texture": "betterend:block/chorus_mushroom_dead"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "betterend:block/crop_wild",
"textures": {
"crop": "betterend:block/chorus_mushroom_dead",
"particle": "betterend:block/chorus_mushroom_dead"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "betterend:block/crop_wild",
"textures": {
"crop": "betterend:block/chorus_mushroom_3",
"particle": "betterend:block/chorus_mushroom_3"
}
}

View file

@ -4,32 +4,32 @@
"particle": "#texture"
},
"elements": [
{ "from": [ 4.1, 0, 0 ],
"to": [ 4.1, 16, 16 ],
{ "from": [ 4.1, -1, 0 ],
"to": [ 4.1, 15, 16 ],
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
},
{ "from": [ 11.9, 0, 0 ],
"to": [ 11.9, 16, 16 ],
{ "from": [ 11.9, -1, 0 ],
"to": [ 11.9, 15, 16 ],
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
},
{ "from": [ 0, 0, 4.1 ],
"to": [ 16, 16, 4.1 ],
{ "from": [ 0, -1, 4.1 ],
"to": [ 16, 15, 4.1 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
},
{ "from": [ 0, 0, 11.9 ],
"to": [ 16, 16, 11.9 ],
{ "from": [ 0, -1, 11.9 ],
"to": [ 16, 15, 11.9 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },

View file

@ -4,32 +4,32 @@
"particle": "#texture"
},
"elements": [
{ "from": [ 4.1, 0, 0 ],
"to": [ 4.1, 16, 16 ],
{ "from": [ 4.1, -1, 0 ],
"to": [ 4.1, 15, 16 ],
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" }
}
},
{ "from": [ 11.9, 0, 0 ],
"to": [ 11.9, 16, 16 ],
{ "from": [ 11.9, -1, 0 ],
"to": [ 11.9, 15, 16 ],
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" }
}
},
{ "from": [ 0, 0, 4.1 ],
"to": [ 16, 16, 4.1 ],
{ "from": [ 0, -1, 4.1 ],
"to": [ 16, 15, 4.1 ],
"shade": false,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" },
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" }
}
},
{ "from": [ 0, 0, 11.9 ],
"to": [ 16, 16, 11.9 ],
{ "from": [ 0, -1, 11.9 ],
"to": [ 16, 15, 11.9 ],
"shade": false,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" },

View file

@ -0,0 +1,84 @@
{
"credit": "Made with Blockbench",
"ambientocclusion": false,
"parent": "block/block",
"textures": {
"1": "betterend:block/wild_crop",
"particle": "#crop",
"crop": "#crop"
},
"elements": [
{
"from": [4, -1, 0],
"to": [4, 15, 16],
"shade": false,
"faces": {
"east": {"uv": [16, 0, 0, 16], "texture": "#crop"},
"west": {"uv": [0, 0, 16, 16], "texture": "#crop"}
}
},
{
"from": [12, -1, 0],
"to": [12, 15, 16],
"shade": false,
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#crop"},
"west": {"uv": [16, 0, 0, 16], "texture": "#crop"}
}
},
{
"from": [0, -1, 4],
"to": [16, 15, 4],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#crop"},
"south": {"uv": [16, 0, 0, 16], "texture": "#crop"}
}
},
{
"from": [0, -1, 12],
"to": [16, 15, 12],
"shade": false,
"faces": {
"north": {"uv": [16, 0, 0, 16], "texture": "#crop"},
"south": {"uv": [0, 0, 16, 16], "texture": "#crop"}
}
},
{
"from": [3, -1, 0],
"to": [3, 15, 16],
"shade": false,
"faces": {
"east": {"uv": [16, 0, 0, 16], "texture": "#1"},
"west": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [13, -1, 0],
"to": [13, 15, 16],
"shade": false,
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#1"},
"west": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0, -1, 3],
"to": [16, 15, 3],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1"},
"south": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0, -1, 13],
"to": [16, 15, 13],
"shade": false,
"faces": {
"north": {"uv": [16, 0, 0, 16], "texture": "#1"},
"south": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
}
]
}

View file

@ -0,0 +1,26 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#cross"
},
"elements": [
{ "from": [ 0.8, 0, 8 ],
"to": [ 15.2, 16, 8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
}
},
{ "from": [ 8, 0, 0.8 ],
"to": [ 8, 16, 15.2 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
}
}
]
}

View file

@ -8,8 +8,8 @@
"elements": [
{
"__comment": "PlaneY4",
"from": [ 0, 0.5, 0 ],
"to": [ 16, 0.501, 16 ],
"from": [ 0, -0.5, 0 ],
"to": [ 16, -0.501, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }

View file

@ -8,8 +8,8 @@
"elements": [
{
"__comment": "Box1",
"from": [ 3, 0, 3 ],
"to": [ 7, 4, 7 ],
"from": [ 3, -1, 3 ],
"to": [ 7, 3, 7 ],
"faces": {
"down": { "uv": [ 10, 10, 14, 14 ], "texture": "#texture" },
"up": { "uv": [ 8.5, 0.5, 12.5, 4.5 ], "texture": "#texture" },
@ -21,8 +21,8 @@
},
{
"__comment": "Box1",
"from": [ 11.5, 0, 6.5 ],
"to": [ 14.5, 3, 9.5 ],
"from": [ 11.5, -1, 6.5 ],
"to": [ 14.5, 2, 9.5 ],
"faces": {
"down": { "uv": [ 12, 12, 15, 15 ], "texture": "#texture" },
"up": { "uv": [ 9, 1, 12, 4 ], "texture": "#texture" },
@ -34,8 +34,8 @@
},
{
"__comment": "PlaneY4",
"from": [ 0, 0.5, 0 ],
"to": [ 16, 0.501, 16 ],
"from": [ 0, -0.5, 0 ],
"to": [ 16, -0.501, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }

View file

@ -8,8 +8,8 @@
"elements": [
{
"__comment": "Box1",
"from": [ 2, 0, 2 ],
"to": [ 8, 6, 8 ],
"from": [ 2, -1, 2 ],
"to": [ 8, 5, 8 ],
"faces": {
"down": { "uv": [ 9, 9, 15, 15 ], "texture": "#texture" },
"up": { "uv": [ 1, 1, 7, 7 ], "texture": "#texture" },
@ -21,8 +21,8 @@
},
{
"__comment": "Box1",
"from": [ 11, 0, 6 ],
"to": [ 15, 4, 10 ],
"from": [ 11, -1, 6 ],
"to": [ 15, 3, 10 ],
"faces": {
"down": { "uv": [ 10, 10, 14, 14 ], "texture": "#texture" },
"up": { "uv": [ 8.5, 0.5, 12.5, 4.5 ], "texture": "#texture" },
@ -34,8 +34,8 @@
},
{
"__comment": "Box1",
"from": [ 4, 0, 11 ],
"to": [ 7, 3, 14 ],
"from": [ 4, -1, 11 ],
"to": [ 7, 2, 14 ],
"faces": {
"down": { "uv": [ 12, 12, 15, 15 ], "texture": "#texture" },
"up": { "uv": [ 9, 1, 12, 4 ], "texture": "#texture" },
@ -47,8 +47,8 @@
},
{
"__comment": "PlaneY4",
"from": [ 0, 0.5, 0 ],
"to": [ 16, 0.501, 16 ],
"from": [ 0, -0.5, 0 ],
"to": [ 16, -0.501, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }

View file

@ -8,8 +8,8 @@
"elements": [
{
"__comment": "Box1",
"from": [ 1, 0, 1 ],
"to": [ 9, 8, 9 ],
"from": [ 1, -1, 1 ],
"to": [ 9, 7, 9 ],
"faces": {
"down": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" },
@ -21,8 +21,8 @@
},
{
"__comment": "Box1",
"from": [ 10, 0, 5 ],
"to": [ 16, 6, 11 ],
"from": [ 10, -1, 5 ],
"to": [ 16, 5, 11 ],
"faces": {
"down": { "uv": [ 9, 9, 15, 15 ], "texture": "#texture" },
"up": { "uv": [ 1, 1, 7, 7 ], "texture": "#texture" },
@ -34,8 +34,8 @@
},
{
"__comment": "Box1",
"from": [ 3, 0, 10 ],
"to": [ 8, 5, 15 ],
"from": [ 3, -1, 10 ],
"to": [ 8, 4, 15 ],
"faces": {
"down": { "uv": [ 11, 11, 16, 16 ], "texture": "#texture" },
"up": { "uv": [ 8, 0, 13, 5 ], "texture": "#texture" },
@ -47,8 +47,8 @@
},
{
"__comment": "PlaneY4",
"from": [ 0, 0.5, 0 ],
"to": [ 16, 0.501, 16 ],
"from": [ 0, -0.5, 0 ],
"to": [ 16, -0.501, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }

View file

@ -0,0 +1,45 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/shadow_berry_dead",
"texture": "betterend:block/shadow_berry_dead",
"texture1": "betterend:block/shadow_berry_leaves"
},
"elements": [
{
"__comment": "Box1",
"from": [ 3, 0, 3 ],
"to": [ 7, 4, 7 ],
"faces": {
"down": { "uv": [ 10, 10, 14, 14 ], "texture": "#texture" },
"up": { "uv": [ 8.5, 0.5, 12.5, 4.5 ], "texture": "#texture" },
"north": { "uv": [ 2, 11, 6, 15 ], "texture": "#texture" },
"south": { "uv": [ 2, 11, 6, 15 ], "texture": "#texture" },
"west": { "uv": [ 2, 11, 6, 15 ], "texture": "#texture" },
"east": { "uv": [ 2, 11, 6, 15 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 11.5, 0, 6.5 ],
"to": [ 14.5, 3, 9.5 ],
"faces": {
"down": { "uv": [ 12, 12, 15, 15 ], "texture": "#texture" },
"up": { "uv": [ 9, 1, 12, 4 ], "texture": "#texture" },
"north": { "uv": [ 4, 11, 7, 14 ], "texture": "#texture" },
"south": { "uv": [ 4, 11, 7, 14 ], "texture": "#texture" },
"west": { "uv": [ 4, 11, 7, 14 ], "texture": "#texture" },
"east": { "uv": [ 4, 11, 7, 14 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY4",
"from": [ 0, 0.5, 0 ],
"to": [ 16, 0.501, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
}
]
}

View file

@ -0,0 +1,73 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"1": "betterend:block/wild_crop",
"particle": "betterend:block/shadow_berry_dead",
"texture": "betterend:block/shadow_berry_dead",
"texture1": "betterend:block/shadow_berry_leaves"
},
"elements": [
{
"__comment": "Box1",
"from": [ 3, 0, 3 ],
"to": [ 7, 4, 7 ],
"faces": {
"down": { "uv": [ 10, 10, 14, 14 ], "texture": "#texture" },
"up": { "uv": [ 8.5, 0.5, 12.5, 4.5 ], "texture": "#texture" },
"north": { "uv": [ 2, 11, 6, 15 ], "texture": "#texture" },
"south": { "uv": [ 2, 11, 6, 15 ], "texture": "#texture" },
"west": { "uv": [ 2, 11, 6, 15 ], "texture": "#texture" },
"east": { "uv": [ 2, 11, 6, 15 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 11.5, 0, 6.5 ],
"to": [ 14.5, 3, 9.5 ],
"faces": {
"down": { "uv": [ 12, 12, 15, 15 ], "texture": "#texture" },
"up": { "uv": [ 9, 1, 12, 4 ], "texture": "#texture" },
"north": { "uv": [ 4, 11, 7, 14 ], "texture": "#texture" },
"south": { "uv": [ 4, 11, 7, 14 ], "texture": "#texture" },
"west": { "uv": [ 4, 11, 7, 14 ], "texture": "#texture" },
"east": { "uv": [ 4, 11, 7, 14 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY4",
"from": [ 0, 0.5, 0 ],
"to": [ 16, 0.501, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
},
{
"from": [13.1, -1, 0.1],
"to": [13.1, 15, 16.1],
"shade": false,
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#1"},
"west": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0.1, -1, 3.1],
"to": [16.1, 15, 3.1],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1"},
"south": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0.1, -1, 13.1],
"to": [16.1, 15, 13.1],
"shade": false,
"faces": {
"north": {"uv": [16, 0, 0, 16], "texture": "#1"},
"south": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
}
]
}

View file

@ -0,0 +1,86 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"1": "betterend:block/wild_crop",
"particle": "betterend:block/shadow_berry",
"texture": "betterend:block/shadow_berry",
"texture1": "betterend:block/shadow_berry_leaves"
},
"elements": [
{
"__comment": "Box1",
"from": [ 1, 0, 1 ],
"to": [ 9, 8, 9 ],
"faces": {
"down": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" },
"north": { "uv": [ 0, 8, 8, 16 ], "texture": "#texture" },
"south": { "uv": [ 0, 8, 8, 16 ], "texture": "#texture" },
"west": { "uv": [ 0, 8, 8, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 8, 8, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 10, 0, 5 ],
"to": [ 16, 6, 11 ],
"faces": {
"down": { "uv": [ 9, 9, 15, 15 ], "texture": "#texture" },
"up": { "uv": [ 1, 1, 7, 7 ], "texture": "#texture" },
"north": { "uv": [ 0, 10, 6, 16 ], "texture": "#texture" },
"south": { "uv": [ 0, 10, 6, 16 ], "texture": "#texture" },
"west": { "uv": [ 0, 10, 6, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 10, 6, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box1",
"from": [ 3, 0, 10 ],
"to": [ 8, 5, 15 ],
"faces": {
"down": { "uv": [ 11, 11, 16, 16 ], "texture": "#texture" },
"up": { "uv": [ 8, 0, 13, 5 ], "texture": "#texture" },
"north": { "uv": [ 3, 11, 8, 16 ], "texture": "#texture" },
"south": { "uv": [ 3, 11, 8, 16 ], "texture": "#texture" },
"west": { "uv": [ 3, 11, 8, 16 ], "texture": "#texture" },
"east": { "uv": [ 3, 11, 8, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY4",
"from": [ 0, 0.5, 0 ],
"to": [ 16, 0.501, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
},
{
"from": [13.1, -1, 0.1],
"to": [13.1, 15, 16.1],
"shade": false,
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#1"},
"west": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0.1, -1, 3.1],
"to": [16.1, 15, 3.1],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1"},
"south": {"uv": [16, 0, 0, 16], "texture": "#1"}
}
},
{
"from": [0.1, -1, 13.1],
"to": [16.1, 15, 13.1],
"shade": false,
"faces": {
"north": {"uv": [16, 0, 0, 16], "texture": "#1"},
"south": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B