Dispenser Configurator
Configure the vanilla dispenser to work with any items
This mod expands the functionality of the standard Minecraft dispenser, providing the ability to use almost any items. Works on both servers and in single player mode.
How it works
Dispenser configuration is done through a special data type that loads via data packs: "dispenser_configurator". In each such configurator, you can define a list of items and item tags that you want to add functionality to in dispensers.
Since Minecraft offers several ways to use items (5 different methods), you can also specify a "targets" list in "dispenser_configurator" that determines exactly how items should be used.
Ready-made configurations
The mod includes a "Default Dispenser Configurators" data pack with several tested configurations that fit well into vanilla Minecraft style. If needed, this data pack can be disabled using the standard /datapack disable command.
Known limitations
- The
"ITEM_USE"target may not work as expected for some items.
Detailed information about creating custom configurations is available in the documentation. The built-in data pack also serves as a good learning example.