sorcery  Diff

Differences From Artifact [71f6a713cb]:

To Artifact [a7a1197203]:


   306    306   		fixed = { {-0.5, -0.5, -0.5, 0.5, -0.09, 0.5} }
   307    307   	};
   308    308   	collision_box = {
   309    309   		type = "fixed",
   310    310   		fixed = { {-0.5, -0.5, -0.5, 0.5, -0.09, 0.5} }
   311    311   	};
   312    312   
   313         -	groups = {cracky = 2, oddly_breakable_by_hand = 2, sorcery_worship = 1};
          313  +	groups = {cracky = 2, dig_immediate = 2, sorcery_worship = 1};
   314    314   
   315    315   	on_construct = function(pos)
   316    316   		local meta = minetest.get_meta(pos)
   317    317   		local inv = meta:get_inventory()
   318    318   		inv:set_size('item', 1)
   319    319   	end;
   320    320