From f6325f51055bbf95322ffa065333c243aee159b8 Mon Sep 17 00:00:00 2001 From: FreeGamers Date: Sat, 6 Jun 2020 03:23:14 -0500 Subject: [PATCH] remove void chest infotext --- mods/void_chest/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/void_chest/init.lua b/mods/void_chest/init.lua index d7d8ca1..0dd2af8 100644 --- a/mods/void_chest/init.lua +++ b/mods/void_chest/init.lua @@ -23,7 +23,6 @@ minetest.register_node("void_chest:void_chest", { "listring[current_player;main]" .. default.get_hotbar_bg(0,4.85)) - meta:set_string("infotext", "Void Chest") end, on_metadata_inventory_move = function(pos, from_list, from_index, to_list, to_index, count, player) minetest.log("action", player:get_player_name()..