Undespawnable
Extend and customize item lifespan using enchantments, game rules, and special components.
Requires Fabric Language Kotlin.
📜 Mod Content
🛡️ Enchantments
- Persistence I - increases item lifespan by 5 minutes (totaling 10 minutes with default settings)
- Persistence II - adds 10 minutes to despawn time (for a total of 15 minutes)
- Persistence III - extends the limit by 15 minutes (total of 20 minutes)
⚙️ Game Rules
- itemDespawnTime - base item despawn time in ticks. Default value is 6000 (equivalent to 5 minutes)
🔧 Item Components
- despawn_time - special component that allows setting individual despawn time for each item in ticks. Has the highest priority and overrides all other settings.
- add_despawn_time - enchantment effect component that adds extra time in ticks to the base item lifespan.