Added a name, crafting recipe, and item texture

This commit is contained in:
Sollace 2019-03-02 19:18:54 +02:00
parent 33ffa0fafe
commit 01a16fb92d
4 changed files with 19 additions and 1 deletions

View file

@ -15,6 +15,7 @@ tile.cloud_banister.name=Banister
tile.cloud_farmland.name=Tilled Clouds
tile.hive.name=Hive Wall
tile.cuccoon.name=Changeling Cuccoon
tile.apple_leaves.name=Apple Leaves
tile.apple_sapling.name=Apple Seeds

View file

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "minecraft:items/apple"
"layer0": "unicopia:items/cuccoon"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#*#",
"###"
],
"key": {
"#": [
{ "item": "minecraft:slime" }
],
"*": [
{ "item": "unicopia:gem" }
]
},
"result": { "item": "unicopia:cuccoon", "count": 1 }
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB