LiteCommands v3.4.0
What's Changed
- GH-307 Implement Fabric platform support by @huanmeng-qwq in #376
- GH-379 Fix range exception in join argument by @q1zZu in #380
- GH-381 Fix issue with merging a programmatic command. by @Rollczi in #381
Special thanks @huanmeng-qwq for implementing the Fabric platform in #376! ❤️ 🌟 🎊
New Contributors
Update dependencies
implementation("dev.rollczi:{artifact}:3.4.0")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.4.0</version>
</dependency>
{artifact}
with platform artifact
Full Changelog: v3.3.4...v3.4.0