added first block kelpbundle
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "quickly:block/kelpbundle"
|
||||
}
|
||||
}
|
||||
}
|
||||
6
src/main/resources/assets/quickly/items/kelpbundle.json
Normal file
6
src/main/resources/assets/quickly/items/kelpbundle.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "quickly:block/kelpbundle"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"item.quickly.kelpbundle": "Seegrassbündel",
|
||||
"item.quickly.stub": "Stummel"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"item.quickly.kelpbundle": "kelp bundle",
|
||||
"item.quickly.stub": "stub"
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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 |
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:campfire_cooking",
|
||||
"ingredient": "quickly:kelpbundle",
|
||||
"result": {
|
||||
"id": "minecraft:dried_kelp_block"
|
||||
},
|
||||
"experience": 0.9,
|
||||
"cookingtime": 615
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"kkk",
|
||||
"kkk",
|
||||
"kkk"
|
||||
],
|
||||
"key": {
|
||||
"k": "minecraft:kelp"
|
||||
},
|
||||
"result": {
|
||||
"id": "quickly:kelpbundle",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user