mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 22:06:03 +02:00
Use group:sapling for all recipes
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