1
0
鏡像自 https://github.com/minetest-mods/technic.git 已同步 2025-09-18 13:40:35 +02:00

use clear_craft (#339)

* use clear_craft

* fix it

* Update grinder_recipes.lua
此提交包含在:
DS
2017-04-12 21:14:35 +02:00
提交者 Vanessa Ezekowitz
父節點 39bfb76cfb
當前提交 970f608078
共有 2 個檔案被更改,包括 18 行新增29 行删除

查看文件

@@ -30,8 +30,7 @@ local recipes = {
}
-- defuse the sandstone -> 4 sand recipe to avoid infinite sand bugs (also consult the inverse compressor recipe)
minetest.register_craft({
output = "default:sandstone 0",
minetest.clear_craft({
recipe = {
{'default:sandstone'}
},