Updated createNewTileEntity method
This commit is contained in:
parent
df8c2cd34b
commit
6be1fbc4e9
60 changed files with 129 additions and 74 deletions
|
@ -27,6 +27,7 @@ package techreborn.blocks.tier3;
|
|||
import net.minecraft.block.state.IBlockState;
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
import net.minecraft.world.IBlockReader;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
import reborncore.api.tile.IMachineGuiHandler;
|
||||
|
@ -45,7 +46,7 @@ public class BlockCreativeQuantumChest extends BlockMachineBase {
|
|||
}
|
||||
|
||||
@Override
|
||||
public TileEntity createNewTileEntity(final World world, final int meta) {
|
||||
public TileEntity createNewTileEntity(IBlockReader worldIn) {
|
||||
return new TileCreativeQuantumChest();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue