Fabric API

Fabric API

106M Downloads

[Issue] Features added through FAPI biome modifications does not spawn in 1.18-snapshots

oliviathevampire opened this issue ยท 3 comments

commented

When trying to add features to vanilla biomes using biome modifications it does say that it adds the features in the console but they does not seem to spawn

commented

A quick workaround until this is fixed is to mixin into whatever method suits your feature in DefaultBiomeFeatures

commented

Or use json

commented

A quick workaround until this is fixed is to mixin into whatever method suits your feature in DefaultBiomeFeatures

Ye, this is what I've been doing mostly but it's a lot more work.