From 6e82b034b74024e11308cea721b7ad8f7cb67d23 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:52:01 -0700 Subject: [PATCH] Fix typo in previous commit Also for some reason the issue resolved by cfa80c44 seems to be back... --- fabric/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 3d73a464..787b13ef 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -64,7 +64,7 @@ "mixin.chunk.no_validation": false, "mixin.chunk.entity_class_groups": false, "mixin.util.block_tracking": false, - "mixin.util.entity_movement_tracking=false": false, + "mixin.util.entity_movement_tracking": false, "mixin.entity.replace_entitytype_predicates": false, "mixin.entity.collisions.intersection": false, "mixin.entity.collisions.movement": false,