mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-31 02:56:26 -04:00
Update and rename mods/bucket/init.lua to モッズ/バケツ/init.lua
This commit is contained in:
parent
660c305bd1
commit
6316ab6ab5
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function bucket.register_liquid(source, flowing, itemname, inventory_image, name
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if not minetest.setting_getbool("creative_mode") then
|
if not minetest.setting_getbool("creative_mode") then
|
||||||
return {name="bucket:bucket_empty"}
|
return {name="bucket:bucket_empty"}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
})
|
})
|
Loading…
Add table
Reference in a new issue