Always use qualified access for fields and methods
This commit is contained in:
@@ -119,7 +119,7 @@ public final class DisassembleRecipe extends net.minecraftforge.registries.IForg
|
||||
}
|
||||
|
||||
// handle crafting storage blocks
|
||||
output = getNonCellOutput( stackInSlot ).orElse( output );
|
||||
output = this.getNonCellOutput( stackInSlot ).orElse( output );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user