Fix recipe
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"C",
|
||||
"C",
|
||||
"C"
|
||||
"C ",
|
||||
" C ",
|
||||
" C"
|
||||
],
|
||||
"key": {
|
||||
"C": { "item": "minecraft:copper_ingot" }
|
||||
|
@@ -7,7 +7,7 @@
|
||||
],
|
||||
"key": {
|
||||
"K": {
|
||||
"tag": "plasticgun:kevlar_sheet"
|
||||
"item": "plasticgun:kevlar_sheet"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
@@ -24,7 +24,7 @@
|
||||
"depends": {
|
||||
"fabricloader": ">=${loader_version}",
|
||||
"fabric": "*",
|
||||
"minecraft": "${minecraft_version}",
|
||||
"minecraft": ">=${minecraft_version}",
|
||||
"trinkets": ">=${trinkets_version}"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user