sorcery  Diff

Differences From Artifact [06e518da22]:

  • File astrolabe.lua — part of check-in [ea6e475e44] at 2020-10-19 09:52:11 on branch trunk — continue dev on celestial mechanics, add melding+division spells (resonance), refine itemclasses, add keypunch and punchcards, add paper pulp, add a shitload of visuals, add convenience scripts for working with the wiki, make the flamebolt spell actually useful instead of just a pretty lightshow, add essences, inferno crystal, and other goodies; iterate on wands, lots of shit i can't remember, various bugfixes (user: lexi, size: 3919) [annotate] [blame] [check-ins using]

To Artifact [a9316d6c59]:


    75     75   }
    76     76   minetest.register_node('sorcery:astrolabe',{
    77     77   	description = 'Astrolabe';
    78     78   	drawtype = 'mesh';
    79     79   	mesh = 'sorcery-astrolabe.obj';
    80     80   	groups = {
    81     81   		cracky = 2, choppy = 2;
    82         -		oddly_breakable_by_hand = 2;
           82  +		dig_immediate = 2;
    83     83   		sorcery_tech = 1;
    84     84   	};
    85     85   	selection_box = albox, collision_box = albox;
    86     86   	after_dig_node = sorcery.lib.node.purge_containers;
    87     87   	tiles = {
    88     88   		'default_steel_block.png';
    89     89   		'default_bronze_block.png';