commit
4a086cd55b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import buildcraft.BuildCraftSilicon;
|
|||
public class CraftingHandler {
|
||||
|
||||
@SubscribeEvent
|
||||
public void onCrafing(PlayerEvent.ItemCraftedEvent event) {
|
||||
public void onCrafting(PlayerEvent.ItemCraftedEvent event) {
|
||||
Item item = event.crafting.getItem();
|
||||
|
||||
if (item.equals(BuildCraftCore.woodenGearItem)) {
|
||||
|
|
Loading…
Reference in a new issue