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();
}

View File

@@ -1,9 +1,9 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"C",
"C",
"C"
"C ",
" C ",
" C"
],
"key": {
"C": { "item": "minecraft:copper_ingot" }

View File

@@ -7,7 +7,7 @@
],
"key": {
"K": {
"tag": "plasticgun:kevlar_sheet"
"item": "plasticgun:kevlar_sheet"
}
},
"result": {

View File

@@ -24,7 +24,7 @@
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}",
"minecraft": ">=${minecraft_version}",
"trinkets": ">=${trinkets_version}"
}
}