Vanessa Dannenberg 
							
						 
					 
					
						
						
							
						
						77093e428a 
					 
					
						
						
							
							use swap_node() where possible, for speed  
						
						
						
						
					 
					
						2018-10-25 10:27:54 -04:00 
						 
				 
			
				
					
						
							
							
								Auke Kok 
							
						 
					 
					
						
						
							
						
						0af7b69afa 
					 
					
						
						
							
							cleanfile run: remove trailing whitespace. 
						
						... 
						
						
						
						When it's this far out of hand you really need to clean up or else
everyone will be submitting patches with more whitespace problems. 
						
						
					 
					
						2018-02-17 16:28:43 -08:00 
						 
				 
			
				
					
						
							
							
								Auke Kok 
							
						 
					 
					
						
						
							
						
						1ccfeb6214 
					 
					
						
						
							
							Reduce usage of debug print statements for no good reason (console floods)  
						
						
						
						
					 
					
						2018-02-17 16:27:12 -08:00 
						 
				 
			
				
					
						
							
							
								LeMagnesium 
							
						 
					 
					
						
						
							
						
						824a77672c 
					 
					
						
						
							
							Fix two typos  
						
						
						
						
					 
					
						2018-02-10 17:17:09 +01:00 
						 
				 
			
				
					
						
							
							
								fat115 
							
						 
					 
					
						
						
							
						
						5ca1ed261e 
					 
					
						
						
							
							global i18n : add plantlife_i18n mod  
						
						... 
						
						
						
						idea taken from homedecor_modpack and its homedecor_i18n
all translated mods have a new dependency : plantlife_i18n
translations are stored in po/pot file : one file for all mods
added french translation (almost complete)
transfered de/es/tr/pt translations to corresponding .po file
(only for some mods, unfortunately translations are incomplete) 
						
						
					 
					
						2017-08-03 15:02:56 +02:00 
						 
				 
			
				
					
						
							
							
								Rogier 
							
						 
					 
					
						
						
							
						
						2ad8c73f66 
					 
					
						
						
							
							Fix trunks mod start failure if some type of trunk does not exist.  
						
						
						
						
					 
					
						2015-11-03 12:46:15 +01:00 
						 
				 
			
				
					
						
							
							
								Vanessa Ezekowitz 
							
						 
					 
					
						
						
							
						
						afb84c7cc9 
					 
					
						
						
							
							Look for default nodes when growing stuff on/around pine trees.  
						
						
						
						
					 
					
						2015-08-14 12:18:12 -04:00 
						 
				 
			
				
					
						
							
							
								Vanessa Ezekowitz 
							
						 
					 
					
						
						
							
						
						42732b0636 
					 
					
						
						
							
							split plants_lib off into its own repository  
						
						... 
						
						
						
						renamed it to biome_lib
changed all relevant functions, tables, depends.txt, etc. in this modpack to call for the new name. 
						
						
					 
					
						2015-08-09 10:37:50 -04:00 
						 
				 
			
				
					
						
							
							
								Vanessa Ezekowitz 
							
						 
					 
					
						
						
							
						
						e110b09920 
					 
					
						
						
							
							use default pines  
						
						
						
						
					 
					
						2015-07-19 16:38:32 -04:00 
						 
				 
			
				
					
						
							
							
								Vanessa Ezekowitz 
							
						 
					 
					
						
						
							
						
						01555c10c1 
					 
					
						
						
							
							better groups settings in trunks "twigs" and "moss" nodes  
						
						
						
						
					 
					
						2015-02-16 17:53:06 -05:00 
						 
				 
			
				
					
						
							
							
								Vanessa Ezekowitz 
							
						 
					 
					
						
						
							
						
						3eaf687da4 
					 
					
						
						
							
							OPTIMIZE _ALL_ THE TEXTURES! \:D/  
						
						
						
						
					 
					
						2015-01-23 14:08:08 -05:00 
						 
				 
			
				
					
						
							
							
								Vanessa Ezekowitz 
							
						 
					 
					
						
						
							
						
						d6e9d0a46e 
					 
					
						
						
							
							local-ize a couple more variables  
						
						
						
						
					 
					
						2014-11-20 11:48:57 -05:00 
						 
				 
			
				
					
						
							
							
								Vanessa Ezekowitz 
							
						 
					 
					
						
						
							
						
						2bab75fa9e 
					 
					
						
						
							
							stop crash from not-registered node being called for in trunks mod  
						
						
						
						
					 
					
						2014-09-06 13:06:24 -04:00 
						 
				 
			
				
					
						
							
							
								Vanessa Ezekowitz 
							
						 
					 
					
						
						
							
						
						b914e5395b 
					 
					
						
						
							
							use set_node(), not add_node()  
						
						... 
						
						
						
						don't use minetest.env:* method (deprecated), use minetest.* instead 
						
						
					 
					
						2014-08-15 19:34:15 -04:00 
						 
				 
			
				
					
						
							
							
								Vanessa Ezekowitz 
							
						 
					 
					
						
						
							
						
						da732bb18e 
					 
					
						
						
							
							use real function calls instead of the old string method where possible  
						
						... 
						
						
						
						(basically leaving only the old legacy mapgen calls still using the string method) 
						
						
					 
					
						2014-08-15 10:47:44 -04:00 
						 
				 
			
				
					
						
							
							
								Vanessa Ezekowitz 
							
						 
					 
					
						
						
							
						
						f3cdd1b7a1 
					 
					
						
						
							
							don't disable air checking in biome defs when it isn't necessary  
						
						... 
						
						
						
						doing so greatly slows down plants_lib by forcing the use of the legacy
mapgen code. 
						
						
					 
					
						2014-08-12 23:44:00 -04:00 
						 
				 
			
				
					
						
							
							
								Wuzzy 
							
						 
					 
					
						
						
							
						
						d56516de3a 
					 
					
						
						
							
							Cleanup node naming, node drops and inv. images  
						
						... 
						
						
						
						Descriptions of all nodes are (hopefully) in proper English now,
no more stupid non-descriptions like “Young2treebottom” etc.
Bush branches drop sticks, young tree trunks drop sticks, too. 
						
						
					 
					
						2014-08-12 16:07:43 -04:00 
						 
				 
			
				
					
						
							
							
								Vanessa Ezekowitz 
							
						 
					 
					
						
						
							
						
						3b7b242481 
					 
					
						
						
							
							Imported dryplants and ferns mods and all components of the Undergrowth modpack  
						
						
						
						
					 
					
						2014-08-12 15:08:11 -04:00