Fix team door craft recipe

This commit is contained in:
Anand S 2018-04-22 16:35:05 +05:30 committed by rubenwardy
parent 5ccf060841
commit bf9ae1a75a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ crafting.register_recipe({
crafting.register_recipe({ crafting.register_recipe({
type = "inv", type = "inv",
output = "doors:door_steel", output = "doors:door_steel",
items = { "default:steel 6" }, items = { "default:steel_ingot 6" },
always_known = true, always_known = true,
level = 1, level = 1,
}) })