mirror of
git://repo.or.cz/minetest_schemedit.git
synced 2025-01-08 17:10:32 +01:00
Add use_texture_alpha="clip" for void
This commit is contained in:
parent
e19d5e0bfa
commit
b8e5c5cda7
1
init.lua
1
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",
|
||||
|
Loading…
Reference in New Issue
Block a user