Silk moth nest

This commit is contained in:
paulevsGitch 2020-12-17 12:03:12 +03:00
parent 1ff3d93404
commit 4910c0568e
20 changed files with 122 additions and 11 deletions

View file

@ -0,0 +1,9 @@
{
"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 }
}
}

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"
},
"elements": [
{
"__comment": "Box1",
"from": [ 0, 0, 0 ],
"to": [ 16, 12, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" },
"south": { "uv": [ 0, 4, 16, 16 ], "texture": "#front", "cullface": "south" },
"west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" },
"east": { "uv": [ 0, 4, 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" }
}
}
]
}

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B