WinDanesz
709d44e4d9
feat: Class Armour sets (Sage, Warlock, Battlemage) only grant their set bonuses if each armour piece has mana
2022-06-19 12:44:14 +02:00
WinDanesz
8df00e9c41
feat: Added potency_per_level spell property for Empowerment, reduced potency gain per level 0.25->0.15
2022-06-13 23:12:14 +02:00
WinDanesz
8dbb0ec058
fix: Fixed 'Ward I' effect not giving any protection against magic
2022-06-12 23:33:07 +02:00
WinDanesz
b8310eedae
feat: Added a player_effect_duration_multiplier for the Paralysis spell, defaults to 0.5
2022-06-12 00:12:24 +02:00
WinDanesz
c04754afe1
chore: version bump to v4.3.7
v4.3.7
2022-04-17 21:37:20 +02:00
WinDanesz
3155aa6815
fix: Should fix the disconnect issue when pretty much all existing spell packs are present in the game
...
Mods were registering spells on the client and server side in a different order (perhaps related to the OS), causing a mismatch in spell networkIDs. This will ensure that spells are sorted alphabetically and redistributes a new ID.
2022-04-17 20:43:59 +02:00
WinDanesz
ea27b1a081
Revert "Merge pull request #750 from WinDanesz/patch-1226-2"
2022-04-17 15:53:48 +02:00
WinDanesz
4d078f9597
Revert "Fixed crash on dedicated servers (PacketSpellProperties), Fixes #780 , #779 , #773 , #774 , #771 , #768 "
...
This reverts commit 6690564017 .
2022-04-17 15:46:11 +02:00
WinDanesz
67459cbbbd
chore: Delete feature_request.md
2022-04-15 14:06:33 +02:00
WinDanesz
932de4e969
chore: Delete question.md
2022-04-15 13:58:44 +02:00
WinDanesz
41e28291ad
chore: create config.yml
2022-04-15 13:58:29 +02:00
WinDanesz
6ae6324368
chore: Rename bug_report.md to bug_report.yml
2022-04-15 13:52:10 +02:00
WinDanesz
4858716f05
chore: update bug_report.md
2022-04-15 13:51:44 +02:00
WinDanesz
24fb4cfe4a
v4.3.6
4.3.6
2022-03-06 19:26:45 +01:00
WinDanesz
186138d0c0
fixed visibility modifier of ImbuementActivateEvent's fields
2022-03-06 19:26:04 +01:00
WinDanesz
6690564017
Fixed crash on dedicated servers (PacketSpellProperties), Fixes #780 , #779 , #773 , #774 , #771 , #768
2022-03-06 19:14:47 +01:00
WinDanesz
89a0a900cc
v4.3.5
4.3.5
2022-02-07 23:06:39 +01:00
WinDanesz
391a24db3f
Fixes integration with Construct's Armory and other mod's unbreakable helmets. #547
2022-02-07 22:10:28 +01:00
WinDanesz
4b546af642
Added a new ImbuementActivateEvent to allow addons hooking into the imbuement process
2022-02-07 21:50:26 +01:00
WinDanesz
ee8aabbf97
This might fix the lingering Frost effect (from Frost Ray)
2022-02-07 21:37:01 +01:00
Rodro
45994e2b94
Fixed player rubberbanding when touching the wall of a containment field. Fixes #469 (Rodrogamby)
...
This fixed player rubberbanding when touching the wall of a containment field for me.
I took the liberty of uncommenting some code which produces a sound when the player tries to leave the field, and also deleted line 113 along with everything related to it since it seemed unnecessary.
I've tested this on singleplayer and on my 200ms multiplayer server and appears to be working perfectly in both.
(It works even if allow-flight is set to false on server.properties; I also tried using an elytra, levitation effect and extra speed, which all worked well too).
All tests were done using Forge-2860
2022-02-06 22:19:32 +01:00
WinDanesz
13bdc69da8
Added support for Forge's in-game mod version update notifier
2022-02-05 23:04:14 +01:00
WinDanesz
c0184fde8e
Fixed a bug with EntityWizard using one of EntityEvilWizard's DataParameter
2022-02-05 22:48:35 +01:00
WinDanesz
cbd297e59d
updated gradle version
2022-02-05 22:48:34 +01:00
WinDanesz
c6cf7c950e
increased duplicate detect threshold
2022-02-03 14:49:37 +01:00
WinDanesz
fe5d80e017
Fixed dispenser crash with Conjure Block spell. Fixes #735
2022-02-03 11:57:22 +01:00
WinDanesz
e985a8f15b
Fixed dispenser crash with Slime spell. Fixes #735
2022-02-03 11:57:22 +01:00
Electroblob
615767f758
Merge pull request #688 from WinDanesz/1.12.2.dev
...
added onImbuementRemoval(ItemStack stack) to Imbuement interface
2022-02-01 18:34:24 +00:00
Electroblob
65a24b2295
Merge pull request #744 from WinDanesz/patch-2
...
Added duplicate issue detector & labeling tool
2022-02-01 18:33:18 +00:00
Electroblob
94c2afe67a
Merge pull request #747 from WinDanesz/patch-1225-2
...
Fixes Mark Sacrifice not doing damage with low spell potency
2022-02-01 18:32:02 +00:00
Electroblob
9bbca37ecd
Merge pull request #749 from WinDanesz/patch-1225-4
...
Scrolls no longer have cooldown in Creative mode
2022-02-01 18:30:47 +00:00
Electroblob
58241a0f5c
Merge pull request #748 from WinDanesz/patch-1225-3
...
Added getter for ItemArtefact.enabled
2022-02-01 18:28:21 +00:00
Electroblob
a960a01ca1
Merge pull request #750 from WinDanesz/patch-1226-2
...
Splitting PacketSpellProperties into batches of 100 spells.
2022-02-01 18:27:47 +00:00
Electroblob
67d8ee773c
Merge pull request #751 from WinDanesz/patch-1227-1
...
Added tooltip for Spell Book and Scroll items, displaying the spell's…
2022-02-01 18:27:25 +00:00
Electroblob
c6f2675278
Merge pull request #753 from WinDanesz/patch-1228-1
...
Fixed bug with wizard armours always providing protection even withou…
2022-02-01 18:26:54 +00:00
Electroblob77
2380be230e
Merge branch '1.12.2' of https://github.com/Electroblob77/Wizardry into 1.12.2
2022-02-01 18:24:34 +00:00
Electroblob77
833276b7b3
TODOs
2022-02-01 18:24:26 +00:00
Electroblob77
9b32835720
Add resurrection event
2022-02-01 18:24:17 +00:00
Electroblob77
61634a9cc3
Change resurrection wait time and add particles to indicate where an ally died
2022-02-01 18:23:47 +00:00
Electroblob
408a35db8d
Merge pull request #754 from WinDanesz/patch-1228-2
...
Remove soulbinding curse effect if the potion is no longer active. fi…
2022-02-01 18:20:37 +00:00
Electroblob
9695a85131
Merge pull request #755 from WinDanesz/patch-0102-1
...
Frostbite effect and burning now cancels each other
2022-02-01 18:20:20 +00:00
Electroblob
d027cf4f2a
Merge pull request #756 from WinDanesz/patch-0103-1
...
Added injectMobDrops setting to easily disable mob loot injection for…
2022-02-01 18:19:29 +00:00
WinDanesz
c2f8bfc5b4
Added injectMobDrops setting to easily disable mob loot injection for all entities
2022-01-03 14:47:33 +01:00
WinDanesz
486425a62c
Frostbite effect and entity burning now cancels each other
2022-01-02 22:07:05 +01:00
WinDanesz
f9681d4c66
Remove soulbinding curse effect if the potion is no longer active. fixes #619 .
2021-12-28 16:10:31 +01:00
WinDanesz
cd0671dc59
Fixed bug with wizard armours always providing protection even without mana. Fixes #752
2021-12-28 16:08:18 +01:00
WinDanesz
7ebca16948
Added tooltip for Spell Book and Scroll items, displaying the spell's source mod if it's from an addon
2021-12-27 11:31:07 +01:00
WinDanesz
e8cbdde518
Splitting PacketSpellProperties into batches of 100 spells. Fixes world load issue with large list of spells
2021-12-26 22:08:29 +01:00
WinDanesz
7ca6f05151
Scrolls no longer have cooldown in Creative mode
2021-12-25 18:16:32 +01:00
WinDanesz
f4f17e90e5
Added getter for ItemArtefact.enabled
2021-12-25 18:10:09 +01:00