mirror of
https://github.com/APercy/airutils.git
synced 2025-03-21 18:41:21 +00:00
fix wind indicator texture on mineclone2
This commit is contained in:
parent
0533fb6b48
commit
4475e4210b
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ minetest.register_entity("airutils:wind_indicator",{
|
||||||
minetest.register_node("airutils:wind",{
|
minetest.register_node("airutils:wind",{
|
||||||
description = "Wind Direction Indicator",
|
description = "Wind Direction Indicator",
|
||||||
waving = 1,
|
waving = 1,
|
||||||
tiles = {"default_tin_block.png","default_tin_block.png","default_tin_block.png","default_tin_block.png","default_tin_block.png","default_tin_block.png"},
|
tiles = {"default_steel_block.png","default_steel_block.png","default_steel_block.png","default_steel_block.png","default_steel_block.png","default_steel_block.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "leveled",
|
paramtype2 = "leveled",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue