PersonTheCat / pangaea

A highly configurable terrain generator for Minecraft with light scripting support
GNU Lesser General Public License v2.1
1 stars 0 forks source link

[Spike] design proprietary biome modifier schemas #6

Open PersonTheCat opened 1 month ago

PersonTheCat commented 1 month ago

Most Forge-like and Fabric-like platforms provide a way to alter biome features. This usually includes generation features, surface decorators, mob spawns, particles, and more. CatLib provides a partial abstraction currently supporting Forge, NeoForge, and Fabric. We'll want to expand on this in CatLib and additionally design a system which allows the user to either modify, add, or remove entire biomes without going through datapacks.

Also see CatLib's DataRegistryEvent, which may be useful in adding whole biomes OTF.

PersonTheCat commented 1 month ago

This issue can be discussed, but cannot be worked until CatLib/4 is complete.