
Refering to biomes that are organized inside folders
FlamesEC opened this issue ยท 6 comments
Hello :D
Im trying to set a tile map to a biome that is created by a datapack... but that biome is inside a folder
BIOMES
|_FOLDER
|__OTHER_FOLDER
|___BIOME_NAME
How would I refer to BIOME_NAME? Would I call the file FOLDER/OTHER_FOLDER/BIOME_NAME.json? Because that does not seem to work
thanks a bunch :D
So for the biome in the screenshot, you would need to create a file assets/terralith/atlas/tiles/siberian_taiga.json
Oh no.
Try FOLDER/OTHER_FOLDER/BIOME_NAME.json
as the literal filename inside the folder assets/DATAPACK/atlas/tiles/
. It may work.
I have it like that, just making sure I have the resource pack is set up right
resourcepacks > PACK_NAME > assets > DATAPACK > atlas > tiles > FOLDER/OTHER_FOLDER/BIOME_NAME.json
(This doesnt work btw)