This commit is contained in:
John Cole 2017-12-15 02:36:05 +00:00 committed by GitHub
commit 6ada9ce5bf
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ for _, name in pairs(default_nodes) do
if ndef then
local drop
if type(ndef.drop) == "string" then
drop = ndef.drop:sub((b or 8)+1)
drop = ndef.drop:gsub('.+:', '')
end
local tiles = ndef.tiles