Unofficial site, not affiliated with modrinth.com.What is this?
Моды/TCDCommons API
TCDCommons API

TCDCommons API

TheCSDev's personal library mod for the Minecraft modding environment.

12.8M
1.2K
  • 5.3.2+fn-26.1

    release13 июня 2026 г.
    • Added extra miscellaneous translation keys
    • Fixed rendering bug related to TBlockStateElement where some blocks wouldn't render properly
  • 5.3.1+fn-26.1

    release28 мая 2026 г.
  • 5.3.0+fn-26.1

    release26 мая 2026 г.

    User-facing changelog

    Technical API changelog

    This changelog is primarily for developers and programmers using this API mod. Most people may ignore it.

    • Added TCodec, a utility class featuring this mod's Codec<A> implementations for Mojang's DFU
    • Added dropShadowProperty() to TLabelElement
    • Added miscellaneous TElement implementations for rendering block states and item stacks on screen
    • Added TSeparatorElement. It draws a straight line and is configurable.
    • Added TToggleButtonWidget. It's similar to a button, but a togglable one.
  • 5.2.1+fn-26.1

    release3 апреля 2026 г.

    Support for 26.1.X (including 26w14a)

  • 5.2.0+fn-26w14a

    release3 апреля 2026 г.

    Нет описания изменений

  • 5.2.0+fn-26.1.1

    release1 апреля 2026 г.

    Нет описания изменений

  • 5.2.0+fn-26.1

    release28 марта 2026 г.

    Remember when I said I am moving on from NeoForge yesterday? Well scrap that, this release can handle both platforms simultaneously.

    Just don't forget to install 'Fabric API' on Fabric, although you probably already know that. On NeoForge no dependencies are required.

  • 5.2.0+fabric-26.1

    release27 марта 2026 г.

    Changelog

    • Migrated from Architectury to Fabric
    • Ported to Minecraft 26.1

    Explanation and reasoning

    This mod is now back to being exclusive to Fabric. This fate is uncertain but is likely to stay. There are two main reasons for this:

    1. NeoForge has far less demand than Fabric. Look at the file download counts for any mod out there (mine included), and you will see ratios as big as 500:1 (aka Fabric getting as much as 500x more downloads). Personally, this isn't the main issue in my opinion - I wouldn't mind continuing to maintain NeoForge for the few people if it wasn't for the next reason.
    2. Update delays and additional maintenance, all for a low-demand plarform. This is the main reason and issue I have. Whenever a new version of Minecraft releases - Fabric catches up within hours, meanwhile I am stuck for days to weeks waiting on Architectury and NeoForge to port over - just so I can then proceed to port my mods. No more NeoForge = no more having to deal with that. If NeoForge had a lot more demand, then this would in my opinion be a valid trade-off. For now, it is not.

    Please note that I may change my mind. I already wish I didn't have to leave NeoForge behind. We will see what happens in the future. Please refer to Forgified Fabric API and Sinytra Connector, as they may help you run Fabric mods on NeoForge anyway.

  • 5.1.0+neoforge-1.21.11

    release26 марта 2026 г.

    This mod no longer depends on Architectury API.

  • 5.1.0+fabric-1.21.11

    release26 марта 2026 г.

    This mod no longer depends on Architectury API.

  • 5.0.0+fabric-1.21.11

    release22 марта 2026 г.

    Full release of v5.0 is finally here, featuring a more robust framework.

    (Note that due to a tight deadline of March 24, 2026, I was unable to reimplement missing features in time. When or if they will make a comeback is uncertain for now, as there are many other things demanding my attention.)

    Changelog

    • Overhauled framework that fixes what past game updates broke
    • Removed features that are no longer used by my other mods, as they were impacting maintainability

    [Edit]: Forgot to mention

    Legal notice

    The license for v5.X versions is All rights reserved for now, however it also grants modpack developers the right to feature v5.X versions in modpacks that are hosted on CurseForge and Modrinth. Please read the full license file for more info.

    The primary reason for this is that I could not find a license for v5.X that I felt truly comfortable with, even though the initial idea was to assign a proper license once the full v5.0 release was out. It is possible that someday I may switch back to a F.O.S.S. license if I ever do find one I am comfortable with.

    Regarding modpacks; Feel free to feature my mods in modpacks on CurseForge and Modrinth. Despite the license, I intentionally worded it to permit modpack usage.

  • 5.0.0+neoforge-1.21.11

    release22 марта 2026 г.

    Full release of v5.0 is finally here, featuring a more robust framework.

    (Note that due to a tight deadline of March 24, 2026, I was unable to reimplement missing features in time. When or if they will make a comeback is uncertain for now, as there are many other things demanding my attention.)

    Changelog

    • Overhauled framework that fixes what past game updates broke
    • Removed features that are no longer used by my other mods, as they were impacting maintainability

    [Edit]: Forgot to mention

    Legal notice

    The license for v5.X versions is All rights reserved for now, however it also grants modpack developers the right to feature v5.X versions in modpacks that are hosted on CurseForge and Modrinth. Please read the full license file for more info.

    The primary reason for this is that I could not find a license for v5.X that I felt truly comfortable with, even though the initial idea was to assign a proper license once the full v5.0 release was out. It is possible that someday I may switch back to a F.O.S.S. license if I ever do find one I am comfortable with.

    Regarding modpacks; Feel free to feature my mods in modpacks on CurseForge and Modrinth. Despite the license, I intentionally worded it to permit modpack usage.

  • 5.0.0-beta.6+neoforge-1.21.11

    beta27 февраля 2026 г.

    General bug fixes and code refactoring.

  • 5.0.0-beta.6+fabric-1.21.11

    beta27 февраля 2026 г.

    General bug fixes and code refactoring.

  • 5.0.0-beta.5+neoforge-1.21.11

    beta6 февраля 2026 г.

    Added APIs related to "Block" statistics.

  • 5.0.0-beta.5+fabric-1.21.11

    beta6 февраля 2026 г.

    Added APIs related to "Block" statistics.

  • 5.0.0-beta.4+neoforge-1.21.11

    beta1 февраля 2026 г.

    API changelog

    • ResourceResolver implementation, a tool for asynchronously fetching and loading external resources. Still in experimental phase - not recommended for use yet.
  • 5.0.0-beta.4+fabric-1.21.11

    beta1 февраля 2026 г.

    API changelog

    • ResourceResolver implementation, a tool for asynchronously fetching and loading external resources. Still in experimental phase - not recommended for use yet.
  • 5.0.0-beta.1+neoforge-1.21.11

    beta28 декабря 2025 г.

    Minor tweaks.

  • 5.0.0-beta.1+fabric-1.21.11

    beta28 декабря 2025 г.

    Minor tweaks.

1
...

Совместимость

Платформы

Поддерживаемые окружения

Клиент и сервер

Сведения

Лицензия:TCDCommons API License
Опубликован:3 года назад
Обновлён:17 часов назад
ID проекта:
Главная