diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-04-10 21:13:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 11:13:10 +0000 |
commit | ed5084c45fd30531a6b34abb610eab21c765efad (patch) | |
tree | 33185c23b609e21efb040bcd8dbe5ffc93784054 /items/PORTABLE_CAMPFIRE.json | |
parent | 7d489aff38c343105b0fb706402e6ed785a19afc (diff) | |
download | NotEnoughUpdates-REPO-ed5084c45fd30531a6b34abb610eab21c765efad.tar.gz NotEnoughUpdates-REPO-ed5084c45fd30531a6b34abb610eab21c765efad.tar.bz2 NotEnoughUpdates-REPO-ed5084c45fd30531a6b34abb610eab21c765efad.zip |
add more mineshaft stuff (#1151)
Diffstat (limited to 'items/PORTABLE_CAMPFIRE.json')
-rw-r--r-- | items/PORTABLE_CAMPFIRE.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/PORTABLE_CAMPFIRE.json b/items/PORTABLE_CAMPFIRE.json new file mode 100644 index 00000000..c9dde350 --- /dev/null +++ b/items/PORTABLE_CAMPFIRE.json @@ -0,0 +1,28 @@ +{ + "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\"}}", + "damage": 0, + "lore": [ + "§7Can be placed down in the §bGlacite", + "§bTunnels§7.", + "", + "§7Interacting with a campfire belonging", + "§7to you or another player will reduce", + "§7your §b❄ Cold §7by §a15§7.", + "", + "§7Each campfire can only be", + "§7interacted with once, and you can", + "§7only place one campfire every §a10", + "§aminutes§7.", + "", + "§7§cConsumed on use!", + "", + "§9§lRARE" + ], + "internalname": "PORTABLE_CAMPFIRE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |