diff --git a/config/amendments-common.toml b/config/amendments-common.toml new file mode 100644 index 0000000..c8e5609 --- /dev/null +++ b/config/amendments-common.toml @@ -0,0 +1,113 @@ + +[lectern] + #Improved lectern screen allowing to edit font of a book while on it + improved_screen = true + +[hanging_signs] + #Allows placing items on hanging signs + items_on_signs = true + +[cauldron] + #Enables enhanced cauldron + enhanced_cauldron = true + #Allows crafting items using cauldrons by clicking on them + crafting = true + #Allows dying cauldron water bedrock style and mixing them too + dye_water = true + #Max amount of items that 1 cauldron layer can recolor.This is a multiplier on top of vanilla crafting recipe amount + #Range: 1 ~ 64 + dye_recipes_per_layer = 4 + #Max amount of items that 1 cauldron layer can craft with potions.This is a multiplier on top of vanilla crafting recipe amount + #Range: 1 ~ 64 + potion_recipes_per_layer = 2 + #Allows mixin potions in cauldrons + #Allowed Values: OFF, ONLY_BOILING, ON + potions_mixing = "ON" + #Max amount of effects allowed in a mixed potion + #Range: 1 ~ 64 + potion_mixing_limit = 8 + #Makes cauldrons connect to fences + connect_to_fences = true + + #Map of potion ids to their inverse ids. Used for potion mixing + [cauldron.inverse_potions] + "minecraft:weakness" = "minecraft:strength" + "minecraft:unluck" = "minecraft:luck" + "minecraft:speed" = "minecraft:slowness" + "minecraft:instant_damage" = "minecraft:instant_health" + "minecraft:instant_health" = "minecraft:instant_damage" + "minecraft:strength" = "minecraft:weakness" + "minecraft:haste" = "minecraft:mining_fatigue" + "minecraft:mining_fatigue" = "minecraft:haste" + "minecraft:luck" = "minecraft:unluck" + "minecraft:slowness" = "minecraft:speed" + +[tripwire_hook] + #Allows placing tools on tripwire hooks + tool_hook = true + +[carpets] + #Allows you to place carpets on stairs + carpeted_stairs = true + #Allows you to place carpets on slabs + carpeted_slabs = true + +[cake] + #Allows you to place a cake on top of another + double_cake = true + #Allows eating a cake from every side + directional_cake = true + +[mob_head] + #Allows you to place two mob heads on top of each other + skull_piles = true + #Allows candles to be placed on top of skulls + skull_candles = true + #Allows placing more than one candle ontop of each skull + multiple_candles = true + +[flower_pot] + #allows you to place hanging flower pots. Works with any modded pot too + hanging_pot = true + +[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", "candlelight"] + #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" + +[bell] + #Ring a bell by clicking on a chain that's connected to it + chain_ringing = true + #Max chain length that allows a bell to ring + #Range: 0 ~ 256 + chain_length = 16 + +[banners] + #Allow banners to be placed on ceilings + ceiling_banners = true + +[misc] + #Allows dying blocks by right clicking them with dye + dye_blocks = false + +[torch] + #Allows torches to set entities on fire + torch_fire = true + #Allows torches to set entities on fire when held in offhand given you are attacking with a sword + torch_fire_offhand = false + #Duration of the on fire effect applied by torches. In seconds + #Range: 1 ~ 60 + torch_fire_duration = 2 + +[lily_pad] + #Allows lilypads to have any block placed ontop + better_lilypads = true + diff --git a/index.toml b/index.toml index 6c578dd..5ed3a11 100644 --- a/index.toml +++ b/index.toml @@ -4,6 +4,10 @@ hash-format = "sha256" file = "config/ShieldExpansion-common.toml" hash = "b01af0810a74afddfdf1d0918582f7e2d6f4205a93edd649870db793b7ace980" +[[files]] +file = "config/amendments-common.toml" +hash = "c470772593d0a33287822fa4dc5325958db7d2a84936fd7304ad75a43b7e37a6" + [[files]] file = "config/bcc-common.toml" hash = "9ac8fa60374372082de84c90df2f65baa71a04e1d4427f84e130f4a7751c925d" diff --git a/pack.toml b/pack.toml index 1e5e9e9..3f70ae0 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d094d8186514fae346e191a3a4f406c0c6113e49c6df0a09baa154ea788e96d0" +hash = "5eb5cc295975c142b7d41236e34d2d4b0c23d70d1c23d7d3b2be31e8b3c26ac4" [versions] forge = "47.4.0"