mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +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:
@ -47,5 +47,5 @@ minetest.register_craft({
|
||||
output = "mesecons_blinkyplant:blinky_plant_off 1",
|
||||
recipe = { {"","group:mesecon_conductor_craftable",""},
|
||||
{"","group:mesecon_conductor_craftable",""},
|
||||
{"default:sapling","default:sapling","default:sapling"}}
|
||||
{"group:sapling","group:sapling","group:sapling"}}
|
||||
})
|
||||
|
Reference in New Issue
Block a user