diff --git a/kubejs/assets/betterend/blockstates/amber_root_dead.json b/kubejs/assets/betterend/blockstates/amber_root_dead.json new file mode 100644 index 000000000..0f6ff5d98 --- /dev/null +++ b/kubejs/assets/betterend/blockstates/amber_root_dead.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "betterend:block/amber_root_dead_0" }, + { "model": "betterend:block/amber_root_dead_1" } + ] + } +} diff --git a/kubejs/assets/betterend/blockstates/amber_root_wild.json b/kubejs/assets/betterend/blockstates/amber_root_wild.json index dd8b16788..5ca7bf2b0 100644 --- a/kubejs/assets/betterend/blockstates/amber_root_wild.json +++ b/kubejs/assets/betterend/blockstates/amber_root_wild.json @@ -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" } } } diff --git a/kubejs/assets/betterend/blockstates/blossom_berry_dead.json b/kubejs/assets/betterend/blockstates/blossom_berry_dead.json new file mode 100644 index 000000000..67980f3a9 --- /dev/null +++ b/kubejs/assets/betterend/blockstates/blossom_berry_dead.json @@ -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 } + ] + } +} diff --git a/kubejs/assets/betterend/blockstates/blossom_berry_wild.json b/kubejs/assets/betterend/blockstates/blossom_berry_wild.json index f0943e016..3dfcacd12 100644 --- a/kubejs/assets/betterend/blockstates/blossom_berry_wild.json +++ b/kubejs/assets/betterend/blockstates/blossom_berry_wild.json @@ -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 } + ] } } diff --git a/kubejs/assets/betterend/blockstates/bolux_mushroom_dead.json b/kubejs/assets/betterend/blockstates/bolux_mushroom_dead.json new file mode 100644 index 000000000..0af90925c --- /dev/null +++ b/kubejs/assets/betterend/blockstates/bolux_mushroom_dead.json @@ -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 } + ] + } +} diff --git a/kubejs/assets/betterend/blockstates/bolux_mushroom_wild.json b/kubejs/assets/betterend/blockstates/bolux_mushroom_wild.json index 1e328f49c..a64662313 100644 --- a/kubejs/assets/betterend/blockstates/bolux_mushroom_wild.json +++ b/kubejs/assets/betterend/blockstates/bolux_mushroom_wild.json @@ -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 } ] } } diff --git a/kubejs/assets/betterend/blockstates/cave_pumpkin_plant_dead.json b/kubejs/assets/betterend/blockstates/cave_pumpkin_plant_dead.json new file mode 100644 index 000000000..b3c788d3d --- /dev/null +++ b/kubejs/assets/betterend/blockstates/cave_pumpkin_plant_dead.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "betterend:block/cave_pumpkin_dead" } + } +} diff --git a/kubejs/assets/betterend/blockstates/cave_pumpkin_wild.json b/kubejs/assets/betterend/blockstates/cave_pumpkin_wild.json new file mode 100644 index 000000000..aa952f482 --- /dev/null +++ b/kubejs/assets/betterend/blockstates/cave_pumpkin_wild.json @@ -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 + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/betterend/blockstates/chorus_mushroom_dead.json b/kubejs/assets/betterend/blockstates/chorus_mushroom_dead.json new file mode 100644 index 000000000..811ed28ad --- /dev/null +++ b/kubejs/assets/betterend/blockstates/chorus_mushroom_dead.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "betterend:block/chorus_mushroom_dead_0" }, + { "model": "betterend:block/chorus_mushroom_dead_1" } + ] + } +} diff --git a/kubejs/assets/betterend/blockstates/chorus_mushroom_wild.json b/kubejs/assets/betterend/blockstates/chorus_mushroom_wild.json index 1ea584c90..450fd9b07 100644 --- a/kubejs/assets/betterend/blockstates/chorus_mushroom_wild.json +++ b/kubejs/assets/betterend/blockstates/chorus_mushroom_wild.json @@ -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" } } } diff --git a/kubejs/assets/betterend/blockstates/shadow_berry_dead.json b/kubejs/assets/betterend/blockstates/shadow_berry_dead.json new file mode 100644 index 000000000..95630b093 --- /dev/null +++ b/kubejs/assets/betterend/blockstates/shadow_berry_dead.json @@ -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 } + ] + } +} diff --git a/kubejs/assets/betterend/blockstates/shadow_berry_wild.json b/kubejs/assets/betterend/blockstates/shadow_berry_wild.json new file mode 100644 index 000000000..cbfdf45ce --- /dev/null +++ b/kubejs/assets/betterend/blockstates/shadow_berry_wild.json @@ -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 } + ] + } +} diff --git a/kubejs/assets/betterend/models/block/amber_root_dead_0.json b/kubejs/assets/betterend/models/block/amber_root_dead_0.json new file mode 100644 index 000000000..feef5e18b --- /dev/null +++ b/kubejs/assets/betterend/models/block/amber_root_dead_0.json @@ -0,0 +1,6 @@ +{ + "parent": "betterend:block/crop_block", + "textures": { + "texture": "betterend:block/amber_root_dead" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/amber_root_dead_1.json b/kubejs/assets/betterend/models/block/amber_root_dead_1.json new file mode 100644 index 000000000..09252bcd7 --- /dev/null +++ b/kubejs/assets/betterend/models/block/amber_root_dead_1.json @@ -0,0 +1,6 @@ +{ + "parent": "betterend:block/crop_block_inverted", + "textures": { + "texture": "betterend:block/amber_root_dead" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/amber_root_wild_immature.json b/kubejs/assets/betterend/models/block/amber_root_wild_immature.json new file mode 100644 index 000000000..d25cc6455 --- /dev/null +++ b/kubejs/assets/betterend/models/block/amber_root_wild_immature.json @@ -0,0 +1,7 @@ +{ + "parent": "betterend:block/crop_wild", + "textures": { + "crop": "betterend:block/amber_root_dead", + "particle": "betterend:block/amber_root_dead" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/amber_root_wild_mature.json b/kubejs/assets/betterend/models/block/amber_root_wild_mature.json new file mode 100644 index 000000000..3332918ae --- /dev/null +++ b/kubejs/assets/betterend/models/block/amber_root_wild_mature.json @@ -0,0 +1,7 @@ +{ + "parent": "betterend:block/crop_wild", + "textures": { + "crop": "betterend:block/amber_root_3", + "particle": "betterend:block/amber_root_3" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/blossom_berry_dead.json b/kubejs/assets/betterend/models/block/blossom_berry_dead.json new file mode 100644 index 000000000..3f0d5edae --- /dev/null +++ b/kubejs/assets/betterend/models/block/blossom_berry_dead.json @@ -0,0 +1,6 @@ +{ + "parent": "betterend:block/cross", + "textures": { + "cross": "betterend:block/blossom_berry_dead" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/blossom_berry_seed_0.json b/kubejs/assets/betterend/models/block/blossom_berry_seed_0.json index 874f5b0db..fbb1b8de9 100644 --- a/kubejs/assets/betterend/models/block/blossom_berry_seed_0.json +++ b/kubejs/assets/betterend/models/block/blossom_berry_seed_0.json @@ -1,5 +1,5 @@ { - "parent": "minecraft:block/cross", + "parent": "betterend:block/cross", "textures": { "cross": "betterend:block/blossom_berry_seed_0" } diff --git a/kubejs/assets/betterend/models/block/blossom_berry_seed_1.json b/kubejs/assets/betterend/models/block/blossom_berry_seed_1.json index 0796b43bd..600323dc6 100644 --- a/kubejs/assets/betterend/models/block/blossom_berry_seed_1.json +++ b/kubejs/assets/betterend/models/block/blossom_berry_seed_1.json @@ -1,5 +1,5 @@ { - "parent": "minecraft:block/cross", + "parent": "betterend:block/cross", "textures": { "cross": "betterend:block/blossom_berry_seed_1" } diff --git a/kubejs/assets/betterend/models/block/blossom_berry_seed_2.json b/kubejs/assets/betterend/models/block/blossom_berry_seed_2.json index 09bf8cf4b..e01fedd98 100644 --- a/kubejs/assets/betterend/models/block/blossom_berry_seed_2.json +++ b/kubejs/assets/betterend/models/block/blossom_berry_seed_2.json @@ -1,5 +1,5 @@ { - "parent": "minecraft:block/cross", + "parent": "betterend:block/cross", "textures": { "cross": "betterend:block/blossom_berry_seed_2" } diff --git a/kubejs/assets/betterend/models/block/blossom_berry_wild_immature.json b/kubejs/assets/betterend/models/block/blossom_berry_wild_immature.json new file mode 100644 index 000000000..5b5596642 --- /dev/null +++ b/kubejs/assets/betterend/models/block/blossom_berry_wild_immature.json @@ -0,0 +1,7 @@ +{ + "parent": "betterend:block/crop_wild", + "textures": { + "crop": "betterend:block/blossom_berry_dead", + "particle": "betterend:block/blossom_berry_dead" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/blossom_berry_wild_mature.json b/kubejs/assets/betterend/models/block/blossom_berry_wild_mature.json new file mode 100644 index 000000000..b93d8294d --- /dev/null +++ b/kubejs/assets/betterend/models/block/blossom_berry_wild_mature.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/bolux_mushroom_0.json b/kubejs/assets/betterend/models/block/bolux_mushroom_0.json index 87762ba41..ea16a2132 100644 --- a/kubejs/assets/betterend/models/block/bolux_mushroom_0.json +++ b/kubejs/assets/betterend/models/block/bolux_mushroom_0.json @@ -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" }, diff --git a/kubejs/assets/betterend/models/block/bolux_mushroom_1.json b/kubejs/assets/betterend/models/block/bolux_mushroom_1.json index 4c80d9183..f18309b79 100644 --- a/kubejs/assets/betterend/models/block/bolux_mushroom_1.json +++ b/kubejs/assets/betterend/models/block/bolux_mushroom_1.json @@ -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" }, diff --git a/kubejs/assets/betterend/models/block/bolux_mushroom_2.json b/kubejs/assets/betterend/models/block/bolux_mushroom_2.json index e8b854979..0e77ecb36 100644 --- a/kubejs/assets/betterend/models/block/bolux_mushroom_2.json +++ b/kubejs/assets/betterend/models/block/bolux_mushroom_2.json @@ -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" }, diff --git a/kubejs/assets/betterend/models/block/bolux_mushroom_3.json b/kubejs/assets/betterend/models/block/bolux_mushroom_3.json index f11b78b71..cdd066790 100644 --- a/kubejs/assets/betterend/models/block/bolux_mushroom_3.json +++ b/kubejs/assets/betterend/models/block/bolux_mushroom_3.json @@ -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" }, diff --git a/kubejs/assets/betterend/models/block/bolux_mushroom_dead.json b/kubejs/assets/betterend/models/block/bolux_mushroom_dead.json new file mode 100644 index 000000000..a5fe01597 --- /dev/null +++ b/kubejs/assets/betterend/models/block/bolux_mushroom_dead.json @@ -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" } + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/bolux_mushroom_wild_immature.json b/kubejs/assets/betterend/models/block/bolux_mushroom_wild_immature.json new file mode 100644 index 000000000..6b5490338 --- /dev/null +++ b/kubejs/assets/betterend/models/block/bolux_mushroom_wild_immature.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/bolux_mushroom_wild_mature.json b/kubejs/assets/betterend/models/block/bolux_mushroom_wild_mature.json new file mode 100644 index 000000000..22987b28f --- /dev/null +++ b/kubejs/assets/betterend/models/block/bolux_mushroom_wild_mature.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/cave_pumpkin.json b/kubejs/assets/betterend/models/block/cave_pumpkin.json index 2b563ab3f..a37a47661 100644 --- a/kubejs/assets/betterend/models/block/cave_pumpkin.json +++ b/kubejs/assets/betterend/models/block/cave_pumpkin.json @@ -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" } diff --git a/kubejs/assets/betterend/models/block/cave_pumpkin_dead.json b/kubejs/assets/betterend/models/block/cave_pumpkin_dead.json new file mode 100644 index 000000000..1bdb52e25 --- /dev/null +++ b/kubejs/assets/betterend/models/block/cave_pumpkin_dead.json @@ -0,0 +1,6 @@ +{ + "parent": "betterend:block/cross", + "textures": { + "cross": "betterend:block/cave_pumpkin_stem_dead" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/cave_pumpkin_dead_side.json b/kubejs/assets/betterend/models/block/cave_pumpkin_dead_side.json new file mode 100644 index 000000000..3393fd775 --- /dev/null +++ b/kubejs/assets/betterend/models/block/cave_pumpkin_dead_side.json @@ -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" + } + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/cave_pumpkin_wild.json b/kubejs/assets/betterend/models/block/cave_pumpkin_wild.json new file mode 100644 index 000000000..f2515f7d2 --- /dev/null +++ b/kubejs/assets/betterend/models/block/cave_pumpkin_wild.json @@ -0,0 +1,7 @@ +{ + "parent": "betterend:block/crop_wild", + "textures": { + "crop": "betterend:block/cave_pumpkin_stem_3", + "particle": "betterend:block/cave_pumpkin_stem_3" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/cave_pumpkin_wild_side.json b/kubejs/assets/betterend/models/block/cave_pumpkin_wild_side.json new file mode 100644 index 000000000..8222bb8f7 --- /dev/null +++ b/kubejs/assets/betterend/models/block/cave_pumpkin_wild_side.json @@ -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" + } + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/chorus_mushroom_dead_0.json b/kubejs/assets/betterend/models/block/chorus_mushroom_dead_0.json new file mode 100644 index 000000000..dd4dabae9 --- /dev/null +++ b/kubejs/assets/betterend/models/block/chorus_mushroom_dead_0.json @@ -0,0 +1,6 @@ +{ + "parent": "betterend:block/crop_block", + "textures": { + "texture": "betterend:block/chorus_mushroom_dead" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/chorus_mushroom_dead_1.json b/kubejs/assets/betterend/models/block/chorus_mushroom_dead_1.json new file mode 100644 index 000000000..db7c48a87 --- /dev/null +++ b/kubejs/assets/betterend/models/block/chorus_mushroom_dead_1.json @@ -0,0 +1,6 @@ +{ + "parent": "betterend:block/crop_block_inverted", + "textures": { + "texture": "betterend:block/chorus_mushroom_dead" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/chorus_mushroom_wild_immature.json b/kubejs/assets/betterend/models/block/chorus_mushroom_wild_immature.json new file mode 100644 index 000000000..eaad49a64 --- /dev/null +++ b/kubejs/assets/betterend/models/block/chorus_mushroom_wild_immature.json @@ -0,0 +1,7 @@ +{ + "parent": "betterend:block/crop_wild", + "textures": { + "crop": "betterend:block/chorus_mushroom_dead", + "particle": "betterend:block/chorus_mushroom_dead" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/chorus_mushroom_wild_mature.json b/kubejs/assets/betterend/models/block/chorus_mushroom_wild_mature.json new file mode 100644 index 000000000..bd69e24ae --- /dev/null +++ b/kubejs/assets/betterend/models/block/chorus_mushroom_wild_mature.json @@ -0,0 +1,7 @@ +{ + "parent": "betterend:block/crop_wild", + "textures": { + "crop": "betterend:block/chorus_mushroom_3", + "particle": "betterend:block/chorus_mushroom_3" + } +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/crop_block.json b/kubejs/assets/betterend/models/block/crop_block.json index f71aa2a0c..16ebc556d 100644 --- a/kubejs/assets/betterend/models/block/crop_block.json +++ b/kubejs/assets/betterend/models/block/crop_block.json @@ -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" }, diff --git a/kubejs/assets/betterend/models/block/crop_block_inverted.json b/kubejs/assets/betterend/models/block/crop_block_inverted.json index d08a2f6f1..35efdc33f 100644 --- a/kubejs/assets/betterend/models/block/crop_block_inverted.json +++ b/kubejs/assets/betterend/models/block/crop_block_inverted.json @@ -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" }, diff --git a/kubejs/assets/betterend/models/block/crop_wild.json b/kubejs/assets/betterend/models/block/crop_wild.json new file mode 100644 index 000000000..3998707f4 --- /dev/null +++ b/kubejs/assets/betterend/models/block/crop_wild.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/cross.json b/kubejs/assets/betterend/models/block/cross.json new file mode 100644 index 000000000..37c8b09f2 --- /dev/null +++ b/kubejs/assets/betterend/models/block/cross.json @@ -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" } + } + } + ] +} diff --git a/kubejs/assets/betterend/models/block/shadow_berry_01.json b/kubejs/assets/betterend/models/block/shadow_berry_01.json index d0c273d2e..35bbe37a9 100644 --- a/kubejs/assets/betterend/models/block/shadow_berry_01.json +++ b/kubejs/assets/betterend/models/block/shadow_berry_01.json @@ -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" } diff --git a/kubejs/assets/betterend/models/block/shadow_berry_02.json b/kubejs/assets/betterend/models/block/shadow_berry_02.json index 459394e20..4162b3495 100644 --- a/kubejs/assets/betterend/models/block/shadow_berry_02.json +++ b/kubejs/assets/betterend/models/block/shadow_berry_02.json @@ -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" } diff --git a/kubejs/assets/betterend/models/block/shadow_berry_03.json b/kubejs/assets/betterend/models/block/shadow_berry_03.json index c20ce75d6..6d542947b 100644 --- a/kubejs/assets/betterend/models/block/shadow_berry_03.json +++ b/kubejs/assets/betterend/models/block/shadow_berry_03.json @@ -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" } diff --git a/kubejs/assets/betterend/models/block/shadow_berry_04.json b/kubejs/assets/betterend/models/block/shadow_berry_04.json index b25f96190..8e841200c 100644 --- a/kubejs/assets/betterend/models/block/shadow_berry_04.json +++ b/kubejs/assets/betterend/models/block/shadow_berry_04.json @@ -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" } diff --git a/kubejs/assets/betterend/models/block/shadow_berry_dead.json b/kubejs/assets/betterend/models/block/shadow_berry_dead.json new file mode 100644 index 000000000..88a742b60 --- /dev/null +++ b/kubejs/assets/betterend/models/block/shadow_berry_dead.json @@ -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" } + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/shadow_berry_wild_immature.json b/kubejs/assets/betterend/models/block/shadow_berry_wild_immature.json new file mode 100644 index 000000000..cdf452278 --- /dev/null +++ b/kubejs/assets/betterend/models/block/shadow_berry_wild_immature.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/shadow_berry_wild_mature.json b/kubejs/assets/betterend/models/block/shadow_berry_wild_mature.json new file mode 100644 index 000000000..8e52d238b --- /dev/null +++ b/kubejs/assets/betterend/models/block/shadow_berry_wild_mature.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/betterend/textures/block/amber_root_dead.png b/kubejs/assets/betterend/textures/block/amber_root_dead.png new file mode 100644 index 000000000..01abb1632 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/amber_root_dead.png differ diff --git a/kubejs/assets/betterend/textures/block/blossom_berry_dead.png b/kubejs/assets/betterend/textures/block/blossom_berry_dead.png new file mode 100644 index 000000000..9c76e1a0c Binary files /dev/null and b/kubejs/assets/betterend/textures/block/blossom_berry_dead.png differ diff --git a/kubejs/assets/betterend/textures/block/bolux_mushroom_dead.png b/kubejs/assets/betterend/textures/block/bolux_mushroom_dead.png new file mode 100644 index 000000000..63ecfb2d2 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/bolux_mushroom_dead.png differ diff --git a/kubejs/assets/betterend/textures/block/cave_pumpkin_stem_dead.png b/kubejs/assets/betterend/textures/block/cave_pumpkin_stem_dead.png new file mode 100644 index 000000000..f14202766 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/cave_pumpkin_stem_dead.png differ diff --git a/kubejs/assets/betterend/textures/block/chorus_mushroom_dead.png b/kubejs/assets/betterend/textures/block/chorus_mushroom_dead.png new file mode 100644 index 000000000..46d1a40fe Binary files /dev/null and b/kubejs/assets/betterend/textures/block/chorus_mushroom_dead.png differ diff --git a/kubejs/assets/betterend/textures/block/shadow_berry_dead.png b/kubejs/assets/betterend/textures/block/shadow_berry_dead.png new file mode 100644 index 000000000..2cac77414 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/shadow_berry_dead.png differ diff --git a/kubejs/assets/betterend/textures/block/wild_crop.png b/kubejs/assets/betterend/textures/block/wild_crop.png new file mode 100644 index 000000000..6bc383a85 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/wild_crop.png differ