diff options
Diffstat (limited to 'nodes_barrel.lua')
-rw-r--r-- | nodes_barrel.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nodes_barrel.lua b/nodes_barrel.lua index 946fb11..5d5da17 100644 --- a/nodes_barrel.lua +++ b/nodes_barrel.lua @@ -328,12 +328,12 @@ minetest.register_craft({ minetest.register_craft({ output = "cottages:tub 2", recipe = { - {"cottages:barrel"}, + {"cottages:barrel_open"}, }, }) minetest.register_craft({ - output = "cottages:barrel", + output = "cottages:barrel_open", recipe = { {"cottages:tub"}, {"cottages:tub"}, |