{ "$id": "blockception.minecraft.behavior.loot_tables.set_potion", "additionalProperties": false, "description": "The function set_potion.", "title": "Set Lore", "type": "object", "properties": { "function": { "type": "string", "const": "set_lore", "description": "This function sets the potion type of compatible items with a potion id..", "title": "Function" }, "id": { "title": "Id", "type": "string", "description": "ID of the potion to set.", "enum": [ "water", "mundane", "long_mundane", "thick", "awkward", "nightvision", "long_nightvision", "invisibility", "long_invisibility", "leaping", "long_leaping", "strong_leaping", "fire_resistance", "long_fire_resistance", "swiftness", "long_swiftness", "strong_swiftness", "slowness", "long_slowness", "strong_slowness", "water_breathing", "long_water_breathing", "healing", "strong_healing", "harming", "strong_harming", "poison", "long_poison", "strong_poison", "regeneration", "long_regeneration", "strong_regeneration", "strength", "long_strength", "strong_strength", "weakness", "long_weakness", "wither", "turtle_master", "long_turtle_master", "strong_turtle_master", "slow_falling", "long_slow_falling", "wind_charged", "weaving", "oozing", "infested" ] } } }