changing the biome of a specific chunk

Started by siren on

Topic category: Help with modding (Java Edition)

Last seen on 06:44, 10. Oct 2021
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
changing the biome of a specific chunk

I’m working on a mod that has an infection similar to the taint biome from thaumcraft 5. 
 

I want to be able to change the biome of chunks that reach a certain stage of infection to a custom biome for cosmetic purposes (water/foliage color) 

 

is there any way to do this?

Last seen on 23:11, 16. Jul 2023
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make an extending…
Sun, 04/11/2021 - 18:25

You could make an extending block (detects a kind of block near and places itself in that place, then replaces itself with whatever block the infection is made of), but that could be kind of buggy in big proportions

Last seen on 06:44, 10. Oct 2021
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I’ve already figured out the…
Sun, 04/11/2021 - 18:48

I’ve already figured out the infection spreading, I meant I want to know how to change the actual biome in the chunk. IE: converting a plains biome chunk into custom:infectedplains when it reaches a certain point 

Last seen on 23:11, 16. Jul 2023
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a procedure that…
Sun, 04/18/2021 - 15:38

There is a procedure that you can put on an if, asking the type of biome. That could work