Rewarding
ModLicenseRef-All-Rights-Reserved

Rewarding

Rewarding will reward you a lot more than normally!

66
Downloads
4
Followers
2 months ago
Updated
📦
3
Versions

📖About Rewarding

⚠️ 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.

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
  
}