Skip to content

Commit

Permalink
Fix typo in previous commit
Browse files Browse the repository at this point in the history
Also for some reason the issue resolved by cfa80c4 seems to be back...
  • Loading branch information
jpenilla committed Oct 1, 2024
1 parent a7cd78e commit 6e82b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6e82b03

Please sign in to comment.