mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-13 05:20:22 +02:00
Version MFF.
This commit is contained in:
4
stairsplus/registrations.lua
Normal file → Executable file
4
stairsplus/registrations.lua
Normal file → Executable 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
|
||||
|
Reference in New Issue
Block a user