mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Added a name, crafting recipe, and item texture
This commit is contained in:
parent
33ffa0fafe
commit
01a16fb92d
4 changed files with 19 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "minecraft:items/apple"
|
||||
"layer0": "unicopia:items/cuccoon"
|
||||
}
|
||||
}
|
||||
|
|
17
src/main/resources/assets/unicopia/recipes/cuccoon.json
Normal file
17
src/main/resources/assets/unicopia/recipes/cuccoon.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#*#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": [
|
||||
{ "item": "minecraft:slime" }
|
||||
],
|
||||
"*": [
|
||||
{ "item": "unicopia:gem" }
|
||||
]
|
||||
},
|
||||
"result": { "item": "unicopia:cuccoon", "count": 1 }
|
||||
}
|
BIN
src/main/resources/assets/unicopia/textures/items/cuccoon.png
Normal file
BIN
src/main/resources/assets/unicopia/textures/items/cuccoon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in a new issue