1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2025-07-06 01:50:36 +02:00

at least boot into minetest

This commit is contained in:
wsor4035
2024-03-22 21:57:57 -04:00
parent 670f7f4e61
commit 0c3fbcffe0
6 changed files with 59 additions and 52 deletions

View File

@ -727,7 +727,7 @@ for _,suffix in ipairs({"f0", "f1", "f2", "f3", "f4", "m0", "fn", "n"}) do
groups = { fleshy=3, dig_immediate=3, flammable=2, moretrees_dates=1 },
inventory_image = "moretrees_dates_"..suffix..".png^[transformR0",
wield_image = "moretrees_dates_"..suffix..".png^[transformR90",
sounds = default.node_sound_defaults(),
sounds = xcompat.sounds.node_sound_default(),
drop = dropfn,
selection_box = {
type = "fixed",