FabricMC / fabric-language-kotlin

Fabric language module for Kotlin.
Apache License 2.0
293 stars 33 forks source link

Example in README uses unsupported Fabric Loader features #24

Closed Juuxel closed 3 years ago

Juuxel commented 4 years ago
    "requires": {
        "fabric-language-kotlin": ">=1.4.0"
    }

As I pointed out on #21, requires a deprecated and broken leftover from Loader versions before 0.4 and depends should be used instead.

Edit: this also affects the sample json

NikkyAI commented 4 years ago

right.. i thought i fixed this, must have forgotten.. i hope i can get to this soon

modmuss50 commented 3 years ago

Fixed.