mojira.dev

Sebastian K

Assigned

No issues.

Reported

MC-74530 Block break animation goes weird when block model is larger than the normal size Incomplete MC-69325 mojang.png splash graphic not affected by Resourcepack anymore Duplicate MC-68622 activating levers on upsidedown slabs make them drop off the slabs Duplicate MC-65329 LAN - Game freezes on hosting player after save & quit. Duplicate MC-63343 stats for stat.useItem.minecraft.spawn_egg doesn't add value to scoreboard when in gamemode 2 Cannot Reproduce MC-62180 /testfor @p doesn't consider x,y,z anymore Fixed MC-61899 /fill with tile entities runs into failure when "replace" is added Duplicate MC-61517 give/summon a playerhead with custom texture (bug or intended)? Duplicate MC-60190 /testfor/kill/execute/say/etc @e doesn't work with a scorebord selector Incomplete MC-59567 Scoreboard objectives with "_"/underscore doesn't work anymore with @e Duplicate MC-59118 "/playsound" in a command block uses relative coordinates from itself -not from the player anymore Duplicate MC-59010 Repeaters act like a selfpowering clock - very strange Duplicate MC-58705 Item in 3rd Person View gets rendered wrong Duplicate MC-58704 Title / Subtitle is shown on different maps/servers Duplicate MC-58703 Fire texture darker as in previous versions Duplicate MC-57075 customitemnames dont get displayed in itemframes Fixed MC-57071 no scoreboard in playerlist Duplicate MC-57065 Filled map (model) missing Duplicate MC-57055 When placing any stairs, they are mostly wrong rotated. Duplicate MC-48403 Getting stuck in Converting world when trying to create a new world (Flatworld, Creative) Duplicate

Comments

@Lucas. Chunks have nothing to do with block models

thats sad. it was a good way to give some extra credits for the resourcepackmakers beside the mojanglogo.

Also WitherSkulls which were summoned before (in the snapshots) are now gone. Error in the Console for EACH witherSkull which disappeared:

java.lang.NoSuchMethodException: ahu.<init>(aqs)
	at java.lang.Class.getConstructor0(Class.java:2971)
	at java.lang.Class.getConstructor(Class.java:1812)
	at xb.a(SourceFile:175)
	at bfw.a(SourceFile:330)
	at bfw.a(SourceFile:95)
	at bfw.a(SourceFile:83)
	at qs.e(SourceFile:129)
	at qs.c(SourceFile:81)
	at net.minecraft.server.MinecraftServer.k(SourceFile:315)
	at cyf.a(SourceFile:111)
	at cyf.i(SourceFile:127)
	at net.minecraft.server.MinecraftServer.run(SourceFile:417)
	at java.lang.Thread.run(Thread.java:745)
[21:24:50] [Server thread/WARN]: Skipping Entity with id WitherSkull

which "paste shortcut" do you use?

Before the Skull flashed only once when appearing to the player which was "acceptable" because you barely recognized it. Now it flashes every few seconds which is very annoying.
I dont think it has something to do with the new rendering, because when the new multithreading/VBO stuff was added, everything was fine. Just discovered it in the last snapshots

Dupe of MC-65329, seems to come up randomly and without any errors in the console. Sadly i cant reproduce this anymore.

confirmed for 32d - seems to have something to do with the block models

it seems to be gone after a few hours and i cant recreate it anymore. Can be closed

@Blah CanPlaceOn-Tag doesn't work (tried it also) as its only for blocks (WIKI).

tested it also with vsync on/off. Seems legit. Turn Vsync off and it should work

this bugtracker is only for MC for OS X/Linux/Windows

can't confirm for a iMac from late 2010, but with 16gb 1333Mhz ram and actual OS X.
What java-version do you use and how much ram is allocated to minecraft?

@Blah That doesn't do it alone. You also need to allocate min. 2 GB of Ram to Minecraft

yeah ... seems like it. Just tested it 😞
Thats sad. There are a lot of maps out there which used the spawn_egg:0 item to do actions when right clicking + gamemode 2. Now this is gone.
Before closing this i would like to ask if you could leave this open until a developer saw this and maybe rethink this or implementing some other kind of "cursor" for mapmakers

the arrow only knows if it came from a player or not. But not from which player it came from.

Try it a bit later. "failed to login: authentication are currently down for maintenance " is no fault on your side or in your client. From time to time some of the minecraft-servers are shut down for maintenance (as it says in the message) to make some updates, etc.
Just check https://help.mojang.com if all servers are "green". If not they are doing some magic and your are not able to join any multiplayerserver in some cases.

Some commands are intended only to affect the person who runned the command.
Beside the fact that its really a bug that it displays "/effect ..." when the /execute @p ~ ~ ~ help command is executed by a command block it seems that various "non ingame related" commands like /help, /seed are treated like that.
I think its more a developers decision that they don't want some commands (works as intended MC-62352 ) to be done via /execute command block.