Linear Experience
No reviews yet
It's an experience's revolution
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Linear Experience / 线性经验
English
Linear Experience Mod for Minecraft
A comprehensive Minecraft Forge mod that completely overhauls the vanilla non-linear experience system, providing multiple configurable experience calculation modes while maintaining full compatibility with all vanilla experience-related features.
Features
🎯 Core Experience Calculation Modes
- STATIC Mode: Fixed experience cost per level (same for all levels)
- LINEAR Mode: Linear progression (base cost + level × addition)
- FORMULA Mode: Custom mathematical formula using variables
baseandlevel
⚙️ Configuration System
- TOML-based configuration file
- Hot-reload support
- Server-client synchronization
- Extensive customization options
🔧 Technical Features
- Precise experience calculation (1000x precision)
- Full vanilla compatibility
- Player data persistence
- Safe mathematical expression parsing
- Automatic level-up detection
Installation
- Download the latest release from the releases page
- Place the
.jarfile in your Minecraftmodsfolder - Launch Minecraft with Forge
Configuration
Configuration file location: config/linear-xp.toml
Basic Configuration
[general]
enableXpCalculationModifier = true
calculateMode = "STATIC" # Options: "STATIC", "LINEAR", "FORMULA"
Mode-Specific Settings
STATIC Mode:
[static]
staticModeXpNeeded = 100 # Fixed XP required per level
LINEAR Mode:
[linear]
linearBaseXp = 100 # Base XP cost
LinearXpAddition = 1 # XP increase per level
FORMULA Mode:
[formula]
formula = "base+((level*level)*10)" # Custom formula
formulaBaseXp = 100 # Base value for formula
Usage
In-Game Commands
- All vanilla
/xpcommands work normally - Experience calculation is automatically handled by the mod
- No additional commands required
Experience Display
- Experience bar shows progress based on configured mode
- Level-up happens automatically when requirements are met
- Precise calculation prevents rounding errors
Compatibility
✅ Fully Compatible With:
- Vanilla experience orbs
- Enchanting tables and anvils
- Brewing stands
- All
/xpcommands - Experience-related advancements
- Multiplayer servers
License
This project is licensed under the MIT License.
中文
Linear Experience - Minecraft 线性经验模组
一个全面的 Minecraft Forge 模组,彻底改革了原版非线性经验系统,提供多种可配置的经验计算模式,同时保持与原版所有经验相关功能的完全兼容。
功能特性
🎯 核心经验计算模式
- STATIC 模式:固定每级经验需求(所有等级相同)
- LINEAR 模式:线性增长(基础值 + 等级 × 增量)
- FORMULA 模式:使用变量
base和level的自定义数学公式
⚙️ 配置系统
- 基于 TOML 的配置文件
- 支持热重载
- 服务器-客户端同步
- 广泛的定制选项
🔧 技术特性
- 精确经验计算(1000倍精度)
- 完全的原版兼容性
- 玩家数据持久化
- 安全的数学表达式解析
- 自动升级检测
安装方法
- 从发布页面下载最新版本
- 将
.jar文件放入 Minecraft 的mods文件夹 - 使用 Forge 启动 Minecraft
配置说明
配置文件位置:config/linear-xp.toml
基础配置
[general]
enableXpCalculationModifier = true # 是否启用经验计算修改
calculateMode = "STATIC" # 选项:"STATIC", "LINEAR", "FORMULA"
模式特定设置
STATIC 模式:
[static]
staticModeXpNeeded = 100 # 每级所需的固定经验值
LINEAR 模式:
[linear]
linearBaseXp = 100 # 线性基础经验值
LinearXpAddition = 1 # 线性经验增量
FORMULA 模式:
[formula]
formula = "base+((level*level)*10)" # 公式模式计算公式
formulaBaseXp = 100 # 公式模式基础经验
使用方法
游戏内命令
- 所有原版
/xp命令正常工作 - 经验计算由模组自动处理
- 无需额外命令
经验显示
- 经验条根据配置模式显示进度
- 满足要求时自动升级
- 精确计算避免舍入误差
兼容性
✅ 完全兼容:
- 原版经验球
- 附魔台和铁砧
- 酿造台
- 所有
/xp命令 - 经验相关进度
- 多人服务器
许可证
本项目采用 MIT 许可证。
Linear Experience / 线性经验
English
Linear Experience Mod for Minecraft
A comprehensive Minecraft Forge mod that completely overhauls the vanilla non-linear experience system, providing multiple configurable experience calculation modes while maintaining full compatibility with all vanilla experience-related features.
Features
🎯 Core Experience Calculation Modes
- STATIC Mode: Fixed experience cost per level (same for all levels)
- LINEAR Mode: Linear progression (base cost + level × addition)
- FORMULA Mode: Custom mathematical formula using variables
baseandlevel
⚙️ Configuration System
- TOML-based configuration file
- Hot-reload support
- Server-client synchronization
- Extensive customization options
Configuration
Configuration file location: config/linear-xp.toml
Basic Configuration
[general]
enableXpCalculationModifier = true
calculateMode = "STATIC" # Options: "STATIC", "LINEAR", "FORMULA"
Mode-Specific Settings
STATIC Mode:
[static]
staticModeXpNeeded = 100 # Fixed XP required per level
LINEAR Mode:
[linear]
linearBaseXp = 100 # Base XP cost
LinearXpAddition = 1 # XP increase per level
FORMULA Mode:
[formula]
formula = "base+((level*level)*10)" # Custom formula
formulaBaseXp = 100 # Base value for formula
Compatibility
✅ Fully Compatible With:
- Vanilla experience orbs
- Enchanting tables and anvils
- Brewing stands
- All
/xpcommands - Experience-related advancements
- Multiplayer servers
中文
Linear Experience - Minecraft 线性经验模组
一个全面的 Minecraft Forge 模组,彻底改革了原版非线性经验系统,提供多种可配置的经验计算模式,同时保持与原版所有经验相关功能的完全兼容。
功能特性
🎯 核心经验计算模式
- STATIC 模式:固定每级经验需求(所有等级相同)
- LINEAR 模式:线性增长(基础值 + 等级 × 增量)
- FORMULA 模式:使用变量
base和level的自定义数学公式
⚙️ 配置系统
- 基于 TOML 的配置文件
- 支持热重载
- 服务器-客户端同步
- 广泛的定制选项
配置说明
配置文件位置:config/linear-xp.toml
基础配置
[general]
enableXpCalculationModifier = true # 是否启用经验计算修改
calculateMode = "STATIC" # 选项:"STATIC", "LINEAR", "FORMULA"
模式特定设置
STATIC 模式:
[static]
staticModeXpNeeded = 100 # 每级所需的固定经验值
LINEAR 模式:
[linear]
linearBaseXp = 100 # 线性基础经验值
LinearXpAddition = 1 # 线性经验增量
FORMULA 模式:
[formula]
formula = "base+((level*level)*10)" # 公式模式计算公式
formulaBaseXp = 100 # 公式模式基础经验
兼容性
✅ 完全兼容:
- 原版经验球
- 附魔台和铁砧
- 酿造台
- 所有
/xp命令 - 经验相关进度
- 多人服务器
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources