craft protected anvil w/ our anvil, not anvil:anvil

This commit is contained in:
flux 2022-10-10 09:50:53 -07:00
parent 9b0258d8be
commit b8b5a60587
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if ci.paper then
minetest.register_craft({
output = build_protected_string(),
type = "shapeless",
recipe = {"anvil:anvil", ci.paper}
recipe = {"cottages:anvil", ci.paper}
})
minetest.register_craft({