Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Supported environments
Client-side
Links
Creators
Details
Licensed MIT
Published 3 days ago
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:


