changed hammer crafting recipe (collision with screwdriver)
This commit is contained in:
parent
3542c9e814
commit
620666658a
@ -142,8 +142,9 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = "xdecor:hammer",
|
||||
recipe = {
|
||||
{"default:steel_ingot"},
|
||||
{"group:stick"}
|
||||
{"default:steel_ingot","group:stick","default:steel_ingot"},
|
||||
{"", "group:stick", ""},
|
||||
{"", "group:stick", ""}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user