mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-02 00:00:37 +02:00
remove these spaces
This commit is contained in:
@ -140,7 +140,7 @@ minetest.register_tool("wrench:wrench", {
|
||||
lists[listname] = list
|
||||
end
|
||||
metadata.lists = lists
|
||||
|
||||
|
||||
local metas = {}
|
||||
for name, meta_type in pairs(def.metas or {}) do
|
||||
if meta_type == wrench.META_TYPE_INT then
|
||||
@ -152,7 +152,7 @@ minetest.register_tool("wrench:wrench", {
|
||||
end
|
||||
end
|
||||
metadata.metas = metas
|
||||
|
||||
|
||||
stack:set_metadata(minetest.serialize(metadata))
|
||||
minetest.remove_node(pos)
|
||||
itemstack:add_wear(65535 / 20)
|
||||
|
Reference in New Issue
Block a user