G
Guest
Guest
That was about 30+ minutes of flying around the Desert in God Mode to see what was appearing.
I also have Bee Hives mod installed and they will be competing to spawn a little as well.
I found:
15 tomatoes. They stick out like a sore thumb in the dark and are easy to see in the day as well.
3 jalapenos. I went alongside some Biome borders at times.
9 red peppers.
3 pineapples.
1 turnip. Biome border again.
Tricky to see at any time of day.


The pineapple, tomato, and pepper go through this spawning process.
They start as a snake (entity) and then change into a fixed plant (block) which can then be harvested as an item. This allows them to be dynamic and keep reappearing from time to time randomly.
However, they have not been tested to the full and tweaking the spawn values is still necessary based on feedback. Thank you for your feedback about this.
If you go to the spawning.xml file in the Hydroponic Farm folder we can see this entry.
<append xpath="/spawning/biome[@name='desert']">
<spawn maxcount="1" respawndelay="3" time="Any" entitygroup="DesertPlants" />
</append>
This tells the game how many to spawn and how often to spawn. The pepper and tomato spawned a lot more than the pineapple with the tomato being at crazy levels. Even though they are all set to spawn at the same amount, the game does not always follow the rules for whatever reason.
Here are two things you can try:
1. If you are happy that enough Desert plants like this are appearing overall but just want some more pineapple in the mix then go to the entitygroups.xml in the Hydroponic Mod and use these values:
<!-- Day/Night Group Desert -->
<entitygroup name="DesertPlants">
<entity name="animalWildPepper" prob="0.33"/>
<entity name="animalWildPineapple" prob="1.0"/>
<entity name="animalWildTomato" prob="0.2"/>
</entitygroup>
Based on what I found, tomatoes appeared 5 times more than pineapples. Peppers appeared 3 time more than pineapples.
Maybe these values will help balanced things out a little if you are experiencing something similar to this. I have no idea why there would be such a high ratio of tomatos to pineapples over a reasonable high test volume BUT sometimes that is just the way the game is. Maybe these values will settle things down and be more proportional. If your own spawning experience is different based on the mix of mods you have, then these values can be further edited.
2. If you are not happy with the overall amount of desert spawning, you can edit the spawning.xml file to something like:
<append xpath="/spawning/biome[@name='desert']">
<spawn maxcount="2" respawndelay="1.5" time="Any" entitygroup="DesertPlants" />
</append>
This will spawn double the amount of desert fruit/veg. It will respawn them in half the time. 1.5 equates to one and a half game days (based on the explanation given in the default game files).
Trying both of these things at the same time, and seeing how things go for a few days will let you see if they are balancing out in what appears and how often they appear.
Please share further feedback on any testing you do as this will allow us to set those values for the future as what is uploaded for everyone to use.
If you want to share your community server IP, I can visit for a few days and see how things are working out.
I also have Bee Hives mod installed and they will be competing to spawn a little as well.
I found:
15 tomatoes. They stick out like a sore thumb in the dark and are easy to see in the day as well.
3 jalapenos. I went alongside some Biome borders at times.
9 red peppers.
3 pineapples.
1 turnip. Biome border again.
Tricky to see at any time of day.


The pineapple, tomato, and pepper go through this spawning process.
They start as a snake (entity) and then change into a fixed plant (block) which can then be harvested as an item. This allows them to be dynamic and keep reappearing from time to time randomly.
However, they have not been tested to the full and tweaking the spawn values is still necessary based on feedback. Thank you for your feedback about this.
If you go to the spawning.xml file in the Hydroponic Farm folder we can see this entry.
<append xpath="/spawning/biome[@name='desert']">
<spawn maxcount="1" respawndelay="3" time="Any" entitygroup="DesertPlants" />
</append>
This tells the game how many to spawn and how often to spawn. The pepper and tomato spawned a lot more than the pineapple with the tomato being at crazy levels. Even though they are all set to spawn at the same amount, the game does not always follow the rules for whatever reason.
Here are two things you can try:
1. If you are happy that enough Desert plants like this are appearing overall but just want some more pineapple in the mix then go to the entitygroups.xml in the Hydroponic Mod and use these values:
<!-- Day/Night Group Desert -->
<entitygroup name="DesertPlants">
<entity name="animalWildPepper" prob="0.33"/>
<entity name="animalWildPineapple" prob="1.0"/>
<entity name="animalWildTomato" prob="0.2"/>
</entitygroup>
Based on what I found, tomatoes appeared 5 times more than pineapples. Peppers appeared 3 time more than pineapples.
Maybe these values will help balanced things out a little if you are experiencing something similar to this. I have no idea why there would be such a high ratio of tomatos to pineapples over a reasonable high test volume BUT sometimes that is just the way the game is. Maybe these values will settle things down and be more proportional. If your own spawning experience is different based on the mix of mods you have, then these values can be further edited.
2. If you are not happy with the overall amount of desert spawning, you can edit the spawning.xml file to something like:
<append xpath="/spawning/biome[@name='desert']">
<spawn maxcount="2" respawndelay="1.5" time="Any" entitygroup="DesertPlants" />
</append>
This will spawn double the amount of desert fruit/veg. It will respawn them in half the time. 1.5 equates to one and a half game days (based on the explanation given in the default game files).
Trying both of these things at the same time, and seeing how things go for a few days will let you see if they are balancing out in what appears and how often they appear.
Please share further feedback on any testing you do as this will allow us to set those values for the future as what is uploaded for everyone to use.
If you want to share your community server IP, I can visit for a few days and see how things are working out.