mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +00:00
Give 24 rails per craft instead of 15
This commit is contained in:
parent
eae3740d85
commit
300b14078f
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'default:rail 15',
|
||||
output = 'default:rail 24',
|
||||
recipe = {
|
||||
{'default:steel_ingot', '', 'default:steel_ingot'},
|
||||
{'default:steel_ingot', 'group:stick', 'default:steel_ingot'},
|
||||
|
|
Loading…
Add table
Reference in a new issue