mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-31 19:45:27 +01:00 
			
		
		
		
	fix crash from bad "pink" translation reference
This commit is contained in:
		| @@ -248,9 +248,6 @@ minetest.register_lbm({ | ||||
| 		end | ||||
|  | ||||
| 		local metadye = "medium_"..color | ||||
| 		if color == "pink" then | ||||
| 			metadye = "light_red" | ||||
| 		end | ||||
| 		if color == "white" then | ||||
| 			metadye = "white" | ||||
| 		end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user