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:
@ -33,7 +33,7 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{"", "", "", },
|
||||
{"stairs:slab_wood", "stairs:slab_wood", "", },
|
||||
{"default:stick", "default:stick", "", }
|
||||
{"group:stick", "group:stick", "", }
|
||||
}
|
||||
})
|
||||
|
||||
@ -42,7 +42,7 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{"", "", "", },
|
||||
{"moreblocks:slab_wood", "moreblocks:slab_wood", "", },
|
||||
{"default:stick", "default:stick", "", }
|
||||
{"group:stick", "group:stick", "", }
|
||||
}
|
||||
})
|
||||
|
||||
@ -51,7 +51,7 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{"", "", "", },
|
||||
{"group:wood_slab", "group:wood_slab", "", },
|
||||
{"default:stick", "default:stick", "", }
|
||||
{"group:stick", "group:stick", "", }
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user