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

Atlas Core

A library (currently only for configs) used by Atlas Development projects

37K загрузок8 подписчиковMITfabricforgeneoforgequilt

Обновлён 1 июня 2026 г. · опубликован 29 июля 2024 г.

  • Config Command Reading from Atlas Core's config

Atlas Core

A mod library for Atlas Projects


A simple library that currently provides a command library and a robust config system, if admittedly incomplete.
However, it will be expanded to suit more needs as time progresses, and improvements to the config will be made.


Commands


As of right now, the command library consists of adding an argument type that allows you to use interchangeable arguments, as in, if certain arguments are not needed, then one can have the user specify the arguments provided with proper suggestions in the format <arg_name>=<arg_value>.

However, in the future the plan is to create a parameters argument which allows you to insert [--someArg value -someOtherArg], matching usual command line parameters, with suggestions for what to input.

In addition, eventually an easier way to achieve wanted results for vanilla argument types and ones which are added by Atlas Core when they are used as opts arguments.


Configs


By default, configs are stored in ./config/<mod_id>/<config_path>.json, which is where you will be able to access and edit them.

If the config has a GUI, it will appear in the Atlas Configs menu inside of Options on both pause screen and title screen. If Mod Menu is installed, the Atlas Configs menu appears as the config for Atlas Core. If a mod has an attached default config with a screen, it will become the config screen for that mod in Mod Menu.

Configs can also be read or manipulated using the command /atlas_config, which lets you reset, read, or reload configs all at once, reset, read, or reload a particular config, or edit, reset, or retrieve the value of a specific option.


For mod developers


Intrested in using this for your mod?
I recommend checking out the README to see how to implement it in your mod.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.1.3-26.1-FabricРелиз26.1, 26.1.1, 26.1.2fabric, quilt1 июня 2026 г..jar (223 КБ)
1.1.3-1.20.1-ForgeРелиз1.20.1forge1 июня 2026 г..jar (884 КБ)
1.1.3-1.20.1-FabricРелиз1.20, 1.20.1fabric, quilt1 июня 2026 г..jar (266 КБ)
1.1.3-1.20.5-FabricРелиз1.20.5, 1.20.6fabric, quilt1 июня 2026 г..jar (222 КБ)
1.1.3-1.21.1-NeoForgeРелиз1.21.1, 1.21.2, 1.21.3, 1.21.4neoforge1 июня 2026 г..jar (220 КБ)
1.1.3-1.21.1-FabricРелиз1.21.1, 1.21.2, 1.21.3, 1.21.4fabric, quilt1 июня 2026 г..jar (223 КБ)
1.1.3-1.21.5-FabricРелиз1.21.7, 1.21.8, 1.21.9, 1.21.10fabric, quilt1 июня 2026 г..jar (223 КБ)
1.1.3-1.21.11-FabricРелиз1.21.11fabric, quilt13 марта 2026 г..jar (222 КБ)
1.1.3-og-1.21.11-FabricАльфа1.21.11fabric, quilt13 марта 2026 г..jar (222 КБ)
1.1.2-1.21.11-FabricРелиз1.21.11fabric, quilt1 февраля 2026 г..jar (218 КБ)
1.1.2.beta.6-1.21.11-FabricБета1.21.11fabric, quilt13 января 2026 г..jar (218 КБ)
1.1.2.beta.6-1.21.5-FabricБета1.21.7, 1.21.8, 1.21.9, 1.21.10fabric, quilt13 января 2026 г..jar (218 КБ)
1.1.2.beta.6-1.21.1-NeoБета1.21.1, 1.21.2, 1.21.3, 1.21.4neoforge13 января 2026 г..jar (216 КБ)
1.1.2.beta.6-1.21.1-FabricБета1.21.1, 1.21.2, 1.21.3, 1.21.4fabric, quilt13 января 2026 г..jar (218 КБ)
1.1.2.beta.6-1.20.5-FabricБета1.20.5, 1.20.6fabric, quilt13 января 2026 г..jar (218 КБ)

Показаны последние 15 из 43 версий. Все версии — на Modrinth.

Ченджлог

1.1.3-26.1-FabricРелиз26.1, 26.1.1, 26.1.2 · 1 июня 2026 г.
  • Port to 26.1
1.1.3-1.20.1-ForgeРелиз1.20.1 · 1 июня 2026 г.
  • Added Config Fixers, allowing for breaking changes to the config format without breaking existing configs.
  • Fixed config reloading not reloading from disk
1.1.3-1.20.1-FabricРелиз1.20, 1.20.1 · 1 июня 2026 г.
  • Added Config Fixers, allowing for breaking changes to the config format without breaking existing configs.
  • Fixed config reloading not reloading from disk
1.1.3-1.20.5-FabricРелиз1.20.5, 1.20.6 · 1 июня 2026 г.
  • Added Config Fixers, allowing for breaking changes to the config format without breaking existing configs.
  • Fixed config reloading not reloading from disk
1.1.3-1.21.1-NeoForgeРелиз1.21.2, 1.21.3, 1.21.4 · 1 июня 2026 г.
  • Added Config Fixers, allowing for breaking changes to the config format without breaking existing configs.
  • Fixed config reloading not reloading from disk
1.1.3-1.21.1-FabricРелиз1.21.2, 1.21.3, 1.21.4 · 1 июня 2026 г.
  • Added Config Fixers, allowing for breaking changes to the config format without breaking existing configs.
  • Fixed config reloading not reloading from disk
1.1.3-1.21.5-FabricРелиз1.21.8, 1.21.9, 1.21.10 · 1 июня 2026 г.
  • Added Config Fixers, allowing for breaking changes to the config format without breaking existing configs.
  • Fixed config reloading not reloading from disk
1.1.3-1.21.11-FabricРелиз1.21.11 · 13 марта 2026 г.
  • Added Config Fixers, allowing for breaking changes to the config format without breaking existing configs.
  • Fixed config reloading not reloading from disk

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

Комментарии

Загружаем…