sfence
2022-11-04 66e20a9231b9fea823f9b683e495c57ef9a4ad41
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",
})