Skip to content
forked from homchom/recode

a utility-focused fabric mod to make DiamondFire development more fun

License

Notifications You must be signed in to change notification settings

BlazeMCworld/recode

 
 

Repository files navigation

recode

logo

recode is a utility-focused fabric mod for DiamondFire to make development more fun. It is the official successor to CodeUtilities, from which it was cloned.

You can find the mod jar here. Future plans include removing bloat/unnecessary features, improving existing code, adding new features, and migrating to Kotlin.

Feel free to join the recode Discord server: https://discord.gg/GWxWtcwA2C

Or check the Modrinth page: https://modrinth.com/mod/recode

Features

DiamondFire is a Minecraft server where you can create your own minigames with code. recode seeks to improve the DF experience beyond the limitations of a server plugin. All features in the mod are toggleable to provide everyone with the modular experience they prefer most.

  • Utility commands to supercharge your code, such as importing Note Block Studio files as Code Templates
  • Automation of frequently used commands, such as /resetcompact and /chat local
  • Discord Rich Presence support
  • DiamondFire-specific keybinds
  • The ability to hide messages you don't want
  • Additional HUDs, such as the LagSlayer HUD to keep your action bar free
  • An additional Sided Chat to partition your messages
  • And much more!

Contributing

recode is open source, and the community is welcome to add their own contributions. We only ask that you follow these guidelines:

  1. Keep unrelated code additions/changes/fixes to separate pull requests, so they can be separately worked on and merged without merging unfinished code into the main branch.
  2. When adding or editing Kotlin code, follow the style guide at https://kotlinlang.org/docs/coding-conventions.html unless you have a good reason not to.

recode currently uses Kotlin version 1.7.0, so you will need to use an IDE that supports it (recommended: IntelliJ with Kotlin plugin v1.7.0).

About

a utility-focused fabric mod to make DiamondFire development more fun

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.5%
  • Kotlin 6.5%