diff options
-rw-r--r-- | constants/parents.json | 2 | ||||
-rw-r--r-- | items/JERRY_BOX_GREEN.json | 19 | ||||
-rw-r--r-- | items/JERRY_BOX_PURPLE.json | 19 |
3 files changed, 39 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json index 3891d77d..fc7e1cea 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1216,7 +1216,7 @@ "PET_ITEM_FARMING_SKILL_BOOST_COMMON" ], "PET_ITEM_FORAGING_SKILL_BOOST_EPIC":[ - "PET_ITEM_FORAGING_SKILL_BOOST_COMMON" + "PET_ITEM_FARMING_SKILL_BOOST_COMMON" ], "PET_ITEM_MINING_SKILL_BOOST_RARE":[ "PET_ITEM_MINING_SKILL_BOOST_COMMON" diff --git a/items/JERRY_BOX_GREEN.json b/items/JERRY_BOX_GREEN.json new file mode 100644 index 00000000..86f564dc --- /dev/null +++ b/items/JERRY_BOX_GREEN.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aGreen Jerry Box", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fa27d1ed-371f-3e2f-80b2-6383f1e5844c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDM0MjQ1MjMyNywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFhZGY2M2ExODYzMmFmNzJkY2VjYzA1ZDlhNWFkYjYwYzY4YTE4ZmZiYjU4ZTM2YWM0M2IxMGNlYjkzNGE3YiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Obtained while Mayor Jerry is elected.\",1:\"§7Contains §6coins§7, §3Skill XP §7and posh §djerry items§7.\",2:\"\",3:\"§eRight-click to open!\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§f§f§aGreen Jerry Box\"},ExtraAttributes:{id:\"JERRY_BOX_GREEN\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Obtained while Mayor Jerry is elected.", + "§7Contains §6coins§7, §3Skill XP §7and posh §djerry items§7.", + "", + "§eRight-click to open!", + "", + "§a§lUNCOMMON" + ], + "internalname": "JERRY_BOX_GREEN", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/JERRY_BOX_PURPLE.json b/items/JERRY_BOX_PURPLE.json new file mode 100644 index 00000000..6d9422e5 --- /dev/null +++ b/items/JERRY_BOX_PURPLE.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Purple Jerry Box", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"76196ccb-b864-3cc6-9b59-1ef93a582711\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDM0MjU4NDQwMiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTNmNzVjNTI4MWNjYmI3Njc1OWZkZDU3MTA2MTIwZWI5YzFkYjEyOGIzODZkNDM4ZTA2NTlmMzEyZWI3MTVhNSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Obtained while Mayor Jerry is elected.\",1:\"§7Contains §6coins§7, §3Skill XP §7and posh §djerry items§7.\",2:\"\",3:\"§eRight-click to open!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§f§f§5Purple Jerry Box\"},ExtraAttributes:{id:\"JERRY_BOX_PURPLE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Obtained while Mayor Jerry is elected.", + "§7Contains §6coins§7, §3Skill XP §7and posh §djerry items§7.", + "", + "§eRight-click to open!", + "", + "§5§lEPIC" + ], + "internalname": "JERRY_BOX_PURPLE", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |