Adahel

Results 13 comments of Adahel

Use the task manager to close any MSBuild process. Try again!

> The Mono Project is an open-source project and anyway can contribute bugs or new features (for example M1 support landed just recently). As I explained earlier Microsoft's focus is...

> If there's still a demand for winforms on other platforms, maybe it'd make sense to pull that out of Mono so it can be used with newer .NET? A...

@marek-safar > so one alternative could be to automatically merge WinForms PRs. I believe that the tests can be postponed, but a minimum review is always necessary. > @Adahel could...

Good Day, I consider in the last edition the method as complete. I was thinking of making a pull-request, but first I would like to know if the project is...

Hello @lytico, As per my limited knowledge, there is no official solution: Currently, there is no official command to install third-party workload similar to installing templates: `dotnet new install GtkSharp.Template.CSharp::3.24.24.95`...

Good Day, @chibash. I don't know if I was able to fully understand the example you showed me, I hope the test I wrote is enough. > For example, >...

The problem may be the "func_174845_l" method. In the vanilla in the variable "i" it calls "getRenderColor", but in the mod is calling "colorMultiplier". The bop override the "colorMultiplier" method...

The code I posted should be the last option. It is not a solution.

Replace the "colorMultiplier" method per "getRenderColor" here: https://github.com/TominoCZ/FancyBlockParticles/blob/master/src_1.8.9/main/java/com/TominoCZ/FBP/particle/FBPParticleDigging.java#L190 As in minecraft vanilla: The game did not crash after that minor change, solving the problem.