Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipes do not show up in REI or work #1

Open
justastranger opened this issue Feb 17, 2020 · 5 comments
Open

Recipes do not show up in REI or work #1

justastranger opened this issue Feb 17, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@justastranger
Copy link

I tried making a number of items from Tech Reborn compostable with different chances and amount of layers. The composting plugin does not show these items in the list and the items (even with 100% chance) do not increase the level of the composter. There were no errors in the log.

@haykam821
Copy link
Owner

Currently the composting plugin for Roughly Enough Items is incompatible with Compost Recipes.

Are you on Minecraft snapshot 20w06a or 20w07a? There have been some issues with Compost Recipes and those snapshots.

@justastranger
Copy link
Author

I'm using 1.15.2

@haykam821
Copy link
Owner

Could you provide the path of the recipe and the contents?

@justastranger
Copy link
Author

One of the files is at techreborn_custom_recipes/data/techrebornrecipes/recipes/composter/rubber_sapling.json, with all the other recipes in the same folder.

The contents of that particular file is:

{
    "type": "compostrecipes:composting",
    "ingredient": {
        "item": "techreborn:rubber_sapling"
    },
    "chance": 0.3,
    "layers": 1
}

I literally copy-pasted the JSON example from the curseforge page and changed the ingredient, chance, and layers values only.

@haykam821 haykam821 added the bug Something isn't working label Feb 18, 2020
@haykam821
Copy link
Owner

Could you confirm whether this is still an issue with version 1.2.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants