Commit Graph

6864 Commits

Author SHA1 Message Date
c52b855ae1 Remove the luck component of salvage material quantity 2024-11-10 14:30:14 -08:00
b4871fe49f Add tridents/crossbows to salvage 2024-11-10 13:50:18 -08:00
04eefaef79 Fixed ricocheted arrows missing some data after bouncing
Fixes #5093
2024-11-09 15:58:24 -08:00
b5ecd214ef Fixed concurrency issue with Folia and COTW summons
Fixes #5086
2024-11-09 15:46:45 -08:00
2ea9cff2cd Fix Folia locale string concurrency issue Fixes #5097 2024-11-09 14:22:47 -08:00
f90a15a821 dev mode 2024-11-09 13:45:13 -08:00
c54a758e7f 2.2.026 2024-11-07 18:58:07 -08:00
3f5f510fc5 Fixed NPE on chunk unload 2024-11-07 18:55:59 -08:00
f304a1fbb9 dev mode 2024-11-07 17:45:49 -08:00
6f92baf0b5 2.2.025 2024-11-05 17:15:06 -08:00
406a7ba694 2.2.024 2024-11-04 19:05:41 -08:00
04007f6dbc fixed fishing errors Fixes #5108 2024-11-04 18:56:38 -08:00
6ed4ad76cd update changelog 2024-11-03 17:21:20 -08:00
3aaff1911b huge optimizations 2024-11-03 17:10:49 -08:00
f0973f2500 fix big oopsie 2024-11-03 14:27:09 -08:00
4ba85aa444 optimizations 2024-11-03 14:22:14 -08:00
9f7dbc23f6 fix failing test 2024-11-02 19:43:46 -07:00
39b0e87b9a Move logic for config format into ConfigStringUtils 2024-11-02 19:39:06 -07:00
ce18f3df97 major optimizations to getting xp values for specific blocks 2024-11-02 18:56:11 -07:00
03c9dfda02 dev mode 2024-11-02 16:16:04 -07:00
60da4bcd68 2.2.023 2024-10-31 20:46:56 -07:00
9d5bebef52 Merge branch 'master' of https://github.com/mcMMO-Dev/mcMMO 2024-10-31 20:38:04 -07:00
99bb5857f8 update for 1.21.3 compatibility 2024-10-31 20:37:54 -07:00
571013cf55 add causingPlayer to McMMOReplaceVanillaTreasureEvent and update Fish Event to use it (#5104)
* add causingPlayer to McMMOReplaceVanillaTreasureEvent and update Fishing Event to use it

* make requested changes

---------

Co-authored-by: Jacob Cuomo <jcuomo3@gatech.edu>
2024-10-25 13:00:37 -07:00
8087d5f647 change transformable entity list into immutable set 2024-09-28 13:42:25 -07:00
d7e8a6b7c1 2.2.022 2024-09-28 13:32:32 -07:00
ddb701bc94 update changelog 2024-09-28 13:30:10 -07:00
d42581b24f fix to PR 2024-09-28 13:28:43 -07:00
d5c4bebfad Fix slime spawner exploit (#5089)
* Fix slime spawner exploit

* Move slime/magmacube into a constant
2024-09-28 13:26:22 -07:00
5c68a176e5 Fix cat cotw on older versions (#5096) 2024-09-28 13:23:28 -07:00
3d7810c568 Bugfix/acrobatics roll chance (#5094)
* Fix acrobatics

* Move acrobatics damage reduction inside success check
2024-09-28 13:21:44 -07:00
8b81c9aafe dev mode 2024-09-28 13:20:50 -07:00
582a572272 2.2.021 2024-09-20 15:06:01 -07:00
038d913f87 Update locale_lt_LT.properties (#5079)
I added #TRIDENTS and translated it
2024-09-20 15:03:43 -07:00
Dev
fe46ece008 Update locale_es.properties (#5083) 2024-09-20 15:03:34 -07:00
1c08cac2f8 Fix acrobatics (#5088) 2024-09-19 18:39:56 -07:00
2fd86e870f dev mode 2024-09-19 18:39:36 -07:00
8c2848a3e7 Update PlaceholderAPI dependency (#5085) 2024-09-16 11:24:19 -07:00
f623b608f6 2.2.020 2024-09-14 15:20:53 -07:00
bac16238ac Fix NPE for Alchemy Fixes #5080 Fixes #5073 2024-09-14 15:19:13 -07:00
9b046bd490 Fixed blast mining trying to drop non-items 2024-09-14 15:12:39 -07:00
88cacf8fff Alchemy no longer spams when finding potions of the same type in config Fixes #5081 Fixes #5059 2024-09-14 15:08:26 -07:00
5cc97383fa Roll rework / refactor Fixes #5023 2024-09-14 14:21:48 -07:00
b87efb3f76 Merge branch 'master' of https://github.com/mcMMO-Dev/mcMMO 2024-08-31 13:26:16 -07:00
cfe3accf57 2.2.019 2024-08-31 13:26:08 -07:00
dcf83a8d20 Cache ItemMeta instead of creating a new ItemMeta for each potion check (#5075)
* Cache ItemMeta instead of creating a new ItemMeta for each potion check

* Check if the item has item meta and, if it doesn't, bail out

* Also cache the potion item meta too

* Add requireNonNull to the potionItemMeta
2024-08-31 13:11:17 -07:00
93bb160742 Fix exceptions when shooting entities through worlds on folia (#5024) 2024-08-31 13:02:00 -07:00
f67e30641d Update locale_en_US.properties (#5066)
Removed Water Lily from Vanilla Potions
Changed Sulphur to Gunpowder
Moved Rabbits Foot from Tier 3 to Vanilla Potions
2024-08-28 10:13:19 -07:00
969b901615 update changelog 2024-08-11 11:26:22 -07:00
c7409a8f9b Prevent IllegalArgumentException with Rupture and provide more detailed logging when Rupture cannot activate from illegal state Fixes #5063 2024-08-11 11:25:31 -07:00