Globox1997 / JobsAddon

https://modrinth.com/mod/jobsaddon
https://www.curseforge.com/minecraft/mc-mods/jobsaddon
GNU General Public License v3.0
2 stars 7 forks source link

[Compat] JobsAddon with Farmer's Delight #7

Closed CasualJeremy closed 1 year ago

CasualJeremy commented 1 year ago

I've tried to create a datapack that supports Farmer's Delight crops for the Farming profession but nothing works. I got the wild variations of the plants (Wild Cabbage, Wild Onion... etc) to work properly but the crops themselves don't produce any experience. I've attached my configuration below for reference.

File location: datapack\data\jobsaddon\farmer\farmersdelight.json

Uploaded as a .txt because Github doesn't support .json uploads farmersdelight.txt

xR4YM0ND commented 1 year ago

you need a new folder in datapack/data/jobsaddon/tags/items/farmer_breaking_items.json In there make the json like so:

farmer_breaking_items json

The farmer_job.json should look like this: ( only items & crafting ) farmer_job json

CasualJeremy commented 1 year ago

Perfect, thank you!