Differences From
Artifact [7afe1ef241]:
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';
114 114 paramtype2 = 'facedir';
115 - groups = { cracky = 2; oddly_breakable_by_hand = 2; sorcery_metallurgy = 1};
115 + groups = { cracky = 2; oddly_breakable_by_hand = 3; sorcery_metallurgy = 1};
116 116 tiles = {
117 117 'default_wood.png';
118 118 'default_stone.png';
119 119 'default_copper_block.png';
120 120 'default_steel_block.png';
121 121 };
122 122 selection_box = hitbox;