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