Plantable / Farmable Snowberries

dire_insomniac

New member
With the new food recipes there are more things that need snowberries, but they are hard to come across in the wild. It would be nice if we could plant and farm them like the other crop items.

 
I have found myself punching every snowberry I come across in my travels, I managed to collect over 200 before unlocking the recipes but it would be nice to be able to grow our own, I also see why TFP may want them to be a limited amount in the world.

 
There are tons of them everywhere. However being a single/co-op player not multiplayer, knowing how multiplayer works there propably should be a way to get snowberries after the finite resources end and map is exhausted. Simply regenerating terrain is not immersion friendly.

 
there are 2 files you need to edit to make this happen

first add the following to your recipes xml file :

<recipe name="plantedSnowberry1" count="1" craft_time="1">

<ingredient name="resourceCropSnowberryPlant" count="4"/>

</recipe>

secondly you need to find this line in your blocks xml file :

<property name="PlantGrowing.Next" value="plantedSnowberry3Harvest"/>

and replace it with :

<property name="PlantGrowing.Next" value="plantedSnowberry3HarvestPlayer"/>

after that you are good to go

 
Back
Top