JDKDigital / productive-bees

Useful bees
https://www.curseforge.com/minecraft/mc-mods/productivebees
Other
57 stars 37 forks source link

Applying Species Bee Genetic Crashes Game #449

Closed Evansj306 closed 8 months ago

Evansj306 commented 8 months ago

When attempting to apply a productive bee with any species genetic trait on a honey treat, the game crashes. In my instance and the original issue was with vanilla bee genetics.

2023-12-28_12 14 04

Evansj306 commented 8 months ago

Apologies, here is the log file in full: crash-2023-12-28_12.20.20-server.txt

Evansj306 commented 8 months ago

Looking further into this, it looks like your not including the species attribute in your attribute map under util/BeeAttributes.java.

JaisDK commented 8 months ago

It's not supposed to be in that list and you're not supposed to be able to combine a type gene with the other ones. What crafting grid did you use to make it? You can't change a bees type with a treat if this is what you're trying to do. You use the type genes on their own treat in an incubator with an egg to make spawn eggs.

Evansj306 commented 8 months ago

That was exactly what I was trying to do. :)

I crafted it using the refined storage (RebornStorage) Super Wireless Grid on the Direworlf 20 1.20 FTB pack.

Interesting, I tried a productive bee type and that beehaves the way you described. It might be only the vanilla bee type that can be combined with the other attributes then. 2023-12-29_14 58 13

If that's the case, should this recibee be disabled as well? Ie applying a type to a caged bee? 2023-12-29_15 01 08

ps, love the bee puns.

Thanks!

JaisDK commented 8 months ago

Yes, that last one needs to be disabled. Does it do anything when it completes?

Evansj306 commented 8 months ago

Yes. Crashes the game. :) Just found out.