JobsAddon

JobsAddon

347k Downloads

[Compat] JobsAddon with Farmer's Delight

CasualJeremy opened this issue · 2 comments

commented

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

commented

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

commented

Perfect, thank you!