Differences From Artifact [a5bde19f07]:
- File mods/starlit/init.lua — part of check-in [3df08bd5ac] at 2024-05-06 16:20:04 on branch trunk — complete (-ish) matter compiler UI (power drain still missing), add printable chemical light (user: lexi, size: 13531) [annotate] [blame] [check-ins using]
To Artifact [df4ee2ddd8]:
- File mods/starlit/init.lua — part of check-in [4b3aa092f8] at 2024-05-06 20:58:38 on branch trunk — add storage crate & generic interface for, add LED for print completion, add program tooltips, disfuckulate some longstanding idiot bugs (user: lexi, size: 13535) [annotate] [blame] [check-ins using]
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 })