Install Steam						
					
				
				
									login
											 | 
						language
						
																																					简体中文 (Simplified Chinese)
																													繁體中文 (Traditional Chinese)
																													日本語 (Japanese)
																													한국어 (Korean)
																													ไทย (Thai)
																													Български (Bulgarian)
																													Čeština (Czech)
																													Dansk (Danish)
																													Deutsch (German)
																																							Español - España (Spanish - Spain)
																													Español - Latinoamérica (Spanish - Latin America)
																													Ελληνικά (Greek)
																													Français (French)
																													Italiano (Italian)
																													Bahasa Indonesia (Indonesian)
																													Magyar (Hungarian)
																													Nederlands (Dutch)
																													Norsk (Norwegian)
																													Polski (Polish)
																													Português (Portuguese - Portugal)
																													Português - Brasil (Portuguese - Brazil)
																													Română (Romanian)
																													Русский (Russian)
																													Suomi (Finnish)
																													Svenska (Swedish)
																													Türkçe (Turkish)
																													Tiếng Việt (Vietnamese)
																													Українська (Ukrainian)
																									Report a translation problem
							
						
 
											 
													


 
						 
						 
						

 
			





at least gic weapons
the item frames dont work with food when the Food Rot Bars mod is installed. to fix it, add this to line 430:
if itemRoot and itemRoot.config.itemAgingScripts then drawables = {drawables[1]} end
and add these to lines 432, 433, and 434:
if string.sub(drawable.image, 1, 1) ~= "/" then --apply full directory path
drawable.image = itemRoot.directory..drawable.image
end
The new line 430 prevents it from rendering the rot bar with the food, and the other lines give it the directory for the image. We check for itemRoot because saplings are evil