Create

Create

86M Downloads

Wolrd Gen Config Dont Work with Terraforged

MazaBlack opened this issue ยท 4 comments

commented

No matter what i change in the config file, Terraforged only uses the default one, im trying to get rid of scoria cause the stone doesn't fit in my wolrd at all, or at least make it quite rare, but the way the default work with terraforged makes scoria, limestone and others spawn in huge ammounts
Its possible to make it work ? or this is just how Terraforged work

commented

Terraforged generates all the blocks with the forge:wg_stone tag as stone layers, and ignores Create's settings for where it should generate. You can turn it off by disabling "strata decorator" in Terraforged settings, though that also stops other rock stratas. Or you can remove the tag from scoria, using a data pack or with a script. This KubeJS script works, if you put it in kubejs/startup_scripts :

//priority 1000

onEvent('block.tags', event => {
	event.remove('forge:wg_stone', 'create:natural_scoria')
})
commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.

commented

I think this is just how TerraForged works. It doesn't care whether or not you change anything in other mods, because the way TerraForged spawns ores is configured within TerraForged, and not anywhere else. I think a better thing to ask would be for TerraForged to allow for the customization of the prevalence of modded ores.