starlit  Diff

Differences From Artifact [a5bde19f07]:

To Artifact [df4ee2ddd8]:


   399    399   })
   400    400   minetest.register_item("starlit:_hand_dig", {
   401    401   	type = "none",
   402    402   	wield_image = "wieldhand.png",
   403    403   	wield_scale = {x=1,y=1,z=2.5},
   404    404   	tool_capabilities = {
   405    405   		groupcaps = {
   406         -			object = {maxlevel=1, times = {.20,.10}};
          406  +			object = {maxlevel=1, times = {.10,.20,.40}};
   407    407   			plant = {maxlevel=1, times = {.50}};
   408    408   
   409    409   			-- sand, dirt, gravel
   410    410   			looseClump = {maxlevel=1, times = {1.5, 2.5}};
   411    411   		};
   412    412   	}
   413    413   })