diff options
author | root <root@linux-forks.de> | 2018-07-19 19:44:13 +0200 |
---|---|---|
committer | root <root@linux-forks.de> | 2018-07-19 19:44:13 +0200 |
commit | aaf20dcc464966c3565d5ceef23c1170b9c430b0 (patch) | |
tree | d1d6b84237d0f64261e83513c24e364f87922eef /utensils.lua | |
parent | 48422e26c9f7bc50eb2d70601230172c842410ea (diff) | |
parent | 8606b41c95b36973f0e8901cd0868290aedc018f (diff) |
Merge https://notabug.org/TenPlus1/Farming
Diffstat (limited to 'utensils.lua')
-rw-r--r-- | utensils.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utensils.lua b/utensils.lua index 855af90..35fe7ed 100644 --- a/utensils.lua +++ b/utensils.lua @@ -147,3 +147,12 @@ minetest.register_craft({ {"", "default:glass", ""}, } }) + +minetest.register_craft( { + type = "shapeless", + output = "vessels:glass_fragments", + recipe = { + "farming:mixing_bowl", + "farming:mixing_bowl", + }, +}) |