TerraformersMC / Terrestria

A Fabric mod enhancing the detail of Minecraft with unique and vibrant biomes. Inspired by ExtrabiomesXL.
https://www.curseforge.com/minecraft/mc-mods/terrestria
GNU Lesser General Public License v3.0
199 stars 43 forks source link

Terrestria replicates the content of vanilla tags in its own tags #221

Closed coderbot16 closed 1 year ago

coderbot16 commented 3 years ago

This is a workaround for https://github.com/FabricMC/fabric/issues/66. Otherwise, all sorts of bad things happen to worlds loaded in a dev environment. It would be good to somehow patch that bug, so that we don't have to replicate vanilla tag content in our own tags.

haykam821 commented 3 years ago

FabricMC/fabric#66 has been fixed, so this issue can be resolved easily by removing the duplicated content.

gniftygnome commented 1 year ago

Resolved in 1.18.2 without me even noticing this, assuming it wasn't resolved already. All our tags are datagen now and use the default replace value.