starlit  Diff

Differences From Artifact [49c5f4ea72]:

To Artifact [9fe2b3bf5d]:


   171    171   			thin_branches = true;
   172    172   
   173    173   			fruit = 'starlit_eco:lambent_pine_bulb';
   174    174   			fruit_chance = 0;
   175    175   		};
   176    176   		decorate = {
   177    177   			{ biomes = {'starlit:forest'};
   178         -				place_on = 'starlit:greengraze';
          178  +				place_on = {'starlit:greengraze'};
   179    179   				fill_ratio = 0.004;
   180         -				y_min = -30, y_max = 500;
          180  +				y_min = 0, y_max = 500;
   181    181   				seed = 0xe8190e;
   182    182   			};
   183    183   			{ biomes = {'starlit:steppe'};
   184         -				place_on = 'starlit:greengraze';
          184  +				place_on = {'starlit:greengraze'};
   185    185   				fill_ratio = 0.002;
   186         -				y_min = -30, y_max = 500;
          186  +				y_min = 0, y_max = 500;
   187    187   				seed = 0xe8190e;
   188    188   			};
   189    189   		};
   190    190   	};
   191    191   
   192    192   	['starlit_eco:starblossom'] = {
   193    193   		def = {
................................................................................
   205    205   			iterations = 13;
   206    206   			random_level = 5;
   207    207   		};
   208    208   		decorate = {
   209    209   			{ biomes = {'starlit:forest'};
   210    210   				place_on = 'starlit:greengraze';
   211    211   				fill_ratio = 0.001;
   212         -				y_min = -20, y_max = 512;
          212  +				y_min = 0, y_max = 512;
   213    213   			};
   214    214   		};
   215    215   	};
   216    216   }
   217    217   
   218    218   minetest.register_abm {
   219    219   	label = "lambent pine fruiting";