add poison to bucket
This commit is contained in:
parent
bc28471d26
commit
deacbf14c8
@ -311,6 +311,15 @@ minetest.register_node("loud_walking:water_poison_flowing", {
|
||||
sounds = default.node_sound_water_defaults(),
|
||||
})
|
||||
|
||||
bucket.register_liquid(
|
||||
"loud_walking:water_poison_source",
|
||||
"loud_walking:water_poison_flowing",
|
||||
"loud_walking:bucket_poison",
|
||||
"bucket_poison.png",
|
||||
"Poison Bucket",
|
||||
{}
|
||||
)
|
||||
|
||||
minetest.register_node("loud_walking:basalt", {
|
||||
description = "Basalt",
|
||||
tiles = {"loud_walking_basalt.png"},
|
||||
|
BIN
textures/bucket_poison.png
Normal file
BIN
textures/bucket_poison.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue
Block a user