mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-22 07:13:48 +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, {
|
minetest.register_node(node_name..idx, {
|
||||||
description = description,
|
description = description,
|
||||||
tiles = tiles_data,
|
tiles = tiles_data,
|
||||||
|
use_texture_alpha = "clip",
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
drop = node_name,
|
drop = node_name,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user