Added recipe settings file

master
AlmTech Software 5 years ago
parent b90a255d03
commit 699fb181b5
  1. 16
      gamemode/settings/sh_recipes.lua

@ -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…
Cancel
Save