forked from minetest-mods/mesecons
Remove trailing whitespace
This commit is contained in:
@ -35,7 +35,7 @@ end
|
||||
|
||||
for i = 1, 4 do
|
||||
local groups = {}
|
||||
if i == 1 then
|
||||
if i == 1 then
|
||||
groups = {bendy=2,snappy=1,dig_immediate=2}
|
||||
else
|
||||
groups = {bendy=2,snappy=1,dig_immediate=2, not_in_creative_inventory=1}
|
||||
|
Reference in New Issue
Block a user