Configurable Data Fixers 图标

Configurable Data Fixers

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.2.2-mc1.20.1
本资源为搬运资源,原资源地址: https://modrinth.com/mod/configurable-data-fixers
资源信息

Minecraft 版本: 1.20.1

平台: fabric quilt

标签: utility

资源介绍

THIS MOD IS DEPRECATED, PLEASE VISIT THE NEW MOD HERE

This mod provides a config in which one can convert registered IDs.

This mod works with vanilla registries as well as modded registries added through Fabric's registry API.
Can be useful for modpacks as mods are often changed.

A more advanced "schema" format is available with the types block, biome, entity, and item, however it is recommended to use registry fixers for items. Using the item schema fixer can result in items being removed from containers.

Here is the config format:

{
  "dataVersion": 0,
  "schemas": [
    {
      "version": 1,
      "fixers": [
        {
          "type": "biome",
          "fixers": [
            {
              "old_id": "examplemod:example_biome",
              "new_id": "newmod:new_biome"
            }
          ]
        }
      ]
    }
  ],
  "registryFixers": [
    {
      "registry_key": "minecraft:block",
      "fixers": [
        {
          "old_id": "examplemod:example_block",
          "new_id": "newmod:new_block"
        }
      ]
    },
    {
      "registry_key": "minecraft:item",
      "fixers": [
        {
          "old_id": "examplemod:example_item",
          "new_id": "newmod:new_item"
        }
      ]
    }
  ]
}

The config file can be found at ./config/configurabledatafixers.json
The config file will have examples set up for you.

Note: Entries in the config will only convert if the old_id is not found in the game. Ex: If you have old_id set to minecraft:grass_block and new_id set to minecraft:stone, grass blocks will stay the same.

This mod was made possible by FrozenLib's config library.

📥 下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Palamod RECREATED

价格:0 墨喵币
下载量:0

查看详情
KingD3fault Overlay

价格:0 墨喵币
下载量:0

查看详情
Call Your Happy Ghast

价格:0 墨喵币
下载量:0

查看详情
Colored Ancient Debris

价格:0 墨喵币
下载量:0

查看详情