-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 15w49a, Minecraft 15w49b, Minecraft 15w50a, Minecraft 15w51a, Minecraft 15w51b
-
None
-
Minecraft Version: 15w51b
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 156514760 bytes (149 MB) / 292106240 bytes (278 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 15w51b
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4200 GL version 4.3.0 - Build 10.18.15.4256, Intel
GL Caps: Using GL 1.3 multitexturing.Minecraft Version: 15w51b Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 156514760 bytes (149 MB) / 292106240 bytes (278 MB) up to 1060372480 bytes (1011 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 Launched Version: 15w51b LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics 4200 GL version 4.3.0 - Build 10.18.15.4256, Intel GL Caps: Using GL 1.3 multitexturing.
-
Unconfirmed
Problem
When I try to update the blockdata of a sign using this code:
/blockdata ~ ~1 ~ {Text1:"{\"text\":\"Test\",\"open_url\":{\"action\":\"run_command\",\"value\":\"https://www.google.com/\"}}"}
it gives me no error but refuses to let me open the link, there isn't even a prompt. Amazingly, the run_command action still works.
Replication
Update a sign's blockdata via /blockdata and add the click event "open_url" to some text followed by a website URL as the value. There is example code above.