Skip to content

Commit

Permalink
Add translation key for keybind category
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijzert123 committed Oct 28, 2024
1 parent c04be8e commit 6b1faa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public abstract class EntityCullingModBase extends EntityCullingVersionlessBase
public Set<EntityType<?>> entityWhistelist = new HashSet<>();
public Set<EntityType<?>> tickCullWhistelist = new HashSet<>();
public CullTask cullTask;
protected KeyMapping keybind = new KeyMapping("key.entityculling.toggle", -1, "EntityCulling");
protected KeyMapping keybind = new KeyMapping("key.entityculling.toggle", -1, "text.entityculling.title");
private Set<Function<BlockEntity, Boolean>> dynamicBlockEntityWhitelist = new HashSet<>();
private Set<Function<Entity, Boolean>> dynamicEntityWhitelist = new HashSet<>();

Expand Down

0 comments on commit 6b1faa0

Please sign in to comment.