Skip to content

Commit

Permalink
Merge pull request #175 from Thijzert123/main
Browse files Browse the repository at this point in the history
Added translation key for keybind category (fix issue #172)
  • Loading branch information
tr7zw authored Oct 28, 2024
2 parents 0a8edcd + 6b1faa0 commit 0084c5c
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 0084c5c

Please sign in to comment.