Massive rework of creative inventory categories
This commit is contained in:
parent
1275af7903
commit
09b09b1c44
43 changed files with 281 additions and 202 deletions
|
@ -18,7 +18,7 @@ for n=1, N do
|
|||
|
||||
local groups = {choppy=2, dig_immediate=3, picture=1, not_in_creative_inventory=1}
|
||||
if n == 1 then
|
||||
groups = {choppy=2, dig_immediate=3, picture=1}
|
||||
groups = {choppy=2, dig_immediate=3, picture=1, deco_block=1}
|
||||
end
|
||||
|
||||
-- inivisible node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue