FTBTeam / FTB-Modpack-Issues

Any and all FTB Modpack issues are here! Please create a new issue, add to an existing one or maybe even suggest a feature in the discussions
https://feed-the-beast.com/modpack
42 stars 12 forks source link

Feeding item for productive bees not showing in JEI #5612

Closed Nirke31 closed 1 month ago

Nirke31 commented 2 months ago

Modpack

FTB Genesis

Modpack version

1.6.1

Has the pack been modified

No

Log Files

No response

Describe the bug

Unless I am mistaken, there is no way of knowing what feeding item a productive bee needs to produce its corresponding comb.

Steps to reproduce

No steps

Expected behaviour

JEI showing the feeding item

Screenshots

grafik grafik grafik

Additional information

Additionally, all (most?) recipes, feeding items, etc. have been changed. Which is good because else this mod would not be possible, but you cannot look up the feeding item online, as it has been changed. I had to watch a yt video to find out that the infernium bee needs an infernium block to work. For the ender bee, I just tried out random end items in creative until one worked.

I created a bug and not a suggestion as this destroys the whole use of productive bees. It is completely unusable, which makes me think I must have missed something, but I cannot find the feeding items for the bees.

Nirke31 commented 2 months ago

For everyone facing the same problem, my current workaround is to look into the mod sources. How to:

  1. Open Instance folder of FTB Genesis
  2. Go into "mods" folder.
  3. Search for "productivebees" and copy the .jar somewhere else (desktop for example).
  4. Rename the file ending of the just copied productive bees jar from ".jar" to ".zip".
  5. Open the zip and navigate to "./data/productivebees/produtivebees/".
  6. In there you will find .json files for all types of bees and some seetings for them. You have to search here or in the available subdirectories for the bee you have. For example, for the fire crystal bee you first open the "elementalcraft" folder and in there you will find the "fire_crystal.json".
  7. Open the .json of your respective bee and search for the key "flowerBlock" or "flowerTag" (note: there may be other names instead of only these two). The value is the item you need for feeding your bee.

EDIT: Regarding step 7 and the naming of the feeding item. While looking for feeding items for more bees I found out that the ghostly bee needs "productivebees:nests/soul_sand_nests". In the end what worked was soul sand. Additionally, the plastic bee doesn't even have a key for a feedin item. A normal flower worked in that case. My last, and therefore maybe your last chance is to download the whole github repo and then search through the file via for example vs code.

ArtpokeBr commented 2 months ago

Next Update should fix this, I'am unhidding some Productive Bees Content, like SpawnEggs and all Combs :)