fix hemp fibre recipe (thx fluxionary)

This commit is contained in:
tenplus1 2023-11-04 07:56:55 +00:00
parent be56564c28
commit 1f97cbbe00
1 changed files with 1 additions and 1 deletions

View File

@ -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