Fix recipe

This commit is contained in:
2024-08-18 11:49:20 +02:00
parent 8a53f20f77
commit 0366fe425a
5 changed files with 13 additions and 13 deletions

View File

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