A 1.18 clone of CodeUtilities 2

Related tags

Spring Boot recode
Overview

recode

logo

A 1.18 clone of CodeUtilities 2 (a utility-focused Fabric mod for DiamondFire).

Mod Dependencies:

  • Fabric Loader v0.13.3 or newer
  • Fabric API for 1.18.2

You can find the current beta version 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

Comments
  • minor command fixes (/name, /uuid, /node and /dfgive)

    minor command fixes (/name, /uuid, /node and /dfgive)

    fixed uuid command displaying an error message when the player isn't in creative.

    Might want to consider not making the isCreative method send an error message when the player is not in creative.

    opened by TRMMax 9
  • game crashed while starting up

    game crashed while starting up

    The game crashed whilst initializing game Error: java.lang.UnsatisfiedLinkError: 'void io.github.homchom.recode.shaded.org.newsclub.net.unix.NativeUnixSocket.connect(java.lang.String, java.io.FileDescriptor)'

    opened by Hellscap3d 1
  • update build action to use --no-daemon flag

    update build action to use --no-daemon flag

    build action will now use the --no-daemon flag on gradlew, as the process will be cleaned up at the end of the job anyways,

    and the daemon running caused a permission error on windows builds that resulted in the dependencies not getting cached.

    opened by unitOrNull 0
  • fix the trusted server issue

    fix the trusted server issue

    fixes the trusted server issue by not actually trusting the server, which seems to cause issues but just hiding the message saying the server is insecure

    opened by BlazeMCworld 0
  • Fix to image particle

    Fix to image particle

    This probably also fixed image hologram if it had any issue. All I did was ensure the argument names were the same, I seriously have no clue how this slipped by.

    opened by Electric131 0
  • add quick vars

    add quick vars

    adds quick vars, aka chest vars -has a config setting for people that dont want it -has a list of the 50 most recent vars (and similiar items like numbers, locations, sounds, ...) -has a list of items the user pinned -items can be un/pinned by r-clicking them

    opened by BlazeMCworld 0
  • Small changes to chest preview

    Small changes to chest preview

    Only a few, non important, changes to the chest preview. These include:

    1. Code block changed to be no longer italic (by adding §f to the begining)
    2. Descriptions and addition info now color strings and numbers like the normal arguments.
    3. Fixed the formatting function that colors text and numbers. (Fixed the default color being weird)
    4. Number coloring now colors the period in decimals. (Ex. 16.0 is fully colored instead of just the 16 and 0)
    opened by Electric131 0
Releases(v0.1.0-beta.5)
  • v0.1.0-beta.5(Nov 2, 2022)

    For Minecraft 1.19.2, Fabric API 0.60.0 or newer

    Additions

    • A /ping command that shows your current ping (from CodeUtilities 3, #24)

    Changes

    • The mod version in DiscordRPC is now trimmed to not include metadata
    • Added inset padding to /recode /nbssearch, and /templates (#20, #16)
    • Message highlighting no longer highlights the "Joined Game" message (more likely to follow)

    Fixes

    • Fixed chatting on Node Beta
    • Fixed /nbssearch (#16)
    • Variable syntax highlighting now works for more commands (#16, #19)
    • A couple more styling and formatting fixes
    • Fixed the Show Tags keybind (#16)
    • The mod can once again be run from inside IntelliJ (for contributors)
    Source code(tar.gz)
    Source code(zip)
    recode-0.1.0-beta.5+1.19.2.jar(6.34 MB)
  • v0.1.0-beta.4(Oct 27, 2022)

    For Minecraft 1.19.2, Fabric API 0.60.0 or newer

    Additions

    • Added the auto /wand setting [#6]
    • Re-added chat global/local/none keybinds
    • Added /name (the opposite of /uuid; commands will likely be merged later)

    Changes

    • Updated to 1.19.2; DF is a "trusted server" and playing it will not warn you about unsigned chat
    • Reverted the removal of flight speed and build/dev toggle keybinds
    • The auto /msg conversations setting is now disabled by default
    • Improved the Code Search HUD
    • Improved text positioning in /recode
    • Automation settings should now work more consistently
    • Improvements to dependency version requirements

    Fixes

    • Fixed auto /chat local
    • The mod is now compatible with EnhancedBlockEntities
    • Discord RPC should no longer crash some players when enabled (but will print an error message to logs; this is a temporary workaround) [see #7]
    • Fixed name highlighting and message stacking
    • Path arguments (e.g. with /nbs load) are now suggested when typing commands
    • Fixed /imageparticle [#5]
    • Fixed formatting issues with the Chest Tooltip
    • Fixed Chest Tooltip error detection
    • /locate should randomly appear in chat much less often
    • The first message you send in chat after entering dev mode will no longer be hidden when auto /rc is enabled
    • Fixed /uuid when not in creative mode [#14]
    • Fixed support session states in Discord RPC
    • A couple typo and style fixes [#10, #17]
    Source code(tar.gz)
    Source code(zip)
    recode-0.1.0-beta.4+1.19.2.jar(6.33 MB)
  • v0.1.0-beta.3(Jul 22, 2022)

    For Minecraft 1.18.2, Fabric Loader 0.13.3 or newer, Fabric API 0.50.0 or newer

    Additions

    • Re-added LagSlayer HUD
    • Added highlighting to %entry codes
    • Added mod version to Discord Rich Presence in some places
    • Re-added the license to the mod jar

    Changes

    • Code Search now gives signs proper glowing
    • Restyled Code Search HUD
    • Halved the mod's file size
    • Updated dependency resolution list
    • Updated the wording of the contributor list in the fabric.mod.json
    • Now using semantic versioning
    • Lots of internal code changes (eg. module system, more event reworks)

    Fixes

    • Receiving chat messages should no longer show an error in logs. If this still happens to you, please let me know
    • Fixed Code Search
    • Fixed Fast Flight Speed Toggle
    • Discord Rich Presence while playing on a plot is now up-to-date

    Removals

    • Removed Client TPS entry from the debug menu (may be re-added if demand is high enough)
    • Removed MCEdit schematic support
    • Removed node, non-toggle flight speed, non-toggle plot state, and chat channel keybinds
    • Removed mod developer cosmetics
    • Disabled Message of the Day (may be re-added later)
    • Temporarily removed the mod's custom exception handler
    Source code(tar.gz)
    Source code(zip)
    recode-0.1.0-beta.3.jar(4.75 MB)
  • v0.1.0b2(Jul 22, 2022)

    Changes

    • Cleaned up log output when closing the game
    • Replaced some WebSocket usage with HTTP
    • (Internal) started event refactor, started Kotlin migration

    Fixes

    • Mod shutdown code now only runs once instead of twice
    • Fixed the sign render distance setting

    Removals

    • Removed /plots
    • Removed Project: Audio support
    • Removed stars in the tablist for other people using the mod (or CodeUtilities)
    • Removed non-English translations (since they won't be maintained)
    • Removed custom item texture functionality
    Source code(tar.gz)
    Source code(zip)
  • v0.1.0b1(Jul 22, 2022)

    Additions

    • Updated to 1.18.2

    Changes

    • Updated/improved the project's build script (the mod should now work better with other mods)
    • Migrated to Mojang mappings

    Fixes

    • The DF title screen button now positions properly with other mods (e.g. Mod Menu)
    • Auto /time now works in build mode
    • Fixed the Hide Variable Scope Messages setting
    • Removed the unused Show CPU Usage setting
    • Fixed a few non-fatal IOExceptions that were printed in logs

    Removals

    • Disabled template peeking (may be re-added later)
    • Disabled contributors button in /recode (may be re-added later)
    Source code(tar.gz)
    Source code(zip)
Owner
programmer, gamer, test subject, kotliner, and friendship enthusiast [he]
null
Building your own Notepad Clone using Java Programming

Notepad Clone Using Java Getting Started Build your own Notepad using Java Programming Project Specifications A Notepad Clone in which the user inputs

Muhammad Asad 8 Nov 8, 2022
BlackBox is a virtual engine, it can clone and run virtual application on Android

BlackBox is a virtual engine, it can clone and run virtual application on Android, users don't have to install APK file to run the application on devices. BlackBox control all virtual applications, so you can do anything you want by using BlackBox.

null 1.6k Jan 3, 2023
Clone of Snapchat app made using android studio and java. 👀

Snapchat-Clone Clone of Snapchat app made using android studio and java. Screenshots of the app : License MIT License Copyright (c) 2021 Nisa Efendi

Nisa Efendioğlu 9 Nov 8, 2022
Clone of real world Chatting application Whatsapp built on Android Studio and Firebase

WhatsappChatApp About This Project Clone of real world Chatting application Whatsapp built on Android Studio and Firebase Programming Language Used :

Aditya Bonde 11 May 23, 2022
UberEatsClone - Grub is an UberEats clone.

UberEatsClone - Grub is an UberEats clone. A full-featured cross-platform food delivery app template in Java/Kotlin for Android, iOS, Desktop & Web.

null 302 Jan 1, 2023
Facebook Clone created using java based on Graph data Structure

Facebook Clone Facebook Clone created using java based on Graph data Structure Representation of Social Media using Graph Data Structure in Java It is

yogita pandurang chaudhari 1 Jan 16, 2022
Building your own Notepad Clone using Java Programming

Notepad Clone Using Java Getting Started Build your own Notepad using Java Programming Project Specifications A Notepad Clone in which the user inputs

Muhammad Asad 8 Nov 8, 2022
This is a clone of Mircosoft Paint that uses Java and its javax.swing library

PaintClone This is a clone of Mircosoft Paint that uses Java and its javax.swing library You are able to select a RBG colors and creates a pallet of t

Nick Quinones 2 Feb 17, 2022
BlackBox is a virtual engine, it can clone and run virtual application on Android

BlackBox is a virtual engine, it can clone and run virtual application on Android, users don't have to install APK file to run the application on devices. BlackBox control all virtual applications, so you can do anything you want by using BlackBox.

null 1.6k Jan 3, 2023
Clone of Snapchat app made using android studio and java. 👀

Snapchat-Clone Clone of Snapchat app made using android studio and java. Screenshots of the app : License MIT License Copyright (c) 2021 Nisa Efendi

Nisa Efendioğlu 9 Nov 8, 2022