forked from nalc/homedecor_modpack
get rid of inventorycube() calls
they're obsolete and annoying in combo with current inventory hover animations
This commit is contained in:
parent
ddcb08fe62
commit
228e25e123
|
@ -60,7 +60,6 @@ building_blocks_stairs("building_blocks:grate", {
|
|||
drawtype = "glasslike",
|
||||
description = S("Grate"),
|
||||
tiles = {"building_blocks_grate.png"},
|
||||
inventory_image = minetest.inventorycube("building_blocks_grate.png"),
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
is_ground_content = true,
|
||||
|
@ -98,7 +97,6 @@ minetest.register_node("building_blocks:smoothglass", {
|
|||
drawtype = "glasslike",
|
||||
description = S("Streak Free Glass"),
|
||||
tiles = {"building_blocks_sglass.png"},
|
||||
inventory_image = minetest.inventorycube("building_blocks_sglass.png"),
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
is_ground_content = true,
|
||||
|
@ -109,7 +107,6 @@ minetest.register_node("building_blocks:woodglass", {
|
|||
drawtype = "glasslike",
|
||||
description = S("Wood Framed Glass"),
|
||||
tiles = {"building_blocks_wglass.png"},
|
||||
inventory_image = minetest.inventorycube("building_blocks_wglass.png"),
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
is_ground_content = true,
|
||||
|
@ -226,4 +223,4 @@ minetest.register_node("building_blocks:Fireplace", {
|
|||
sunlight_propagates = true,
|
||||
is_ground_content = true,
|
||||
groups = {cracky=2},
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user