fix: enderpearl -> enderPearl

This commit is contained in:
2025-12-03 02:28:33 +01:00
parent c55d51bd05
commit 73f605e0e4

View File

@@ -9,7 +9,7 @@ public class Tweaks implements ModInitializer {
public static final GameRules.Key<GameRules.IntRule> Entity_Portal_Cooldown =
GameRuleRegistry.register("entityPortalCooldown", GameRules.Category.MOBS, GameRuleFactory.createIntRule(300));
public static final GameRules.Key<GameRules.IntRule> Enderpearl_Damage =
GameRuleRegistry.register("enderpearlDamage", GameRules.Category.PLAYER, GameRuleFactory.createIntRule(5));
GameRuleRegistry.register("enderPearlDamage", GameRules.Category.PLAYER, GameRuleFactory.createIntRule(5));
@Override
public void onInitialize() {
}