Kyle Wood

Results 75 comments of Kyle Wood

The refactor is done, and from our discussion on Discord I think adding PlaceholderAPI as an enableable feature or extension on the existing platforms is the better option. With the...

This seems like it would be easy enough to add with folding, considering the [GLConstantFixer reference](https://github.com/MinecraftForge/ForgeGradle/blob/FG_2.3/src/main/resources/net/minecraftforge/gradle/util/mcp/gl.json). But I'm curious - if that's in ForgeGradle already, is this valid anymore? Or...

I like the idea, happy to accept PRs.

> My two cents: it would be a bit of a maintenance burden. lol yeah, every platform is a maintenance burden though. > https://github.com/Arcensoth/language-mcfunction I'm not a coder, but maybe...

![](https://media.giphy.com/media/RHiD0K65NxxLO/giphy.gif) This should be fun.

> Why not just write the mixins in Java and have them call your Kotlin code? This is what I would recommend in general with using Mixins with Kotlin for...

I agree, I'm mostly talking to @phase with that comment, saying he might be able to build a tool like that himself if proper Mixin support falls through.

I took a stroll through the issues again and came across this one and realized this issue might be slightly flawed. It's a common misconception that Kotlin doesn't have `static`...

And mcdev will automatically generate a LiteLoader mod project for you too.

@aikar I think a repeating chain works as long as the repetition is based on a `BooleanSupplier`. Sure, if you wanted a ```java while (true) {} ``` Then you could...