Retold License Notice
=====================
Retold uses separate licenses for source code and creative assets.
1. Code and non-asset materials
Files that are not Asset Files, and are not identified as third-party
materials, are licensed under the MIT License included below.
2. Creative assets
Asset Files are licensed under the Retold Asset License included below.
They are not covered by the MIT License.
Asset Files include:
- files inside any textures, sounds, or models directory below
src/main/resources/assets or src/generated/resources/assets; and
- creative source or media files anywhere in the repository with these
extensions:
.png, .jpg, .jpeg, .gif, .webp, .svg, .ogg, .wav, .mp3,
.bbmodel, .blend, .psd, .kra, .ase, .aseprite, .obj, .mtl,
.gltf, .glb, .fbx, .ttf, and .otf.
Minecraft model JSON files inside an assets/**/models directory are Asset
Files. Gameplay data, configuration, and other JSON files outside those
model directories are not Asset Files unless explicitly marked otherwise.
3. Third-party materials
Third-party materials remain subject to their original licenses. In
particular, NeoForge MDK template files covered by TEMPLATE_LICENSE.txt
remain under that license.
If a file contains its own license notice, that file-specific notice controls.
If there is uncertainty about whether a file is an Asset File, obtain
permission before reusing it.
MIT LICENSE — CODE AND NON-ASSET MATERIALS
==========================================
Copyright (c) 2026 Xefensor
Permission is hereby granted, free of charge, to any person obtaining a copy
of the software and associated documentation files covered by this license
(the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
This license does not apply to Asset Files as defined above. Those files are
governed by the Retold Asset License below.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
RETOLD ASSET LICENSE
====================
Copyright (c) 2026 Xefensor. All rights reserved.
This license applies to the Asset Files defined above.
Permitted uses
--------------
You may:
1. download, install, and use an official, unmodified Retold release for
personal gameplay;
2. make personal backup copies; and
3. include and redistribute the complete, unmodified Retold JAR as part of a
modpack, provided that:
- the JAR is not altered;
- Retold and Xefensor are credited;
- the modpack links to https://github.com/xefensor/Retold; and
- no separate fee is charged specifically for Retold or its Asset Files.
Restrictions
------------
Except for the permissions above, you may not, without prior written
permission:
- extract, copy, modify, remix, convert, or redistribute Asset Files
separately from the complete, unmodified Retold JAR;
- use Asset Files in another mod, game, resource pack, website, video asset
pack, dataset, or other project;
- redistribute a modified Retold JAR containing any Asset Files;
- sublicense, sell, or claim ownership of any Asset File; or
- remove or obscure authorship, copyright, or license notices.
All rights not expressly granted by this license are reserved. Permission for
uses outside this license must be obtained from Xefensor.
Third-party materials are governed by their own license notices and are not
relicensed by this document.