Skip to content

Commit 9ee8c9a

Browse files
committed
Fix crafting
1 parent 49f3f25 commit 9ee8c9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mods/ctf/ctf_crafting/init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,23 +244,23 @@ crafting.register_recipe({
244244

245245
crafting.register_recipe({
246246
type = "inv",
247-
output = "grenades:grenade_regular 1",
247+
output = "ctf_grenades:grenade_regular 1",
248248
items = { "default:steel_ingot 5", "default:coal_lump 3" },
249249
always_known = true,
250250
level = 1,
251251
})
252252

253253
crafting.register_recipe({
254254
type = "inv",
255-
output = "grenades:grenade_smoke 1",
255+
output = "ctf_grenades:grenade_smoke 1",
256256
items = { "default:steel_ingot 5", "default:coal_lump 4" },
257257
always_known = true,
258258
level = 1,
259259
})
260260

261261
crafting.register_recipe({
262262
type = "inv",
263-
output = "grenades:grenade_flashbang 1",
263+
output = "ctf_grenades:grenade_flashbang 1",
264264
items = { "default:steel_ingot 5", "default:torch 5" },
265265
always_known = true,
266266
level = 1,

0 commit comments

Comments
 (0)