Update node_defs.lua

This commit is contained in:
Niklp 2024-01-12 13:57:33 +01:00 committed by GitHub
parent 1c0dd263dd
commit 79f0bab5d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -472,13 +472,13 @@ for i in ipairs(moretrees.treelist) do
end end
local ongen_groups = { local ongen_groups = {
snappy=2, snappy = 2,
dig_immediate=3, dig_immediate = 3,
flammable=2, flammable = 2,
attached_node=1, attached_node = 1,
sapling=1, sapling = 1,
moretrees_ongen=1, moretrees_ongen = 1,
not_in_creative_inventory=1 not_in_creative_inventory = 1
} }
if minetest.settings:get_bool("creative_mode", false) then if minetest.settings:get_bool("creative_mode", false) then
ongen_groups["not_in_creative_inventory"]=nil ongen_groups["not_in_creative_inventory"]=nil