Replies: 1 comment 2 replies
-
|
We prefer to extract metadata directly from the game using our extractor. Its a fabric mod that exports JSON that we in turn use to generate rust code with that data. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I believe we can utilise the https://github.com/PrismarineJS/minecraft-data project as a reference to provide further information for some straightforward determinations. For instance, when mining blocks, you can refer to the hardness in the block.json within the https://github.com/PrismarineJS/minecraft-data and the pertinent data in the materials.json.

I believe that implementing this feature will be very beneficial in creating mini-games and restoring the original mining settings of Minecraft. Naturally, there is more to it than that.
Beta Was this translation helpful? Give feedback.
All reactions