Open tranquillity-codes opened 7 months ago
Use @ModifyArg instead of @Redirect to modify the bobber entity. This fixes a compatibility crash with Hybrid Aquatic, which does a @Redirect on the spawnEntity invocation on the newly created FishingBobberEntity.
@ModifyArg
@Redirect
spawnEntity
FishingBobberEntity
Testing has been done in-game, seems to work.
Use
@ModifyArg
instead of@Redirect
to modify the bobber entity. This fixes a compatibility crash with Hybrid Aquatic, which does a@Redirect
on thespawnEntity
invocation on the newly createdFishingBobberEntity
.Testing has been done in-game, seems to work.