Version MFF.

This commit is contained in:
sys4-fr
2018-09-08 13:07:27 +02:00
parent f92a938d75
commit 17a4963cb6
97 changed files with 281 additions and 278 deletions

4
stairsplus/registrations.lua Normal file → Executable file
View File

@ -26,6 +26,8 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks:
"junglewood",
"pine_tree",
"pine_wood",
"cherry_tree",
"cherry_plank",
"acacia_tree",
"acacia_wood",
"obsidian",
@ -42,7 +44,7 @@ for _, name in pairs(default_nodes) do
if ndef then
local drop
if type(ndef.drop) == "string" then
drop = ndef.drop:sub(9)
drop = ndef.drop:split(" ")[1]:sub(9)
end
local tiles = ndef.tiles