Commit graph

882 commits

Author SHA1 Message Date
Sollace
4f03bb81f6
Fix stuff and port enchantments (part 1) 2024-09-30 22:18:30 +01:00
Sollace
00bd1a65b9
Upating to 1.21 (part 5) 2024-09-30 19:11:17 +01:00
Sollace
de548235ca
Fix errors in entity ai 2024-09-30 17:09:52 +01:00
Sollace
9789b0f738
Use the entity's accessor for the registry manager instead 2024-09-30 17:09:44 +01:00
Sollace
ab25ab7556
Update some enchantment stuff and update more items code 2024-09-30 17:00:29 +01:00
Sollace
668dd13db7
Update items and music discs 2024-09-30 15:18:47 +01:00
Sollace
db413622a1
Update renderers, entity renderers, and models (includes: Bulbs now have their hurt overlay) 2024-09-30 15:18:32 +01:00
Sollace
8b71579539
Update status effects 2024-09-30 15:17:29 +01:00
Sollace
f3f5a1c006
Fix more low-hanging stuff 2024-09-29 23:23:40 +01:00
Sollace
654562014e
Fix errors in entity classes 2024-09-29 21:38:01 +01:00
Sollace
8fdb173e4b
Updating to 1.21 (part 4) 2024-09-28 23:25:20 +01:00
Sollace
5dd90c42aa
Fixed pegasus morph potion not craftable with a gryphon feather 2024-09-28 23:24:54 +01:00
Sollace
433149cc99
Updating to 1.21 (part 3) 2024-09-28 22:27:46 +01:00
Sollace
259b0cddc4
Updating to 1.21 (part 2) 2024-09-26 21:36:35 +01:00
Sollace
20c9b6f42d
Reduce chance of mobs reproducing when they have the corrupt influence effect. Fixes #467 2024-09-24 15:52:19 +01:00
Sollace
c5c9141b7b
Creative players can now interact with cloud blocks regardless of tribe. Closes #461 2024-09-24 15:01:13 +01:00
Sollace
74e68f2e09
Remove redundant effect nbt field 2024-09-21 21:40:40 +01:00
Sollace
97b65b2ff9
Remove Spell#isDirty and Spell#setDirty 2024-09-21 21:40:20 +01:00
Sollace
c011394644
Fixed heavy enchant making pegasi faster. Fixes #380 2024-09-18 18:44:25 +01:00
Sollace
1f884a1170
Adjust bat pony visibility. Fixes #425 2024-09-18 18:24:34 +01:00
Sollace
9523070c96
Fix the displacement spell. Fixes #456 2024-09-18 15:14:02 +01:00
Sollace
6436a18d72
Fixed crash when wearing alicorn amulet. Fixes #400 2024-09-16 20:10:38 +01:00
Sollace
8a860178f6
Fixed mobs getting stuck targetting an invalid entity. Fixes #414 2024-09-16 19:29:00 +01:00
Sollace
82aa1bc5af
Fixed changling clinging and bat pony hanging abilities. Closes #404 2024-09-16 19:16:05 +01:00
Sollace
afc8a87965
Fixed feathers dropping on the client. Fixes #383 2024-09-16 17:56:55 +01:00
Sollace
f5a85b9c02
Fixed sounds not playing when dashing 2024-09-16 17:53:02 +01:00
Sollace
a373e82872
Fixed earth ponies breaking blocks in adventure mode and protected regions. Fixes #434 2024-09-16 17:51:41 +01:00
Sollace
ba6b9800cd
Fixed bat ponies unable to sleep at night when there is a thunderstorm. Fixes #436 2024-09-16 17:17:21 +01:00
Sollace
0eb0b99a60
Fixed server flight state desync. Fixes #430, Fixes #421 (probably, cannot reproduce) 2024-09-16 15:30:46 +01:00
Sollace
068554e1bc
Fixed earth ponies' dash ability destroying drops. Fixes #448 2024-09-16 14:41:05 +01:00
Sollace
0b7ef78cb8
Merge branch '1.20.2' into 1.20.4 2024-06-24 02:38:53 +01:00
Sollace
74a08b4820
Merge branch '1.20.1' into 1.20.2 2024-06-24 01:15:50 +01:00
Sollace
f6668eff72
Added seapony's grace/seapony's ire status effects. Mining blocks in a monument will cause seaponies to lose their grace. Fixes #390 2024-06-23 16:59:34 +01:00
Sollace
498ec2bca0
The pearl necklace now has 4 durability 2024-06-23 14:41:44 +01:00
Sollace
b30e9c5f1f
Move entity attribute stuff to a separate class 2024-06-22 18:48:50 +01:00
Sollace
aaea2bfbc1
Account for the water's depth when determining the amount of lift pegasi should receive 2024-05-28 23:19:23 +01:00
Sollace
1f714b3ed0
Tooltip details version 2 2024-05-28 18:48:06 +01:00
Sollace
cf4d98078c
Fixed (regression) spellbook not having a page when first placed 2024-05-28 13:32:40 +01:00
Sollace
a25d8b7a2c
Remove debug messages 2024-05-27 06:40:47 +01:00
Sollace
2edf2c6989
Implement data trackers for spells 2024-05-27 06:39:01 +01:00
Sollace
e9114f9e12
Fixed data not being copied when the player changes dimensions 2024-05-25 21:01:01 +01:00
Sollace
a6a19a4d4b
Remove broken wings logging 2024-05-25 15:54:45 +01:00
Sollace
8ba83934a3
Fix incorrect default for new players 2024-05-25 15:54:32 +01:00
Sollace
1e3560fc04
Send tracked data in smaller packets to avoid large buffer allocation warnings being printed 2024-05-25 14:38:17 +01:00
Sollace
79d97adf0b
Implement attribute tooltips for all spells 2024-05-24 16:43:11 +01:00
Sollace
d1b3e8702a
Fix build 2024-05-23 20:23:44 +01:00
Sollace
e22f181f41
Fixed rendering of multi-segment blocks 2024-05-23 19:59:56 +01:00
Sollace
98f612cd13
Fixed disguise orientation and door disguises. Fixes #259 2024-05-23 18:52:55 +01:00
Sollace
d909ee47f1
Fix dismiss animations on placed spells 2024-05-23 17:37:27 +01:00
Sollace
14084e270b
Fix tooltip details 2024-05-23 17:36:57 +01:00