mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 05:50:17 +02:00
Use group:sapling for all recipes
This commit is contained in:
@ -26,6 +26,6 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{"group:mesecon_conductor_craftable"},
|
||||
{"group:mesecon_conductor_craftable"},
|
||||
{"default:sapling"},
|
||||
{"group:sapling"},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user