Silk moth nest generation

This commit is contained in:
paulevsGitch 2021-01-15 18:07:55 +03:00
parent 04c1fc3528
commit e80c146727
15 changed files with 145 additions and 11 deletions

View file

@ -1,9 +1,21 @@
{
"variants": {
"active=false": { "model": "betterend:block/silk_moth_nest_top" },
"active=true,facing=north": { "model": "betterend:block/silk_moth_nest_bottom" },
"active=true,facing=south": { "model": "betterend:block/silk_moth_nest_bottom", "y": 180 },
"active=true,facing=east": { "model": "betterend:block/silk_moth_nest_bottom", "y": 90 },
"active=true,facing=west": { "model": "betterend:block/silk_moth_nest_bottom", "y": 270 }
"active=true,facing=north,fullness=0": { "model": "betterend:block/silk_moth_nest_bottom" },
"active=true,facing=south,fullness=0": { "model": "betterend:block/silk_moth_nest_bottom", "y": 180 },
"active=true,facing=east,fullness=0": { "model": "betterend:block/silk_moth_nest_bottom", "y": 90 },
"active=true,facing=west,fullness=0": { "model": "betterend:block/silk_moth_nest_bottom", "y": 270 },
"active=true,facing=north,fullness=1": { "model": "betterend:block/silk_moth_nest_bottom" },
"active=true,facing=south,fullness=1": { "model": "betterend:block/silk_moth_nest_bottom", "y": 180 },
"active=true,facing=east,fullness=1": { "model": "betterend:block/silk_moth_nest_bottom", "y": 90 },
"active=true,facing=west,fullness=1": { "model": "betterend:block/silk_moth_nest_bottom", "y": 270 },
"active=true,facing=north,fullness=2": { "model": "betterend:block/silk_moth_nest_bottom" },
"active=true,facing=south,fullness=2": { "model": "betterend:block/silk_moth_nest_bottom", "y": 180 },
"active=true,facing=east,fullness=2": { "model": "betterend:block/silk_moth_nest_bottom", "y": 90 },
"active=true,facing=west,fullness=2": { "model": "betterend:block/silk_moth_nest_bottom", "y": 270 },
"active=true,facing=north,fullness=3": { "model": "betterend:block/silk_moth_nest_bottom_silk" },
"active=true,facing=south,fullness=3": { "model": "betterend:block/silk_moth_nest_bottom_silk", "y": 180 },
"active=true,facing=east,fullness=3": { "model": "betterend:block/silk_moth_nest_bottom_silk", "y": 90 },
"active=true,facing=west,fullness=3": { "model": "betterend:block/silk_moth_nest_bottom_silk", "y": 270 }
}
}

View file

@ -0,0 +1,37 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"parent": "block/block",
"textures": {
"particle": "betterend:block/silk_moth_nest_side",
"texture": "betterend:block/silk_moth_nest_side",
"top": "betterend:block/silk_moth_nest_top",
"front": "betterend:block/silk_moth_nest_front_silk"
},
"elements": [
{
"__comment": "Box1",
"from": [ 0, 0, 0 ],
"to": [ 16, 13, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 3, 16, 16 ], "texture": "#front", "cullface": "north" },
"south": { "uv": [ 0, 3, 16, 16 ], "texture": "#texture", "cullface": "south" },
"west": { "uv": [ 0, 3, 16, 16 ], "texture": "#texture", "cullface": "west" },
"east": { "uv": [ 0, 3, 16, 16 ], "texture": "#texture", "cullface": "east" }
}
},
{
"__comment": "Box1",
"from": [ 3, 12, 3 ],
"to": [ 13, 16, 13 ],
"faces": {
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#top", "cullface": "up" },
"north": { "uv": [ 3, 0, 13, 4 ], "texture": "#texture" },
"south": { "uv": [ 3, 0, 13, 4 ], "texture": "#texture" },
"west": { "uv": [ 3, 0, 13, 4 ], "texture": "#texture" },
"east": { "uv": [ 3, 0, 13, 4 ], "texture": "#texture" }
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB