mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-19 00:00:30 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -161,6 +161,7 @@ for i, bush_name in ipairs(bushes_classic.bushes) do
|
||||
paramtype2 = "facedir",
|
||||
on_use = minetest.item_eat(18),
|
||||
groups = { dig_immediate = 3 },
|
||||
is_ground_content = false,
|
||||
})
|
||||
|
||||
|
||||
@ -212,4 +213,5 @@ minetest.register_node(":bushes:basket_empty", {
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
groups = { dig_immediate = 3 },
|
||||
is_ground_content = false,
|
||||
})
|
||||
|
Reference in New Issue
Block a user