summaryrefslogtreecommitdiffstats
path: root/source/Defines.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Defines.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Defines.h b/source/Defines.h
index 60dab12be..f6c3d6b05 100644
--- a/source/Defines.h
+++ b/source/Defines.h
@@ -44,6 +44,9 @@ extern bool g_BlockIsSolid[256];
/// Can torches be placed on this block?
extern bool g_BlockIsTorchPlaceable[256];
+/// Max Erperience that possible to be incremented at once
+#define MAX_EXPERIENCE_ORB_SIZE 2000 //ie from a ender dragon
+