76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
description = 'Astrolabe';
drawtype = 'mesh';
mesh = 'sorcery-astrolabe.obj';
groups = {
cracky = 2, choppy = 2;
dig_immediate = 2;
sorcery_tech = 1;
};
sunlight_propagates = true;
paramtype = 'light';
selection_box = albox, collision_box = albox;
after_dig_node = sorcery.lib.node.purge_containers;
tiles = {
'default_steel_block.png';
|
|
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
description = 'Astrolabe';
drawtype = 'mesh';
mesh = 'sorcery-astrolabe.obj';
groups = {
cracky = 2, choppy = 2;
dig_immediate = 2;
sorcery_tech = 1;
flammable = 1;
};
sunlight_propagates = true;
paramtype = 'light';
selection_box = albox, collision_box = albox;
after_dig_node = sorcery.lib.node.purge_containers;
tiles = {
'default_steel_block.png';
|