Mining Masters: New Horizons Companion Mod

Adds resource pack features for the upcoming DiamondFire game Mining Masters: New Horizons.

66 downloads
1 followers

This mod adds resource pack features for the DiamondFire game Mining Masters: New Horizons. Currently, it adds the ability to change a block's model depending its coordinates. This feature is fully configurable via resource pack. To do this, create a folder in your resource pack titled block_remodel_zones, and put .json files in it that describe regions where blocks are replaced. An example file may look like this

{
    "start_pos": [0, -64, 0],
    "end_pos": [16, 255, 16],
    "block_models": {
        "minecraft:nether_wart_block": "mmnh:block/meat_block"
    }
}

Where mmnh:block/meat_block references a model in the resource pack. An example resource pack structure may look like this:

Example resource pack structure

No gallery available for this project.