forked from mtcontrib/farming
fix hemp fibre recipe (thx fluxionary)
This commit is contained in:
parent
be56564c28
commit
1f97cbbe00
@ -91,7 +91,7 @@ minetest.register_craft( {
|
|||||||
{"farming:hemp_leaf", "group:water_bucket", "farming:hemp_leaf"},
|
{"farming:hemp_leaf", "group:water_bucket", "farming:hemp_leaf"},
|
||||||
{"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"}
|
{"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"}
|
||||||
},
|
},
|
||||||
replacements = {{a.bucket_water, a.bucket_empty}}
|
replacements = {{"group:water_bucket", a.bucket_empty}}
|
||||||
})
|
})
|
||||||
|
|
||||||
if minetest.get_modpath("bucket_wooden") then
|
if minetest.get_modpath("bucket_wooden") then
|
||||||
|
Loading…
Reference in New Issue
Block a user