Add use_texture_alpha="clip" for void

This commit is contained in:
Wuzzy 2021-04-02 23:20:09 +02:00
parent e19d5e0bfa
commit b8e5c5cda7
1 changed files with 1 additions and 0 deletions

View File

@ -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",