dc347a3ffc
Add a hand that can dig pretty much anything in the game that's supposed to be diggable, and a shortcut command to summon one.
11 lines
277 B
Lua
11 lines
277 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("hand")
|
|
include("wieldsounds")
|
|
include("admintool")
|