Mineuniverse
Log in Register
Mods

Real Adventure Mode

Put some adventure into Survival Mode
by Konlii
Claim this project
1,860 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Inspired by pre-1.8 Adventure Mode, this mod requires blocks to be broken with the appropriate tool.  Unlike vanilla Adventure Mode, however, you can still break any block with the wrong tool (or your fist), but the block will not have any drops.

 

How do you get started if you can't punch trees, you may ask?  Leaves now drop sticks, which you can use to craft a digging stick.  Use your digging stick to scrounge up some flint from gravel and craft yourself a hand axe.

 

All recipes unlock in the recipe book as you collect the proper crafting ingredients.

 

 

To do:

Post source on github

Add config file with whitelist of blocks that have an effective tool, but do not expect tool requirements to be enforced

 

ram.cfg

# Configuration file

general {
    # List of blocks that should break with any tool, one per line
    #  [default: []]
    S:anyToolWhitelist <
        
     >

    # List of blocks that should break with an axe, one per line
    #  [default: [minecraft:banner], [minecraft:chorus_plant], [minecraft:crafting_table], [minecraft:jukebox], [minecraft:noteblock], [minecraft:standing_sign], [minecraft:trapped_chest], [minecraft:wall_sign]]
    S:axeWhitelist <
        minecraft:banner
        minecraft:chorus_plant
        minecraft:crafting_table
        minecraft:jukebox
        minecraft:noteblock
        minecraft:standing_sign
        minecraft:trapped_chest
        minecraft:wall_sign
     >

    # List of blocks that should break with a pickaxe, one per line
    #  [default: []]
    S:pickaxeWhitelist <
        
     >

    # List of blocks that should break with a shovel, one per line
    #  [default: []]
    S:shovelWhitelist <
        
     >

    # Each leaf block has a 1 in X chance to drop sticks
    #  [range: 0 ~ 2147483647, default: 4]
    I:stickDropChance=4

    # Maximum number of sticks a leaf block drops
    # (will be equal to stickDropMin if set lower than that value)
    #  [range: 0 ~ 2147483647, default: 1]
    I:stickDropMax=1

    # Minimum number of sticks a leaf block drops
    #  [range: 0 ~ 2147483647, default: 1]
    I:stickDropMin=1
}

 

No files available for download.

More from Konlii

Finger in the Wind
54,752
Organic Creepers
40,341
Heart Drop
209,152
Simple Bedrolls
120,790

You Might Also Like

AstikorCarts Redux
Horse powered carts and plows, now for 1.20+!
9,976,693
mxTune
Adds musical instruments that allow you to play music in MML format.
994,306
JoJo No Kimyou Na Bouken: JoJoCraft
This is a jojos Mod Nothing more
99,649
Middle-earth
Join the legendary world of Tolkien's universe from The Lord of The Rings to the Hobbit and more!
99,467
Pure Discs - Tricky Trials (Fabric/Forge)
Adds nine new discs from songs that were added in the 1.21 Tricky Trials update!
99,442
Reverse Eon
Reverse Eon adds a persistent, player-owned island dimension to Minecraft. Enter your personal world through the Timekeeper Suitcase and manage it with the Computer Suitcase, giving you full control over island settings, portals, visitors, and more.
9,980