- 1.21.10 support
- 1.21.9 support
- 1.21.8 support
- 1.21.6/7 support
- 1.21.5 support
Fixes an exception that occurred when crafting in the 2x2 grid.
- Added Folia support
- Added support for 1.21.4
- Visual Crafting will now visualize all items on the crafting table, even if no valid recipe is formed
- This can be disabled by setting "only-visualize-recipes" to "true" in the config
- 1.21.3 support
- 1.21.1 support
- Added support for 1.21
- Added support for 1.20.6
- Fixes versions older than 1.20.5 not being able to load the plugin
- 1.20.5 support
- 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"



