Skip to content
OreCruncher edited this page Jun 4, 2015 · 7 revisions

Think you are the only one to lose items when mining? Sometimes the loss of someone else can be your gain…

Piles of Rubble can be found in the various tunnels and caves that exist under ground. The pile can be broken using a pick axe. When broke it will drop a random collection of potentially useful items, such as coal, torches, and food. The Pile of Rubble cannot be Silktouched.

The loot table for the Pile of Rubble is registered with the ChestGenHook infrastructure using the name “pileOfRubble”. The list can be modified by other mods, or scripting tools like MineTweaker.

You can modify the behavior of this feature by changing settings in the configuration file:

rubble {
    # Attempts per chunk to place rubble piles (higher more frequent discovery) [range: 0 ~ 2147483647, default: 80]
    I:Density=80

    # Enable/Disable Pile of Rubble worldgen [default: false]
    B:Disable=false

    # Number of stacks to drop when rubble pile is broken [range: 0 ~ 2147483647, default: 3]
    I:"Number of Drops"=3
}
Clone this wiki locally