Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.1
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Changelog
Bug Fixes
- Origin Creator name/description rejected on save as "Not a string" —
the creator writes
name/descriptionas{"text": "..."}component JSON so author-entered text renders literally rather than as a translation key, but the field codec accepted only raw strings and validation failed on every save withNot a string: {"text": "..."}. The codec now accepts either form: raw strings continue to wrap as translatable components (so every shipped origin still resolves through the language file), and any vanilla component-JSON object decodes throughComponentSerialization.CODEC. Same helper is shared by the player Origin Creator, the Mob Origin Creator, and any customorigin_layerJSON.
Dependencies
Files
neoorigins-2.1.1+1.21.1.jar(2.01 MiB) Primary
Metadata
Release channel
ReleaseVersion number
v2.1.1+1.21.1Loaders
NeoForge
Game versions
1.21.1Environment
Client and server, required on both



