Simon816
Simon816
Definitely worth at least linking it somewhere under the "Developing Sponge" section - https://docs.spongepowered.org/stable/en/contributing/implementation/index.html. Possibly it could be moved there so we have one place for all documentation?
That won't give you source code or the ability to set breakpoints in sponge/minecraft code.
It would be pretty trivial to rotate a block volume as-is, however I suspect you're also looking to rotate directional blocks such as stairs too. From what I recall, there...
I agree with this. In addition, I think it would be nice to add a message at the top if the visitor has landed at a page that's not their...
See https://github.com/SpongePowered/Mixin/issues/39
>I suspect that the 'new' linux/macOS locations might now be obsolete again. In recent versions of Ubuntu (22.04, 20.04, 18.04), the location is `/usr/share/doc/pythonX.Y/html/` I think the best option is...
I haven't worked on this in a while but I do intend to continue at some point. I think I hit a small roadblock with the design of the CBL...
Feel free to ask wherever. Probably easier to ask questions in a single thread. I can split out a feature request into it's own issue if need be. The core...
> Why "cmdl" for CBL? I found that `.cbl` was used for Cobol files so I went for cmdl aka "command language". Probably doesn't matter so maybe I'll change this...
I've just gotten around to looking at what's new in 1.15. There are two interesting new features: * [Predicates](https://minecraft.gamepedia.com/Predicate) - may provide some data that was previously hard to obtain....