diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-15 09:29:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 09:29:45 +0100 |
commit | 4fa2f1eb69e5d3e412387d3f5bbde66e49245241 (patch) | |
tree | 3787dbd8e19e900d9f1d0ad360b221347b62a3ee /items/PUMPKIN_DICER_3.json | |
parent | 1b02e6fa47fc68095fc4cd6bc9038af9af803bb1 (diff) | |
download | NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.tar.gz NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.tar.bz2 NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.zip |
New stuff from garden update (#853)
* New stuff from garden update
* Fixed some items
* Fixed nbt
* Added new items
* Fixed things idk
* Fixed lores
* Added reqs
* Added sunder and missing dicer
* Added reqs, new items and fixed some
* +1 soul
* Added island
Diffstat (limited to 'items/PUMPKIN_DICER_3.json')
-rw-r--r-- | items/PUMPKIN_DICER_3.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/items/PUMPKIN_DICER_3.json b/items/PUMPKIN_DICER_3.json new file mode 100644 index 00000000..0c41a607 --- /dev/null +++ b/items/PUMPKIN_DICER_3.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:golden_axe", + "displayname": "§6Pumpkin Dicer 3.0", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§7Gain §3+10☯ Farming Wisdom\",1:\"§3§7while harvesting pumpkins§7.\",2:\"\",3:\"§6Ability: Roll em\u0027\",4:\"§7Every pumpkin you break, you\",5:\"§7make a wish to §dRNGesus\",6:\"§d§7which may grant you with a\",7:\"§7few or TONS of extra\",8:\"§7pumpkins!\",9:\"§7§o\\\"3.0 is better than the 2.0\",10:\"§7§oversion\\\" - CEO of PumpkinDicer\",11:\"§7§oLLC.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§6§lLEGENDARY AXE\"],Name:\"§6Pumpkin Dicer 3.0\"},ExtraAttributes:{id:\"PUMPKIN_DICER_3\"}}", + "damage": 0, + "lore": [ + "§7§7Gain §3+10☯ Farming Wisdom", + "§3§7while harvesting pumpkins§7.", + "", + "§6Ability: Roll em\u0027", + "§7Every pumpkin you break, you", + "§7make a wish to §dRNGesus", + "§d§7which may grant you with a", + "§7few or TONS of extra", + "§7pumpkins!", + "§7§o\"3.0 is better than the 2.0", + "§7§oversion\" - CEO of PumpkinDicer", + "§7§oLLC.", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY AXE" + ], + "recipe": { + "A1": "POLISHED_PUMPKIN:4", + "A2": "POLISHED_PUMPKIN:4", + "A3": "POLISHED_PUMPKIN:4", + "B1": "POLISHED_PUMPKIN:4", + "B2": "PUMPKIN_DICER_2:1", + "B3": "POLISHED_PUMPKIN:4", + "C1": "POLISHED_PUMPKIN:4", + "C2": "POLISHED_PUMPKIN:4", + "C3": "POLISHED_PUMPKIN:4" + }, + "internalname": "PUMPKIN_DICER_3", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |