mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
Mapping kit recipe: Use "group:stick" instead of "default:stick"
This commit is contained in:
parent
02e2cab375
commit
eaf6eac723
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ minetest.register_craftitem("map:mapping_kit", {
|
|||
minetest.register_craft({
|
||||
output = "map:mapping_kit",
|
||||
recipe = {
|
||||
{"default:glass", "default:paper", "default:stick"},
|
||||
{"default:glass", "default:paper", "group:stick"},
|
||||
{"default:steel_ingot", "default:paper", "default:steel_ingot"},
|
||||
{"group:wood", "default:paper", "dye:black"},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue