From e19ec8404717f91ecc89c3f229e422815e54d378 Mon Sep 17 00:00:00 2001 From: whatthedrunk Date: Tue, 12 Nov 2024 18:43:50 -0500 Subject: [PATCH] Auto stash before rebase of "main" onto "origin/main" Fix lanterns falling --- config/amendments-common.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/amendments-common.toml diff --git a/config/amendments-common.toml b/config/amendments-common.toml new file mode 100644 index 0000000..6fb125a --- /dev/null +++ b/config/amendments-common.toml @@ -0,0 +1,12 @@ +[lantern] + #Allow wall lanterns placement + wall_lanterns = true + #Gives high priority to wall lantern placement. Enable to override other wall lanterns placements, disable if it causes issues with other mods that use lower priority block click events + high_priority = true + #Mod ids of mods that have lantern block that extend the base lantern class but don't look like one + mod_blacklist = ["bbb", "extlights", "betterendforge", "spelunkery", "galosphere", "tconstruct", "enigmaticlegacy", "beautify"] + #Ids of blocks that are not detected as lanterns but should be + id_whitelist = ["enlightened_end:xenon_lantern"] + #Allows ceiling lanterns to fall if their support is broken.Additionally if they fall from high enough they will break creating a fire where they land + #Allowed Values: ON, OFF, NO_FIRE + falling_lanterns = "OFF" \ No newline at end of file