1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Fix all brick-based moreblocks' drops

- Solves #233
This commit is contained in:
LeMagnesium
2015-08-22 11:19:37 +02:00
parent 09533d2c0b
commit 48c4c2431a
2 changed files with 30 additions and 2 deletions

View File

@ -45,7 +45,7 @@ for _, name in pairs(default_nodes) do
end
local drop
if type(ndef.drop) == "string" then
drop = ndef.drop:sub(9)
drop = ndef.drop:split(" ")[1]:sub(9)
end
stairsplus:register_all("moreblocks", name, nodename, {
description = ndef.description,