Fabric port in progress

This commit is contained in:
Sebastian Hartte
2020-06-28 00:45:33 +02:00
parent b79cd732b2
commit 37ce6b262e
102 changed files with 650 additions and 591 deletions
@@ -152,11 +152,11 @@ public abstract class MBCalculator {
public abstract void updateTiles(IAECluster c, World w, WorldCoord min, WorldCoord max);
/**
* check if the tile entities are correct for the structure.
* check if the block entities are correct for the structure.
*
* @param te to be checked tile entity
* @param te to be checked block entity
*
* @return true if tile entity is valid for structure
* @return true if block entity is valid for structure
*/
public abstract boolean isValidTile(BlockEntity te);