From 6194cf7610bbdc63ec635522ed81f0b1d798785e Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Fri, 03 Sep 2021 15:27:47 +0200
Subject: [PATCH] Merge branch 'master' into xno_tree_trap

---
 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