diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-01-14 10:25:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-14 20:25:24 +1100 |
commit | fa9f90a7bc63b6cd81f0b7f19353eb2962fde2a4 (patch) | |
tree | 7304b6b54c5d91e06429d8204b73ca4daf1c6aed /items/FORTUNE;4.json | |
parent | 3ed2c09a08b0a0d15410d418f4707f0a4b4981f1 (diff) | |
download | NotEnoughUpdates-REPO-fa9f90a7bc63b6cd81f0b7f19353eb2962fde2a4.tar.gz NotEnoughUpdates-REPO-fa9f90a7bc63b6cd81f0b7f19353eb2962fde2a4.tar.bz2 NotEnoughUpdates-REPO-fa9f90a7bc63b6cd81f0b7f19353eb2962fde2a4.zip |
Fixed Drop chance of enderman pieces (#883)
Diffstat (limited to 'items/FORTUNE;4.json')
-rw-r--r-- | items/FORTUNE;4.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/FORTUNE;4.json b/items/FORTUNE;4.json index 9bbd7a4c..b5a22b11 100644 --- a/items/FORTUNE;4.json +++ b/items/FORTUNE;4.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fortune IV\",1:\"§7Grants §a+40 §6☘ Mining\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple drops.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Experiments,\",10:\"§7Crystal Nucleus\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSilk Touch\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"FORTUNE;4\",enchantments:{fortune:4}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fortune IV\",1:\"§7Grants §a+45 §6☘ Mining\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple drops.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Experiments,\",10:\"§7Crystal Nucleus\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSilk Touch\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"FORTUNE;4\",enchantments:{fortune:4}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Fortune IV", - "§7Grants §a+40 §6☘ Mining", + "§7Grants §a+45 §6☘ Mining", "§6Fortune§7, which increases your", "§7chance for multiple drops.", "", @@ -29,6 +29,6 @@ "internalname": "FORTUNE;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" }
\ No newline at end of file |