forked from VoxeLibre/VoxeLibre
Fix texture warnings in torches
This commit is contained in:
parent
10a857bb3f
commit
40fb4a1299
|
@ -171,6 +171,7 @@ function mcl_torches.register_torch(def)
|
||||||
light_source = def.light,
|
light_source = def.light,
|
||||||
groups = groups,
|
groups = groups,
|
||||||
drop = def.drop or itemstring,
|
drop = def.drop or itemstring,
|
||||||
|
use_texture_alpha = "clip",
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
wall_bottom = {-2/16, -0.5, -2/16, 2/16, 1/16, 2/16},
|
wall_bottom = {-2/16, -0.5, -2/16, 2/16, 1/16, 2/16},
|
||||||
|
|
Loading…
Reference in New Issue