All the Mods 9 - ATM9

All the Mods 9 - ATM9

9M Downloads

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

pentacore opened this issue ยท 1 comments

commented

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

commented

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') {