Mining Masters: New Horizons Companion Mod
作者:rebot | 分类:模组
Minecraft 版本: 1.21.11
平台: fabric
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:

请登录后举报
暂无评论,抢个沙发吧~