Galen Dolkas
- moriki
- moriki
- America/Los_Angeles
- Yes
- No
6 issues
Key
Summary
Status
Reporter
Assignee
Created
Added Description:
Whenever I open a world, the game doesn't load anything, and player falls to y=8, appearing in survival (health bar, armor, hunger bar), before it quits and comes up with a screen that says "Minecraft has run out of memory."
Changed Description:
Whenever I open a world, the game doesn't load anything, and player falls to y=8, appearing in survival (health bar, armor, hunger bar), before it quits and comes up with a screen that says "Minecraft has run out of memory."
Steps to recreate:
1. Open a world in the snapshots.
2. Play on that world.
3. Open world in 1.6.1 pre.
4. Open it any time after.
Changed Environment:
MacOSX
MacOSX, latest version of java, I think.
Added Attachments:
Added Attachments:







I am not using control-click as my right click. This is something different. This has to do with when you want to pick up 1/2 of the total items in a stack in your inventory, like you have 64 cobble in a stack, and you want to quickly get 32.
That might explain it. I guess I use a different configuration for what the keys do.
I wasn't finished putting everything in when I misclicked and posted the issue.
Im having a similar problem with jungle biomes.
Thanks for the info.
Ive had this problem, and I found the reason: the "Unusable Trade" is a piston head block, but it was removed, so when the player tries to trade, it glitches out. Temporary solution: don't give them unusable trades. (Emphasis on "Temporary".)
This also affects armor the player wears. If the follow range on a piece of armor is set to +/- 1000% or so, the range that the mob detects the player is 1m smaller. It does not work if the value is not a %.
I did search before posting this bug, and I didn't see any like it.
The attributes were added with MCEdit. And this is the only attribute that does this, none of the others.
I would like to point out that the attribute modifiers are a part of unmodded vanilla Minecraft, and that there is no way (to my knowledge) of adding those nbt tags to items otherwise.
And here is how it gets added:
inputs = (
("Attribute",
("generic.maxHealth",
"generic.followRange",
"generic.attackDamage",
"generic.movementSpeed",
"generic.knockbackResistance",
those attributes are the same as what is used when summoning mobs with custom attributes, the "generic.xY"'s listed are exactly what the game uses.
I have tried doing it in-game, and it doesn't work. Seth uses MCEdit for this kind of thing. The "inputs=…" bit was from one of his filters.
It doesn't work. :/
I did. ;P Its probably the OS, but all it does is give an ordinary iron chest plate.
I know.
I've been working with nbt tags for a while.
This is very different. Crops are of course supposed to pop out when the light level is too low, but at 8? or at 12? thats not how its supposed to work.
At a light level bellow 7, yes, they are intended to pop out. But this happened when the light level was 8 at the lowest.
Tested it in a different world, did not occur. I conclude that there is another cause to the phenomenon.