Differences From Artifact [6c2e235473]:
- File runeforge.lua — part of check-in [41fdb5b0b8] at 2021-04-21 01:32:38 on branch trunk — ui tweaks, rework enchantment slightly (user: lexi, size: 17993) [annotate] [blame] [check-ins using]
To Artifact [69ba246df3]:
- File runeforge.lua — part of check-in [01f4ba8ddc] at 2021-06-28 15:38:59 on branch trunk — more work on kegs and liquid, add taps and troughs for tapping trees and obtaining sap, add tree lore, add infuser module system, various tweaks, fix up bugged itemclass logic, add scaffold for crafting extension mechanism (user: lexi, size: 17983) [annotate] [blame] [check-ins using]
359 359 sunlight_propagates = true; 360 360 paramtype = 'light'; 361 361 paramtype2 = 'facedir'; 362 362 selection_box = rfbox; 363 363 collision_box = rfbox; 364 364 groups = { 365 365 choppy = 2; 366 - oddly_breakable_by_hand = 2; 366 + dig_immediate = 2; 367 367 sorcery_magitech = 1; 368 368 sorcery_tech = 1; 369 369 sorcery_ley_device = 1; 370 370 }; 371 371 tiles = { 372 372 'default_diamond_block.png'; 373 373 'default_tin_block.png';