1
0
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:
2024-09-15 09:40:56 +02:00
150 changed files with 149 additions and 87 deletions

View File

@ -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,
})