fork 自 mtcontrib/plantlife_modpack
adds a wool recipe for cotton
此提交包含在:
@@ -135,3 +135,12 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "wool:white 2",
|
||||
recipe = {
|
||||
{'', '', ''},
|
||||
{'flowers:cotton', 'flowers:cotton', ''},
|
||||
{'flowers:cotton', 'flowers:cotton', ''},
|
||||
}
|
||||
})
|
||||
|
||||
|
新增問題並參考
封鎖使用者