All versions
0.3.2
Alpha
Cyberimplants 0.3.22 years ago 4,327
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
0.3.2
- Smartphone.
- Fortune Opportunity to earn or lose your money completely. Odds: 70% to fail, 28% to return the bet, 2% to double the bet. Maximum possible bet 500 €$. Note: Only play after purchasing Energy Arm, otherwise there is a chance of completely draining your smartphone and never charging it again.
- Wallpaper. Adds the ability to change the desktop wallpaper. Only two desktop screensavers are available at this time.
- Store. The store interface has been redesigned.
- Powering Smartphone. Now the phone will lose its charge until it is completely switched off.
- Localisation. The smartphone is now also available in two languages. Supported languages: English and Russian.
- Cyberware.
- Energy Arm V1. Needed to charge your smartphone. You can buy it at the shop.
- Technical part.
- Re-creating a modification. Items and money are saved when you upgrade to a new version. However, you will have to install the apps.
- Localisation. Fixed some bugs.
- Commands.
- Editbalance. The getbalance command has been changed to editbalance. The command now not only increases balance, but also decreases it. The command can also set the balance to a certain value.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:51pH5T69:1GMvyG9n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:51pH5T69:1GMvyG9n"
}


