Biomes o' Plenty support for 1.10.2
lendrick opened this issue ยท 1 comments
I managed to get AgriCraft working on BoP soils, with this farmland_soil.json file:
{ "enabled": true, "path": "vanilla/soils/farmland_soil.json", "id": "farmland_soil", "name": "Farmland", "varients": [ { "item": "minecraft:farmland", "meta": 0, "tags": "", "ignoreMeta": true, "ignoreTags": [ "*" ], "useOreDict": true }, { "item": "biomesoplenty:farmland_0", "meta": 0, "tags": "", "ignoreMeta": true, "ignoreTags": [ "*" ], "useOreDict": true }, { "item": "biomesoplenty:farmland_1", "meta": 0, "tags": "", "ignoreMeta": true, "ignoreTags": [ "*" ], "useOreDict": true } ] }