- 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:*_wool
to disable uncrafting for item in that mod that ending with_wool
modid: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_glass
andred_stained_glass_pane