Rewarding
作者:rebot | 分类:模组
Minecraft 版本: 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
平台: forge
标签: economy game-mechanics utility
⚠️ Needs Cloth Config API If you're installing to a modpack using the Modrinth App this should happen automatically for you!
XP Withdrawal
Rewarding allows you to withdraw your XP using /xpwithdraw <amount>. By default the <amount> will autocomplete to the max amount you have.
Oh yeah and you can also shift+right click with an empty bottle in your hand to bring up a GUI
Crafting
You can craft two xp bottles together into one, its a shapeless recipe meaning it doesn't matter how you put them in the crafting slot
Things that now give XP :D
- Harvesting fully grown crops
- Feeding a pet animal
- Killing a hostile (or passive-agressive) mob whilst on half a heart
- Crafting a new tool tier for the first time
- Exploring a new biome
- Placing a block at y319 (build limit)
- Chopping your first stack of logs (Any kind)
- First time you kill a new mob type
Configuration
In <your_minecraft_root>/config/rewarding.json
You can toggle every XP-giving feature Rewarding has, some can be changed.
{
"cropXpEnabled": true,
"cropXpMin": 2,
"cropXpMax": 11,
"petFeedXpEnabled": true,
"petFeedXpMin": 2,
"petFeedXpMax": 11,
"petFeedCooldownSeconds": 5,
"lowHealthKillXp": true,
"newToolTierXp": true,
"biomeDiscoveryXp": true,
"buildLimitXp": true,
"villageXp": true,
"firstStackLogsXp": true,
"firstMobKillXp": true
}
Presented by CheetCorp
请登录后举报
暂无评论,抢个沙发吧~