This update brings a couple notable bug fixes that have been prevalent in 1.17+.
Upward Facing Images 1 Block Lower When placing an image that is facing upwards (i.e. on the ground), the image would be be placed 1 block lower than intended. This also affected all existing images and moved them down 1 block.
Unfortunately, this was a mistake when visualizing and accidentally pulling the wrong position for each of the image sections. I apologize to everyone who was affected and anyone who modified existing images. This build will automatically fix all images that were affected.
Error when getting an Image as a Map Item When using the "pick block" functionality in creative to get the map section as an item an error in console would be printed and the item received would be a blank map.
This has been fixed. 1.17 changed the method of creating the image map and we are now forced to do this manually, but it should work the same as before after this update.
Code (Bash):
[17:
56:
20 WARN
]:
[Images
] Task
#259803 for Images v2.2.1 generated an exception java.lang.NullPointerException: Cannot assign field
"h" because
"map" is null
at com.andavin.images.v1_17_R1.PacketListener.lambda
$handle$0(PacketListener.java:
104) ~
[?:?
] at com.andavin.images.v1_17_R1.PacketListener$
$Lambda$7640/0x0000000000000000.run
(Unknown Source
) ~
[?:?
] at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run
(CraftTask.java:
100) ~
[patched_1.17.jar:git-Paper-
53] at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat
(CraftScheduler.java:
468) ~
[patched_1.17.jar:git-Paper-
53] at net.minecraft.server.MinecraftServer.tickChildren
(MinecraftServer.java:
1488) ~
[patched_1.17.jar:git-Paper-
53] at net.minecraft.server.dedicated.DedicatedServer.tickChildren
(DedicatedServer.java:
477) ~
[patched_1.17.jar:git-Paper-
53] at net.minecraft.server.MinecraftServer.tickServer
(MinecraftServer.java:
1404) ~
[patched_1.17.jar:git-Paper-
53] at net.minecraft.server.MinecraftServer.runServer
(MinecraftServer.java:
1180) ~
[patched_1.17.jar:git-Paper-
53] at net.minecraft.server.MinecraftServer.lambda
$spin$0(MinecraftServer.java:
320) ~
[patched_1.17.jar:git-Paper-
53] at net.minecraft.server.MinecraftServer$
$Lambda$3703/0x0000000000000000.run
(Unknown Source
) ~
[?:?
] at java.lang.Thread.run
(Thread.java:
853)[?:?
]