FabricMC / fabric-language-kotlin

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

Using Deprecated Mod Menu API #42

Closed SmushyTaco closed 3 years ago

SmushyTaco commented 3 years ago

[12:54:45] [main/WARN] (Mod Menu) WARNING! Mod fabric-language-kotlin is only using deprecated 'modmenu:api' custom value! This will be removed in 1.18 snapshots, so ask the author of this mod to support the new API.

Not sure if you guys are aware of this but I thought I would just notify you about this here!

ghost commented 3 years ago

If anyone wants to tackle this, change:

"modmenu:api": true

to:

"modmenu": {
  "badges": [
    "library"
  ]
}