Miro-Andrin
Miro-Andrin
I am eventually going to need a generator for minecraft command syntax. The one i wrote in python was never merged, although i was able to add a generator for...
I have started a [library](https://github.com/Miro-Andrin/RustMcData) for modelling the data from PrismarineJs in rust. It's slow going but eventually we can have a single library for loading and combining their data....
Small update, we have added structs for *every* type of data in Prismarine, and we are able to generate the biomes.
@Defman could you add this oo mighty GitHub actions wizard.
I have started an attempt at "solving" this issue by creating a utility for this. The utility is still work in progress, but if anyone is interested the code, then...
I have written some python code to parse the commands.json file that you can generate from the server jar. Using this i have generated (almost) all the functions one would...
I have started on this.
> Agree, but we ran out of energy before we got that far.
I have twice noticed that people have tried implementing this feature but hit the same issue. The client appears to never send the packet, even if pressing Shift+F3+I. The current...
The refactoring of #307 Into Minecraft 16.2 has moved were code generation happens. I am going to change this pull request, so that it better matches the new refactoring, once...