Mod Item Obliterator [Fabric/Quilt] by ElocinDev
- 16.72 KB
- 1.20.1
- March 10, 2023
- August 25, 2023
- Utility & QoL
Name | Item Obliterator [Fabric/Quilt] | Author | ElocinDev | Description | JSON based item removal. Disable any item from any mod. |
---|---|---|---|---|---|
Information | Downloads: Version: 1.20.1 Size: 16.72 KB Updated at: August 25, 2023 Created at: March 10, 2023 | Tags | Utility & QoL |
Disable unwanted items from existing using JSON configuration.
Supports Fabric and QuiltMC 1.19.2
Features
- Inventory Removal. The Item won't be held or dropped anymore, it will be removed if exists.
- Creative Tab Removal. The Item won't appear in the respective creative tab it was.
- Trade Removal. All trades involving the item will be removed from villagers.
- REI Plugin Integration. The item will disappear from REI entries.
- Full Item Removal. You can blacklist items to be removed with all features above.
- Disable Item Attacks. You can blacklist items to only disable its attacks
- Disable Item Interaction. You can blacklist items to only disable interactions (Right-Click)
FAQ
- Can I use this in my modpack?
Of course! It was designed for modpack creators to remove undesired items that may unbalance the game or
create issues.
- Client or server?
The mod is needed on both client and server. As it has some client features, but also server ones.
Can work server-side only, but REI and creative tab removals won't work.
- What if I add an entity to blacklist that already existed?
The item(s) will be removed upon entering an inventory or dropping them.
For this reason it's recommended to configure the mod before creating a world.
- What if I mispell an item ID in the config file?
Nothing will happen. Adding invalid ID's won't cause issues, but obviously the item won't be blacklisted
as it technically doesn't exist. Same thing would happen if the mod isn't present, but it will be if it's added later and the ID is valid.
Example Configuration:
Configuration is as simple as adding JSON entries for each item you want to obliterate.
Items can be from vanilla or any mod, you just have to add the id with the proper namespace, like minecraft:golden_apple
It's located inside the config folder, with the file "item-obliterator.json"