You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Items in accessories slots still drop with keep inventory on.
} else if (dropRule == DropRule.DEFAULT) { if (entity.level().getGameRules().getRule(GameRules.RULE_KEEPINVENTORY).get()) { dropStack = true;
its set to true
this may be the issue
The text was updated successfully, but these errors were encountered:
Items in accessories slots still drop with keep inventory on.
} else if (dropRule == DropRule.DEFAULT) { if (entity.level().getGameRules().getRule(GameRules.RULE_KEEPINVENTORY).get()) { dropStack = true;
its set to true
this may be the issue
The text was updated successfully, but these errors were encountered: