Differences From Artifact [3997cbe28f]:
- File infuser.lua — part of check-in [f7f6898cbd] at 2020-08-21 11:52:17 on branch trunk — add force field emitters, generators, rework leyline distribution algorithm, add utility function for automatically dumping out inventories when an item is dug, add draconium and tyrannium alloys (tentatively), various fixes (user: lexi, size: 7470) [annotate] [blame] [check-ins using]
To Artifact [b29818210a]:
- File infuser.lua — part of check-in [9ef6cbcf31] at 2020-08-28 14:08:57 on branch trunk — add recipes, cookbooks, disassembly (to create recipes from items), attunement, farcasters, and portals; various edits for bug fixes and improvements (user: lexi, size: 7521) [annotate] [blame] [check-ins using]
203 203 "default_stone.png", 204 204 "default_copper_block.png", 205 205 "default_steel_block.png", 206 206 "default_bronze_block.png", 207 207 "default_tin_block.png", 208 208 }; 209 209 paramtype2 = 'facedir'; 210 - groups = {cracky = 2, oddly_breakable_by_hand = 1, heavy = 1}; 210 + groups = { 211 + cracky = 2, oddly_breakable_by_hand = 1, heavy = 1; 212 + sorcery_alchemy = 1, sorcery_magitech = 1; 213 + }; 211 214 selection_box = { 212 215 type = 'fixed'; 213 216 fixed = { 214 217 -0.37, -0.5, -0.37, 215 218 0.37, 0.5, 0.37 216 219 }; 217 220 };