added kelpstack
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "quickiemod:block/kelpstack"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "quickiemod:block/kelpstack_side",
|
||||
"down": "quickiemod:block/kelpstack_bottom",
|
||||
"up": "quickiemod:block/kelpstack_top",
|
||||
"north": "quickiemod:block/kelpstack_side",
|
||||
"east": "quickiemod:block/kelpstack_side",
|
||||
"south": "quickiemod:block/kelpstack_side",
|
||||
"west": "quickiemod:block/kelpstack_side"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#down", "cullface": "down" },
|
||||
"up": { "texture": "#up", "cullface": "up" },
|
||||
"north": { "texture": "#north", "cullface": "north" },
|
||||
"south": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" },
|
||||
"west": { "texture": "#west", "cullface": "west" },
|
||||
"east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "quickiemod:block/kelpstack_side",
|
||||
"down": "quickiemod:block/kelpstack_bottom",
|
||||
"up": "quickiemod:block/kelpstack_top",
|
||||
"north": "quickiemod:block/kelpstack_side",
|
||||
"east": "quickiemod:block/kelpstack_side",
|
||||
"south": "quickiemod:block/kelpstack_side",
|
||||
"west": "quickiemod:block/kelpstack_side"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#down", "cullface": "down" },
|
||||
"up": { "texture": "#up", "cullface": "up" },
|
||||
"north": { "texture": "#north", "cullface": "north" },
|
||||
"south": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" },
|
||||
"west": { "texture": "#west", "cullface": "west" },
|
||||
"east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user