mojira.dev

AMereBagatelle

Assigned

No issues.

Reported

MCPE-61839 MC for Switch crashes after logging out incorrectly Invalid MC-164347 Everything in the UI has a shade of blue when night vision is applied. Duplicate MC-162452 TNT does not slide on ice (packed, or blue) Duplicate MC-153988 Villagers Not Showing Items when Trading Invalid

Comments

Before I write the rest of this comment, all mappings in here will be Yarn mappings.

I looked into the cause of this crash, and it seems to be that the dispenser is calling BlockItem#place to place the shulker box. In that call, there is a check for whether the player is in creative mode, to see whether the items in the player's inventory should be decremented. Of course, the dispenser is not a player and passes in a "fake" or null player to this method. This causes a NullPointerError. This can be solved simply with a check for whether the player instance is null within that "if" statement.

EDIT: Disregard that fix. After some testing, I realized this just turns the dispensers into item duplicators. Instead, either revert the code to what it was before or apply the above fix and add a extra check to see if the item is being placed by a dispenser.

Can you tell us what the actual spot you placed the witch farm at? As in the X and Z of the coordinates. I have a bounding box mod on that can confirm if it is actually the problem.

Villagers were changed a lot between 1.14 sub-releases, so it is possible that is fully the "problem" here.

If you update to 1.14.4, you will see that the villagers trade much more, because they did not trade much in 1.14.2 iirc.

Iirc, the movement statistic tracks how far the player has moved, you are looking for the "Distance Walked" and "Distance Sprinted" statistic.

Oh, oops! I completely missed that. I thought I had a better reputation. I think this can be closed. Sorry for wasting anyone's time!

I have experienced this issue in my iron farm, and I found a temporary fix, at least until they actually fix the bug.  When I open their GUI, they seem to start again trying to find a bed.  Unfortunately, even this does not work all the time.  Also, I have seen a video by ilmango that used a trick where he placed a block above their heads to prevent this from happening.  The only problem with that fix is that you need to have the block directly above the villager's head, and they sometimes just stand there and spin.