359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
|
sunlight_propagates = true;
paramtype = 'light';
paramtype2 = 'facedir';
selection_box = rfbox;
collision_box = rfbox;
groups = {
choppy = 2;
oddly_breakable_by_hand = 2;
sorcery_magitech = 1;
sorcery_tech = 1;
sorcery_ley_device = 1;
};
tiles = {
'default_diamond_block.png';
'default_tin_block.png';
|
|
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
|
sunlight_propagates = true;
paramtype = 'light';
paramtype2 = 'facedir';
selection_box = rfbox;
collision_box = rfbox;
groups = {
choppy = 2;
dig_immediate = 2;
sorcery_magitech = 1;
sorcery_tech = 1;
sorcery_ley_device = 1;
};
tiles = {
'default_diamond_block.png';
'default_tin_block.png';
|