Port to 25w18a
- Restriction config now support item tags, eg.
#minecraft:planks - Added WHITELIST/BLACKLIST mode config for restriction. (In WHITELIST mode, only item defined in restrictions can be uncrafted)
- Added config to enable/disable enchanted item (default disabled).
- Added config to set experience require LEVEL/POINT (default POINT)
- Added new json config to customize exp level/point needed for each item (it accept pattern and tags like restrictions config).
- Added text in GUI to show experience need.
- Fixed UnCraft button at wrong position on certain screen size
- Restriction config now support item tags, eg.
#minecraft:planks - Added WHITELIST/BLACKLIST mode config for restriction. (In WHITELIST mode, only item defined in restrictions can be uncrafted)
- Added config to enable/disable enchanted item (default disabled).
- Added config to set experience require LEVEL/POINT (default POINT)
- Added new json config to customize exp level/point needed for each item (it accept pattern and tags like restrictions config).
- Added text in GUI to show experience need.
- Updated config to handle pattern
Example:
modid:*to disable uncrafting for all item in the mod.modid:*_woolto disable uncrafting for item in that mod that ending with_woolmodid:green_*to disable uncrafting for item in that mod starting withgreen_modid:red_*_glass*to disbaled uncrafting for item that start withred_and containglass, eg.red_stained_glassandred_stained_glass_pane



