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
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
usernameto an android ifandroidStatusistrueand to a human ifandroidStatusis false
- Sets the user
- Subcommand:
/betadrive android get [String username]- Returns if user
usernameis an android or not
- Returns if user
- Subcommand:
/betadrive battery - Subcommand:
/betadrive android set [String username] [double battery]- Sets the user
usernametobatterypercent charge
- Sets the user
- Subcommand:
/betadrive android get [String username]- Gets the battery percent of user
username
- Gets the battery percent of user
- Subcommand:
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
DisplayTogglerItemandHUDTextso 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

