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

Simple Resources

A small library focused on simlifying the loading of resources and creation of data driven content - also allows loading minecraft resources in different formats

699 загрузок1 подписчиковMITfabric

Обновлён 17 сентября 2025 г. · опубликован 18 февраля 2025 г.

A small library focused on simlifying the loading of resources and creation of data driven content. This mod does not provide any content on its own, if and addod for a file format is added minecraft resources can be loaded in that format. For info on how to use this mod as a library check out the readme on github.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.3.0+1.21.1Релиз1.21.1fabric17 сентября 2025 г..jar (103 КБ)
2.3.0+1.21.8Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric17 сентября 2025 г..jar (103 КБ)
2.2.1+1.21.5Релиз1.21.5fabric26 марта 2025 г..jar (94 КБ)
2.2.1+1.21.1Релиз1.21.1fabric9 марта 2025 г..jar (95 КБ)
2.2.1+1.21.4Релиз1.21.4fabric9 марта 2025 г..jar (95 КБ)
2.2.0+1.21.1Релиз1.21.1fabric8 марта 2025 г..jar (92 КБ)
2.2.0Релиз1.21.4fabric8 марта 2025 г..jar (93 КБ)
2.1.0Релиз1.21.4fabric3 марта 2025 г..jar (81 КБ)
2.0.0Релиз1.21.4fabric27 февраля 2025 г..jar (37 КБ)
1.0.0Релиз1.21.4fabric18 февраля 2025 г..jar (60 КБ)

Ченджлог

2.3.0+1.21.1Релиз1.21.1 · 17 сентября 2025 г.

backport of 2.3.0 to 1.21.1

2.3.0+1.21.8Релиз1.21.6, 1.21.7, 1.21.8 · 17 сентября 2025 г.
  • ResourceUtil now executes commands with permission level 4 instead of 2
  • ClassFieldsCodec now supports records, also has new helper methods which allow you to ommit the default constructor or class
  • ClassFieldsCodec now tries to return a partial result when possible
  • introduced a command for repairing configs which takes the partial result after parsing and writes it back to the file, hoping that any missing fields have been filled with default values (useful when a new version adds a field to a config, user does not need to delete the file or try to figure out which value is missing)
2.2.1+1.21.5Релиз1.21.5 · 26 марта 2025 г.

Updated to 1.21.5

2.2.1+1.21.1Релиз1.21.1 · 9 марта 2025 г.

Backport of 2.2.1 to 1.21.1

2.2.1+1.21.4Релиз1.21.4 · 9 марта 2025 г.
  • Adds the option to add other data/resource pack resources as dependencies to your resources
  • Switched to an entrypoint system when registering custom extensions which ensures all custom file types are registered before any config is loaded
2.2.0+1.21.1Релиз1.21.1 · 8 марта 2025 г.

Backport to 1.21.1

2.2.0Релиз1.21.4 · 8 марта 2025 г.
  • Added a config which contains the users preferred extension and an option to send datapack reload errors as feedback to the user
  • Config file extensions are no longer specified when creating the config, but the users preferred extension is used
  • When using the /reload command, the errors from loading datapacks are now sent to the user which used /reload (similarly to how /simpleResources reload does) - can be disabled in the config
  • Changed the /reloadConfig and /reloadServerConfig to /simpleResources and /simpleResourcesServer, now allows converting configs between different file types using /simpleResources convert
  • Fixed an error when which caused the generation of a config with a non-json extension to fail
2.1.0Релиз1.21.4 · 3 марта 2025 г.
  • Extra formats registered with registerDynamicOps() can now be used for minecraft resources
  • ClassFieldsCodec now allows null values
  • ResourceReadWriter now includes WrapperLookup, ops are wrapped with registry ops if loading from a datapack/resourcepack context
  • registerDynamicOps now takes OpsReader and OpsWriter instead of a Function and BiConsumer this allows you to reference methods which have an exception in their signature
  • Changed a bunch of catch(Exception) to catch(Throwable) to make sure all problems get caught and do not cause problems somewhere else
  • Changed the mod id from simleresources to simple-resources

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

Комментарии

Загружаем…