Differences From Artifact [72bf5182e0]:
- File forcefield.lua — part of check-in [9ef6cbcf31] at 2020-08-28 14:08:57 on branch trunk — add recipes, cookbooks, disassembly (to create recipes from items), attunement, farcasters, and portals; various edits for bug fixes and improvements (user: lexi, size: 5208) [annotate] [blame] [check-ins using]
To Artifact [a330742505]:
- File forcefield.lua — part of check-in [83426a2748] at 2020-10-22 15:51:39 on branch trunk — balance amulets better, add sound effects, add debugging privilege for runes, swat various glitches and bugs (user: lexi, size: 5305) [annotate] [blame] [check-ins using]
45 45 minetest.register_node('sorcery:air_barrier_' .. tostring(i), { 46 46 drawtype = 'glasslike'; 47 47 walkable = true; 48 48 pointable = false; 49 49 sunlight_propagates = true; 50 50 paramtype = 'light'; 51 51 light_source = i; 52 + drop = {max_items = 0, items = {}}; 53 + on_blast = function() end; -- not affected by explosions 52 54 tiles = {'sorcery_transparent.png'}; 53 55 groups = { 54 56 air = 1; 55 57 sorcery_air = 1; 56 58 sorcery_force_barrier = i; 57 59 }; 58 60 -- _proto = {