mirror of
https://github.com/SmallJoker/boost_cart.git
synced 2025-06-29 15:00:23 +02:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
a10108a887 | |||
f0ce2517e5 | |||
30e5558096 | |||
d3a0b0e2c2 | |||
d29700143e |
18
rails.lua
18
rails.lua
@ -75,15 +75,6 @@ boost_cart:register_rail(":carts:powerrail", {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "carts:powerrail 6",
|
|
||||||
recipe = {
|
|
||||||
{"default:steel_ingot", "default:mese_crystal_fragment", "default:steel_ingot"},
|
|
||||||
{"default:steel_ingot", "group:stick", "default:steel_ingot"},
|
|
||||||
{"default:steel_ingot", "default:mese_crystal_fragment", "default:steel_ingot"},
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
-- Brake rail
|
-- Brake rail
|
||||||
boost_cart:register_rail(":carts:brakerail", {
|
boost_cart:register_rail(":carts:brakerail", {
|
||||||
description = "Brake rail",
|
description = "Brake rail",
|
||||||
@ -109,15 +100,6 @@ boost_cart:register_rail(":carts:brakerail", {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "carts:brakerail 6",
|
|
||||||
recipe = {
|
|
||||||
{"default:steel_ingot", "default:coal_lump", "default:steel_ingot"},
|
|
||||||
{"default:steel_ingot", "group:stick", "default:steel_ingot"},
|
|
||||||
{"default:steel_ingot", "default:coal_lump", "default:steel_ingot"},
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
boost_cart:register_rail("boost_cart:startstoprail", {
|
boost_cart:register_rail("boost_cart:startstoprail", {
|
||||||
description = "Start-stop rail",
|
description = "Start-stop rail",
|
||||||
tiles = {
|
tiles = {
|
||||||
|
Reference in New Issue
Block a user