This commit is contained in:
2024-08-02 20:02:46 +02:00
parent ec90a2e292
commit ed1bfb65d4
7 changed files with 39 additions and 34 deletions

View File

@@ -22,7 +22,7 @@ public abstract class SimpleItem extends SimplePolymerItem implements PolymerIte
@Override
public Item getPolymerItem(ItemStack itemStack, @Nullable ServerPlayerEntity player) {
if (PlasticGun.clientsWithMod.contains(player)) {
if(PlasticGun.clientsWithMod.contains(player)){
return this;
}
return this.polymerModel.item();