Skip to content

Commit

Permalink
Fix double jump modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaMode committed Feb 28, 2024
1 parent 9e7c184 commit 406cfa5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public void registerEntityComponentFactories(EntityComponentFactoryRegistry regi
for (Class<? extends Entity> clazz : EntityModifierCapability.ENTITY_PREDICATES) {
registry.registerFor(clazz, CAPABILITY, entity -> new NamespacedNBT());
}
registry.registerForPlayers(CAPABILITY, player -> new NamespacedNBT());
}

/** Syncs the data to the given player */
Expand Down

0 comments on commit 406cfa5

Please sign in to comment.