mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Upgraded hybrid mesecons
- Upgraded mesecons mod while adding old mesecons_compatibility to provide doors' redefinition. NOTE: Every change in the doors' definition must now be recopied here!
This commit is contained in:
@ -14,7 +14,7 @@ minetest.register_craftitem("mesecons_materials:fiber", {
|
||||
minetest.register_craft({
|
||||
output = "mesecons_materials:glue 2",
|
||||
type = "cooking",
|
||||
recipe = "default:sapling",
|
||||
recipe = "group:sapling",
|
||||
cooktime = 2
|
||||
})
|
||||
|
||||
@ -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