diff options
Diffstat (limited to 'items/PORTABLE_CAMPFIRE.json')
-rw-r--r-- | items/PORTABLE_CAMPFIRE.json | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/items/PORTABLE_CAMPFIRE.json b/items/PORTABLE_CAMPFIRE.json index c9dde350..cd732cd7 100644 --- a/items/PORTABLE_CAMPFIRE.json +++ b/items/PORTABLE_CAMPFIRE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:furnace", - "displayname": "§f§f§9Portable Campfire", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Can be placed down in the §bGlacite\",1:\"§bTunnels§7.\",2:\"\",3:\"§7Interacting with a campfire belonging\",4:\"§7to you or another player will reduce\",5:\"§7your §b❄ Cold §7by §a15§7.\",6:\"\",7:\"§7Each campfire can only be\",8:\"§7interacted with once, and you can\",9:\"§7only place one campfire every §a10\",10:\"§aminutes§7.\",11:\"\",12:\"§7§cConsumed on use!\",13:\"\",14:\"§9§lRARE\"],Name:\"§f§f§9Portable Campfire\"},ExtraAttributes:{id:\"PORTABLE_CAMPFIRE\"}}", + "displayname": "§9Portable Campfire", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Can be placed down in the §bGlacite\",1:\"§bTunnels§7.\",2:\"\",3:\"§7Interacting with a campfire belonging\",4:\"§7to you or another player will reduce\",5:\"§7your §b❄ Cold §7by §a15§7.\",6:\"\",7:\"§7Each campfire can only be\",8:\"§7interacted with once, and you can\",9:\"§7only place one campfire every §a10\",10:\"§aminutes§7.\",11:\"\",12:\"§7§cConsumed on use!\",13:\"\",14:\"§9§lRARE\"],Name:\"§9Portable Campfire\"},ExtraAttributes:{id:\"PORTABLE_CAMPFIRE\"}}", "damage": 0, "lore": [ "§7Can be placed down in the §bGlacite", @@ -22,7 +22,19 @@ ], "internalname": "PORTABLE_CAMPFIRE", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_UMBER:1.0", + "MATCH_STICKS:16.0" + ], + "count": 1, + "duration": 1800, + "overrideOutputId": "PORTABLE_CAMPFIRE" + } + ] }
\ No newline at end of file |