Started by
Shrek420 LOLOLOL
on
Topic category: Help with MCreator software
So I'm creating a big mod that contains a new dimension and multiple biomes in it. There is a block named "Corruption Pumpkin" and since it's not classified as a plant, I don't know how to make it generate like Vanilla pumpkins, just in a custom non-overworld biome.
Information: The dimension uses overworld generation, using structures lengthens or potentially ceases generation, the block has no rotation settings enabled and I don't know how to code.
You can spawn the pumpkin-like-block in as structure.
In generation make them replace normal pumpkins and set the height to the top
Structures just make the custom dimension unable to load.
I want to put them in a custom dimension.
"Structures just make the custom dimension unable to load."
It doesn't for me. Maybe you're doing something wrong if it does that, especially since this is only a 1 by 1 structure and I am able to spawn 32 by 32 structures in abundance with ease.
Even if I set the amount of structures per 1,000,000 blocks all the way down to 500, it still ceases loading progress. I also tried 6x1x6 structure and that didn't load either. I use structure blocks to save the file. Are structure blocks incompatible with custom blocks? Do I need to include the structure block as well? This is the equivalent of the program saying "F**k Shrek420 LOLOLOL in paticular," and it is really annoying me. Is there a way around this?
Did you create your structure like this? https://www.youtube.com/watch?v=2JcIt9mZJFU
"This is the equivalent of the program saying "F**k Shrek420 LOLOLOL in paticular,".
It could be possible that you have a custom block as structure with a custom model. I remember that some of my custom 3d models also ceased loading in patched version of 1.9.1 and didn't do that at all in the unpatched 1.9.1.
I don't know what the cause of this is, but it likely has something to do with the block you are using and not with the structure side of things.
Make a mob that, on spawn will immediately die and on death place your block. This will give you a little more control with your block spawning.