From b8b5a60587f24af130bde1178bd4404f578ebe96 Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:50:53 -0700 Subject: [PATCH] craft protected anvil w/ our anvil, not anvil:anvil --- modules/anvil/crafts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/anvil/crafts.lua b/modules/anvil/crafts.lua index ac60f6c..2deb942 100644 --- a/modules/anvil/crafts.lua +++ b/modules/anvil/crafts.lua @@ -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({