Visual Crafting ⛏️ [1.16.5 - 1.21.4] icon

Visual Crafting ⛏️ [1.16.5 - 1.21.4] -----

Visualizes the crafting process




Fixes an exception that occurred when crafting in the 2x2 grid.
----------, Dec 15, 2024

- Added support for Folia (requested by @Marian666)
----------, Dec 15, 2024

  • 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
----------, Dec 15, 2024

Added support for 1.21.3
----------, Nov 18, 2024

Added support for 1.21.1
----------, Aug 16, 2024

Added support for 1.21
----------, Jul 25, 2024

Added support for 1.20.6
----------, May 1, 2024

- Fixes versions older than 1.20.5 not being able to load the plugin
----------, Apr 26, 2024

1.20.5 support
----------, Apr 24, 2024

1.20.4 support
----------, Dec 18, 2023

  • 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.

Code (YAML):
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"
----------, Nov 7, 2023

1.20.2 support
----------, Sep 24, 2023

1.20.1 support
----------, Jun 14, 2023

1.20 support
----------, Jun 11, 2023

1.19.4 support
----------, Mar 14, 2023

1.19.3 support
----------, Dec 14, 2022

1.19.2 support
----------, Aug 21, 2022

1.19.1 support
----------, Aug 6, 2022

See title
----------, Jun 7, 2022

  • Added packet listening feature (can be disabled in config)
    • If enabled, players will be able to access the crafting table when interacting with the fake item frame.
    • Enabled by default
    • Should support every protection plugin (let me know if it doesn't)
If you're updating from a previous version and want to configure this feature you need to add the enable-packet-listening field to the config yourself. I've pasted the new default config below for reference.

Code (YAML):
entity-id:
  min
: 1500000000
  max
: 2000000000

map-id
:
  min
: 500000
  max
: 1000000

# 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.
adjust-hitbox
: false

# If enabled, players will be able to access the crafting table
# when interacting with the fake item frame.
enable-packet-listening
: true

permission
:
  enable
: false
  perm
: "my.cool.permission"
----------, Mar 15, 2022

  • Added a configurable permission
    • If enabled the crafting inventory of players without the configured permission will not be visualized
If you're updating from a previous version and want to use the permission feature you need to add the permission section to the config yourself. I've pasted the new default config below for reference.

Code (YAML):
entity-id:
  min
: 1500000000
  max
: 2000000000

map-id
:
  min
: 500000
  max
: 1000000

# 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.
adjust-hitbox
: false

permission
:
  enable
: false
  perm
: "my.cool.permission"
----------, Mar 13, 2022

  • Replaced deprecated variables in pom.xml
  • Added a few more plugin.yml attributes
  • Added `adjust-hitbox` config option
    • Will move the frame's hitbox out of the way to allow players to access the crafting table from the top
    • Only works on 1.16.5
If you're updating from 1.0.0 and want to use the adjust-hitbox feature you need to add the adjust-hitbox field to the config yourself. I've pasted the new default config below for reference.

Code (YAML):
entity-id:
  min
: 1500000000
  max
: 2000000000

map-id
:
  min
: 500000
  max
: 1000000

# 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.
adjust-hitbox
: false
----------, Mar 8, 2022

Resource Information
Author:
----------
Total Downloads: 16,405
First Release: Mar 8, 2022
Last Update: Dec 15, 2024
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings