changing initialTreeType to "ACACIA" enables both the datapacks
mouel466 opened this issue ยท 2 comments
I don't know what will happen if I start the game with them both but they are both enabled by default now.
defaultToSkyBlockWorld = true enableDatapackByDefault = true initialTreeType = "ACACIA" autoEnableDefaultSettings = true
That's what should happen -- the "skyblock" datapack adds all the advancements, loot table changes etc. The acacia datapack just overrides what it has to in the other datapack. An acacia start should have them both enabled, with the acacia datapack having higher priority.
That's what should happen -- the "skyblock" datapack adds all the advancements, loot table changes etc. The acacia datapack just overrides what it has to in the other datapack. An acacia start should have them both enabled, with the acacia datapack having higher priority.
oooh, no wonder there was no advancements when I was using only the acacia one. Thanks.