Added a darkness potion recipe

This commit is contained in:
the-real-herowl 2024-05-02 04:17:16 +02:00
parent 0c57469c6b
commit 07fac026dd
1 changed files with 1 additions and 0 deletions

View File

@ -497,6 +497,7 @@ local inversion_table = {
["mcl_potions:saturation"] = "mcl_potions:food_poisoning",
["mcl_potions:slow_falling"] = "mcl_potions:levitation",
["mcl_potions:absorption"] = "mcl_potions:health_boost",
["mcl_potions:glowing"] = "mcl_potions:darkness", -- TODO remove after adding a direct recipe?
}
-- API
function mcl_potions.register_inversion_recipe(input, output)