From bce5306abea765fed1fdfeb775ed3abd21ff2863 Mon Sep 17 00:00:00 2001
From: SmallJoker <mk939@ymail.com>
Date: Sun, 19 Jun 2022 16:50:20 +0200
Subject: [PATCH] Fix Mining Drill Mk1 not drilling

---
 technic/items.lua |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/technic/items.lua b/technic/items.lua
index cf57229..d1565d7 100644
--- a/technic/items.lua
+++ b/technic/items.lua
@@ -134,6 +134,11 @@
 	sounds = default.node_sound_stone_defaults(),
 })
 
+minetest.register_craftitem("technic:rubber_goo", {
+	description = S("Rubber Goo"),
+	inventory_image = "technic_rubber_goo.png",
+})
+
 for p = 0, 35 do
 	local nici = (p ~= 0 and p ~= 7 and p ~= 35) and 1 or nil
 	local psuffix = p == 7 and "" or p

--
Gitblit v1.8.0