Differences From Artifact [21ab3e0c25]:
- File astrolabe.lua — part of check-in [94064fe5c9] at 2021-07-04 20:27:42 on branch trunk — add cool and informative visuals for taps, add more capacity to rune forge, many bug fixes, fixed some bugs, and fixed some bugs (user: lexi, size: 3944) [annotate] [blame] [check-ins using]
To Artifact [4969c316df]:
- File astrolabe.lua — part of check-in [6e7b450ec7] at 2021-07-05 16:47:11 on branch trunk — add new god, add idol crafting recipes, fix bugs (user: lexi, size: 3961) [annotate] [blame] [check-ins using]
76 76 description = 'Astrolabe'; 77 77 drawtype = 'mesh'; 78 78 mesh = 'sorcery-astrolabe.obj'; 79 79 groups = { 80 80 cracky = 2, choppy = 2; 81 81 dig_immediate = 2; 82 82 sorcery_tech = 1; 83 + flammable = 1; 83 84 }; 84 85 sunlight_propagates = true; 85 86 paramtype = 'light'; 86 87 selection_box = albox, collision_box = albox; 87 88 after_dig_node = sorcery.lib.node.purge_containers; 88 89 tiles = { 89 90 'default_steel_block.png';