Mods that recently updated

Yes, this is intended as this happens in 1.16, too

2 Likes

Yeah, this was me, I botched some world gen code by mistake. Please tell me if the newer updates fix it!

3 Likes

I’ll test again with the latest version and let you know, thanks.

2 Likes

Excellent. Hopefully it works for you.

2 Likes

…No. They don’t.



Again, if you could fix that it’d be great.
2 Likes

Yeah specifically Wither Skeletons are immune, but not regular Zombies and Skeletons.

1 Like

Ah, so it is a code issue then because because wither skeletons don’t exist as separate entities in 1.7? It seemed like he was saying that wither skeletons get withered by roses. My bad then.

2 Likes

1.7.10 definitely has the Wither already, yep the Wither Skeletons already exist i nthis Version. :wink:

1 Like

The dangers of replying quicker than one can edit one’s post…

Edit: :gregorius: would you like me to do it this way then? XD
We’ll allow it :laughing:

Still, the whole wither skellies getting withered thing is pretty annoying, it’s a shame there’s no way around it. I’m guessing that fixing that would requiring creating a new witherskeleton entity, which would open a floodgate of problems?

2 Likes

Nah you could just make the Wither Rose check if its a Wither Skeleton and then not do the Effect. :wink:

1 Like

Yeah in 1.7.10 the Wither Skeleton and normal Skeleton are the same entity type, but you can call getSkeletonType() on the skeleton entity instance and if it’s 0 then its a normal skeleton, or if its a 1 then its a wither skeleton.

3 Likes

I can confirm the latest build does not give me world gen crashes anymore. I tested in one area near where I was previously crashing and didn’t have any issues. I also moved around a little further north too and didn’t have any issues generating more terrain, nice work.

3 Likes

I tested it myself. The Wiki has many factual inconsistencies, nothing beats real testing. They may be immune to the wither potion, but not the flower’s damage.

2 Likes

Wait then why are Wither Roses used for Wither Skeleton Farms? Surely Mojang would not spawn them in those Flowers if they get damaged by them.

Or did you mean your own Flowers?

Edit: Just making sure, Wither Roses in vanilla do NOT sting like Cactii, they only apply the Potion Effect.

1 Like

Yes they only apply the potion effect. The reason why they do higher amounts of damage when you stand in them is because the damage is based on the time the potion has been active for, which is always 0 when you stand in the rose.

2 Likes

Just in case you did not get any notification from it: I did send you private Messages entailing one definitive infinite Copper Exploit and one random crash I got. ^^

Edit: I found a couple more Issues than the ones I just mentioned, lol.

1 Like