Started by Riccardo.Graziato on Tue, 09/04/2018 - 14:06 Topic category: Feature requests and ideas for MCreator There should be the possibility for a new block to chose that block to power the beacon Jump to top put this at the very bottom of your block code @Override public boolean isBeaconBase(IBlockAccess worldObj, BlockPos pos, BlockPos beacon) { return true; } Jump to top Permalink Log in or register to post comments Thanks Jump to top Permalink Log in or register to post comments
put this at the very bottom of your block code @Override public boolean isBeaconBase(IBlockAccess worldObj, BlockPos pos, BlockPos beacon) { return true; } Jump to top Permalink Log in or register to post comments
put this at the very bottom of your block code
@Override
public boolean isBeaconBase(IBlockAccess worldObj, BlockPos pos, BlockPos beacon)
{
return true;
}
Thanks