forked from minetest-mods/mesecons
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