Fix team door craft recipe
This commit is contained in:
parent
5ccf060841
commit
bf9ae1a75a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue