Differences From
Artifact [9b17325152]:
- File
writing.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: 18075)
[annotate]
[blame]
[check-ins using]
413 413 'default_wood.png';
414 414 'default_gold_block.png';
415 415 'default_steel_block.png';
416 416 'default_desert_stone.png';
417 417 'default_cloud.png';
418 418 };
419 419 groups = {
420 - choppy = 2, oddly_breakable_by_hand = 2;
420 + choppy = 2, dig_immediate = 2;
421 421 sorcery_tech = 1;
422 422 flammable = 2;
423 423 };
424 424 on_construct = function(pos)
425 425 local meta = minetest.get_meta(pos)
426 426 local inv = meta:get_inventory()
427 427