Differences From Artifact [e7cd5fcdf6]:
- File compat.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: 1474) [annotate] [blame] [check-ins using]
To Artifact [b94ab7bfcd]:
- File compat.lua — part of check-in [93f944b581] at 2020-08-30 14:45:03 on branch trunk — add displacers; add item class mechanism; various tweaks, enhancements, and bugfixes esp. for books and paper (user: lexi, size: 1475) [annotate] [blame] [check-ins using]
36 36 }) 37 37 minetest.register_alias('new_campfire:ash', 'sorcery:ash') 38 38 end 39 39 40 40 return { 41 41 defp = function(name) 42 42 return minetest.registered_items[name] or minetest.registered_aliases[name] 43 - end 43 + end; 44 44 }