Productive Bees

Productive Bees

10M Downloads

How to add recipe to default bees

LOfuyo opened this issue ยท 4 comments

commented

Am trying to add recipes to default bees but not showing up in game/jei, particularly in conversion.
Getting errors.
What am I doing wrong?

N/B: search "coal" in the latest.log for error
latest.log
ProductiveBees.zip

commented

You just have an extra comma at the end. You can use this tool to verify your JSON https://jsonlint.com/

{
    "type": "productivebees:bee_conversion",
    "source": "minecraft:bee",
    "result": "productivebees:coal",
    "item": {
        "item": "minecraft:coal_ore"
    }
}
commented

Wow, ok. I'll try once I get back home.
Really hoping it's the one.
This actually made me feel really silly thinking
I'm just not getting it.

commented

nah it's a common error, if you don't have an editor that highlights it, it's really easy to miss

commented

Finally working nicely. Trying my own made up pack on a GoG skyblock and this is just what I needed.