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

View file

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