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

Rocky Comb should produce Beeswax and Honey Drop when put in the Centrifuge #85

Open
The-Fireplace opened this issue Oct 17, 2018 · 4 comments

Comments

@The-Fireplace
Copy link

At the moment, it can't be put in the Centrifuge at all.
Forestry 5.8.2.354
More Bees 1.12.2-2.0.1

@NimonoSolenze
Copy link

This unfortunately isn't so much a bug as a massive oversight- if you look at the code in src/main/java/com/tencao/morebees/recipes/RecipesCentrifuge.kt:

    if (Loader.isModLoaded("IC2")) {
        RecipeManagers.centrifugeManager.addRecipe(20, ItemStack(MBItems.CombRock), ImmutableMap.of(
                ModuleCore.getItems().beeswax.itemStack, 1.0f,
                ItemStack(Blocks.STONE, 1, 1), 0.5f,
                ItemStack(Blocks.STONE, 1, 3), 0.5f,
                ItemStack(Blocks.STONE, 1, 5), 0.5f,
                OreDictUtil.getOreStack("dustStone"), 0.9f))
    }
    if (Loader.isModLoaded("IC2-Classic-Spmod")){
        RecipeManagers.centrifugeManager.addRecipe(20, ItemStack(MBItems.CombRock), ImmutableMap.of(
                ModuleCore.getItems().beeswax.itemStack, 1.0f,
                ItemStack(Blocks.COBBLESTONE), 0.9f,
                ItemStack(Blocks.STONE, 1, 1), 0.5f,
                ItemStack(Blocks.STONE, 1, 3), 0.5f,
                ItemStack(Blocks.STONE, 1, 5), 0.5f))

}

This means that unless your pack has IndustrialCraft 2, you will never be able to centrifuge Rocky Combs- yet Rocky Combs can be obtained without IC2, because Rocky is a base bee in the mod!

@Tencao
Copy link
Owner

Tencao commented Dec 3, 2018

Thanks for pointing this out, I'll see about fixing this as soon as possible

@Routhinator
Copy link

Hi @Tencao - I have comitted PR #89 to address this bug. Please merge when you have time.

@ghost
Copy link

ghost commented Apr 13, 2020

Bump, this still needs fixing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants