mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Updated mesecons on 1/20/2015
This commit is contained in:
0
mods/mesecons/mesecons_materials/depends.txt
Executable file → Normal file
0
mods/mesecons/mesecons_materials/depends.txt
Executable file → Normal file
4
mods/mesecons/mesecons_materials/init.lua
Executable file → Normal file
4
mods/mesecons/mesecons_materials/init.lua
Executable file → Normal file
@ -35,7 +35,7 @@ minetest.register_craftitem("mesecons_materials:silicon", {
|
||||
minetest.register_craft({
|
||||
output = "mesecons_materials:silicon 4",
|
||||
recipe = {
|
||||
{"default:sand", "default:sand"},
|
||||
{"default:sand", "default:steel_ingot"},
|
||||
{"group:sand", "group:sand"},
|
||||
{"group:sand", "default:steel_ingot"},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user