Tags
Creators
Details
Licensed GPL-3.0-only
Published 6 months ago
Updated 3 months ago
All versions
1.1.0
Release
MPhone 1.1.03 months ago 259
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
新增:
- 16:9宽屏手机 - 手机GUI改为更现代的16:9比例
- 电池系统 - 手机现在需要电量才能使用
- 状态栏显示电量百分比
- 各种操作会消耗电量(打开GUI、发送短信、拍照等)
- 电量低时电池图标变红警告
- 充电台 - 新方块,手持手机右键点击即可充电
- 三大金刚键 - 底部导航栏包含返回、主页、多任务键
- 在所有应用界面底部显示
- 方便快速返回主界面
- 全局状态栏 - 所有应用显示统一的状态栏
- 信号强度、运营商、时间、电量
- 相册系统 - 查看拍摄的照片
- 真实图片显示,保持原始比例
- 支持放大缩小(鼠标滚轮)
- 支持删除照片
- 2x3网格布局浏览
- 手机商人村民 - 可交易手机相关物品
- 5个交易等级,解锁更多交易
- 交易手机、SIM卡、充电台、信号基站
- 刷怪蛋和命令两种生成方式
- 房子应用 - 进入私人房子维度
- 单空岛设计,漂浮在空中的私人空间
- 圆形空岛底座,泥土和石头结构
- 完整的木质房子,包含门、窗户和屋顶
- 房子内有火把
- 床可以正常使用并设置重生点,不会爆炸
- 独立维度,与主世界完全隔离
- 应用网格改为4x4布局,每页显示16个应用
- 状态栏全新设计 - 更现代化的UI风格
- 信号强度可视化 - 4格竖条显示,不同强度不同颜色
- 运营商名称显示 - 根据玩家名称自动分配运营商
改进:
- 状态栏电池图标显示真实电量百分比
- 电池颜色根据电量变化(绿/黄/红)
- 重构GUI架构 - 所有应用继承统一的基础类
- 优化应用布局 - 所有应用界面布局重新设计
- 完善本地化 - 所有字符串支持中英文本地化
New:
- 16:9 Widescreen Phone - Phone GUI changed to more modern 16:9 ratio
- Battery System - Phone now requires battery to use
- Status bar displays battery percentage
- Various operations consume battery (open GUI, send SMS, take photos, etc.)
- Battery icon turns red warning when battery is low
- Charging Station - New block, hold phone and right-click to charge
- Three Navigation Keys - Bottom navigation bar includes back, home, multitask keys
- Display at bottom of all app interfaces
- Convenient for quickly returning to main interface
- Global Status Bar - All apps display unified status bar
- Signal strength, carrier, time, battery
- Gallery System - View taken photos
- Real image display, maintain original ratio
- Support zoom in/out (mouse wheel)
- Support delete photos
- 2x3 grid layout browsing
- Phone Seller Villager - Can trade phone-related items
- 5 trading levels, unlock more trades
- Trade phones, SIM cards, charging stations, base stations
- Spawn egg and command two spawn methods
- House App - Enter private house dimension
- Single floating island design, private space floating in air
- Circular floating island base, dirt and stone structure
- Complete wooden house, includes door, windows and roof
- House has torches
- Bed can be used normally and set respawn point, won't explode
- Independent dimension, completely isolated from main world
- App grid changed to 4x4 layout, 16 apps per page
- Status bar brand new design - More modern UI style
- Signal strength visualization - 4-bar vertical display, different colors for different strengths
- Carrier name display - Automatically assign carrier based on player name
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:JYcWdERn:Tdr8Q3ix"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JYcWdERn:Tdr8Q3ix"
}

