Mineuniverse
Log in Register
Mods

Casino pickaxe

πŸ’° Casino Pickaxe adds a unique tool to Minecraft (Forge 1.20.1) that changes the way you gather resources. When you break specific blocks with this pickaxe, you don't get the usual block drop. Instead, you get a random reward from a custom loot pool! πŸ’°
by NacrMods
Download Claim this project
245 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons Armor, Tools, and Weapons MCreator Ores and Resources

🎰 Casino Pickaxe

Turn every mining trip into a game of chance!

✨ Features

Casino Pickaxe adds a unique tool to Minecraft (Forge 1.20.1) that changes the way you gather resources. When you break specific blocks with this pickaxe, you don't get the usual block drop. Instead, you get a random reward from a custom loot pool!

  • The Pickaxe: A durable tool capable of mining standard blocks.

  • The Gamble: Break a block, get a surprise! Will it be a Diamond, a Stick, or something from another mod?

  • Fully Configurable: Designed for Modpack Creators. You can define exactly which blocks trigger the effect and what items are dropped using standard Data Packs.

 


 

πŸ”§ For Modpack Creators: Configuration Guide

This mod is 100% Data-Driven. You do not need to edit the mod jar. You can configure everything using a standard Data Pack (or via tools like OpenLoader/KubeJS).

πŸ“₯ Quick Start

Don't want to start from scratch?

Click the link below to download the Casino Pickaxe Config Example. Unzip it into your world's datapacks folder to get started immediately!

πŸ‘‰ https://github.com/Naccr/Casino-Pickaxe-Datapack/tree/main

 


 

πŸ› οΈ How to Configure Manually

To customize the mod, you need to override the default Tag (for blocks) and Loot Table (for drops) in your Data Pack.

1. Define Breakable Blocks (The Tag)

Create a JSON file at this exact path:

data/casino_pickaxe/tags/blocks/custom_breakable_blocks.json

Use "replace": true if you want to remove the default blocks and only use your own list.

JSON

{

  "replace": true,

  "values": [

    "minecraft:stone",

    "minecraft:netherrack",

    "create:zinc_ore"

  ]

}

 

2. Define the Drops (The Loot Table)

Create a JSON file at this exact path:

data/casino_pickaxe/loot_tables/gameplay/randomdropspool.json

Note: The filename must be exactly randomdropspool.json (no underscores).

You can add any item (even from other mods) and assign weights to determine rarity.

JSON

{

  "pools": [

    {

      "rolls": 1,

      "entries": [

        {

          "type": "minecraft:item",

          "name": "minecraft:cobblestone",

          "weight": 80

        },

        {

          "type": "minecraft:item",

          "name": "minecraft:diamond",

          "weight": 1

        },

        {

          "type": "minecraft:item",

          "name": "minecraft:golden_apple",

          "weight": 5

        }

      ]

    }

  ]

}

 

3. Apply the Changes

  1. Place your folder in .minecraft/saves/YourWorld/datapacks/.

  2. Run the command /reload in-game.

  3. Enjoy your custom casino experience!

 


 

πŸ“¦ Modpacks

You are free to use this mod in any modpack, provided that you give credit (a link to this page).

 

---------------------------------------------------------------------------

 

If you enjoy my mods and want to support my work, feel free to buy me a coffee! Your support helps me keep creating. β˜• https://ko-fi.com/tartuf59

casino_pickaxe-1.0.1-forge-1.20.1.jar
MC 1.20.1, Forge
Release 2026-02-16 Get

More from NacrMods

Armor + : New tiers
64
Magnet Ring
63
Atmospheric Alchemist
54
Uncraftable craftable : Unlock Everything
331
Boss armor and weapons
186
The heart of the mountain
145

You Might Also Like

SI: Scriptified [DISCONTINUED]
DISCONTINUED
99,868
FTB Quests Entity Visualization
Adds entity visualization to FTB Quests
99,525
JEI / REI WorldGen
JEI/REI Addon for World Gen Information with universal compatibility for all mods ores by utilizing biome generation data
99,419
Pixel Blocks
Pokemon Lucky Block! When mining the pixel block a random pokemon spawns.
9,988
TFC Bonsai
Add TFC Trees to bonsai pots
9,988
Laser Eyes
A "laser eyes" addon for the Viltrumite mod.
9,968