mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-02 23:00:22 +02:00
use group:stick instead of default:sticks in all recipes, all sub-mods.
This commit is contained in:
@ -96,7 +96,7 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{"", "", "", },
|
||||
{"stairs:slab_wood", "stairs:slab_wood", "stairs:slab_wood", },
|
||||
{"default:stick", "", "default:stick", }
|
||||
{"group:stick", "", "group:stick", }
|
||||
}
|
||||
})
|
||||
|
||||
@ -105,7 +105,7 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{"", "", "", },
|
||||
{"moreblocks:slab_wood", "moreblocks:slab_wood", "moreblocks:slab_wood", },
|
||||
{"default:stick", "", "default:stick", }
|
||||
{"group:stick", "", "group:stick", }
|
||||
}
|
||||
})
|
||||
|
||||
@ -114,7 +114,7 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{"", "", "", },
|
||||
{"group:wood_slab", "group:wood_slab", "group:wood_slab", },
|
||||
{"default:stick", "", "default:stick", }
|
||||
{"group:stick", "", "group:stick", }
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user