changing the biome of a specific chunk

Started by siren on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Dec 2020
Points:
616

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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?

Active 3 weeks ago
Joined Sep 2016
Points:
946

User statistics:

  • Modifications: 3
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 334
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

Active 3 years ago
Joined Dec 2020
Points:
616

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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 

Active 3 weeks ago
Joined Sep 2016
Points:
946

User statistics:

  • Modifications: 3
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 334
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