Differences From Artifact [cc031237ac]:
- File astrolabe.lua — part of check-in [c71731cf58] at 2021-07-03 02:25:42 on branch trunk — many bug fixers, some minor refactoring, allow non-drinkable potions to be empowered in various ways, allow gods to be petitioned for recipes (next up: cookbooks!) (user: lexi, size: 3893) [annotate] [blame] [check-ins using]
To 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]
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 83 }; 84 + sunlight_propagates = true; 85 + paramtype = 'light'; 84 86 selection_box = albox, collision_box = albox; 85 87 after_dig_node = sorcery.lib.node.purge_containers; 86 88 tiles = { 87 89 'default_steel_block.png'; 88 90 'default_bronze_block.png'; 89 91 'default_copper_block.png'; 90 92 'default_aspen_wood.png';