mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-01-14 11:50:18 +01:00
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", "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
|
||||
|
Loading…
Reference in New Issue
Block a user