default:dirt
moreblocks:stone_tile
ethereal:icebrick
master
Och Noe 2018-06-27 20:35:47 +02:00
parent 48a76c59d5
commit e634a6b802
1 changed files with 10 additions and 2 deletions

View File

@ -17,13 +17,18 @@ list_default = {
"default:brick",
"default:stone",
"default:sandstone",
"default:obsidian_glass" }
"default:obsidian_glass",
"default:dirt" }
list_moreblocks = {
"moreblocks:cactus_brick",
"moreblocks:coal_stone_bricks",
"moreblocks:grey_bricks",
"moreblocks:iron_stone_bricks"}
"moreblocks:iron_stone_bricks",
"moreblocks:stone_tile" }
list_ethereal = {
"ethereal:icebrick" }
@ -82,6 +87,9 @@ end
if minetest.get_modpath("ethereal") then
for _,name in pairs(list_ethereal) do
advtrains.register_platform(own_name,name)
end
for _,name in pairs(list_wood_ethereal) do
advtrains.register_platform(own_name,name)
end