diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-26 21:41:36 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-26 21:41:36 +0100 |
commit | f8cab740c087aaa0de4b5df40047cca1f58e522c (patch) | |
tree | 3cb24965d551178cf30356bc942f470a569fa4ff /constants | |
parent | d2ccbdd141697dcea067b376d3042db0501efcb4 (diff) | |
parent | d888983e0d6245146a771368433d5342451dfdbe (diff) | |
download | SkyHanni-REPO-f8cab740c087aaa0de4b5df40047cca1f58e522c.tar.gz SkyHanni-REPO-f8cab740c087aaa0de4b5df40047cca1f58e522c.tar.bz2 SkyHanni-REPO-f8cab740c087aaa0de4b5df40047cca1f58e522c.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'constants')
-rw-r--r-- | constants/HideNotClickableItems.json | 7 | ||||
-rw-r--r-- | constants/Items.json | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 3b8ccfb..a68e5a8 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -74,12 +74,7 @@ "Basket of Seeds", "Builder's Ruler", "Builder's Wand", - "Greater Backpack", - "Jumbo Backpack", - "Large Backpack", - "Medium Backpack", - "Nether Wart Pouch", - "Small Backpack" + "Nether Wart Pouch" ], "startsWith": [], "endsWith": [ diff --git a/constants/Items.json b/constants/Items.json index 37d83ab..055386f 100644 --- a/constants/Items.json +++ b/constants/Items.json @@ -10,5 +10,8 @@ "Burning": 20, "Fiery": 30, "Infernal": 40 + }, + "enchant_multiplier": { + "infinite_quiver": 0.03 } -}
\ No newline at end of file +} |