Skip to content

question about the essence of the mod #2

Answered by cao-awa
TheVirusNVGM asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for missing the discussion earlier; your understanding is roughly correct.

Conium is inspired by Minecraft Bedrock Edition. Unlike Bedrock Edition, Minecraft Java Edition cannot dynamically load items, blocks, or many other game elements. Conium makes this possible.

Conium also supports Kotlin scripting. Technically speaking, Kotlin can interact directly with Java, which significantly lowers the limitations of a data-driven approach and eliminates the need to build a JAR file.

In summary, the data-driven approach reduces the threshold and cost of mods development, while scripting support complements and extends the limitations of a purely data-driven approach.

Bedrock Schema

If you …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cao-awa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers question Further information is requested
2 participants