From b8e5c5cda7835f52f25940448daa14fb1c34211c Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 2 Apr 2021 23:20:09 +0200 Subject: [PATCH] Add use_texture_alpha="clip" for void --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index fd4d3f0..f35baad 100644 --- a/init.lua +++ b/init.lua @@ -1197,6 +1197,7 @@ minetest.register_node("schemedit:void", { _doc_items_longdesc = S("This is an utility block used in the creation of schematic files. It should be used together with a schematic creator. When saving a schematic, all nodes with a schematic void will be left unchanged when the schematic is placed again. Technically, this is equivalent to a block with the node probability set to 0."), _doc_items_usagehelp = S("Just place the schematic void like any other block and use the schematic creator to save a portion of the world."), tiles = { "schemedit_void.png" }, + use_texture_alpha = "clip", drawtype = "nodebox", is_ground_content = false, paramtype = "light",