1
0
镜像自地址 https://github.com/minetest-mods/moreblocks.git 已同步 2025-10-16 08:15:20 +02: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.
这个提交包含在:
Hugo Locurcio
2021-11-01 17:33:05 +01:00
父节点 f8a7d66403
当前提交 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"},