Electroblob77
|
e54aee332d
|
Rework slow time to use an NBT tag to unblock entity updates when not in a slow time zone, fixes #336 (and related issues with teleporting)
It also simplifies the code and removes the end slow time packet entirely
|
2020-01-28 13:20:32 +00:00 |
|
Electroblob77
|
e4bf09f15a
|
Implement client-side spell counter for NPCs, fixes #345
Also makes all the continuous-spell-related methods in ISpellCaster default methods so they don't need implementing unless actually necessary.
|
2020-01-27 23:27:56 +00:00 |
|
Electroblob77
|
aa166814ea
|
Add SpellThrowable and replace Snowball class with a simple instance of it
|
2020-01-27 18:40:10 +00:00 |
|
Electroblob77
|
d37ab6072f
|
Add chainable method for assigning spell NPC selector
|
2020-01-27 17:51:32 +00:00 |
|
Electroblob77
|
ba83cb7985
|
Add chainable method for assigning spell items
|
2020-01-27 16:43:05 +00:00 |
|
Electroblob77
|
3052e56d03
|
Add entity- and tileentity-sensitive versions of Spell#canBeCastByNPCs and Spell#canBeCastByDispensers
|
2020-01-27 16:42:28 +00:00 |
|
Electroblob77
|
b682740751
|
*facepalm*
|
2020-01-27 15:09:54 +00:00 |
|
Electroblob77
|
dc7b6790b8
|
Automatic spell sound creation, hurrah!
|
2020-01-27 14:39:47 +00:00 |
|
Electroblob77
|
7a247df3e1
|
Encourage users to report the circular NBT reference error
|
2020-01-27 14:33:45 +00:00 |
|
Electroblob77
|
de2087c0e8
|
Clean up after testing
|
2020-01-27 13:46:50 +00:00 |
|
Electroblob77
|
f5da195605
|
Wrap NBTTagCompound#setTag in static helper with safeguards against circular references, fixes #299
|
2020-01-27 13:45:47 +00:00 |
|
Electroblob77
|
6cd6411c25
|
Use target lifetime rather than construct lifetime when dealing periodic damage; means targets don't all get damaged at once
|
2020-01-25 22:50:45 +00:00 |
|
Electroblob77
|
40e77728ad
|
Do proper floaty division, the error was kinda invisible (pun intended) but intellij spotted it
|
2020-01-21 20:16:59 +00:00 |
|
Electroblob77
|
d50ff5729f
|
Prevent unlimited exponential stacking of the empowerment effect, fixes #317
|
2020-01-16 18:40:52 +00:00 |
|
Electroblob77
|
76b4f2f72f
|
Change default behaviour of Spell#createSoundWithSuffix to point to assets/modid/sounds.json rather than assets/ebwizardry/sounds.json, so addons don't have to override it
|
2020-01-14 14:39:09 +00:00 |
|
Electroblob77
|
34b3fe93bb
|
Bit of an oversight there, this is supposed to be an API after all
|
2020-01-13 18:55:36 +00:00 |
|
Electroblob77
|
996ec9a7f7
|
Electroblob hit the ground too hard
|
2020-01-13 18:54:43 +00:00 |
|
Electroblob77
|
807fc61541
|
Merge branch '1.12.2' of https://github.com/Electroblob77/Wizardry into 1.12.2
|
2019-12-22 18:39:45 +00:00 |
|
Electroblob77
|
9741c751b3
|
Update version number
|
2019-12-22 18:37:25 +00:00 |
|
Electroblob
|
d3003ae473
|
Merge pull request #311 from Azim-Palmer/1.12.2
Adding support for Lycanites Mobs to drop loot from the mob_additions table
|
2019-12-22 18:25:52 +00:00 |
|
Electroblob77
|
455c5a5e07
|
Fix weird floaty rounding so continuous spells cost the correct amount of mana
Grapple ain't free anymore, sorry folks!
|
2019-12-22 14:58:12 +00:00 |
|
Electroblob77
|
9852f61d0f
|
Extend smoke bomb blindness effect to mobs as well as players, closes #324
|
2019-12-22 14:37:19 +00:00 |
|
Electroblob77
|
a2c8cde4c4
|
Use correct mana values for grand crystals and crystal shards in scroll creation
|
2019-12-22 12:30:04 +00:00 |
|
Electroblob77
|
31a6ab6db0
|
Update version number
|
2019-12-17 17:57:38 +00:00 |
|
Electroblob77
|
69f2aedef7
|
Correctly hide/unhide skin overlay parts when rendering frost layer, fixes #261
|
2019-12-17 17:52:44 +00:00 |
|
Electroblob77
|
e8818a4db5
|
Correct requested tag type for tower blocks list in wizard data loading, fixes #291
|
2019-12-17 17:45:27 +00:00 |
|
Electroblob77
|
470a7e82bc
|
Iterate over copy of loaded TE list, fixes #298 and #304
|
2019-12-17 17:12:31 +00:00 |
|
Electroblob77
|
6439c233f1
|
Add creative mode check to target selector for summoned creatures, fixes #262
|
2019-12-17 16:55:00 +00:00 |
|
Electroblob77
|
5b497e107a
|
Reinstate max damage check, fixes #294
|
2019-12-17 16:31:42 +00:00 |
|
Electroblob77
|
324094f418
|
'Tis the season!
- Decked the halls
- Jingled the bells
- Wrapped the presents
- Loaded up the sleigh
|
2019-12-17 15:53:40 +00:00 |
|
Electroblob77
|
9ade6442b2
|
Add config option to turn off growing crystal flowers with bonemeal, closes #308
|
2019-12-16 15:53:32 +00:00 |
|
Electroblob77
|
ffea49bc40
|
Copy neat fix for negative scaling of magic light on desync to black hole
|
2019-12-16 15:39:23 +00:00 |
|
Electroblob77
|
2b89a890d0
|
Route blink effect through the proxies and make the blink spell check for the first-person player, fixes #280
|
2019-12-16 15:25:15 +00:00 |
|
Electroblob77
|
3a67388ff3
|
Don't need that
|
2019-12-16 15:20:15 +00:00 |
|
Electroblob77
|
3468bbb073
|
Oops
|
2019-12-16 13:12:24 +00:00 |
|
Electroblob77
|
963178c609
|
Cleanup
|
2019-12-16 13:10:57 +00:00 |
|
Electroblob77
|
cfdb049368
|
Add failsafe for conjured item max damage, fixes #288
|
2019-12-16 13:06:32 +00:00 |
|
Electroblob77
|
058d83fd00
|
Stop ring of chaining attacking its wearer, fixes #303
|
2019-12-16 12:36:37 +00:00 |
|
Electroblob77
|
c7ccc37dca
|
Add damage property to frost axe spell, fixes #322
|
2019-12-16 12:33:48 +00:00 |
|
Electroblob77
|
74345d0c3b
|
Check if list is empty after removing current location, fixes #307
|
2019-12-16 12:18:46 +00:00 |
|
Electroblob77
|
907b94c74f
|
Merge branch '1.12.2' of https://github.com/Electroblob77/Wizardry into 1.12.2
|
2019-12-16 12:14:47 +00:00 |
|
Electroblob77
|
2c6b397be6
|
Check for null tile entities when rendering arcane lock, fixes #305
|
2019-12-16 12:14:43 +00:00 |
|
Electroblob77
|
eddcb2402d
|
Don't use client-side-only vector-based AxisAlignedBB constructor, fixes #306
|
2019-12-16 12:14:01 +00:00 |
|
Electroblob
|
0301f3c300
|
Merge pull request #312 from Azim-Palmer/Fix/LayerRender
Fix : LayerRender breaks on non-standard models
|
2019-12-16 00:31:34 +00:00 |
|
Matthew William Noel
|
c7c6f964bf
|
Fix Electroblob77/Wizardry#170 the right way
|
2019-12-07 12:46:40 -08:00 |
|
Matthew William Noel
|
91df7cfd72
|
Fix Electroblob77/Wizardry#170
|
2019-12-06 19:54:55 -08:00 |
|
Az
|
0ed9ee64c4
|
Fix : when rendering models that don't have any entries in the boxList (Such as Lycanite's mobs) this function throws and exception and the renderer goes crazy.
|
2019-11-23 19:25:23 +00:00 |
|
Az
|
f82d2871d5
|
Adding support for Lycanites Mobs to drop loot from the mob_additions table
|
2019-11-23 12:44:10 +00:00 |
|
Electroblob77
|
01cea3df06
|
Update version number
|
2019-10-05 23:14:29 +01:00 |
|
Electroblob77
|
591cfb5857
|
Check we're dealing with the type of mob whose class we're in, fixes #274
|
2019-10-05 23:13:48 +01:00 |
|