My Dimension won't work with Custom Blocks

Started by NerdyMerc on

Topic category: Help with MCreator software

Last seen on 15:48, 17. Sep 2018
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My Dimension won't work with Custom Blocks
Sun, 07/30/2017 - 18:14 (edited)

Everytime I create a dimension with vanilla blocks in a normal world, the world runs with all my custom mobs, however when I create it with custom blocks, the dimension 'unloads'. 

I will be very grateful for anyone who can pick out what's the problem here.

One of my blocks is a falling block yet sand was a falling block and worked.

Even rock blocks don't work.

 

Code Below:

  
[13:46:52] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2049ms behind, skipping 40 tick(s)
[13:46:54] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@58216f72[id=184a029e-ad3d-3abd-8a1a-c044d35081d5,name=Player371,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
   at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[YggdrasilAuthenticationService.class:?]
   at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?]
   at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?]
   at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [YggdrasilMinecraftSessionService$1.class:?]
   at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
   at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
   at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
   at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
   at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
   at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
   at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
   at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
   at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) [YggdrasilMinecraftSessionService.class:?]
   at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3056) [Minecraft.class:?]
   at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [SkinManager$3.class:?]
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_101]
   at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_101]
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_101]
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_101]
   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
[13:46:55] [Server thread/INFO]: Saving and pausing game...
[13:46:55] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:46:56] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:46:56] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:46:56] [Server thread/INFO]: Saving chunks for level 'New World'/infiniteWarfare
[13:47:49] [Server thread/INFO]: Saving and pausing game...
[13:47:49] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:47:49] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:47:49] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:47:49] [Server thread/INFO]: Saving chunks for level 'New World'/infiniteWarfare
[13:48:07] [Server thread/INFO]: Saving and pausing game...
[13:48:07] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:48:07] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:48:07] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:48:07] [Server thread/INFO]: Saving chunks for level 'New World'/infiniteWarfare
[13:48:13] [Server thread/INFO]: Player371 has just earned the achievement [Taking Inventory]
[13:48:13] [Client thread/INFO]: [CHAT] Player371 has just earned the achievement [Taking Inventory]
[13:48:26] [Server thread/INFO]: Saving and pausing game...
[13:48:26] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:48:27] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:48:27] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:48:27] [Server thread/INFO]: Saving chunks for level 'New World'/infiniteWarfare
[13:48:36] [Server thread/INFO]: Saving and pausing game...
[13:48:36] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:48:36] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:48:36] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:48:36] [Server thread/INFO]: Saving chunks for level 'New World'/infiniteWarfare
[13:49:16] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: net.minecraft.util.ReportedException: Colliding entity with block
   at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_101]
   at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_101]
   at net.minecraft.util.Util.runTask(Util.java:30) [Util.class:?]
   at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:754) [MinecraftServer.class:?]
   at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:699) [MinecraftServer.class:?]
   at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156) [IntegratedServer.class:?]
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:548) [MinecraftServer.class:?]
   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
Caused by: net.minecraft.util.ReportedException: Colliding entity with block
   at net.minecraft.entity.Entity.move(Entity.java:1058) ~[Entity.class:?]
   at net.minecraft.network.NetHandlerPlayServer.processPlayer(NetHandlerPlayServer.java:511) ~[NetHandlerPlayServer.class:?]
   at net.minecraft.network.play.client.CPacketPlayer.processPacket(CPacketPlayer.java:36) ~[CPacketPlayer.class:?]
   at net.minecraft.network.play.client.CPacketPlayer$Position.processPacket(CPacketPlayer.java:85) ~[CPacketPlayer$Position.class:?]
   at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:21) ~[PacketThreadUtil$1.class:?]
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_101]
   at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_101]
   at net.minecraft.util.Util.runTask(Util.java:29) ~[Util.class:?]
   ... 5 more
Caused by: java.lang.NullPointerException
   at net.minecraft.inventory.InventoryHelper.dropInventoryItems(InventoryHelper.java:26) ~[InventoryHelper.class:?]
   at net.minecraft.inventory.InventoryHelper.dropInventoryItems(InventoryHelper.java:16) ~[InventoryHelper.class:?]
   at mod.mcreator.mcreator_rock$BlockRock.breakBlock(mcreator_rock.java:107) ~[mcreator_rock$BlockRock.class:?]
   at net.minecraft.world.chunk.Chunk.setBlockState(Chunk.java:613) ~[Chunk.class:?]
   at net.minecraft.world.World.setBlockState(World.java:392) ~[World.class:?]
   at net.minecraft.world.gen.feature.WorldGenLakes.generate(WorldGenLakes.java:101) ~[WorldGenLakes.class:?]
   at mod.mcreator.mcreator_infiniteWarfare$ChunkProviderModded.populate(mcreator_infiniteWarfare.java:1338) ~[mcreator_infiniteWarfare$ChunkProviderModded.class:?]
   at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1075) ~[Chunk.class:?]
   at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1058) ~[Chunk.class:?]
   at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:165) ~[ChunkProviderServer.class:?]
   at net.minecraft.world.World.getChunkFromChunkCoords(World.java:355) ~[World.class:?]
   at net.minecraft.world.World.getChunkFromBlockCoords(World.java:347) ~[World.class:?]
   at net.minecraft.world.World.getBlockState(World.java:981) ~[World.class:?]
   at mod.mcreator.mcreator_infiniteWarfare$TeleporterDimensionMod.placeInExistingPortal(mcreator_infiniteWarfare.java:265) ~[mcreator_infiniteWarfare$TeleporterDimensionMod.class:?]
   at mod.mcreator.mcreator_infiniteWarfare$TeleporterDimensionMod.placeInPortal(mcreator_infiniteWarfare.java:209) ~[mcreator_infiniteWarfare$TeleporterDimensionMod.class:?]
   at net.minecraft.server.management.PlayerList.transferEntityToWorld(PlayerList.java:723) ~[PlayerList.class:?]
   at net.minecraft.server.management.PlayerList.transferPlayerToDimension(PlayerList.java:630) ~[PlayerList.class:?]
   at mod.mcreator.mcreator_infiniteWarfare$BlockTutorialPortal.onEntityCollidedWithBlock(mcreator_infiniteWarfare.java:868) ~[mcreator_infiniteWarfare$BlockTutorialPortal.class:?]
   at net.minecraft.entity.Entity.doBlockCollisions(Entity.java:1133) ~[Entity.class:?]
   at net.minecraft.entity.Entity.move(Entity.java:1051) ~[Entity.class:?]
   at net.minecraft.network.NetHandlerPlayServer.processPlayer(NetHandlerPlayServer.java:511) ~[NetHandlerPlayServer.class:?]
   at net.minecraft.network.play.client.CPacketPlayer.processPacket(CPacketPlayer.java:36) ~[CPacketPlayer.class:?]
   at net.minecraft.network.play.client.CPacketPlayer$Position.processPacket(CPacketPlayer.java:85) ~[CPacketPlayer$Position.class:?]
   at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:21) ~[PacketThreadUtil$1.class:?]
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_101]
   at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_101]
   at net.minecraft.util.Util.runTask(Util.java:29) ~[Util.class:?]
   ... 5 more
[13:49:16] [Server thread/INFO] [FML]: Unloading dimension 6

Edited by NerdyMerc on Sun, 07/30/2017 - 18:14
Last seen on 14:42, 8. Mar 2022
Joined Jul 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Do you set World Generation
Wed, 08/02/2017 - 14:19

@#11 No, I just make the blocks and set no world generation, then when I create the dimension I set the blocks as ground or whatever I was wanting.

Last seen on 15:48, 17. Sep 2018
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:Do you set World Generation
Wed, 08/02/2017 - 14:22

@#11.1 Should I contact Pylo, I don't know what the problem is.

Last seen on 14:42, 8. Mar 2022
Joined Jul 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:RE:Do you set World Generation
Wed, 08/02/2017 - 14:27

@#11.1.1 Well hold on. When you checked your computer specs were you running x32 bit OS or x64 bit OS?

I'm actually at my computer now so I made some instructions for how to do it:

1. Right click on the Windows icon on the bottom left corner.

2. Click "System".

3. Scroll down to "System type". It will say either "64-bit operating system ..." or "32-bit operating system ..." Which one?

Last seen on 15:48, 17. Sep 2018
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:RE:RE:Do you set World Generation
Wed, 08/02/2017 - 14:29

@#11.1.1.1 I've checked its a 64 bit system.

Last seen on 15:48, 17. Sep 2018
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:RE:Do you set World Generation
Wed, 08/02/2017 - 14:32

@#11.1.1  It keeps talking about "Caused by: java.lang.NullPointerException

Last seen on 14:42, 8. Mar 2022
Joined Jul 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not sure if Pylo will
Wed, 08/02/2017 - 15:19

I'm not sure if Pylo will know what to do here, but you can try. I'd recommend stackoverflow.