Skip to content

Commit

Permalink
Update README for Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Nov 24, 2024
1 parent 66878d0 commit b1f8fb9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Kotlin MDK

This is a fork of NeoForge's MDK that is configured to use Kotlin. The following modifications have been made:
- Port existing Java code to Kotlin
- Adjust necessary resources for running on Kotlin (i.e. depend on KFF)
- Added an example Mixin to emphasize that Mixins should only be written in Java

> [!NOTE]
> The Kotlin experience is not very good in Eclipse. The original MDK may be made to work with Eclipse as well,
> but if you want to use Kotlin, the best choice is IntelliJ IDEA with the Minecraft Development Plugin.
---

Original README:

Installation information
=======
Expand Down

0 comments on commit b1f8fb9

Please sign in to comment.