forked from VoxeLibre/VoxeLibre
Fix missing lava and water bucket
This commit is contained in:
parent
691a4eec13
commit
f7ef80d602
|
@ -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 New Issue