Embed Resource Loader #317
Oganesson897
started this conversation in
Draft
Replies: 1 comment
-
Would a better alternative to update |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Implement ResourceLoader and better resource loading phase
Goals
Add a new
resources
folder to the game root directory to allow users to place resource (e.g. textures, lang, models and tag in future maybe) files to be loaded in it.Non Goals
None
Motivation
pack.mcmeta
AssetMover
orTXLoader
or update resources from web)Description
example:
<namespace>.json
(optional) file format example:config.json
example:Dependencies
No response
References
https://www.curseforge.com/minecraft/mc-mods/resource-loader
https://github.com/glowredman/TX-Loader
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions