sorcery  Diff

Differences From Artifact [57d631c78f]:

  • File metal.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: 6622) [annotate] [blame] [check-ins using]

To Artifact [a37b19ab11]:


   222    222   					repl[#repl+1] = {m, sorcery.register.residue.db[m]}
   223    223   				end
   224    224   			end
   225    225   		end
   226    226   
   227    227   		minetest.register_craft {
   228    228   			type = 'shapeless';
   229         -			output = powder .. ' ' .. tostring(#powders);
          229  +			output = powder .. ' ' .. tostring(#metal.sinter);
   230    230   			recipe = powders;
   231    231   			replacements = repl;
   232    232   		};
   233    233   	end
   234    234   end)