From 9b7c44b4530bf82790af495ac574a998656cade9 Mon Sep 17 00:00:00 2001
From: SmallJoker <mk939@ymail.com>
Date: Sun, 29 Jan 2023 13:11:37 +0100
Subject: [PATCH] Wrench: Fix node registration from other mods

---
 wrench/support.lua |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/wrench/support.lua b/wrench/support.lua
index 21aebfc..78ffa03 100644
--- a/wrench/support.lua
+++ b/wrench/support.lua
@@ -15,12 +15,10 @@
 	inventory is always stored (Ex. active state for machines)
 --]]
 
-wrench.META_TYPE_INT = 0
 wrench.META_TYPE_FLOAT = 1
 wrench.META_TYPE_STRING = 2
 
-local INT, STRING, FLOAT  =
-	wrench.META_TYPE_INT,
+local STRING, FLOAT  =
 	wrench.META_TYPE_STRING,
 	wrench.META_TYPE_FLOAT
 

--
Gitblit v1.8.0