mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-11-04 07:15:32 +01:00 
			
		
		
		
	Fix ugly looking fakegrass (#51)
This commit is contained in:
		@@ -76,7 +76,7 @@ building_blocks_stairs("building_blocks:Adobe", {
 | 
				
			|||||||
})
 | 
					})
 | 
				
			||||||
local grasstex = {"[combine:16x16^[noalpha^[colorize:#006400"}
 | 
					local grasstex = {"[combine:16x16^[noalpha^[colorize:#006400"}
 | 
				
			||||||
if minetest.get_modpath("default") then
 | 
					if minetest.get_modpath("default") then
 | 
				
			||||||
	grasstex = minetest.registered_nodes["default:dirt_with_grass"].tiles
 | 
						grasstex = {"default_grass.png", "default_dirt.png", "default_dirt.png^default_grass_side.png"}
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
building_blocks_stairs("building_blocks:fakegrass", {
 | 
					building_blocks_stairs("building_blocks:fakegrass", {
 | 
				
			||||||
	tiles = grasstex,
 | 
						tiles = grasstex,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user