fix #4 - checked that pick harm mobs

master
ademant 2019-02-08 11:04:40 +01:00
parent d1c7395622
commit 742b93cede
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ local tool_cols={
-- reading config table
local tool_definition = basic_functions.import_csv(minerdream.path.."/tools.txt",tool_cols)
for i,tdef in pairs(tool_definition) do
if (i ~= "default") and (minerdream.items[i] ~= nil) then
idef=table.copy(minerdream.items[i])