Productive Bees

Productive Bees

10M Downloads

[1.18.2] Weird issue with bees not leaving hivve

Saereth opened this issue ยท 13 comments

commented

I've added in a custom ghostly and skeletal bee recipe, those work fine. You give a vanilla bee a ghost lantern, and it transforms. The problem is (And to preface this, the entire pack takes place in the nether) Once they go into the hive they don't come back out. They are nocturnal when you make them and never come out even if I /time set night. I also nbtedited the hive and their time in hive never goes past 1 more than their min duration

https://cdn.discordapp.com/attachments/908073397689393212/1008097847956230164/unknown.png

not sure if that's relevant but noted anyway
if I forcibly set the bee_behavior to 1 (diurnal) they start working again and what's more odd is if I use a spawn egg instead of the recipe to summon them they are diurnal by default and always work fine.

This is a very confusing issue for me to try to troubleshoot, so if I can provide any additional data let me know.

The datapack recipe for the bee is as follows:

{
        "type": "productivebees:bee_conversion",
        "source": "minecraft:bee",
        "result": "productivebees:ghostly",
        "item": {
            "item": "minecraft:soul_lantern"
        },
        "conditions": [
        ]
    }
commented

what hive are you using?

commented

advanced oak and advanced warped hives were both used for the testing

commented

could you tell me what version of the mod you are using, if it's not the latest try updating

commented

productivebees-1.18.2-0.9.0.11 which I believe is the latest

commented

lol I think I made a big mistake

what is the value of the gamerule playersSleepingPercentage in your world?

commented

100, default I believe

commented

the bug I made means that weather and day/night cycle counts in the nether and end which it is not supposed to do

I'm guessing it never become "night" in the nether and this is why they stay inside

commented

ah interesting

commented

since you're messing around in a dev environment, would you like a test version to see if I got it fixed correctly?

commented

sure np

commented

sorry for the delay, I checked it out but this is actually worse now. No bees are existing now regardless of the setting. I also tried setting player sleep to 1% and 100%, no effect

commented

this seems resolved with the latest release, ty!