ResourcefulCrops

ResourcefulCrops

173k Downloads

ExNihilio Compatibility

TehNut opened this issue ยท 3 comments

commented

Add a way to define Sieve interactions.

Fields needed:

  • sourceBlock - Block to run through sieve. Will take a BlockStack. Defaults to Blocks.dirt
  • sieveChance - Chance of the Seed dropping. Defaults to 0.

JSON would look similar to:

{
    "seeds": [
        {
            "name": "Iron",
            "tier": 2,
            "amount": 4,
            "input": "ingotIron",
            "output": "ingotIron#8",
            "color": "#D0CBC7",
            "compat": {
                "exnihilio": {
                    "sourceBlock": { 
                        "name": "minecraft:sand",
                        "meta": 0
                    },
                    "sieveChance": 8
                }
            }
        }
    ]
}
commented

le progress has been le made

le progress lelelelele

commented

\o/
Thank you good sir.

commented

As of build 11