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

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

View File

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