This commit is contained in:
Nordi98 2025-07-09 18:52:29 +02:00
parent 8054759c73
commit ffaf33c966
7 changed files with 338 additions and 12 deletions

View file

@ -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"
}
},
--[[