jsorrell / CarpetSkyAdditions

Empty world generation with new ways to obtain resources
MIT License
455 stars 93 forks source link

changing initialTreeType to "ACACIA" enables both the datapacks #87

Closed mouel466 closed 1 year ago

mouel466 commented 1 year ago

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

jsorrell commented 1 year ago

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.

mouel466 commented 1 year ago

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.