Thanks for the suggestion.These sound interesting, but some pics or a yt video of them in action might encourage people to add them.
Have you placed your Land Claim Block? Might try destroying it and placing a new one. Sounds like that may be the problem. But, Idk.Finally got around to playing again since I added the blade trap upgrade mod. I love the idea of it and haven't honestly tested the new traps yet, but it seems I can no longer pick my traps up. I even spawned in some new vanilla traps and then some of yours and I couldn't pick any of them up.
I wanna gonna pick mine up and use them to craft the new ones, but when I hold E on them, I get the cursor popping up, but the center area around it is blank.
EDIT- Well, I removed the mod to test it, and I still can't pick my traps up. So, not sure what is wrong.
Hello,Can someone help me, I wanna farm snowberrys , I have the modlet and enough berry but it is still not letting me craft. What do I need to unlock. I have lvl 2 of Living of the Land and yes the modlet was installed from the start of the world
<configs>
<append xpath="/progression/perks/perk[@name='perkLivingOffTheLand']/effect_group/passive_effect[@level='1,5']/@tags">,plantedSnowberry1</append>
</configs>
<configs>
<append xpath="/recipes">
<recipe name="plantedSnowberry1" count="1" craft_time="1" [color="#FFD700"]tags="learnable"[/color]>
<ingredient name="resourceCropSnowberryPlant" count="4"/>
</recipe>
</append>
</configs>
Thank you very much for trying to help, but it looks like re-adding progression.xml file helped. At least it helped me and the recipe shows as active now. PS: I had Living of the Land perk upgraded to the max before doing this, so it should work for others too.You may be able to change the recipe call and remove the "learnable" tag as a quick fix , but i do think the deletion of progression xml may have been an accident.
Code:<configs> <append xpath="/recipes"> <recipe name="plantedSnowberry1" count="1" craft_time="1" [color="#FFD700"]tags="learnable"[/color]> <ingredient name="resourceCropSnowberryPlant" count="4"/> </recipe> </append> </configs>
Well, I looked it up on his github directly and "rescued" the deleted content, so it's the original file and not my creation. I simply copied its content, created progression.xml file and pasted that content into that file and saved it into Config directory of this mod in my game.Perhaps Sinz is not aware of this he/she has not been active on forums as of late
Hopefully your supplying the progression xml code will work for all others .. fingers crossed
1. In your game directory, you need to open the directory where you have this mod installed. In my case it is Mods\Snow Berry Farming.Im not sure where Im reading that bit of code any help I would be very greatful
<configs>
<append xpath="/progression/perks/perk[@name='perkLivingOffTheLand']/effect_group/passive_effect[@level='1,5']/@tags">,plantedSnowberry1</append>
</configs>