From 9a81477bde153422d40a9f576ab5e628568b16ab Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Wed, 29 Aug 2018 14:09:45 +0300 Subject: more microblocks compatibility --- nodes_barrel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nodes_barrel.lua') 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"}, -- cgit v1.2.3