Error re-entering the world

Started by TANC57 on

Topic category: General discussion

Last seen on 06:40, 23. Mar 2024
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Error re-entering the world

I have already written about crash minecraft with full entry into the world. Nothing has changed since the bug was fixed. Maybe this problem wasn't the only one, so it doesn't work. Can you tell me more specifically where this error is and with which biome?

Do I need to provide new information? (Console or Crash Report)

Your procedure…
Fri, 12/25/2020 - 10:14

Your procedure ABookOfDistantWorldsPr is referencing an element that no longer exists:

Stacktrace:
      at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:30)
      at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:35)
      at net.mcreator.distant_worlds.procedures.ABookOfDistantWorldsPrProcedure.executeProcedure(ABookOfDistantWorldsPrProcedure.java:41)

Check which element this is.

If possible, could you upload your workspace ZIP, so I could use it for some testing?

Last seen on 06:40, 23. Mar 2024
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks, I'll check this…
Fri, 12/25/2020 - 13:30

Thanks, I'll check this element.

Can you tell me your social networks? I just don't want to give the modification to anyone but you.

Can you tell me your social…
Sat, 12/26/2020 - 11:03

Can you tell me your social networks?

We have a standard channel of communication so this would not be possible.

The only way I see is to write to https://www.pylo.co/contact and I will reply back and then you can attach it in the email.

Indeed you will need to…
Sun, 12/27/2020 - 18:07

Indeed you will need to check for references to mod elements that were deleted and are still present.

I have noticed at least…
Sun, 12/27/2020 - 20:15

I have noticed at least these:

  • ABookOfDistantWorldsPr references missing mod element BeginningOfANewStory
  • DWBOtherPr references missing mod element DeadLand
  • SporeFungus references missing mod element DeadLand

There could be more.

When you delete mod element, make sure you don't reference it anymore.

Last seen on 06:40, 23. Mar 2024
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for the help!
Mon, 12/28/2020 - 20:16

Thanks for the help!