Rewarding

Quick rating

Community listing page, reviews here may not be monitored by the author.

Rewarding

By cheeteckOwner

No reviews yet

Rewarding will reward you a lot more than normally!

Mod Loaders
Minecraft

About

Description

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