mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-25 01:19:33 +01:00
Fix missing lava and water bucket
This commit is contained in:
parent
691a4eec13
commit
f7ef80d602
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ minetest.register_craftitem("bucket:bucket_empty", {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
if mod_mcl_ore then
|
if mod_mcl_core then
|
||||||
bucket.register_liquid(
|
bucket.register_liquid(
|
||||||
"mcl_core:water_source",
|
"mcl_core:water_source",
|
||||||
"mcl_core:water_flowing",
|
"mcl_core:water_flowing",
|
||||||
|
|
Loading…
Reference in a new issue