From d6244532d773c21b39d51770337363b7f4c04704 Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:51:12 -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 2deb942..ddbbded 100644 --- a/modules/anvil/crafts.lua +++ b/modules/anvil/crafts.lua @@ -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} })