
V-Minus
V-Minus (Vanilla-) is a multifunctional mod that provides advanced capabilities for fine-tuning and restricting various aspects of vanilla and modded Minecraft gameplay. Originally developed as a library for the Detour project (not yet released), it will also be used in future modifications Enlightend and Netherific.
Main Configuration Features
Using configuration files, you can:
- Ban enchantments — completely prevent them from appearing on any items (setting: config/vminus/banned-enchantments)
- Block items — remove them from containers, drops, creative menu, and recipes (setting: config/vminus/banned-items)
Flexible Tag System
The mod introduces an extensive tag system for precise customization:
Item Settings:
- Stack sizes: 1, 2, 4, 8, 16, 32, 64 (tags: tags/items/stack_size/)
- Usage duration: from 1 to 64 ticks (tags: tags/items/use_duration/)
- Rarity levels: Common, Uncommon, Rare, Epic (tags: tags/items/rarity/)
- Enable/disable enchantability
- Control item durability
- Manage fire resistance (like netherite)
- Configure edibility and always edible capability
- Change eating sounds (drink, eat, honey)
- Adjust nutrition levels (0-20) and saturation levels (low, poor, medium, good, supernatural)
- Manage enchantment glow effect
Block Settings:
- Light level: 0-15 (tags: tags/blocks/luminance)
- Emissive rendering (like magma blocks)
- Redstone conductivity (like glass)
- Tillable and pathable capabilities
Entity Settings:
- Ban specific mobs from spawning
- Disable experience drops
- Completely mute sounds
- Water sensitivity (like endermen)
- Underwater breathing capability
- Make entities invincible
Vanilla Mechanics Fixes
The mod also fixes some limitations of the standard game:
- All bucket types now properly stack above 1
- Jukeboxes no longer consume entire stacks of input items
- Horse armor now displays enchantment glint
- Cocoa beans can be placed on any logs
Additionally, numerous new tags have been added for grouping items that previously lacked this capability.