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 | |
| 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
90 files changed, 1818 insertions, 112 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 7f6afdc6..2470a00e 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -79,7 +79,8 @@ "turbo_coco", "turbo_melon", "turbo_pumpkin", - "delicate" + "delicate", + "sunder" ], "PICKAXE": [ "compact", @@ -1301,6 +1302,13 @@ 100, 200 ], + "sunder": [ + 5, + 10, + 15, + 20, + 25 + ], "one_for_all": [ 50 ], diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index eaae294b..677d741b 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -1,6 +1,6 @@ { "//": "If you would like to contribute to this list please ensure that you: take the coordinates of the soul its self and not where you stand.", - "Max Souls": 238, + "Max Souls": 239, "hub": [ "138,66,129", "169,60,129", diff --git a/constants/islands.json b/constants/islands.json index 2c84d6d9..f4ea1b9d 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -13,7 +13,8 @@ "winter": "Jerry's Workshop", "dungeon": "Dungeon", "dungeon_hub": "Dungeon Hub", - "crystal_hollows": "Crystal Hollows" + "crystal_hollows": "Crystal Hollows", + "garden": "The Garden" }, "teleporters": [ { diff --git a/constants/misc.json b/constants/misc.json index 1f29e3c5..bd23c96d 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -76,7 +76,8 @@ "dungeon": "Dungeon", "dungeon_hub": "Dungeon Hub", "crystal_hollows": "Crystal Hollows", - "instanced": "Kuudra's End" + "instanced": "Kuudra's End", + "garden": "The Garden" }, "talisman_upgrades": { "WOLF_TALISMAN": [ diff --git a/constants/parents.json b/constants/parents.json index bbe106c1..0b14e168 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3161,5 +3161,11 @@ "PET_SKIN_SCATHA_ALBINO": [ "PET_SKIN_SCATHA_GOLDEN", "PET_SKIN_SCATHA_DARK" + ], + "SUNDER;1": [ + "SUNDER;2", + "SUNDER;3", + "SUNDER;4", + "SUNDER;5" ] }
\ No newline at end of file diff --git a/items/ADVANCED_GARDENING_AXE.json b/items/ADVANCED_GARDENING_AXE.json new file mode 100644 index 00000000..999dc3d6 --- /dev/null +++ b/items/ADVANCED_GARDENING_AXE.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:diamond_axe", + "displayname": "§9Advanced Gardening Axe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+10\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§7§4❣ §cRequires §aGarden Level 6§c.\",4:\"§9§lRARE AXE\",5:\"\",6:\"§7Cost\",7:\"§c25 Copper\"],Name:\"§9Advanced Gardening Axe\"},ExtraAttributes:{id:\"ADVANCED_GARDENING_AXE\"}}", + "damage": 0, + "lore": [ + "§7Farming Fortune: §a+10", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aGarden Level 6§c.", + "§9§lRARE AXE", + "", + "§7Cost", + "§c25 Copper" + ], + "internalname": "ADVANCED_GARDENING_AXE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ADVANCED_GARDENING_HOE.json b/items/ADVANCED_GARDENING_HOE.json new file mode 100644 index 00000000..b51dd9cb --- /dev/null +++ b/items/ADVANCED_GARDENING_HOE.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§9Advanced Gardening Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+10\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§9§lRARE HOE\",4:\"\",5:\"§7Cost\",6:\"§c25 Copper\"],Name:\"§9Advanced Gardening Hoe\"},ExtraAttributes:{id:\"ADVANCED_GARDENING_HOE\"}}", + "damage": 0, + "lore": [ + "§7Farming Fortune: §a+10", + "", + "§7§8This item can be reforged!", + "§9§lRARE HOE", + "", + "§7Cost", + "§c25 Copper" + ], + "internalname": "ADVANCED_GARDENING_HOE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/AUTUMN_HUT_BARN_SKIN.json b/items/AUTUMN_HUT_BARN_SKIN.json new file mode 100644 index 00000000..8c608159 --- /dev/null +++ b/items/AUTUMN_HUT_BARN_SKIN.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:leaves", + "displayname": "§aAutumn Hut Barn Skin", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Consume this item to unlock\",1:\"§7the §aAutumn Hut Barn Skin §7on\",2:\"§7the §bGarden§7!\",3:\"\",4:\"§eClick to consume!\",5:\"\",6:\"§a§lUNCOMMON COSMETIC\",7:\"\",8:\"§7Cost\",9:\"§c2,000 Copper\"],Name:\"§aAutumn Hut Barn Skin\"},ExtraAttributes:{id:\"AUTUMN_HUT_BARN_SKIN\"}}", + "damage": 2, + "lore": [ + "§7§7Consume this item to unlock", + "§7the §aAutumn Hut Barn Skin §7on", + "§7the §bGarden§7!", + "", + "§eClick to consume!", + "", + "§a§lUNCOMMON COSMETIC", + "", + "§7Cost", + "§c2,000 Copper" + ], + "internalname": "AUTUMN_HUT_BARN_SKIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BAMBOO_BARN_SKIN.json b/items/BAMBOO_BARN_SKIN.json new file mode 100644 index 00000000..67dbc1d8 --- /dev/null +++ b/items/BAMBOO_BARN_SKIN.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:stick", + "displayname": "§5Bamboo Barn Skin", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Consume this item to unlock\",1:\"§7the §5Bamboo Barn Skin §7on the\",2:\"§7§bGarden§7!\",3:\"\",4:\"§eClick to consume!\",5:\"\",6:\"§5§lEPIC COSMETIC\",7:\"\",8:\"§7Cost\",9:\"§c7,500 Copper\"],Name:\"§5Bamboo Barn Skin\"},ExtraAttributes:{id:\"BAMBOO_BARN_SKIN\"}}", + "damage": 0, + "lore": [ + "§7§7Consume this item to unlock", + "§7the §5Bamboo Barn Skin §7on the", + "§7§bGarden§7!", + "", + "§eClick to consume!", + "", + "§5§lEPIC COSMETIC", + "", + "§7Cost", + "§c7,500 Copper" + ], + "internalname": "BAMBOO_BARN_SKIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BASIC_GARDENING_AXE.json b/items/BASIC_GARDENING_AXE.json new file mode 100644 index 00000000..487725de --- /dev/null +++ b/items/BASIC_GARDENING_AXE.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:iron_axe", + "displayname": "§aBasic Gardening Axe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+5\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§7§4❣ §cRequires §aGarden Level 4§c.\",4:\"§a§lUNCOMMON AXE\",5:\"\",6:\"§7Cost\",7:\"§c5 Copper\"],Name:\"§aBasic Gardening Axe\"},ExtraAttributes:{id:\"BASIC_GARDENING_AXE\"}}", + "damage": 0, + "lore": [ + "§7Farming Fortune: §a+5", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aGarden Level 4§c.", + "§a§lUNCOMMON AXE", + "", + "§7Cost", + "§c5 Copper" + ], + "internalname": "BASIC_GARDENING_AXE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BASIC_GARDENING_HOE.json b/items/BASIC_GARDENING_HOE.json new file mode 100644 index 00000000..a9bdfa52 --- /dev/null +++ b/items/BASIC_GARDENING_HOE.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§aBasic Gardening Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+5\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON HOE\",4:\"\",5:\"§7Cost\",6:\"§c5 Copper\"],Name:\"§aBasic Gardening Hoe\"},ExtraAttributes:{id:\"BASIC_GARDENING_HOE\"}}", + "damage": 0, + "lore": [ + "§7Farming Fortune: §a+5", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE", + "", + "§7Cost", + "§c5 Copper" + ], + "internalname": "BASIC_GARDENING_HOE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BOX_OF_SEEDS.json b/items/BOX_OF_SEEDS.json new file mode 100644 index 00000000..c0b3928c --- /dev/null +++ b/items/BOX_OF_SEEDS.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Box of Seeds", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"44418bf4-766c-38cd-ba44-67747ec44b5d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmMzZjg1NGJiNjUyNjVhYjNmZjJlMzYyNjY5YTVmODA2YWI4NGRjMjQwYTRiOTlmOWE2MmFiNzI2NzcyOGJhMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Box of Seeds\"},ExtraAttributes:{id:\"BOX_OF_SEEDS\"}}", + "damage": 3, + "lore": [ + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_SEEDS:32", + "A3": "", + "B1": "ENCHANTED_SEEDS:32", + "B2": "ENCHANTED_SEEDS:32", + "B3": "ENCHANTED_SEEDS:32", + "C1": "", + "C2": "ENCHANTED_SEEDS:32", + "C3": "" + }, + "internalname": "BOX_OF_SEEDS", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Seeds VII", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDERS_RULER.json b/items/BUILDERS_RULER.json new file mode 100644 index 00000000..b16c3a44 --- /dev/null +++ b/items/BUILDERS_RULER.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:blaze_rod", + "displayname": "§6Builder\u0027s Ruler", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"\",1:\"§6Ability: Area Planner §e§lRIGHT CLICK\",2:\"§7Right-Click the top of a block\",3:\"§7to place a line of blocks.\",4:\"\",5:\"§6Ability: Organised Builder §e§lSNEAK RIGHT CLICK\",6:\"§7Sneak Right-Click a block to\",7:\"§7collect all blocks in a line.\",8:\"\",9:\"§6Ability: Built-in Storage §e§lLEFT CLICK\",10:\"§7Opens the ruler storage. Blocks\",11:\"§7will be placed from your\",12:\"§7inventory or the ruler storage.\",13:\"\",14:\"§6§lLEGENDARY\",15:\"\",16:\"§7Cost\",17:\"§c20 Copper\"],Name:\"§6Builder\u0027s Ruler\"},ExtraAttributes:{id:\"BUILDERS_RULER\"}}", + "damage": 0, + "lore": [ + "", + "§6Ability: Area Planner §e§lRIGHT CLICK", + "§7Right-Click the top of a block", + "§7to place a line of blocks.", + "", + "§6Ability: Organised Builder §e§lSNEAK RIGHT CLICK", + "§7Sneak Right-Click a block to", + "§7collect all blocks in a line.", + "", + "§6Ability: Built-in Storage §e§lLEFT CLICK", + "§7Opens the ruler storage. Blocks", + "§7will be placed from your", + "§7inventory or the ruler storage.", + "", + "§6§lLEGENDARY", + "", + "§7Cost", + "§c20 Copper" + ], + "internalname": "BUILDERS_RULER", + "crafttext": "", + "clickcommand": "", + " |
