Add ability for soil to change crop drops.
4Magma opened this issue ยท 3 comments
Hi,
i try to make a (private) datapack for mystical agriculture (ma)
- ma-farmland and crops are divided in tier 1 - 5
- a crop on normal farmland drops 1 essence
- drop chance increased by 10% on ma-farmland
- drop chance increased by 20% on ma-farmland with same tier
suggestion:
- add "category"-key under "results"
- only apply result if soil belongs to this category
example: gold (tier3)
in farmland-json-files:
- tier 1: "categories": ["farmland", "ma-farmland", "ma-farmland-1"]
- tier 2: "categories": ["farmland", "ma-farmland", "ma-farmland-2"]
- tier 3: "categories": ["farmland", "ma-farmland", "ma-farmland-3"]
- tier 4: "categories": ["farmland", "ma-farmland", "ma-farmland-4"]
- tier 5: "categories": ["farmland", "ma-farmland", "ma-farmland-5"]
in gold.json:
- "categories": ["farmland", "ma-farmland"]
- "results" (simplified):
- "chance": 1 # farmland
- "chance": 0.1, "category": "ma-farmland" # extra 10% on ma-farmland
- "chance": 0.1, "category": "ma-farmland-3" # extra 10% on same tier
Hi,
i try to make a (private) datapack for mystical agriculture (ma)
Hello @4Magma,
Would you be willing to share your settings for MA ? I would be interested in having support for Botany Pots and Mystical Agriculture as well.
Thanks !
sorry, doesn't play currently so ignored github mail
- seeds: only from main mod (all same speed)
- soils: mc + all 5 tiers (faster, but mc fast enough)
path with openloader: openloader/data/{name1}/data/{name2}/recipes
{name1} and {name2} are free to choose
pack.mcmeta with this content in first {name1} folder
{
"pack": {
"pack_format": 1,
"description": "Mystical Agriculture x Botanypots"
}
}