mojira.dev

Maity

More than one avatar was detected! There might be multiple accounts sharing this same name.

Assigned

No issues.

Reported

MC-295656 Incorrect logic of the `in_square` placement modifier Awaiting Response MC-268219 Non-saving structure palettes Awaiting Response MC-263202 The cherry grove biome is not part of the "#minecraft:is_forest" tag Works As Intended MC-248758 Logged Error: Detected setBlock in a far chunk Confirmed MC-248272 Enchantment::doPostHurt and Enchantment::doPostAttack are called twice for players Fixed MC-241667 forest_rock is always generated as a grid Duplicate MC-241614 Swamp hut generating on top of a woodland mansion Works As Intended MC-241301 Strange Igloo generation Duplicate MC-241292 Strange lava generation Duplicate MC-240327 The block tag "mushroom_grow_block" does not contain dirty blocks Invalid MC-163807 Seaweed destroy water. Duplicate MC-160336 Invalid initial territory load percentage Duplicate MC-155091 Bad server performance and server crashes. Duplicate MC-154024 Loot Tables type "entity" not working. Cannot Reproduce MC-152545 Very, very, VERY poor server performance. Duplicate MC-151724 enable-query if set to false is still changes to true Incomplete

Comments

Sorry, but I think I accidentally duplicated my own bug report. I gave a possible fix for MC-248758

I'm still not sure as the developers have only recently started documenting some technical changes to the game, so I'd like to keep this issue open until the developers themselves respond

Actually, there is another issue: LivingEntity::blockedByShield, which should knockback the attacker (but knockback the defender as Fuzs already reported (but does not knockback because the modified motion packet is not sent)) is being overridden by some mobs without calling the super method. So those mobs will not be knocked back anyway. But this is pretty easy to fix: just move the knockback function that Fuzs suggested to LivingEntity::blockUsingShield

 

edit: I deleted my previous comment because it was wrong

What is the problem with adding the cherry grove to multiple tags? Tags have no such limits

This bug occurs because LivingEntity::isDamageSourceBlocked uses the entity's viewpoint instead of its direction.

To fix this bug, just replace getViewVector(1) with new Vec3(getDirection().getStepX(), getDirection().getStepY(), getDirection().getStepZ());

This bug was fixed in 1.18. BlockEntity are now removed by iterator.remove()

It would be nice to have the sky biome.

If you add dirt to the tag, then mushrooms will start generating in the world.

Can confirm in 19w42a.

I did not fix it. I just abandoned this data pack.

Use minepack.com site