shartte

Results 323 comments of shartte

I am able to reproduce this issue, but it's somewhat weird. Either we are doing something incorrectly with Minecraft's focus, or REI is. This issue occurs if you focus the...

You didn't specify whether this is on Fabric or Forge, and which version you are using. There's specific logic on Forge that is not enabled on Fabric. Note to self:...

I almost forgot about this. But this should be handled automatically, if possible

So it is unclear to me what I need to delete to clean up, and when I can do so. When I delete an entity, do I need to delete...

I've opened this issue here since I have an around 90% complete C wrapper based on the JNI code that I am already using from .NET successfully. I am unsure...

What would your desired naming scheme for symbols be (if any)? Since there aren't any namespaces, should all functions be prefixed, and which naming scheme should be used? Right now...

One of the reasons I stopped my automatic generation project is actually that the destructor doesn't really destruct things... You need to call engine->destroy() so actually transferring this pattern to...

@nguyenvuduc How did you clone dotnet-buildary? The correct approach is to use `git submodule init` and `git submodule update` as far as I know. I had the same error message...

I have to sort some stuff out first, and then will get back to this in a week or two.