You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an explicit open-source license to the repository to clarify terms of use and distribution for the project.
Provide an initial README.md describing the ModAPI project, its features and build instructions to help developers get started quickly.
Description
Add a LICENSE file containing the full text of the GNU Affero General Public License v3.0 to license the project under AGPL-3.0-or-later.
Add README.md with an overview of ModAPI, supported features, environment requirements, project structure, and build instructions including xmake f -m release and xmake.
Document output artifacts and where build products are copied (bin/), and point to the LICENSE from the README.
Testing
No automated tests were run for this change since it only adds licensing and documentation files.
This feature list advertises custom loot-table, status-effect, and entity APIs as available, but I checked include/ and src/ with rg and the matching files are only empty/stub headers: include/modapi/effect/CustomEffectRegistry.h is empty, while the block/entity/loot-table registry headers only include stub base headers and have no declarations or implementations. Users following the new README will look for APIs that are not present in this release, so these items should be marked as planned or removed until implemented.
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
README.mddescribing the ModAPI project, its features and build instructions to help developers get started quickly.Description
LICENSEfile containing the full text of the GNU Affero General Public License v3.0 to license the project under AGPL-3.0-or-later.README.mdwith an overview of ModAPI, supported features, environment requirements, project structure, and build instructions includingxmake f -m releaseandxmake.bin/), and point to theLICENSEfrom the README.Testing
Codex Task