The Bumblezone (NeoForge/Forge)

The Bumblezone (NeoForge/Forge)

23M Downloads

Two advancements impossible to take.

xtended2l opened this issue ยท 8 comments

commented

I completed all other advancements, except these two:

Image
After several dozen tries to jump into several layers of pollen blocks from a high points, I looked into your code. I am not good at java, but if I understand it correctly, I have to fall for more than 18 blocks into 7(or more) layers of pollen, right? If so, then I did it a lot and it doesnt work. The only confusing parameter is deltamovement, as I see in internet people complain it doesnt sync between client and server(whatever it means lol).

Image
I am tired of killing Ghasts using their own fireballs lol, he spits it at me - I counterattack with pollen ball, fireball reflects back and kills Ghast - no progress at all. I want to highlight that I dont reflect fireball with mouse left click. I
throw pollen balls using right-click and fireballs reflected back when they collide with a pollen ball. Trying to understand the trigger for this advancement in code led me nowhere lol

commented

I am at ATM10 2.39 if it does matter and I play on SP :)

commented

For the first one, make sure you do not have feather falling or anything that mitigates fall damage. Many of those mitigations resets fall distance and such to prevent fall damage to player but in the process, messes with this advancement trigger

commented

For the first one, make sure you do not have feather falling or anything that mitigates fall damage. Many of those mitigations resets fall distance and such to prevent fall damage to player but in the process, messes with this advancement trigger

I thought about that, that's why I tried it absolutely naked several times - no success.

P.S. I also checked that removing the pollen actually damages/kills me.

commented

Using Neoforge 1.21.1 with latest Bumblezone locally, I am able to get the first advancement. Which leads me to believe other mods are interfering the kitchen sink modpack. Will be a pain to figure out the conflicting mod

Image

The second one is breaking due to how mojang changed Fireballs in code in newer mc versions. Will have to account for that

commented

@xtended2l just got the stuff nose and no broken knees advancement in ATM v2.40. Built a 21 block tall over pile of pollen blocks and fell into it.

Image

Image

commented

@TelepathicGrunt Thanks for the info. I completed the modpack tbh, and I am afraid there are some other endgame effects on me like bee essence from your mod... It seems I need to dive into NBT explorer again))

commented

Just to let you know, I updated the modpack to 2.40 too and got the first achievement from the first try ;)

commented

fix released now