ed
This commit is contained in:
parent
8054759c73
commit
ffaf33c966
7 changed files with 338 additions and 12 deletions
|
@ -30,15 +30,15 @@ exports("RegisterJobCraft", registerJobCraft)
|
|||
-- Default crafting
|
||||
registerCraft("defaultCraft", "Main Craft", {
|
||||
{
|
||||
giveAmount = 1,
|
||||
name = 'testburger',
|
||||
giveAmount = 24,
|
||||
name = 'ecola_dose',
|
||||
costs = {
|
||||
['testitem'] = 5,
|
||||
['testitemuniq'] = 3,
|
||||
['pack_ecola'] = 1,
|
||||
|
||||
},
|
||||
duration = 5000, -- 5 seconds crafting times (optional)
|
||||
info = {
|
||||
label = "My Test Label for Burger"
|
||||
label = "Auspacken"
|
||||
}
|
||||
},
|
||||
--[[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue