Spawn giant mushrooms in biomes with custom dirt block

Started by Sancho on

Topic category: Help with modding (Java Edition)

Last seen on 03:47, 4. Sep 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Spawn giant mushrooms in biomes with custom dirt block

Using the version 2020.3
I created a custom biome that has custom blocks as dirt.
Custom block is setup to be as alike as possible to dirt.
The custom biome is part of a custom nether-like dimension
I'm setting the variable "Big Mushrooms per Chunk" to 2. Big mushrooms doesn't spawn there.
If I change the blocks of the biome for dirt or mycelium it spawns Big Mushrooms as expected.

Is there a way to enable the spawning of Big Mushrooms in custom blocks? I'm not sure if theres a check you can't override in minecraft's core that only allows you to spawn big mushrooms in specific blocks. 

Last seen on 03:47, 4. Sep 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I managed to do it tricking…
Thu, 06/11/2020 - 03:42

I managed to do it tricking a structure spawn and copying a Big Mushroom for it but I would like to know if there's a more elegant way of achieve this

I think vanilla structures…
Thu, 06/11/2020 - 07:25

I think vanilla structures and features are restricted to spawning on vanilla grass blocks or other blocks they require. There is no way to really change this unless you use vanilla grass and change it's color using biome colors instead, for example.

Last seen on 03:47, 4. Sep 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For now playing with the…
Thu, 06/11/2020 - 09:34

For now playing with the structure spawn is fiting all my needs but I will definetely keep thit in mind!
 

Thanks for clarifying it!
 

No problem :D The same rule…
Thu, 06/11/2020 - 10:38

No problem :D The same rule applies to spawn vanilla animals. They check for vanilla grass, just for the reference.