mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 22:06:03 +02:00
Use sapling instead of jungelgrass for power & blinky plant. Glue is made by cooking saplings.
This commit is contained in:
@ -37,7 +37,7 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{'','"group:mesecon_conductor_craftable"',''},
|
||||
{'','"group:mesecon_conductor_craftable"',''},
|
||||
{'"default:junglegrass"','"default:junglegrass"','"default:junglegrass"'},
|
||||
{'"default:sapling"','"default:sapling"','"default:sapling"'},
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user