SamB440 / Tale-of-Kingdoms

An adventure of glory in the world of Minecraft - Revival of Tale of Kingdoms mod
GNU General Public License v3.0
16 stars 2 forks source link

Updating structures to 1.18.2 #127

Closed SamB440 closed 2 years ago

SamB440 commented 2 years ago

In 1.18 Mojang redid a lot of structure-related things. Fabric removed the biome modification API. The wiki page states you should use datapacks for surface structures.

For our use case in Tale of Kingdoms, this is not appropriate. We need to be able to:

This is why it is required that we process our structures via code and not json files. Datapacks cannot do any of this.

I've tried looking into it for several months now, but haven't been able to find any replacement methods. If anyone else does know, your help would be appreciated...