How do i disable biomes and blocks spawning naturally? help please?

Started by SquidkingInc on

Topic category: Advanced modding

Last seen on 01:11, 18. Nov 2022
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i disable biomes and blocks spawning naturally? help please?

I want to disable vanilla biomes from spawning, i know this takes custom code.

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Don't open 2 threads with…
Sun, 05/12/2019 - 09:55

Don't open 2 threads with the very same question in such a short time. Anyway, you should check BiomeManager#removeBiome().

Last seen on 01:11, 18. Nov 2022
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@nuparu00 what do i do there…
Sun, 05/12/2019 - 19:27

@nuparu00 what do i do there?

 

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, that is the method you…
Sun, 05/12/2019 - 20:48

Well, that is the method you should use..... so call it either from FMLPreInitializationEvent or FMLInitializationEvent and pass the right arguments. Most likely you will have to iterate BiomeManager.biomes and use each entry in the method mentioned before. However, because you have mentioned in the original post that you want to remove rivers as well, the "easiest" route is to create your own WorldType and replace the default one.

Last seen on 01:11, 18. Nov 2022
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes! thats what i want to do…
Mon, 05/13/2019 - 18:18

Yes! thats what i want to do, but could you simplify this into steps? i really don't know what i am doing

 

Last seen on 01:11, 18. Nov 2022
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@nuparu00  
Tue, 05/14/2019 - 18:43

@nuparu00

 

Last seen on 01:11, 18. Nov 2022
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You there?
Thu, 05/16/2019 - 02:52

You there?

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ehh to disable Biome from…
Fri, 05/17/2019 - 00:40

Ehh to disable Biome from spawning in Overworld just hit the tick box that says "Generate Biome in the overworld?" this will disable it from spawning unless you will add it to custom dimension.

For Block just remove don't add dimension to the list that says "Dimension to generate in" in the block editing window

Last seen on 01:11, 18. Nov 2022
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I meant vanilla biomes how…
Fri, 05/17/2019 - 01:40

I meant vanilla biomes

how do i disable those, not my own .-.

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You cant disable Vanilla…
Fri, 05/17/2019 - 18:31

You cant disable Vanilla Biomes 

Last seen on 08:13, 21. Jun 2021
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can by using…
Wed, 06/12/2019 - 15:27

you can by using BiomeManager#removeBiome()

Last seen on 01:11, 18. Nov 2022
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
where can I find that??
Wed, 06/12/2019 - 19:15

where can I find that??