Remove comment
This commit is contained in:
parent
a700d80e0f
commit
cd33860403
1 changed files with 0 additions and 4 deletions
|
@ -78,10 +78,6 @@ public class BuiltContainer extends Container {
|
|||
public final void onCraftMatrixChanged(final IInventory inv) {
|
||||
if (!this.craftEvents.isEmpty())
|
||||
this.craftEvents.forEach(consumer -> consumer.accept((InventoryCrafting) inv));
|
||||
// final ItemStack output =
|
||||
// RollingMachineRecipe.instance.findMatchingRecipe(this.tile.craftMatrix,
|
||||
// this.tile.getWorld());
|
||||
// this.tile.inventory.setInventorySlotContents(1, output);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue