forked from minetest-mods/mesecons
adjust wield scale of hydroturbine, give it proper inv img
This commit is contained in:
parent
78782c9b2b
commit
30c28d882f
@ -7,6 +7,8 @@ minetest.register_node("mesecons_hydroturbine:hydro_turbine_off", {
|
||||
drawtype = "mesh",
|
||||
mesh = "jeija_hydro_turbine.obj",
|
||||
tiles = {"jeija_hydro_turbine_off.png"},
|
||||
inventory_image = "jeija_hydro_turbine_inv.png",
|
||||
wield_scale = {x=0.75, y=0.75, z=0.75},
|
||||
groups = {dig_immediate=2},
|
||||
description="Water Turbine",
|
||||
paramtype = "light",
|
||||
@ -23,7 +25,9 @@ minetest.register_node("mesecons_hydroturbine:hydro_turbine_off", {
|
||||
minetest.register_node("mesecons_hydroturbine:hydro_turbine_on", {
|
||||
drawtype = "mesh",
|
||||
mesh = "jeija_hydro_turbine.obj",
|
||||
wield_scale = {x=0.75, y=0.75, z=0.75},
|
||||
tiles = {"jeija_hydro_turbine_on.png"},
|
||||
inventory_image = "jeija_hydro_turbine_inv.png",
|
||||
drop = "mesecons_hydroturbine:hydro_turbine_off 1",
|
||||
groups = {dig_immediate=2,not_in_creative_inventory=1},
|
||||
description="Water Turbine",
|
||||
|
BIN
mesecons_hydroturbine/textures/jeija_hydro_turbine_inv.png
Normal file
BIN
mesecons_hydroturbine/textures/jeija_hydro_turbine_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Loading…
Reference in New Issue
Block a user