Skip to content

Commit

Permalink
fix craft typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkien3 committed Dec 13, 2022
1 parent d88b3f3 commit 7261fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/policetools/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ if minetest.get_modpath("basic_materials") then
recipe = {
{'', '', 'basic_materials:steel_bar'},
{'', 'basic_materials:steel_bar', ''},
{'basic_materials:steel_bar', 'dye_black','default:steel_ingot'},
{'basic_materials:steel_bar', 'dye:black','default:steel_ingot'},
}
})
else
Expand Down

0 comments on commit 7261fcf

Please sign in to comment.