Paste #58511: Alcoholiics!

Date: 2019/09/22 02:46:46 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


FassBeeren:
    type: item
    material: barrel
    display name: <&5>Fass (Beeren)
    lore:
    - <&r>ein Fass gefüllt mit Beeren
    recipes:
        1:
            type: shaped
            recipe_id: fasswein
            input:
            - sweet_berries|sweet_berries|sweet_berries
            - sweet_berries|barrel|sweet_berries
            - Weinhefe|Weinhefe|Weinhefe
FassWeizen:
    type: item
    material: barrel
    display name: <&5>Fass (Weizen)
    lore:
    - <&r>ein Fass gefüllt mit Weizen
    recipes:
        1:
            type: shaped
            recipe_id: fassbier
            input:
            - wheat|wheat|wheat
            - wheat|barrel|wheat
            - Bierhefe|Bierhefe|Bierhefe
ItemEventWorldThing:
    type: world
    events:
        on Wein recipe formed:
        - if !<player.discovered_recipes.contains[shaped_recipe_wein_1]>:
            - determine cancelled
Wein:
    type: item
    material: potion[color=purple;flags=HIDE_POTION_EFFECTS;quantity=8]
    display name: <&5>Wein
    lore:
    - <&r>ein guter Tropfen Wein
    recipes:
        1:
            type: smoker
            cook_time: 1800s
            experience: 10
            input: FassBeeren
Bier:
    type: item
    material: potion[color=orange;flags=HIDE_POTION_EFFECTS;quantity=8]
    display name: <&6>Bier
    lore:
    - <&r>ein Blondes!
    recipes:
        1:
            type: smoker
            cook_time: 1800s
            experience: 10
            input: FassWeizen
Melasse:
    type: item
    material: potion[color=darkpurple]
    display name: <&r>Melasse
    lore:
    - <&r>50ml Melasse
    recipes:
        1:
            type: smoker
            cook_time: 30s
            experience: 2
            input: sugar_cane
Weinhefe:
    type: item
    material: sugar
    display name: <&r>Weinhefe
    recipes:
        1:
            type: shapeless
            input: sweet_berries|Melasse
Bierhefe:
    type: item
    material: sugar
    display name: <&r>Bierhefe
    recipes:
        1:
            type: shapeless
            input: wheat|Melasse
WeinRezept:
    type: item
    material: knowledge_book[knowledge_book_recipes=denizen:fasswein]
    display name: <&r>Weinrezept