Differences From Artifact [d6a069e16f]:
- File coins.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: 5703) [annotate] [blame] [check-ins using]
To Artifact [7afe1ef241]:
- File coins.lua — part of check-in [9b8118877e] at 2021-06-24 07:15:50 on branch trunk — add basic keg impl (user: lexi, size: 5703) [annotate] [blame] [check-ins using]
100 100 }) 101 101 end 102 102 do local hitbox = { 103 103 type = 'fixed'; 104 104 fixed = { 105 - -0.5, -0.5, -0.5; 106 - 0.5, 0.3, 0.5; 105 + -0.5, -0.5, -0.4; 106 + 0.5, 0.3, 0.4; 107 107 }; 108 108 } minetest.register_node('sorcery:coin_press', { 109 109 description = "Coin Press"; 110 110 drawtype = 'mesh'; 111 111 mesh = 'sorcery-coinpress.obj';