mirror of
https://github.com/minetest-mods/digtron.git
synced 2025-01-03 17:37:28 +01:00
Remove a stray debug string
This commit is contained in:
parent
bfa9af888a
commit
be3bab36e4
2
doc.lua
2
doc.lua
@ -6,8 +6,6 @@ end
|
|||||||
|
|
||||||
local pipeworks_enabled = minetest.get_modpath("pipeworks") ~= nil
|
local pipeworks_enabled = minetest.get_modpath("pipeworks") ~= nil
|
||||||
|
|
||||||
minetest.debug("pipeworks_enabled", dump(pipeworks_enabled))
|
|
||||||
|
|
||||||
digtron.doc.core_longdesc = "A crafting component used in the manufacture of all Digtron block types."
|
digtron.doc.core_longdesc = "A crafting component used in the manufacture of all Digtron block types."
|
||||||
digtron.doc.core_usagehelp = "Place the Digtron Core in the center of the crafting grid. All Digtron recipes consist of arranging various other materials around the central Digtron Core."
|
digtron.doc.core_usagehelp = "Place the Digtron Core in the center of the crafting grid. All Digtron recipes consist of arranging various other materials around the central Digtron Core."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user