Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlyne/itemframebugtest
https://github.com/jlyne/itemframebugtest
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlyne/itemframebugtest
- Owner: JLyne
- Created: 2022-03-24T23:56:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T00:20:50.000Z (almost 3 years ago)
- Last Synced: 2024-12-20T07:38:59.540Z (20 days ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ItemFrameBugTest
Minimal reproduction of a 1.18.2 Paper(?) issue causing item frames to appear in the wrong place on the client.
This test case creates a dirt floor and an obsidian pillar at 0, 4 ,0, then spawns item frames on each side of the pillar one block above the ground before setting them to face upwards.
The result should be something like this:
![image](https://user-images.githubusercontent.com/4615316/160029098-1ff1d288-8386-44e1-a383-9769cbd73c0a.png)However on 1.18.2 Paper build 267 the initial result is this:
![image](https://user-images.githubusercontent.com/4615316/160029112-5668b0be-e9ef-475d-9b04-c5bca600ea40.png)Reconnecting to the server, or flying away and back again to reload the chunks will resolve the issue.