remove void chest infotext

master
FreeGamers 2020-06-06 03:23:14 -05:00
parent 8e0a3311f3
commit f6325f5105
1 changed files with 0 additions and 1 deletions

View File

@ -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()..