Commit graph

913 commits

Author SHA1 Message Date
Sollace
ffca3df862
The dragon breath scroll now works across dimensions 2024-12-19 18:19:13 +01:00
Sollace
7e0272bd7f
Fix more portal issues 2024-11-19 15:54:49 +00:00
Sollace
8d944a2dbf
Fix crashes due to null uuids and fix entity references not serializing 2024-11-18 22:25:52 +00:00
Sollace
ff18b2d4f0
Baited fishing rods no longer consume the worm when casting 2024-10-30 20:27:28 +00:00
Sollace
f2aff24f54
Fixed "Travelling in Style" advancement triggering without the balloon flying 2024-10-28 17:41:55 +00:00
Sollace
75aceac066
Fix various hot air balloon animations and quirks
It will no longer void the balloon and equipped fuel when broken
2024-10-28 17:40:15 +00:00
Sollace
235e36baed
Added an entity behaviour for the breeze 2024-10-14 20:06:07 +01:00
Sollace
3297480b3f
Don't send advancement counter data to the client (it doesn't need it) 2024-10-12 20:29:55 +01:00
Sollace
2ce52b3a0f
Fixed red butterfly item texture 2024-10-12 20:28:52 +01:00
Sollace
2723fbf7b3
Balloons now change their appearance to reflect their type 2024-10-12 20:28:24 +01:00
Sollace
1bbc5b7569
Rewrite entity minion/discorded ai changes to be non-destructive 2024-10-11 14:05:50 +01:00
Sollace
79030b43c7
Migrate conventional tags 2024-10-07 21:53:08 +01:00
Sollace
d67d4362ad
Track advancement criterion counters on a per-advancement basis (should fix multiple triggering at once) 2024-10-07 19:30:10 +01:00
Sollace
6c7291d24c
Update enchantment logic to use tags and fix the getLevel methods to work with the asked for enchantment 2024-10-07 01:39:00 +01:00
Sollace
f33bc26ac7
Exclude spawn bonus chests from mimics 2024-10-06 19:53:26 +01:00
Sollace
ee84df1bc1
Fix crash resolving an entity reference 2024-10-05 03:15:21 +01:00
Sollace
e543dab3eb
Fixed bulbs constantly respawning their tentacles 2024-10-05 03:15:10 +01:00
Sollace
0e2b0bcc34
Fix some packet serializing issues 2024-10-04 21:44:21 +01:00
Sollace
c70f3dcc5f
Update respawn logic 2024-10-04 18:31:33 +01:00
Sollace
84b672ffbb
Clean up deprications 2024-10-03 18:28:00 +01:00
Sollace
b72be6e403
Move serialisation-related utils to the serialization package 2024-10-03 15:35:28 +01:00
Sollace
84e41bcc88
Update mixins 2024-10-02 22:50:57 +01:00
Sollace
3795e11ff5
Fix errors 2024-10-01 19:46:21 +01:00
Sollace
75e50f72d6
Merge branch '1.20.4' into 1.21
# Conflicts:
#	src/main/java/com/minelittlepony/unicopia/client/UnicopiaClient.java
#	src/main/java/com/minelittlepony/unicopia/entity/effect/UPotions.java
2024-10-01 19:46:12 +01:00
Sollace
50ca68e52a
Create a component for sunglasses breaking 2024-10-01 19:37:57 +01:00
Sollace
1601c14d95
Implement enchantment effects 2024-10-01 16:22:48 +01:00
Sollace
b033d1dc7a
Updating to 1.21 (part 6) 2024-10-01 02:45:58 +01:00
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
24ca3bf39d
Rain no longer appears above clouds (mostly) 2024-09-29 04:28:22 +01:00
Sollace
883b8f4755
Allow making changeling morph using rotten apples 2024-09-29 00:40:50 +01:00
Sollace
16113eb059
Allow making earth pony morph using pebbles 2024-09-29 00:40:30 +01:00
Sollace
a23086508a
Fixed pegasus morph potion not craftable with a gryphon feather 2024-09-28 23:25:43 +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