Paste #119291: Recipe Load

Date: 2024/01/07 04:58:33 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


add_recipes:
    type: world
    events:
        on player joins:
            - adjust <player> discover_recipe:denizen:<script[custom_ingredients].data_key[ingredients]>
            - adjust <player> resend_recipes

custom_ingredients:
    type: data
    ingredients:
    - iron_solution
    - gold_solution

gold_solution:
    type: item
    material: potion
    mechanisms:
        custom_model_data: 1
    display name: Gold Solution
    recipes:
        3:
            type: shapeless
            input: glass_bottle|gold_ingot|slime_ball

iron_solution:
    type: item
    material: potion
    mechanisms:
        custom_model_data: 2
    display name: Iron Solution
    recipes:
        3:
            type: shapeless
            input: glass_bottle|iron_ingot|slime_ball