mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-13 05:50:18 +01:00
Fix typo in one of the cactus checker crafting recipes
This typo didn't affect the actual function of the crafting recipe since `moreblocks:cactuschecker` is aliased to `moreblocks:cactus_checker`. This closes #185.
This commit is contained in:
parent
f8a7d66403
commit
fe34e3f3cd
|
@ -554,7 +554,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "moreblocks:cactuschecker 4",
|
||||
output = "moreblocks:cactus_checker 4",
|
||||
recipe = {
|
||||
{"default:stone", "default:cactus"},
|
||||
{"default:cactus", "default:stone"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user