mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-23 18:05:30 +01:00
bug fix and delete the stick override
and add in group:stick a craft_recipce
This commit is contained in:
@@ -201,7 +201,7 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = 'christmas_craft:wish_list',
|
||||
recipe = {'default:stick','default:mese_crystal','default:paper','dye:black'},
|
||||
recipe = {'group:stick','default:mese_crystal','default:paper','dye:black'},
|
||||
})
|
||||
|
||||
-- present box --
|
||||
|
||||
Reference in New Issue
Block a user