Differences From Artifact [4b624880ad]:
- File keg.lua — part of check-in [aba5ad057a] at 2021-07-07 15:34:56 on branch trunk — add mounted keg for shelving units, fix altar visuals (user: lexi, size: 7297) [annotate] [blame] [check-ins using]
To Artifact [f0cb8863c3]:
- File keg.lua — part of check-in [a27bfa0fa7] at 2021-07-07 15:35:33 on branch trunk — fix keg group (user: lexi, size: 7315) [annotate] [blame] [check-ins using]
40 40 drawtype = 'mesh'; 41 41 mesh = keg.model; 42 42 sunlight_propagates = true; 43 43 paramtype = 'light'; 44 44 paramtype2 = 'facedir'; 45 - groups = { choppy = 2; sorcery_container = 2; attached_node = keg.atch }; -- 2=liquid 45 + groups = { choppy = 2; sorcery_container = 2; sorcery_tech = 1; attached_node = keg.atch }; -- 2=liquid 46 46 tiles = { 47 47 'default_bronze_block.png'; 48 48 'default_wood.png'; 49 49 'default_steel_block.png'; 50 50 };