promotional bannermobile promotional banner

Betadrive

Minecraft mod where you can become an android.

File Details

Betadrive 2.3.0

  • R
  • Oct 28, 2025
  • 73.67 KB
  • 13
  • 1.21.10
  • Fabric

File Name

Betadrive-2.3.0.jar

Supported Versions

  • 1.21.10

Curse Maven Snippet

Fabric

modImplementation "curse.maven:betadrive-497888:7160467"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Additions

  • Make the HUD "glitch out" when submerged under water
    • This can be remedied with a Water Resistance Upgrade, crafted with 8 circuits in a ring surrounding a water bucket
  • Add a command, /betadrive
    • Subcommand: /betadrive android
    • Subcommand: /betadrive android set [String username] [boolean androidStatus]
      • Sets the user username to an android if androidStatus is true and to a human if androidStatus is false
    • Subcommand: /betadrive android get [String username]
      • Returns if user username is an android or not
    • Subcommand: /betadrive battery
    • Subcommand: /betadrive android set [String username] [double battery]
      • Sets the user username to battery percent charge
    • Subcommand: /betadrive android get [String username]
      • Gets the battery percent of user username

Changes

  • N/A

Housekeeping

  • Add MIT license to root of repository. MIT license was mentioned on (upcoming) Modrinth and CurseForge, but not showed in a file
  • Combine DisplayTogglerItem and HUDText so that registering a HUDText registers an item too
  • More commenting/descriptions of what things do

Code changelog: https://github.com/betadrive/betadrive/compare/2.2.2…2.3.0