Skip to content

Commit

Permalink
Fixed compat with create 0.5.1.f (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Dec 3, 2023
1 parent 17f0d50 commit 5d5cec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private boolean redirectIntersects(AABB instance, AABB other) {
value = "INVOKE",
target = "Lnet/minecraft/world/entity/Entity;getDeltaMovement()Lnet/minecraft/world/phys/Vec3;"
),
locals = LocalCapture.CAPTURE_FAILHARD,
locals = LocalCapture.CAPTURE_FAILSOFT,
require = 0
)
private void harvester(Level world, Direction facing, CallbackInfo ci, Iterator<Entity> iterator, Entity entity, Vec3 center, Vec3i flow, float sneakModifier, float speed, double entityDistance, float acceleration) {
Expand Down

0 comments on commit 5d5cec5

Please sign in to comment.