Fix missing lava and water bucket

This commit is contained in:
Wuzzy 2017-07-26 19:08:34 +02:00
parent 691a4eec13
commit f7ef80d602
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ minetest.register_craftitem("bucket:bucket_empty", {
end,
})
if mod_mcl_ore then
if mod_mcl_core then
bucket.register_liquid(
"mcl_core:water_source",
"mcl_core:water_flowing",