mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-21 23:03:46 +01:00
gravelsieve: use_texture_alpha = "clip"
This commit is contained in:
parent
4025e001f0
commit
4bd27c544a
@ -465,6 +465,7 @@ for idx = 0,4 do
|
||||
minetest.register_node(node_name..idx, {
|
||||
description = description,
|
||||
tiles = tiles_data,
|
||||
use_texture_alpha = "clip",
|
||||
drawtype = "nodebox",
|
||||
drop = node_name,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user