Mushroom improvements

This commit is contained in:
paulevsGitch 2020-09-29 22:18:55 +03:00
parent 9a1dc34927
commit 6c4a1d2eb0
28 changed files with 501 additions and 44 deletions

View file

@ -0,0 +1,22 @@
{
"parent": "block/block",
"textures": {
"particle": "#texture"
},
"elements": [
{
"__comment": "Box1",
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" }
}
}
]
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "betterend:block/mossy_glowshroom_cap"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"down": "betterend:block/mossy_glowshroom_log_side",
"east": "betterend:block/mossy_glowshroom_cap_transition",
"north": "betterend:block/mossy_glowshroom_cap_transition",
"particle": "betterend:block/mossy_glowshroom_cap_transition",
"south": "betterend:block/mossy_glowshroom_cap_transition",
"up": "betterend:block/mossy_glowshroom_cap",
"west": "betterend:block/mossy_glowshroom_cap_transition"
}
}

View file

@ -0,0 +1,75 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/mossy_glowshroom_fur",
"texture": "betterend:block/mossy_glowshroom_fur"
},
"elements": [
{
"__comment": "PlaneY1",
"from": [ 0, -0.001, -8 ],
"to": [ 16, 0, 8 ],
"rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": 22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneY1",
"from": [ 0, 0, 8 ],
"to": [ 16, 0.001, 24 ],
"rotation": { "origin": [ 0, 0.000000954, 8 ], "axis": "x", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY4",
"from": [ 8, -0.001, 0 ],
"to": [ 24, 0, 16 ],
"rotation": { "origin": [ 8, 0, 16 ], "axis": "z", "angle": 22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 270 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 270 }
}
},
{
"__comment": "PlaneY4",
"from": [ -8, 0, 2 ],
"to": [ 8, 0.001, 18 ],
"rotation": { "origin": [ 8, 0, 18 ], "axis": "z", "angle": -22.5 },
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "PlaneX6",
"from": [ 0, 0, -6.5 ],
"to": [ 0.001, 16, 16 ],
"rotation": { "origin": [ 0, 16, 16 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
},
{
"__comment": "PlaneX6",
"from": [ -6.5, 0, 15.999 ],
"to": [ 16, 16, 16 ],
"rotation": { "origin": [ 16, 16, 16 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 }
}
}
]
}

View file

@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"parent": "betterend:block/cube_noshade",
"textures": {
"all": "betterend:block/mossy_glowshroom_hymenophore_1"
"texture": "betterend:block/mossy_glowshroom_hymenophore_1"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"parent": "betterend:block/cube_noshade",
"textures": {
"all": "betterend:block/mossy_glowshroom_hymenophore_2"
"texture": "betterend:block/mossy_glowshroom_hymenophore_2"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"parent": "betterend:block/cube_noshade",
"textures": {
"all": "betterend:block/mossy_glowshroom_hymenophore_3"
"texture": "betterend:block/mossy_glowshroom_hymenophore_3"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"parent": "betterend:block/cube_noshade",
"textures": {
"all": "betterend:block/mossy_glowshroom_hymenophore_4"
"texture": "betterend:block/mossy_glowshroom_hymenophore_4"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/mossy_glowshroom_cap"
}

View file

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