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