Differences From Artifact [c38fa912b9]:
- File init.lua — part of check-in [956134c50b] at 2020-08-11 21:39:39 on branch trunk — initial commit (user: lexi, size: 1290) [annotate] [blame] [check-ins using]
To Artifact [5c9fa3f240]:
- File init.lua — part of check-in [82178e0a16] at 2020-08-16 02:05:40 on branch trunk — changes, merges, additions galore (user: lexi, size: 1307) [annotate] [blame] [check-ins using] [more...]
49 49 'register'; 50 50 } 51 51 52 52 for _,u in pairs { 53 53 'leylines'; 'ores'; 'gems'; 54 54 'potions'; 'infuser'; 'altar'; 'wands'; 55 55 'tools'; 'enchanter'; 'harvester'; 56 - 'smelter'; 'entities'; 'recipes'; 'coins'; 57 - 'interop'; 56 + 'metallurgy-hot'; 'entities'; 'recipes'; 57 + 'coins'; 'interop'; 'tnodes'; 58 58 } do sorcery.load(u) end