Skip to content

Commit 300b140

Browse files
CalinouEkdohibs
authored andcommittedMay 14, 2015
Give 24 rails per craft instead of 15
1 parent eae3740 commit 300b140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mods/default/crafting.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ minetest.register_craft({
324324
})
325325

326326
minetest.register_craft({
327-
output = 'default:rail 15',
327+
output = 'default:rail 24',
328328
recipe = {
329329
{'default:steel_ingot', '', 'default:steel_ingot'},
330330
{'default:steel_ingot', 'group:stick', 'default:steel_ingot'},

0 commit comments

Comments
 (0)
Please sign in to comment.