Fern randomization & jellyshroom item texture

This commit is contained in:
paulevsGitch 2020-12-25 19:21:06 +03:00
parent 1aeeb158fd
commit c42dbfdf87
20 changed files with 1107 additions and 5 deletions

View file

@ -107,7 +107,7 @@ public class EndFeatures {
public static final EndFeature BULB_MOSS_WOOD = new EndFeature("bulb_moss_wood", new WallPlantOnLogFeature(EndBlocks.BULB_MOSS, 6), 15); public static final EndFeature BULB_MOSS_WOOD = new EndFeature("bulb_moss_wood", new WallPlantOnLogFeature(EndBlocks.BULB_MOSS, 6), 15);
public static final EndFeature SMALL_JELLYSHROOM_WALL = new EndFeature("small_jellyshroom_wall", new WallPlantFeature(EndBlocks.SMALL_JELLYSHROOM, 4), 4); public static final EndFeature SMALL_JELLYSHROOM_WALL = new EndFeature("small_jellyshroom_wall", new WallPlantFeature(EndBlocks.SMALL_JELLYSHROOM, 4), 4);
public static final EndFeature SMALL_JELLYSHROOM_WOOD = new EndFeature("small_jellyshroom_wood", new WallPlantOnLogFeature(EndBlocks.SMALL_JELLYSHROOM, 4), 8); public static final EndFeature SMALL_JELLYSHROOM_WOOD = new EndFeature("small_jellyshroom_wood", new WallPlantOnLogFeature(EndBlocks.SMALL_JELLYSHROOM, 4), 8);
public static final EndFeature JUNGLE_FERN_WOOD = new EndFeature("jungle_fern_wood", new WallPlantOnLogFeature(EndBlocks.JUNGLE_FERN, 4), 8); public static final EndFeature JUNGLE_FERN_WOOD = new EndFeature("jungle_fern_wood", new WallPlantOnLogFeature(EndBlocks.JUNGLE_FERN, 3), 12);
// Water // // Water //
public static final EndFeature BUBBLE_CORAL = new EndFeature("bubble_coral", new UnderwaterPlantFeature(EndBlocks.BUBBLE_CORAL, 6), 10); public static final EndFeature BUBBLE_CORAL = new EndFeature("bubble_coral", new UnderwaterPlantFeature(EndBlocks.BUBBLE_CORAL, 6), 10);

View file

@ -1,8 +1,48 @@
{ {
"variants": { "variants": {
"facing=north": { "model": "betterend:block/jungle_fern", "y": 180 }, "facing=north": [
"facing=south": { "model": "betterend:block/jungle_fern" }, { "model": "betterend:block/jungle_fern_1", "y": 180 },
"facing=east": { "model": "betterend:block/jungle_fern", "y": 270 }, { "model": "betterend:block/jungle_fern_2", "y": 180 },
"facing=west": { "model": "betterend:block/jungle_fern", "y": 90 } { "model": "betterend:block/jungle_fern_3", "y": 180 },
{ "model": "betterend:block/jungle_fern_4", "y": 180 },
{ "model": "betterend:block/jungle_fern_5", "y": 180 },
{ "model": "betterend:block/jungle_fern_6", "y": 180 },
{ "model": "betterend:block/jungle_fern_7", "y": 180 },
{ "model": "betterend:block/jungle_fern_8", "y": 180 },
{ "model": "betterend:block/jungle_fern_9", "y": 180 }
],
"facing=south": [
{ "model": "betterend:block/jungle_fern_1" },
{ "model": "betterend:block/jungle_fern_2" },
{ "model": "betterend:block/jungle_fern_3" },
{ "model": "betterend:block/jungle_fern_4" },
{ "model": "betterend:block/jungle_fern_5" },
{ "model": "betterend:block/jungle_fern_6" },
{ "model": "betterend:block/jungle_fern_7" },
{ "model": "betterend:block/jungle_fern_8" },
{ "model": "betterend:block/jungle_fern_9" }
],
"facing=east": [
{ "model": "betterend:block/jungle_fern_1", "y": 270 },
{ "model": "betterend:block/jungle_fern_2", "y": 270 },
{ "model": "betterend:block/jungle_fern_3", "y": 270 },
{ "model": "betterend:block/jungle_fern_4", "y": 270 },
{ "model": "betterend:block/jungle_fern_5", "y": 270 },
{ "model": "betterend:block/jungle_fern_6", "y": 270 },
{ "model": "betterend:block/jungle_fern_7", "y": 270 },
{ "model": "betterend:block/jungle_fern_8", "y": 270 },
{ "model": "betterend:block/jungle_fern_9", "y": 270 }
],
"facing=west": [
{ "model": "betterend:block/jungle_fern_1", "y": 90 },
{ "model": "betterend:block/jungle_fern_2", "y": 90 },
{ "model": "betterend:block/jungle_fern_3", "y": 90 },
{ "model": "betterend:block/jungle_fern_4", "y": 90 },
{ "model": "betterend:block/jungle_fern_5", "y": 90 },
{ "model": "betterend:block/jungle_fern_6", "y": 90 },
{ "model": "betterend:block/jungle_fern_7", "y": 90 },
{ "model": "betterend:block/jungle_fern_8", "y": 90 },
{ "model": "betterend:block/jungle_fern_9", "y": 90 }
]
} }
} }

View file

@ -5,13 +5,37 @@
"sprite": "betterend:block/jungle_fern_leaf", "sprite": "betterend:block/jungle_fern_leaf",
"material": "betterend:waving_wall" "material": "betterend:waving_wall"
}, },
{
"sprite": "betterend:block/jungle_fern_leaf_2",
"material": "betterend:waving_wall"
},
{
"sprite": "betterend:block/jungle_fern_leaf_3",
"material": "betterend:waving_wall"
},
{ {
"sprite": "betterend:block/jungle_fern_middle", "sprite": "betterend:block/jungle_fern_middle",
"material": "betterend:waving_wall" "material": "betterend:waving_wall"
}, },
{
"sprite": "betterend:block/jungle_fern_middle_2",
"material": "betterend:waving_wall"
},
{
"sprite": "betterend:block/jungle_fern_middle_3",
"material": "betterend:waving_wall"
},
{ {
"sprite": "betterend:block/jungle_fern_spore", "sprite": "betterend:block/jungle_fern_spore",
"material": "betterend:waving_small" "material": "betterend:waving_small"
},
{
"sprite": "betterend:block/jungle_fern_spore_2",
"material": "betterend:waving_small"
},
{
"sprite": "betterend:block/jungle_fern_spore_3",
"material": "betterend:waving_small"
} }
] ]
} }

View file

@ -0,0 +1,129 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/jungle_fern_leaf",
"texture": "betterend:block/jungle_fern_leaf",
"spore": "betterend:block/jungle_fern_spore",
"texture1": "betterend:block/jungle_fern_middle"
},
"elements": [
{
"__comment": "PlaneY3",
"from": [ 0, 11, 0 ],
"to": [ 16, 11.001, 8 ],
"rotation": { "origin": [ 0, 11, 0 ], "axis": "x", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" },
"up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY6",
"from": [ 8, 10.875, -7 ],
"to": [ 16, 10.876, 9 ],
"rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": 22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY6",
"from": [ 0, 10.874, -7 ],
"to": [ 8, 10.875, 9 ],
"rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY8",
"from": [ 0, 14, 7.375 ],
"to": [ 16, 14.001, 15.375 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" },
"up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY9",
"from": [ 15.25, 13.875, -7 ],
"to": [ 23.25, 13.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY9",
"from": [ -7.25, 13.875, -7 ],
"to": [ 0.75, 13.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -2, 0 ],
"to": [ 8.001, 14, 16 ],
"rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -2, 0 ],
"to": [ 8.001, 14, 16 ],
"rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneY9",
"from": [ 8.5, 11, -10 ],
"to": [ 24.5, 11.001, 6 ],
"rotation": { "origin": [ 24.5, 11, 6 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneY9",
"from": [ -13.0001, 10.625, 1.5 ],
"to": [ 2.9999, 10.626, 17.5 ],
"rotation": { "origin": [ 3, 10.625, 17.5 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneZ12",
"from": [ 0, 11, 0.5 ],
"to": [ 16, 27, 0.501 ],
"rotation": { "origin": [ 0, 11, 0.5 ], "axis": "x", "angle": 22.5 },
"shade": false,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
}
]
}

View file

@ -0,0 +1,129 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/jungle_fern_leaf",
"texture": "betterend:block/jungle_fern_leaf",
"spore": "betterend:block/jungle_fern_spore",
"texture1": "betterend:block/jungle_fern_middle"
},
"elements": [
{
"__comment": "PlaneY3",
"from": [ 0, 4, 0 ],
"to": [ 16, 4.001, 8 ],
"rotation": { "origin": [ 0, 4, 0 ], "axis": "x", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" },
"up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY6",
"from": [ 8, 3.875, -7 ],
"to": [ 16, 3.876, 9 ],
"rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": 22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY6",
"from": [ 0, 3.874, -7 ],
"to": [ 8, 3.875, 9 ],
"rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY8",
"from": [ 0, 7, 7.375 ],
"to": [ 16, 7.001, 15.375 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" },
"up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY9",
"from": [ 15.25, 6.875, -7 ],
"to": [ 23.25, 6.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY9",
"from": [ -7.25, 6.875, -7 ],
"to": [ 0.75, 6.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -9, 0 ],
"to": [ 8.001, 7, 16 ],
"rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -9, 0 ],
"to": [ 8.001, 7, 16 ],
"rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneY9",
"from": [ 8.5, 4, -10 ],
"to": [ 24.5, 4.001, 6 ],
"rotation": { "origin": [ 24.5, 4, 6 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneY9",
"from": [ -13.0001, 3.625, 1.5 ],
"to": [ 2.9999, 3.626, 17.5 ],
"rotation": { "origin": [ 3, 3.625, 17.5 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneZ12",
"from": [ 0, 4, 0.5 ],
"to": [ 16, 20, 0.501 ],
"rotation": { "origin": [ 0, 4, 0.5 ], "axis": "x", "angle": 22.5 },
"shade": false,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
}
]
}

View file

@ -0,0 +1,129 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/jungle_fern_leaf_2",
"texture": "betterend:block/jungle_fern_leaf_2",
"spore": "betterend:block/jungle_fern_spore_2",
"texture1": "betterend:block/jungle_fern_middle_2"
},
"elements": [
{
"__comment": "PlaneY3",
"from": [ 0, 8, 0 ],
"to": [ 16, 8.001, 8 ],
"rotation": { "origin": [ 0, 8, 0 ], "axis": "x", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" },
"up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY6",
"from": [ 8, 7.875, -7 ],
"to": [ 16, 7.876, 9 ],
"rotation": { "origin": [ 8, 7.875, -7 ], "axis": "z", "angle": 22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY6",
"from": [ 0, 7.874, -7 ],
"to": [ 8, 7.875, 9 ],
"rotation": { "origin": [ 8, 7.875, -7 ], "axis": "z", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY8",
"from": [ 0, 11, 7.375 ],
"to": [ 16, 11.001, 15.375 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" },
"up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY9",
"from": [ 15.25, 10.875, -7 ],
"to": [ 23.25, 10.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY9",
"from": [ -7.25, 10.875, -7 ],
"to": [ 0.75, 10.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -5, 0 ],
"to": [ 8.001, 11, 16 ],
"rotation": { "origin": [ 8, -5, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -5, 0 ],
"to": [ 8.001, 11, 16 ],
"rotation": { "origin": [ 8, -5, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneY9",
"from": [ 8.5, 8, -10 ],
"to": [ 24.5, 8.001, 6 ],
"rotation": { "origin": [ 24.5, 8, 6 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneY9",
"from": [ -13.0001, 7.625, 1.5 ],
"to": [ 2.9999, 7.626, 17.5 ],
"rotation": { "origin": [ 3, 7.625, 17.5 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneZ12",
"from": [ 0, 8, 0.5 ],
"to": [ 16, 24, 0.501 ],
"rotation": { "origin": [ 0, 8, 0.5 ], "axis": "x", "angle": 22.5 },
"shade": false,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
}
]
}

View file

@ -0,0 +1,129 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/jungle_fern_leaf_2",
"texture": "betterend:block/jungle_fern_leaf_2",
"spore": "betterend:block/jungle_fern_spore_2",
"texture1": "betterend:block/jungle_fern_middle_2"
},
"elements": [
{
"__comment": "PlaneY3",
"from": [ 0, 11, 0 ],
"to": [ 16, 11.001, 8 ],
"rotation": { "origin": [ 0, 11, 0 ], "axis": "x", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" },
"up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY6",
"from": [ 8, 10.875, -7 ],
"to": [ 16, 10.876, 9 ],
"rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": 22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY6",
"from": [ 0, 10.874, -7 ],
"to": [ 8, 10.875, 9 ],
"rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY8",
"from": [ 0, 14, 7.375 ],
"to": [ 16, 14.001, 15.375 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" },
"up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY9",
"from": [ 15.25, 13.875, -7 ],
"to": [ 23.25, 13.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY9",
"from": [ -7.25, 13.875, -7 ],
"to": [ 0.75, 13.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -2, 0 ],
"to": [ 8.001, 14, 16 ],
"rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -2, 0 ],
"to": [ 8.001, 14, 16 ],
"rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneY9",
"from": [ 8.5, 11, -10 ],
"to": [ 24.5, 11.001, 6 ],
"rotation": { "origin": [ 24.5, 11, 6 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneY9",
"from": [ -13.0001, 10.625, 1.5 ],
"to": [ 2.9999, 10.626, 17.5 ],
"rotation": { "origin": [ 3, 10.625, 17.5 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneZ12",
"from": [ 0, 11, 0.5 ],
"to": [ 16, 27, 0.501 ],
"rotation": { "origin": [ 0, 11, 0.5 ], "axis": "x", "angle": 22.5 },
"shade": false,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
}
]
}

View file

@ -0,0 +1,129 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/jungle_fern_leaf_2",
"texture": "betterend:block/jungle_fern_leaf_2",
"spore": "betterend:block/jungle_fern_spore_2",
"texture1": "betterend:block/jungle_fern_middle_2"
},
"elements": [
{
"__comment": "PlaneY3",
"from": [ 0, 4, 0 ],
"to": [ 16, 4.001, 8 ],
"rotation": { "origin": [ 0, 4, 0 ], "axis": "x", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" },
"up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY6",
"from": [ 8, 3.875, -7 ],
"to": [ 16, 3.876, 9 ],
"rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": 22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY6",
"from": [ 0, 3.874, -7 ],
"to": [ 8, 3.875, 9 ],
"rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY8",
"from": [ 0, 7, 7.375 ],
"to": [ 16, 7.001, 15.375 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" },
"up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY9",
"from": [ 15.25, 6.875, -7 ],
"to": [ 23.25, 6.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY9",
"from": [ -7.25, 6.875, -7 ],
"to": [ 0.75, 6.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -9, 0 ],
"to": [ 8.001, 7, 16 ],
"rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -9, 0 ],
"to": [ 8.001, 7, 16 ],
"rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneY9",
"from": [ 8.5, 4, -10 ],
"to": [ 24.5, 4.001, 6 ],
"rotation": { "origin": [ 24.5, 4, 6 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneY9",
"from": [ -13.0001, 3.625, 1.5 ],
"to": [ 2.9999, 3.626, 17.5 ],
"rotation": { "origin": [ 3, 3.625, 17.5 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneZ12",
"from": [ 0, 4, 0.5 ],
"to": [ 16, 20, 0.501 ],
"rotation": { "origin": [ 0, 4, 0.5 ], "axis": "x", "angle": 22.5 },
"shade": false,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
}
]
}

View file

@ -0,0 +1,129 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/jungle_fern_leaf_3",
"texture": "betterend:block/jungle_fern_leaf_3",
"spore": "betterend:block/jungle_fern_spore_3",
"texture1": "betterend:block/jungle_fern_middle_3"
},
"elements": [
{
"__comment": "PlaneY3",
"from": [ 0, 8, 0 ],
"to": [ 16, 8.001, 8 ],
"rotation": { "origin": [ 0, 8, 0 ], "axis": "x", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" },
"up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY6",
"from": [ 8, 7.875, -7 ],
"to": [ 16, 7.876, 9 ],
"rotation": { "origin": [ 8, 7.875, -7 ], "axis": "z", "angle": 22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY6",
"from": [ 0, 7.874, -7 ],
"to": [ 8, 7.875, 9 ],
"rotation": { "origin": [ 8, 7.875, -7 ], "axis": "z", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY8",
"from": [ 0, 11, 7.375 ],
"to": [ 16, 11.001, 15.375 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" },
"up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY9",
"from": [ 15.25, 10.875, -7 ],
"to": [ 23.25, 10.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY9",
"from": [ -7.25, 10.875, -7 ],
"to": [ 0.75, 10.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -5, 0 ],
"to": [ 8.001, 11, 16 ],
"rotation": { "origin": [ 8, -5, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -5, 0 ],
"to": [ 8.001, 11, 16 ],
"rotation": { "origin": [ 8, -5, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneY9",
"from": [ 8.5, 8, -10 ],
"to": [ 24.5, 8.001, 6 ],
"rotation": { "origin": [ 24.5, 8, 6 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneY9",
"from": [ -13.0001, 7.625, 1.5 ],
"to": [ 2.9999, 7.626, 17.5 ],
"rotation": { "origin": [ 3, 7.625, 17.5 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneZ12",
"from": [ 0, 8, 0.5 ],
"to": [ 16, 24, 0.501 ],
"rotation": { "origin": [ 0, 8, 0.5 ], "axis": "x", "angle": 22.5 },
"shade": false,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
}
]
}

View file

@ -0,0 +1,129 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/jungle_fern_leaf_3",
"texture": "betterend:block/jungle_fern_leaf_3",
"spore": "betterend:block/jungle_fern_spore_3",
"texture1": "betterend:block/jungle_fern_middle_3"
},
"elements": [
{
"__comment": "PlaneY3",
"from": [ 0, 11, 0 ],
"to": [ 16, 11.001, 8 ],
"rotation": { "origin": [ 0, 11, 0 ], "axis": "x", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" },
"up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY6",
"from": [ 8, 10.875, -7 ],
"to": [ 16, 10.876, 9 ],
"rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": 22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY6",
"from": [ 0, 10.874, -7 ],
"to": [ 8, 10.875, 9 ],
"rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY8",
"from": [ 0, 14, 7.375 ],
"to": [ 16, 14.001, 15.375 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" },
"up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY9",
"from": [ 15.25, 13.875, -7 ],
"to": [ 23.25, 13.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY9",
"from": [ -7.25, 13.875, -7 ],
"to": [ 0.75, 13.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -2, 0 ],
"to": [ 8.001, 14, 16 ],
"rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -2, 0 ],
"to": [ 8.001, 14, 16 ],
"rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneY9",
"from": [ 8.5, 11, -10 ],
"to": [ 24.5, 11.001, 6 ],
"rotation": { "origin": [ 24.5, 11, 6 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneY9",
"from": [ -13.0001, 10.625, 1.5 ],
"to": [ 2.9999, 10.626, 17.5 ],
"rotation": { "origin": [ 3, 10.625, 17.5 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneZ12",
"from": [ 0, 11, 0.5 ],
"to": [ 16, 27, 0.501 ],
"rotation": { "origin": [ 0, 11, 0.5 ], "axis": "x", "angle": 22.5 },
"shade": false,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
}
]
}

View file

@ -0,0 +1,129 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/jungle_fern_leaf_3",
"texture": "betterend:block/jungle_fern_leaf_3",
"spore": "betterend:block/jungle_fern_spore_3",
"texture1": "betterend:block/jungle_fern_middle_3"
},
"elements": [
{
"__comment": "PlaneY3",
"from": [ 0, 4, 0 ],
"to": [ 16, 4.001, 8 ],
"rotation": { "origin": [ 0, 4, 0 ], "axis": "x", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" },
"up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY6",
"from": [ 8, 3.875, -7 ],
"to": [ 16, 3.876, 9 ],
"rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": 22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY6",
"from": [ 0, 3.874, -7 ],
"to": [ 8, 3.875, 9 ],
"rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY8",
"from": [ 0, 7, 7.375 ],
"to": [ 16, 7.001, 15.375 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" },
"up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY9",
"from": [ 15.25, 6.875, -7 ],
"to": [ 23.25, 6.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneY9",
"from": [ -7.25, 6.875, -7 ],
"to": [ 0.75, 6.876, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -9, 0 ],
"to": [ 8.001, 7, 16 ],
"rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneX11",
"from": [ 8, -9, 0 ],
"to": [ 8.001, 7, 16 ],
"rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" }
}
},
{
"__comment": "PlaneY9",
"from": [ 8.5, 4, -10 ],
"to": [ 24.5, 4.001, 6 ],
"rotation": { "origin": [ 24.5, 4, 6 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneY9",
"from": [ -13.0001, 3.625, 1.5 ],
"to": [ 2.9999, 3.626, 17.5 ],
"rotation": { "origin": [ 3, 3.625, 17.5 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneZ12",
"from": [ 0, 4, 0.5 ],
"to": [ 16, 20, 0.501 ],
"rotation": { "origin": [ 0, 4, 0.5 ], "axis": "x", "angle": 22.5 },
"shade": false,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
}
]
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:item/small_jellyshroom"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B