-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Soft incompatibility with "tectonic" mod #328
Comments
I didn't see any of this on the 1.20.4 versions of the mods. What makes you think Terrestria is causing it? At a guess, perhaps because you are seeing a Terrestria biome in debug when it happens? If so, what biome? |
I think I may have found an example. I'm guessing this is happening where there are Caldera biomes, so you could disable those in Terrestria's config. It could also happen with Canyon and Dunes. Basically whatever Tectonic is doing to add the rivers probably happens before Minecraft's surface builders execute, and Terrestria uses surface builders to modify the surface height in some biomes. There's not really anything Terrestria (actually, Biolith) can do differently here. The noise surface has to already be generated before surface builders can run. This isn't the only "soft" incompatibility between the two mods. Tectonic modifies the depth of lukewarm oceans, which causes Terrestria's Volcanic Island biome to basically not generate (last I checked there isn't a good way to get the depth of ocean biomes from Minecraft). |
Yeah, Calderas generate pretty cursed in Tectonic worlds anyway. You'll be better off just disabling them. |
Yep, Tectonic handles underground rivers during terrain shaping which is before surface rules. |
I've thought about trying to move the surface builders earlier, because there are various downsides to using surface builders these days (particularly how Minecraft has already decided what Y level to place structures). However, I suspect there would be some other downsides to doing it earlier and I haven't gotten around to investigating those yet. |
aa, im using 1.20.1 version, maybe that . and as for what biome was on top af a river, it was a redwood forest ( with 4 thick and tall as F%^& trees). So basicly, if i want to report this bug, i need to type to tectonic team about it ? |
i can do that via config file?( or mod menu mod) or need to dig deeper ? |
Apollo already commented here, and I doubt there's a way for Tectonic to make this work any easier than for me to.
The biome config file file for Terrestria will be in the config dir of of the server (usually at the top level next to |
okay, thanks for instructions , disabled caledras and volcanic island. |
Terrestria is interfering with creation of underground rivers from tectonic, making them look rough with strainght horisontal walls. ( Terrestria mod version 6.0.13 , tectonic version 2.2, on fabric 1.20.1 , 0.15.9)
The text was updated successfully, but these errors were encountered: