## v2.3.0
- Improved compatibility with custom recipes from other mods, such as Mine Cells [Backport from 1.21]
- Fixed regex not working in recipe disabling [Backport from 1.21]
## v2.3.0
- Improved compatibility with custom recipes from other mods, such as Mine Cells [Backport from 1.21]
- Fixed regex not working in recipe disabling [Backport from 1.21]
## v3.0.0
- Initial port to Minecraft 1.21
- NBT banning has been removed, and replaced with Component banning
- Added "print_components" config, a debug config that prints the components from the item in your main hand every second. Useful for people wanting to do specific component banning
- Added support for regex in only_disable_recipes
- Added new logo on CurseForge and Modrinth
Changelog:
- File is now item_obliterator.json5, when updating please make sure to also migrate your configs!
- Added comments to configs
- Added optimization configs
- Added regex on entries that start with !
- Added NBT based item blacklisting
- Fixed recipe banning not working on heavy modded instance (Possible mod incompat)
- Optimized recipe banning and item entity removal
- Removed $ banning methods (Redundant due to regex)
- Added support for Farmer's Delight recipes (and other custom mod recipes that output multiple items at the same time)
- Fixed the mod breaking all cutting board recipes
- The "This item is disabled" message is now translatable
- Items will now disappear from loot containers when generated
- Fix crash with alloy forgery
## v2.2.1
- Added support for Farmer's Delight recipes (and other custom mod recipes that output multiple items at the same time)
- Fixed the mod breaking all cutting board recipes
## v2.2.1
- Added support for Farmer's Delight recipes (and other custom mod recipes that output multiple items at the same time)
- Fixed the mod breaking all cutting board recipes
- File is now item_obliterator.json5, when updating please make sure to also migrate your configs!
- Added comments to configs
- Added optimization configs
- Added regex on entries that start with !
- Added NBT based item blacklisting
- Fixed recipe banning not working on heavy modded instance (Possible mod incompat)
- Optimized recipe banning and item entity removal
- Removed $ banning methods (Redundant due to regex)
- The "This item is disabled" message is now translatable
- Items will now disappear from loot containers when generated
## v2.2.0
- Performance improved on item entity banning
- Fixed and improved recipe banning; now it should no longer break due to a mod incompatibility, and its performance was improved too.
- The config is now JSON5 based, a new file will be created due to the changes.
- Added EMI Support by acikek (#14)
- Added comments to configs
- Added optimization configs
- Added regex on entries that start with !
- Added NBT based item blacklisting
- Removed $ banning methods (Redundant due to regex)
- The "This item is disabled" message is now translatable
- Items will now disappear from loot containers when generated