Started by
Hellfax
on
Topic category: Troubleshooting, bugs, and solutions
After upgrading to the new snapshot, trying to run minecraft gets me stuck at 0% in the loading world section and gives the following error in the logs.
https://github.com/Hellfax/Logs/blob/master/latest.log
The last thing I added after updating was adding a condition where a plant would spawn on top of any rock with an air space above it.
Edited by Hellfax on Tue, 07/07/2020 - 17:57
Might be because of this condition block set to be carried out when the plant generates as whenever I spawned in a biome that doesnt contain the plant, I don't get stuck, is there anything wrong with it? This is my first time making a condition block so i dont really know that much about them.
Nope, not because of the condition, I edited it correctly and its still giving me the same error. My guess is that it comes from the snapshot update.
Nevermind I figured out it is because of the condition, can someone help, Is there anything wrong with this procedure?
In some cases checking for the block at a given location locks the world generation.
I do not know why this is happening, seems like MC does not allow doing this at this stage.
Keep in mind that these conditions are an extension of vanilla plant placement too.
I think I know why this is happening. I suggest you open a ticket on a tracker for this https://mcreator.net/tracker
No need to, https://mcreator.net/changelog:
Apologies for not replying Klemen, I was asleep at that time, but thank you so much for fixing it in the next update!
Side note:
This is unrelated and normal
So that's a bug or is there something wrong with my elements?