Differences From
Artifact [d6a069e16f]:
98 98 name = coinname;
99 99 count = coincount;
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';
112 112 sunlight_propagates = true;
113 113 paramtype = 'light';