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

Uranite Bees can not be used to produce uranite due to missing recipe #6583

Open
Griese009 opened this issue Jan 11, 2025 · 1 comment
Open

Comments

@Griese009
Copy link

Modpack

FTB Evolution

Modpack version

1.7

Launcher

FTB App

Has the pack been modified

No

Log Files

No response

Describe the bug

The combs from the uranite bee can not be processed in the centrifuge (comb and comb block).

Steps to reproduce

  1. Get an uranite bee
  2. Get uranite comb or comb block
  3. Try to centrifuge the comb/comb block
  4. No processing of said item

Expected behaviour

The combs beeing processed and give the player uranite

Screenshots

No response

Additional information

Probably the recipes are missing, since last update.

@no-name-provided
Copy link

This is a big problem. This caused uraninite comb blocks to pass through my heated centrifuges and clog my output chest, stopping the production of most of my automated resources and bringing my factory to a halt. (It's just a good thing I have massively overbuilt uraninite production/buffering, so I'm not out of powah.)

My solution: download version 1.21.1-13.6.6 of the mod, open the jar, and copy the file "C:\Users\chaz\Downloads\productivebees-1.21.1-13.6.6.jar\data\productivebees\recipe\centrifuge\powah\honeycomb_uraninite.json" to the corresponding directory in the version of the mod (1.21.1-13.6.9) in your mods folder. It looks like this file was (accidentally?) deleted during the update process.

I'll open a corresponding ticket on their github.

Contents of file
{
  "type": "productivebees:centrifuge",
  "ingredient": {
    "type": "productivebees:component",
    "components": {
      "productivebees:bee_type": "productivebees:uraninite"
    },
    "items": "productivebees:configurable_honeycomb"
  },
  "outputs": [
    {
      "item": {
        "item": "powah:uraninite_raw"
      },
      "chance": 0.7
    },
    {
      "item": {
        "item": "productivebees:wax"
      }
    }
  ],
  "neoforge:conditions": [
    {
      "type": "neoforge:mod_loaded",
      "modid": "powah"
    }
  ]
}

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

No branches or pull requests

2 participants