Add missing recipe: 45_low platforms

master
Blockhead 2020-10-20 01:09:47 +11:00 committed by Gabriel Pérez-Cerezo
parent 964b0a7ab6
commit b616ae4425
1 changed files with 5 additions and 0 deletions

View File

@ -111,6 +111,11 @@ function advtrains.register_platform(modprefix, preset)
"dye:yellow", preset, preset, preset
}
})
minetest.register_craft({
type="shapeless",
output = modprefix .. ":platform_45_low_"..nodename.." 2",
recipe = { modprefix .. ":platform_45_"..nodename },
})
end