Перейти к содержимому
Mineforgian

Conveniented Forge Tags

Merge Conventional tags and Forge tags together

1K загрузок7 подписчиковGPL-3.0-onlyfabricquilt

Обновлён 5 января 2023 г. · опубликован 9 декабря 2022 г.

Conveniented Forge Tags

This is a simple Minecraft mod for Fabric/Quilt 1.18.2 that makes ForgeTags and Conventional Tags sync with each other.

Why?

If you're playing Create Fabric (or other mods that use ForgeTags) with other 'big' native Fabric mods, you may find that they are using two different tags systems and they are not compatible with each other so you can't use a mod's item in another mod's recipe. This mod is designed to solve this problem.

Builtin Merge Rules

Ingots
Double Ingots
Plates
Dusts
Small Dusts
Tiny Dusts
Nuggets
Rods
Wires
Coins
Gears
Dyes
Seeds
Ores
Storage Blocks
Raw Ores

Example

For example, zinc ingots. In ForgeTags it's #c:ingots/zinc and in conventional tags it's #c:zinc_ingots.

Before

// #c:zinc_ingots
{
    "techreborn:zinc_ingot",
    "another_tech_mod:zinc_ingot"
}
// #c:ingots/zinc
{
    "create:zinc_ingot",
    "alphamode:zinc_ingot"
}

After

// #c:zinc_ingots
{
    "techreborn:zinc_ingot",
    "another_tech_mod:zinc_ingot",
    "create:zinc_ingot",
    "alphamode:zinc_ingot"
}
// #c:ingots/zinc
{
    "techreborn:zinc_ingot",
    "another_tech_mod:zinc_ingot",
    "create:zinc_ingot",
    "alphamode:zinc_ingot"
}

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.1.2Релиз1.18.2fabric, quilt5 января 2023 г..jar (53 КБ)
0.1.1Релиз1.18.2fabric, quilt11 декабря 2022 г..jar (49 КБ)
0.1Релиз1.18.2fabric, quilt9 декабря 2022 г..jar (46 КБ)

Ченджлог

0.1.1Релиз1.18.2 · 11 декабря 2022 г.

Add support for Fabric resource condition API. Add support for more metal variants.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…