forked from VoxeLibre/VoxeLibre
Simplify arrow textures
This commit is contained in:
parent
e0cb50a279
commit
f0c86debb3
|
@ -29,7 +29,7 @@ minetest.register_node("mcl_throwing:arrow_box", {
|
||||||
{7.5/17, -2.5/17, -2.5/17, 8.5/17, -3.5/17, -3.5/17},
|
{7.5/17, -2.5/17, -2.5/17, 8.5/17, -3.5/17, -3.5/17},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tiles = {"mcl_throwing_arrow.png", "mcl_throwing_arrow.png", "mcl_throwing_arrow_back.png", "mcl_throwing_arrow_front.png", "mcl_throwing_arrow_2.png", "mcl_throwing_arrow.png"},
|
tiles = {"mcl_throwing_arrow.png^[transformFX", "mcl_throwing_arrow.png^[transformFX", "mcl_throwing_arrow_back.png", "mcl_throwing_arrow_front.png", "mcl_throwing_arrow.png", "mcl_throwing_arrow.png^[transformFX"},
|
||||||
groups = {not_in_creative_inventory=1},
|
groups = {not_in_creative_inventory=1},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 184 B |
Binary file not shown.
Before Width: | Height: | Size: 184 B |
Loading…
Reference in New Issue