mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
add drawers support for wrench (also fix a missing constants issue)
This commit is contained in:
@ -17,6 +17,7 @@ Syntax:
|
||||
|
||||
wrench.META_TYPE_FLOAT = 1
|
||||
wrench.META_TYPE_STRING = 2
|
||||
wrench.META_TYPE_INT = 3
|
||||
|
||||
local STRING, FLOAT =
|
||||
wrench.META_TYPE_STRING,
|
||||
@ -68,4 +69,3 @@ function wrench:register_node(name, def)
|
||||
self.registered_nodes[name] = def
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user