forked from VoxeLibre/VoxeLibre
Remove choppy group from paintings
This commit is contained in:
parent
833fe53e98
commit
08df57fef0
|
@ -16,9 +16,9 @@ N = N - 1
|
|||
-- register for each picture
|
||||
for n=1, N do
|
||||
|
||||
local groups = {choppy=2, dig_immediate=3, picture=1, not_in_creative_inventory=1}
|
||||
local groups = {dig_immediate=3, picture=1, not_in_creative_inventory=1}
|
||||
if n == 1 then
|
||||
groups = {choppy=2, dig_immediate=3, picture=1, deco_block=1}
|
||||
groups = {dig_immediate=3, picture=1, deco_block=1}
|
||||
end
|
||||
|
||||
local desc
|
||||
|
|
Loading…
Reference in New Issue