[x] Fix #24 (studied with quaternion and benefiting from it.)
[x] Fix #16 -2 (needs more test)
[x] Add waterprint. (#22 )
[x] Add boat trail (#23 )
lazy on drawing texture, I'd use vanilla particle to do so. But it duration is short and cannot changed.
Extra:
Add minecart spark when drive on rail
Remember checking the 1.19.4 compatibility when update its version branch. Seems it can work from 1.19.4 to 1.20.x in one jar.
Just replace all entity.world with entity.getWorld().
Goal:
Extra:
Remember checking the 1.19.4 compatibility when update its version branch. Seems it can work from 1.19.4 to 1.20.x in one jar. Just replace all
entity.world
withentity.getWorld()
.