- 1.20.4 support
- Bunch of internal refactoring and revamping
- Added new rendering style: display entities
- Displays items as item display entities instead of on maps
- Will only work on 1.19.4+
- Will be the new default
- Can be changed in config
If you notice any bugs or are experiencing any issues please join my Discord server and create a ticket - I will be happy to assist you.
If you're updating from a previous version and want to change the render style you will need to update the config yourself. I've pasted the new default config below for reference.
New default config
entity-id:
min: 1500000000
max: 2000000000
map-id:
min: 500000
max: 1000000
# Choose between DISPLAY and MAP
# The traditional pre-display-entity render style is MAP
# The more modern post-display-entity render style is DISPLAY
rendering: "DISPLAY"
# Will move the frame's hitbox out of the way to allow players to
# access the crafting table from the top. This will only work on
# 1.16.5, unfortunately.
# Will not affect DISPLAY rendering
adjust-hitbox: false
# If enabled, players will be able to access the crafting table
# when interacting with the fake item frame.
# Will not affect DISPLAY rendering
enable-packet-listening: true
permission:
enable: false
perm: "my.cool.permission"