added first block kelpbundle

This commit is contained in:
Jottyfan
2025-12-23 11:19:41 +01:00
parent 6b8cf2a56e
commit 5676994b93
16 changed files with 161 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quickly:block/kelpbundle"
}
}
}

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "quickly:block/kelpbundle"
}
}

View File

@@ -1,3 +1,4 @@
{
"item.quickly.kelpbundle": "Seegrassbündel",
"item.quickly.stub": "Stummel"
}

View File

@@ -1,3 +1,4 @@
{
"item.quickly.kelpbundle": "kelp bundle",
"item.quickly.stub": "stub"
}

View File

@@ -0,0 +1,25 @@
{
"parent": "block/block",
"textures": {
"particle": "quickly:block/kelpbundle_side",
"down": "quickly:block/kelpbundle_bottom",
"up": "quickly:block/kelpbundle_top",
"north": "quickly:block/kelpbundle_side",
"east": "quickly:block/kelpbundle_side",
"south": "quickly:block/kelpbundle_side",
"west": "quickly:block/kelpbundle_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" }
}
}
]
}

View File

@@ -0,0 +1,25 @@
{
"parent": "block/block",
"textures": {
"particle": "quickly:block/kelpbundle_side",
"down": "quickly:block/kelpbundle_bottom",
"up": "quickly:block/kelpbundle_top",
"north": "quickly:block/kelpbundle_side",
"east": "quickly:block/kelpbundle_side",
"south": "quickly:block/kelpbundle_side",
"west": "quickly:block/kelpbundle_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" }
}
}
]
}

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.9 KiB