{"id":117083,"date":"2026-06-07T00:18:46","date_gmt":"2026-06-06T21:18:46","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/"},"modified":"2026-06-07T00:18:46","modified_gmt":"2026-06-06T21:18:46","slug":"oraxen-ore-drops","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/","title":{"rendered":"Oraxen Ore Drops"},"content":{"rendered":"<p># OraxenOreDrops<\/p>\n<p>![License](LICENSE)<br \/>\n![Minecraft](https:\/\/www.minecraft.net\/)<br \/>\n![Paper](https:\/\/papermc.io\/)<\/p>\n<p>Advanced custom ore drops plugin for Minecraft servers using Oraxen. Features intelligent Fortune\/Looting scaling with three different drop mechanics to ensure balanced gameplay.<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; \ud83c\udfaf **Custom Block Drops** &#8211; Configure any block to drop custom Oraxen items<br \/>\n&#8211; \ud83d\udcca **Smart Fortune Scaling** &#8211; Three different methods to balance rare drops<br \/>\n&#8211; \ud83d\udd27 **VeinMiner Support** &#8211; Automatic detection and reduced drops during VeinMiner usage<br \/>\n&#8211; \ud83d\udc8e **AdvancedEnchantments Integration** &#8211; Support for custom Fortune\/Looting enchantments<br \/>\n&#8211; \ud83d\udeab **Silk Touch Prevention** &#8211; No custom drops when using Silk Touch<br \/>\n&#8211; \u26a1 **Performance Optimized** &#8211; Async cleanup tasks and efficient caching<br \/>\n&#8211; \ud83d\udc1b **Debug Mode** &#8211; Detailed logging for testing drop rates<\/p>\n<p>## \ud83d\udccb Requirements<\/p>\n<p>&#8211; **Server**: Paper\/Purpur\/Pufferfish 1.21+<br \/>\n&#8211; **Dependencies**:<br \/>\n    &#8211; Oraxen (required)<br \/>\n    &#8211; AdvancedEnchantments (optional)<br \/>\n&#8211; **Java**: 21+<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>1. Download the latest release from Modrinth<br \/>\n2. Place the JAR file in your `plugins\/` folder<br \/>\n3. Install Oraxen if not already installed<br \/>\n4. Restart your server<br \/>\n5. Configure drops in `plugins\/OraxenOreDrops\/config.yml`<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### Basic Example<\/p>\n<p>&#8220;`yaml<br \/>\ndebug-mode: false<\/p>\n<p>drop-mechanics:<br \/>\n  method: HYBRID  # DIMINISHING, BONUS_ROLLS, or HYBRID<\/p>\n<p>block-drops:<br \/>\n  DIAMOND_ORE:<br \/>\n    drop1:<br \/>\n      oraxen-item: &#8220;diamond_shard&#8221;<br \/>\n      chance: 25.0        # 25% base chance<br \/>\n      min-amount: 1<br \/>\n      max-amount: 3<br \/>\n    drop2:<br \/>\n      oraxen-item: &#8220;rare_gem&#8221;<br \/>\n      chance: 0.5         # 0.5% rare drop<br \/>\n      min-amount: 1<br \/>\n      max-amount: 1<br \/>\n&#8220;`<\/p>\n<p>### Drop Mechanics Methods<\/p>\n<p>#### HYBRID (Recommended)<br \/>\nBalances both chance increase and bonus rolls based on rarity:<br \/>\n&#8211; **Common drops (>50%)**: Mainly chance increase<br \/>\n&#8211; **Rare drops (<1%)**: Mainly bonus rolls\n- Best overall balance for mixed drop tables\n\n#### DIMINISHING\nUses logarithmic scaling for rare items:\n- Fortune I on 0.1% drop: ~0.13% (+0.03%)\n- Fortune III on 0.1% drop: ~0.117% (+0.017%)\n- Best for ultra-rare drops that should stay rare\n\n#### BONUS_ROLLS\nAdditional drop attempts instead of increasing chance:\n- Fortune I on 0.1% drop: 2 rolls = ~0.2%\n- Fortune III on 0.1% drop: 4 rolls = ~0.4%\n- Most predictable and balanced\n\n### Drop Chance Guidelines\n\n| Rarity | Chance Range | Description | Fortune Bonus |\n|--------|-------------|-------------|---------------|\n| Common | 50-100% | Frequent drops | Full (+1% per level) |\n| Uncommon | 10-50% | Regular drops | Reduced (+0.5% per level) |\n| Rare | 1-10% | Occasional drops | Logarithmic |\n| Very Rare | 0.1-1% | Seldom drops | Square root |\n| Legendary | <0.1% | Extremely rare | Minimal |\n\n## \ud83c\udfae Commands\n\n| Command | Permission | Description |\n|---------|-----------|-------------|\n| `\/oraxenoredrops reload` | `oraxenoredrops.reload` | Reload configuration |\n| `\/oraxenoredrops debug <on|off>` | `oraxenoredrops.debug` | Toggle debug mode |<br \/>\n| `\/oraxenoredrops info` | `oraxenoredrops.info` | Show plugin info |<\/p>\n<p>## \ud83d\udd27 Permissions<\/p>\n<p>| Permission | Default | Description |<br \/>\n|&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `oraxenoredrops.use` | op | Use plugin commands |<br \/>\n| `oraxenoredrops.reload` | op | Reload config |<br \/>\n| `oraxenoredrops.debug` | op | Toggle debug mode |<br \/>\n| `oraxenoredrops.info` | true | View plugin info |<\/p>\n<p>## \ud83c\udfaf Features in Detail<\/p>\n<p>### VeinMiner Detection<br \/>\nAutomatically detects VeinMiner usage and reduces Fortune level by 5 to prevent excessive drops. Only processes every 5th block in a vein mine session.<\/p>\n<p>### AdvancedEnchantments Support<br \/>\nSeamlessly integrates with AdvancedEnchantments custom enchantments:<br \/>\n&#8211; Custom Fortune\/Luck enchantments<br \/>\n&#8211; Custom Looting enchantments<br \/>\n&#8211; Custom Silk Touch enchantments<\/p>\n<p>### Smart Fortune Scaling<br \/>\nDrop chances scale intelligently based on rarity:<br \/>\n&#8211; Common items get full Fortune bonus<br \/>\n&#8211; Rare items get reduced Fortune bonus<br \/>\n&#8211; Ultra-rare items stay rare even with Fortune X<\/p>\n<p>### Example Calculations<\/p>\n<p>**Common Drop (50% chance)**<br \/>\n&#8211; Fortune 0: 50%<br \/>\n&#8211; Fortune III: 53%<br \/>\n&#8211; Fortune X: 60%<\/p>\n<p>**Rare Drop (1% chance)**<br \/>\n&#8211; Fortune 0: 1%<br \/>\n&#8211; Fortune III: 1.12%<br \/>\n&#8211; Fortune X: 1.35%<\/p>\n<p>**Ultra-Rare Drop (0.1% chance)**<br \/>\n&#8211; Fortune 0: 0.1%<br \/>\n&#8211; Fortune III: 0.117%<br \/>\n&#8211; Fortune X: 0.133%<\/p>\n<p>## \ud83c\udfd7\ufe0f Building from Source<\/p>\n<p>&#8220;`bash<br \/>\ngit clone https:\/\/github.com\/yourusername\/OraxenOreDrops.git<br \/>\ncd OraxenOreDrops<br \/>\nmvn clean package<br \/>\n&#8220;`<\/p>\n<p>The compiled JAR will be in `target\/OraxenOreDrops-1.0.jar`<\/p>\n<p>## \ud83d\udc1b Bug Reports &#038; Feature Requests<\/p>\n<p>Please use the GitHub Issues page to report bugs or request features.<\/p>\n<p>## \ud83d\udcdc License<\/p>\n<p>This project is licensed under the MIT License &#8211; see the [LICENSE](LICENSE) file for details.<\/p>\n<p>## \ud83e\udd1d Contributing<\/p>\n<p>Contributions are welcome! Please feel free to submit a Pull Request.<\/p>\n<p>1. Fork the repository<br \/>\n2. Create your feature branch (`git checkout -b feature\/AmazingFeature`)<br \/>\n3. Commit your changes (`git commit -m &#8216;Add some AmazingFeature&#8217;`)<br \/>\n4. Push to the branch (`git push origin feature\/AmazingFeature`)<br \/>\n5. Open a Pull Request<\/p>\n<p>## \ud83d\udc96 Credits<\/p>\n<p>&#8211; **Oraxen** by Th0rgal<br \/>\n&#8211; **AdvancedEnchantments** by N1KN<\/p>\n<p>&#8212;<\/p>\n<p>Made with \u2764\ufe0f for the Minecraft community<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Add Oraxen item drops to any type of block with drop chances<\/p>\n","protected":false},"featured_media":117084,"template":"","meta":{"_minecraft_slug":"oraxen-ore-drops","_minecraft_project_id":"RxHteTtW","_minecraft_author":"F02K","_minecraft_license":"MIT","_minecraft_downloads":161,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"oraxen-ore-drops.zip","_minecraft_size_bytes":33061,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T13:16:03.657815Z","_minecraft_date_created":"2025-12-21T05:15:18.080620Z","_minecraft_date_modified":"2025-12-19T15:24:37.912604Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/oraxen-ore-drops","_minecraft_icon_attachment_id":117084,"_minecraft_imported_at":"2026-06-06T21:18:47+00:00","_minecraft_import_hash":"f6bc3ab17f2c54be7681326aee1cac50","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,127,128],"mod_loader":[132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-117083","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_loader-paper","mod_loader-purpur","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Oraxen Ore Drops - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oraxen Ore Drops - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Add Oraxen item drops to any type of block with drop chances\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oraxen-ore-drops\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oraxen-ore-drops\\\/\",\"name\":\"Oraxen Ore Drops - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oraxen-ore-drops\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oraxen-ore-drops\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oraxen-ore-drops-icon-122ef7ce7eaa1c44b453f38641e8b1bf9b58ef5f.png\",\"datePublished\":\"2026-06-06T21:18:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oraxen-ore-drops\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oraxen-ore-drops\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oraxen-ore-drops\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oraxen-ore-drops-icon-122ef7ce7eaa1c44b453f38641e8b1bf9b58ef5f.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oraxen-ore-drops-icon-122ef7ce7eaa1c44b453f38641e8b1bf9b58ef5f.png\",\"width\":528,\"height\":528},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oraxen-ore-drops\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Oraxen Ore Drops\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oraxen Ore Drops - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/","og_locale":"en_US","og_type":"article","og_title":"Oraxen Ore Drops - Minecraft","og_description":"Add Oraxen item drops to any type of block with drop chances","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/","name":"Oraxen Ore Drops - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oraxen-ore-drops-icon-122ef7ce7eaa1c44b453f38641e8b1bf9b58ef5f.png","datePublished":"2026-06-06T21:18:46+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oraxen-ore-drops-icon-122ef7ce7eaa1c44b453f38641e8b1bf9b58ef5f.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oraxen-ore-drops-icon-122ef7ce7eaa1c44b453f38641e8b1bf9b58ef5f.png","width":528,"height":528},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/oraxen-ore-drops\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Oraxen Ore Drops"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/117083","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/117084"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=117083"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=117083"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=117083"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=117083"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}