Nullium
A carefully curated collection of numerous useful server-side improvements
About this mod
As the name suggests, this is a compilation of small server-only features that the developers considered interesting to implement. Every element is fully customizable - you can disable any capabilities that don't suit your needs.
Core modules
Enderman Holder
- Endermen can only place blocks from the
#enderman_placabletag (default uses#enderman_holdable) - When spawning, endermen have a chance to already be holding a block, determined by a loot table
Enhanced Repair
This module introduces changes to the item repair system:
- Repair no longer increases the
Repair Costdata component - One repair material can fully restore a tool
- Repair cost is now calculated based on the tool's material and all its enchantments (highly customizable through tags and configuration file)
- Chain armor can now be repaired with chains
- Most standard tools, weapons and armor use repair materials from tags (excluding items like the mace or shears)
- Netherite equipment is now repaired with netherite scrap instead of ingots (can be changed via tag)
Mob Scaling
- Added large salmon and cod
- Every sixth squid spawns as a baby
- Glow squids are always 30% smaller
- All changes apply to existing mobs, so when adding the mod to an existing world, mobs will be rescaled
- Any
LivingEntitycan be scaled through the configuration file
Composting
- Golden apples and carrots can now be composted - they always add a layer to the composter
- Compostable items can be configured through the configuration file, including overriding default probabilities
- Existing compostable items can be removed via config
Additional Features
- Stackable potions: non-throwable potions stack up to 16
- Glow berries now give the glowing status effect
- Whole cakes (with no bites taken) can be picked up
- Upgrade templates can now be obtained from piglin bartering (probability about 1 per 3.3 stacks of gold ingots)
- Copper bulbs work as in snapshots - with one game tick delay
- Eyes of Ender can be used in The End to find End Cities (may be removed in the future)
Botanical Extensions
Sugar cane:
Can be planted on blocks from the #cane_support tag (default: #dirt, #sand)
Can be placed next to blocks from the #cane_block_hydration tag (default: ice, frosted_ice) and liquids from the #cane_liquid_hydration tag (default: #water)
Wither rose:
Can be planted on any blocks from the #wither_rose_support tag (default: #dirt, #sand, netherrack, soul sand, soul soil)
Buttons and levers:
Can be placed on top of blocks from the #support/small/bottom tag (default: #walls, #fences) and below blocks from the #support/small/top tag (default: #walls, #fences)
Commands
/Nullium reload
Reloads all module configuration files. This command allows updating settings without restarting the game - unlike some other mods that require full server restarts.