作者:rebot | 分类:模组
Minecraft 版本: 1.21.1
平台: fabric
标签: utility
Recreative is a powerful, data-driven mod that gives modpack developers and players complete control over Creative Mode tabs! Using simple JSON configuration files, you can completely reorganize, modify, hide, or create entirely new Creative Tabs without writing a single line of code.
after or before placement rules.#minecraft:logs, #c:ores).Recreative watches the ./config/recreative/ folder in your Minecraft instance. You can create as many .json files inside this folder as you want to organize your rules.
[
{
"action": "remove_tab",
"tabs": ["minecraft:building_blocks"]
},
{
"action": "custom_tab",
"tabs": ["my_pack:magic"],
"name": "Magical Items",
"icon": "minecraft:amethyst_shard",
"add_items": [
"minecraft:enchanted_book",
"#minecraft:potions"
]
}
]
Check out the wiki for documentation on all actions, advanced item placement, and syntax.
Recreative provides a couple useful commands to help you manage your configuration and easily find IDs without leaving the game.
/recreative reload - Hot-reloads your recreative_settings.json and all rule files in the config/recreative/ folder and instantly rebuilds the creative menu./recreative dump <tabs|items|blocks|all> - Exports registered IDs into nicely formatted JSON files located in config/recreative_exports/. Perfect for finding the exact namespace IDs needed for your scripts.General config options can be accessed in-game (when Cloth Config is installed). This includes toggling the mod on/off globally, and a debug option to show internal tab IDs, which replaces all tab names with their registry ID to help you write your config files faster.
Icon made by Nekomaster!
请登录后举报
暂无评论,抢个沙发吧~