mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Fix bucket texture names
This commit is contained in:
parent
d566ffaa5f
commit
ac56053c74
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ minetest.register_craftitem("bucket:bucket_empty", {
|
|||
})
|
||||
|
||||
minetest.register_craftitem("bucket:bucket_water", {
|
||||
image = "bucket:bucket_water.png",
|
||||
image = "bucket_water.png",
|
||||
stack_max = 1,
|
||||
liquids_pointable = true,
|
||||
on_place_on_ground = minetest.craftitem_place_item,
|
||||
|
@ -51,7 +51,7 @@ minetest.register_craftitem("bucket:bucket_water", {
|
|||
})
|
||||
|
||||
minetest.register_craftitem("bucket:bucket_lava", {
|
||||
image = "bucket:bucket_lava.png",
|
||||
image = "bucket_lava.png",
|
||||
stack_max = 1,
|
||||
liquids_pointable = true,
|
||||
on_place_on_ground = minetest.craftitem_place_item,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue