Commit Graph

604 Commits

Author SHA1 Message Date
Auxilor
8f1873e3eb Added EnchantmentConfig#save 2022-01-08 13:39:46 +00:00
Auxilor
f148121981 Added demo custom enchantment 2022-01-08 13:38:19 +00:00
Auxilor
c7f97393d7 Merge branch 'master' into develop 2022-01-08 13:36:50 +00:00
Auxilor
5e264a3631 Added ability to create custom enchants in config via libreforge 2022-01-08 13:36:00 +00:00
Auxilor
581a4f7751 Added custom entity support to beheading 2022-01-07 19:38:25 +00:00
Auxilor
4cf6995fb0 Fixed excessive velocity with charge 2022-01-03 14:56:02 +00:00
Auxilor
cca7c377a2 Fixed copper with fortune on infernal touch 2022-01-01 16:05:02 +00:00
Auxilor
2ed76f1051 Added hide-in-lore flag 2021-12-29 18:33:49 +00:00
Auxilor
0b0df6d84e Fixed spells triggering when putting out fires with left-click items 2021-12-27 19:47:44 +00:00
Auxilor
740d81f9ef Fixed description bug 2021-12-26 16:05:09 +00:00
Auxilor
2a88bb2298 Added chance options to drill, pentashot, and tripleshot 2021-12-26 15:56:34 +00:00
Auxilor
04d560e01e Nerfed optics 2021-12-26 15:54:23 +00:00
Auxilor
31591de719 Codestyle 2021-12-26 13:26:33 +00:00
Auxilor
f8bd6f2547 Updated config string getters 2021-12-21 14:57:03 +00:00
Auxilor
4fa90fabd5 Cleaned up EcoEnchants#hasAnyOfType 2021-12-21 14:50:13 +00:00
Auxilor
1e03f23c13 eco 6.17.0 migration 2021-12-14 09:09:38 +00:00
Auxilor
69fcd54e17 Updated minimum eco version 2021-12-14 09:02:22 +00:00
Auxilor
c31b04a099 canEnchantItem now allows for increasing item level 2021-12-13 22:13:50 +00:00
Will FP
5d18d8c391
Merge pull request #106
fix: arraylist index out of bounds
2021-12-12 11:17:40 +00:00
Auxilor
6f3ecc726f Fixed canEnchantItem with singular types 2021-12-07 08:24:28 +00:00
Auxilor
28304d0ebe Fixed nullability annotation 2021-12-06 09:59:49 +00:00
Will FP
c958b30a3f
Merge pull request #107
Made LootPopulator work with minecarts with chests
2021-12-05 13:49:00 +00:00
Auxilor
060f140d14 Removed Light Artifact due to 1.18 incompatibility 2021-11-30 19:33:26 +00:00
_OfTeN_
41f76c5909 Made LootPopulator work with minecarts with chests 2021-11-29 19:16:51 +03:00
Auxilor
14f6c95095 Added warning to CommandLocaleExport 2021-11-26 18:22:35 +00:00
WindLeaf_qwq
0bb4f8592a
bruh 2021-11-26 11:04:57 +08:00
WindLeaf_qwq
8b6301f90b
fix: arraylist index out of bounds 2021-11-26 10:33:27 +08:00
Blc
6e53c8469c
fix: hunger curse config
As specified here(https://github.com/Auxilor/EcoEnchants/blob/master/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/enchantments/ecoenchants/curse/HungerCurse.java#L48), this enchant need to be configured.
Otherwise delta variable always be zero, and players with this curse never be hunger
2021-11-23 12:41:42 +03:00
Auxilor
b60254433a Heavily nerfed force and razor 2021-11-22 12:02:45 +00:00
Auxilor
193ec4b707 Heavily nerfed blast mining 2021-11-22 12:01:51 +00:00
Auxilor
96d67bfe81 Updated string getters 2021-11-19 09:11:00 +00:00
Auxilor
7c92ec8efe Fixed essentials registration failing stopping the plugin from loading 2021-11-16 15:11:30 +00:00
Auxilor
98d8f6f9d6 Removed data.yml and redundant dependencies 2021-11-14 11:47:27 +00:00
Auxilor
93c7705d96 Fixed lumberjack 2021-11-13 13:20:12 +00:00
Auxilor
e7788403e5 Optimized most mining enchantments 2021-11-13 10:32:41 +00:00
Auxilor
20c9f4bb0e Optimized Artifacts and Blast Mining 2021-11-12 18:14:15 +00:00
Auxilor
3f4da966c9 Merge remote-tracking branch 'origin/master' 2021-11-11 18:14:47 +00:00
Auxilor
68f6a27d91 Removed legacy permissions 2021-11-11 18:14:40 +00:00
Auxilor
988894fba0 Removed (now unneeded) /ecoenchants debug full 2021-11-10 17:48:46 +00:00
Auxilor
9adeaef96d Added %time% placeholder to reload message 2021-11-09 08:33:35 +00:00
Auxilor
4d7e1ee20f Codestyle fixes 2021-11-09 08:32:10 +00:00
Auxilor
8bf6a08e61 Fixed MythicMobs integration not working 2021-11-08 19:22:15 +00:00
Auxilor
b22d36ef71 Fixed PR codestyle 2021-11-07 15:34:36 +00:00
_OfTeN_
c6bd5c894c Fixed xp dupe bug with vanilla curse enchantments 2021-11-07 15:40:52 +03:00
Auxilor
679c5ff3c3 Fixed softdepends 2021-11-06 18:53:09 +00:00
Auxilor
e807950e5d PR changes and updated to 8.14.10 2021-11-06 18:52:09 +00:00
_OfTeN_
7ca5c7300a Added blacklisted-blocks config option to Instantaneous enchantment 2021-11-05 20:18:04 +03:00
_OfTeN_
b145d3d525 Added MythicMobs integration to prevent Telekinesis from giving drop items from mobs with disabled drops. 2021-11-02 14:34:35 +03:00
_OfTeN_
d874d75c63 Fixed Famine enchantment giving slow digging effect 2021-11-02 14:25:17 +03:00
_OfTeN_
37090c9a27 Added "ticks-per-level" and "amplifier-per-level" config options for Famine enchantment 2021-11-02 14:25:16 +03:00