sorcery  Diff

Differences From Artifact [13321ca8da]:

  • File compat.lua — part of check-in [3f6a913e4e] at 2020-09-29 12:40:28 on branch trunk — * remove former hacky registration system, replace with consistent and flexible API; rewrite metal/gem generation to take advantage of this new API; tweaks to init system to enable world-local tweaks to lore and sorcery behavior * initial documentation commit * initial steps towards calendar - add default date format, astrolabe; prepare infra for division/melding/transmutation spells, various tweaks and fixes (user: lexi, size: 1893) [annotate] [blame] [check-ins using]

To Artifact [79c7e033c3]:


    28     28   end
    29     29   
    30     30   if minetest.get_modpath("new_campfire") then
    31     31   	minetest.register_alias('sorcery:ash', 'new_campfire:ash')
    32     32   else
    33     33   	minetest.register_craftitem('sorcery:ash', {
    34     34   		description = 'Ash';
    35         -		inventory_image = 'sorcery_iron_powder.png^[colorize:#FFFFFF:60';
           35  +		inventory_image = 'sorcery_steel_powder.png^[colorize:#FFFFFF:60';
    36     36   	})
    37     37   	minetest.register_alias('new_campfire:ash', 'sorcery:ash')
    38     38   end
    39     39   
    40     40   -- xdecor offers a conflicting and somewhat poorly designed enchantment
    41     41   -- mechanism; make it inaccessible but don't fuck up already existing
    42     42   -- enchanters in the world