summaryrefslogtreecommitdiff
path: root/nodes_barrel.lua
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-08-29 14:09:45 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-08-29 14:09:45 +0300
commit9a81477bde153422d40a9f576ab5e628568b16ab (patch)
tree7856d4a959981e48198717d688588c9873b00dd0 /nodes_barrel.lua
parent5da141f625ec9143a6349dc259d7126da205824d (diff)
more microblocks compatibility
Diffstat (limited to 'nodes_barrel.lua')
-rw-r--r--nodes_barrel.lua4
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"},