Fix missed instance of rifle misspelling
This commit is contained in:
parent
a66d856d83
commit
6aa5eecff5
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -72,7 +72,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "shooter:riffle 1 65535",
|
||||
output = "shooter:rifle 1 65535",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "", ""},
|
||||
{"", "default:bronze_ingot", ""},
|
||||
|
|
Loading…
Reference in a new issue