Jump to content

[1.7.2] build 1024 Multiple Mob bugs.


fabricator77

Recommended Posts

In EntityEnderman.java another 256 block limit.

private static boolean[] carriableBlocks = new boolean[256];

and

if (carriableBlocks[block.getIdFromBlock(block)])

 

Another derp from Mojang, and yes it does crash at that if statement when the ID is above 255.

Only fix at the moment is to use /gamerule mobGriefing false .

 

 

Also none of the sound effects for the Witch mob work, not sure when/how that happened.

Link to comment
Share on other sites

Thought I fixed that enderman thing.. May be in my 'pending' part. I remember needing to wait for cpw's registry change.

As for the witch sounds, vanilla minecraft doesn't have witch sounds in 1.7.2. At least not in the asset list they have currently pushed to the public. So that isn't our issue.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.