parent
b90a255d03
commit
699fb181b5
@ -0,0 +1,16 @@ |
|||||||
|
-- __ _ _______ _ __ |
||||||
|
-- / / /\ | | |__ __| | | \ \ |
||||||
|
-- / / / \ | |_ __ ___ | | ___ ___| |__ \ \ |
||||||
|
-- < < / /\ \ | | '_ ` _ \| |/ _ \/ __| '_ \ > > |
||||||
|
-- \ \ / ____ \| | | | | | | | __/ (__| | | | / / |
||||||
|
-- \_\ /_/ \_\_|_| |_| |_|_|\___|\___|_| |_| /_/ |
||||||
|
|
||||||
|
|
||||||
|
Quantum.Recipe.Add( "potatoe", nil, { |
||||||
|
name = "Legendary Potatoe Recipe", |
||||||
|
amount = 1, |
||||||
|
recipe = { |
||||||
|
{ item = "test2", amount = 5 }, |
||||||
|
{ item = "test", amount = 2 } |
||||||
|
} |
||||||
|
}) |
Loading…
Reference in new issue