mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-12-22 17:00:26 +01:00
add hairball item
This commit is contained in:
parent
23839f9c16
commit
b4fee7b6b8
@ -145,7 +145,8 @@ local hairball_items = {
|
|||||||
"default:clay_lump", "default:paper", "default:dry_grass_1", "dye:red", "",
|
"default:clay_lump", "default:paper", "default:dry_grass_1", "dye:red", "",
|
||||||
"farming:string", "mobs:chicken_feather", "default:acacia_bush_sapling", "",
|
"farming:string", "mobs:chicken_feather", "default:acacia_bush_sapling", "",
|
||||||
"default:bush_sapling", "default:copper_lump", "default:iron_lump", "",
|
"default:bush_sapling", "default:copper_lump", "default:iron_lump", "",
|
||||||
"dye:black", "dye:brown", "default:obsidian_shard", "default:tin_lump"
|
"dye:black", "dye:brown", "default:obsidian_shard", "default:tin_lump",
|
||||||
|
"ethereal:fish_tetra"
|
||||||
}
|
}
|
||||||
|
|
||||||
minetest.register_craftitem(":mobs:hairball", {
|
minetest.register_craftitem(":mobs:hairball", {
|
||||||
@ -164,10 +165,7 @@ minetest.register_craftitem(":mobs:hairball", {
|
|||||||
end
|
end
|
||||||
|
|
||||||
minetest.sound_play("default_place_node_hard", {
|
minetest.sound_play("default_place_node_hard", {
|
||||||
pos = newpos,
|
pos = newpos, gain = 1.0, max_hear_distance = 5}, true)
|
||||||
gain = 1.0,
|
|
||||||
max_hear_distance = 5
|
|
||||||
})
|
|
||||||
|
|
||||||
itemstack:take_item()
|
itemstack:take_item()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user