From d98563ab10b900c5b2a21d00da492212602467b5 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Thu, 16 Jul 2020 17:27:06 +0000 Subject: [PATCH] Update 'mods/carts/rails.lua' --- mods/carts/rails.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/carts/rails.lua b/mods/carts/rails.lua index 037f445a..37285278 100644 --- a/mods/carts/rails.lua +++ b/mods/carts/rails.lua @@ -39,7 +39,7 @@ minetest.register_craft({ output = "carts:powerrail 18", recipe = { {"default:durasteel_ingot", "group:wood", "default:durasteel_ingot"}, - {"default:durasteel_ingot", "default:mese_crystal", "default:durasteel_ingot"}, + {"default:durasteel_ingot", "default:gold_ingot", "default:durasteel_ingot"}, {"default:durasteel_ingot", "group:wood", "default:durasteel_ingot"}, } })