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

[Bug]: Recipe for multiple bees in Gregtech Apiary MK I & II is wrong #1953

Open
pentacore opened this issue Aug 6, 2024 · 2 comments
Open
Labels
Bug Something isn't working

Comments

@pentacore
Copy link

pentacore commented Aug 6, 2024

Possible Fixes

Yes

Modpack Version

0.3.0

What happened?

Multiple recipes calls for the wrong bee names:

  • "Spatial bees" recipe expects "Spacial bee"
  • "Ancient bee" recipe expects "Netherite bee"
  • "ProsperiBee" recipe expects "Prosperity bee"
  • "Aluminium bee" recipe expects "Aluminum bee"
  • "BazBee" recipe expects "Basalz bee"
  • "Brown Shroombee" recipe expects "Brown Shroom bee"
  • "Crimson Shroombee" recipe expects "Crimson bee"
  • "Flux Dust bee" recipe expects "Flux bee"

Even though i am putting the required "32x Bee Cage (Spatial bee)" (With very high, any, metaturnal), "28x Upgrade: Omega Productivity", "Certus quartz block" and Circuit set to 32. Nothing is being produced.

  • multiblock properly formed and maintained
  • got full LuV power.

image
image
image

latest.log

No response

Developer reports

No response

@pentacore pentacore added the Bug Something isn't working label Aug 6, 2024
@pentacore pentacore changed the title [Bug]: Recipe for Spatial bees in Gregtech Apiary MK I & II is wrong [Bug]: Recipe for multiple bees in Gregtech Apiary MK I & II is wrong Aug 7, 2024
@T-LEstr
Copy link

T-LEstr commented Oct 23, 2024

This can be fixed by uncommenting this line after 'creeper_bee'. Not sure if this is intentionally left out or not!

if (underscore.length == 1 && inputString != 'bee' && inputString != 'creeper_bee') { // && inputString != 'chocolate' && inputString != 'pepto_bismol' && inputString != 'zombie' && inputString != 'basalz' && inputString != 'ruby' && inputString != 'cheese' && inputString != 'sky_ingot' && inputString != 'grave' && inputString != 'spacial' && inputString != 'neutronium' && inputString != 'soul_shard' && inputString != 'prosperity' && inputString != 'blitz' && inputString != 'gregstar' && inputString != 'red_shroom' && inputString != 'aluminum' && inputString != 'blizz' && inputString != 'infinity' && inputString != 'arcance_crystal' && inputString != 'netherite') {

@Pumpkin7266
Copy link

@loving2 i think this one is fixed right?

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

3 participants