SmallJoker
2022-10-25 c40189eabf663eb142e5da8107a570c4a0018642
technic/crafts.lua
@@ -174,7 +174,6 @@
   },
})
minetest.register_craft({
   output = "default:dirt 2",
   type = "shapeless",
@@ -186,3 +185,25 @@
      "group:sand",
   },
})
minetest.register_craft({
   output = "technic:rubber_goo",
   type = "shapeless",
   recipe = {
      "technic:raw_latex",
      "default:coal_lump",
      "default:coal_lump",
      "default:coal_lump",
      "default:coal_lump",
      "default:coal_lump",
      "default:coal_lump",
      "default:coal_lump",
      "default:coal_lump",
   },
})
minetest.register_craft({
   output = "technic:rubber",
   type = "cooking",
   recipe = "technic:rubber_goo",
})