I am looking to make a mod that will make currently loaded block and entity data available to external applications.
I have not done any Minecraft molding before as I am more familiar with c++ than Java.
My intent with this mod is to make an external rendering program that reads the loaded blocks and entity positions and types and renders them with its own loaded textures and full RTX, which is not available in Minecraft java
I am looking to make a mod that will make currently loaded block and entity data available to external applications.
I have not done any Minecraft molding before as I am more familiar with c++ than Java.
My intent with this mod is to make an external rendering program that reads the loaded blocks and entity positions and types and renders them with its own loaded textures and full RTX, which is not available in Minecraft java
any help will be greatly appreciated!