More compile things

This commit is contained in:
covers1624
2020-06-02 15:12:30 +09:30
parent 404ef5624b
commit 3f5c299d09
111 changed files with 838 additions and 873 deletions
@@ -33,7 +33,7 @@ import net.minecraft.world.World;
import appeng.block.AEBaseTileBlock;
public class BlockPhantomNode extends AEBaseTileBlock
public class BlockPhantomNode extends AEBaseTileBlock<TilePhantomNode>
{
public BlockPhantomNode()
@@ -46,7 +46,7 @@ public class BlockPhantomNode extends AEBaseTileBlock
{
final TilePhantomNode tpn = this.getTileEntity( w, pos );
tpn.triggerCrashMode();
return true;
return ActionResultType.SUCCESS;
}
}