AntiqueAtlasTeam / AntiqueAtlas

A Minecraft mod that adds a fancy interactive map item.
http://www.minecraftforum.net/topic/2045745-164forge-antique-atlas
Other
253 stars 72 forks source link

can't add new biome types in texture packs #338

Closed Just2Github closed 3 years ago

Just2Github commented 3 years ago

I tried using the texture pack made by Golrith from forge 1.12 on the forge 1.16 version with biomes o plenty. While the normal biomes get their new (coloured) icons, the bop icons don't show up at all. I suspect this has to do with the fact that the config file for the 1.16 forge version is different from the 1.12 version, but I wonder if it is still possible to add in biome ID's and assign icons to them directly through the resourcepack itself.

tyra314 commented 3 years ago

Yeah, this has been lingering for a while. In the meantime, I've rewritten the whole stuff to completely use resource packs. For now, this is only part of the Fabric code, but will eventually trickle down to forge.

I tried to describe the whole process here: https://github.com/AntiqueAtlasTeam/AntiqueAtlas/wiki/Resource-pack-based-Texture-Config

In summary, this is a known issue and there won't be a solution to the current state. BUT the new system will fix it.