./load.lua -- This compat mod helps biome makeover and naturalist work together if biome_makeover and naturalist then -- Remove duplicate cattails from naturalist remove_block("naturalist:cattail") remove_item("naturalist:cattail")
-- Adjust loot tables for biome makeover cattails set_loot_table("biome_makeover:cattail", { default = "naturalist:cattail_fluff", silk_touch = "biome_makeover:cattail" }) end