mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fixed a bug with the knife only working once
This commit is contained in:
parent
be1556e39e
commit
89834bf918
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public class FoodCrafting{
|
|||
|
||||
public static void init(){
|
||||
|
||||
ItemStack knifeStack = new ItemStack(InitItems.itemKnife);
|
||||
ItemStack knifeStack = new ItemStack(InitItems.itemKnife, 1, Util.WILDCARD);
|
||||
|
||||
//Rice Bread
|
||||
if(ConfigCrafting.RICE_BREAD.isEnabled())
|
||||
|
|
Loading…
Reference in a new issue