Hi everyone!
I’ve been thinking about whether a mod exists that allows the creation of custom language addons, similar to Bedrock-style addons. Ideally, this mod would support features like adding new blocks and entities, not just executing commands like datapacks typically do.
The idea would be that the mod interprets custom addons into Java code before world is loaded or at runtime. This way we could potentially get cross-loader compatible mods, making the addons functional across various mod loaders other than Fabric.
If no such mod exists, would it be feasible to create one? What technical issues could arise?