forge-kotlin-template icon indicating copy to clipboard operation
forge-kotlin-template copied to clipboard

[1.20.2] Forge Kotlin Template (w. KotlinForForge & Mixin)

🪵 Minecraft Forge ⚒ Kotlin Template 💜

🌟 1.20.2 Support 🌟

INCLUDED INFO
KotlinForForge https://github.com/thedarkcolour/KotlinForForge
ParchmentMC https://github.com/ParchmentMC
Kotlin https://kotlinlang.org

🛠️ Getting Started 🛠️

1. Gradle Tasks -> forgegradle runs
-> gen<your IDE>Runs
2. Run runClient
in your IDE's Run / Debug Configuration
genRunConfig
runClient
HotSwap in debug mode LEARN MORE
Useful References

⚙️ Features ⚙️

  • Initialization
    • Item, Block - BlockItem
  • Examples
    • Example Item
    • Example Block
    • Example Creative Tab
    • KeyBindsHandler
  • Mixin
    • General Mixin Example (Java)
    • Mixin Kotlin Bindingactually executed function