promotional bannermobile promotional banner

MaoPhone - Trial Version

Trial version of the phone mod for "Run For Money" Minecraft video series.

File Details

maophone_trial-1.3.275.jar

  • R
  • Dec 23, 2025
  • 987.57 KB
  • 351
  • 1.20.1
  • Forge

File Name

maophone_trial-1.3.275.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:maophone-trial-version-1299988:7368851")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Updates (English Ver.)

  • Code Update and Optimization
    • Removed and merged some redundant code, and refactored some outdated code
    • Optimized the rendering logic of multi-element components
    • Fixed missing sync, duplicate sync and other issues of some data
  • When the beginning of a line is a full width comma, period, caesura sign, full width semicolon, etc., the line break position will be delayed by one digit
    • This optimization means that the above symbols will not appear at the beginning of the line, which is more in line with Chinese language habits
    • This optimization applies to all text within the game, so there may be some conflicts with other mods
    • This optimization will not affect the display performance of non full width languages such as English
  • Add Charging Station Block, which can put a phone on it and charge for the phone
  • Add recipes for Config Tool and Charging Station
  • Add voice effects during phone call
  • Message function update
    • Refactored the code structure of Chat Message
    • Add the function of sending emojis, click on the emoji to send
    • The 1st set of 16 emojis are drown by cooperative player 无法合二为一(HWoolferY)
    • Now clicking on the player nickname at the top of the Message screen can jump to the contact screen
    • Slightly reduced the power consumption for sending messages
  • Wallpaper function update
    • Now the wallpaper image support any size and can automatically scale
    • The default wallpaper of players who have participated in the testing or recording of RFM has been changed to the wallpaper submitted
    • Add an introduction screen of how to set wallpaper, which can be opened through config tool screen
  • Update the model of MaoPhone, adding a phone case
  • Now MaoPhone item can be dyed, which will change the color of the phone case
  • The server storage time for photos has been adjusted from 24 hours to 72 hours
  • Now the player who ranked first on the Snake Ranking List will be displayed on the main screen of Snake Game
  • Bug fix and optimization
    • Fixed some cases where opening the phone when called will enter the lock screen
    • Fixed abnormal wallpaper offset on the phone lock screen
    • Fixed abnormal message cooldown time caused by data synchronization anomalies
    • Fixed that player data with the same score in the step ranking list and snake ranking list will not be displayed
    • Fixed messages could still be sent via the Enter key during cooldown
    • Optimized logs of sending and receiving data packets

更新内容(简体中文版本)

  • 代码结构更新与优化
    • 删除、合并了部分冗余代码,重构了部分陈旧代码
    • 优化了多元素组件的渲染逻辑
    • 修复了部分数据的同步缺失、重复同步等问题
  • 现在行首为全角逗号、全角句号、顿号、全角分号等符号时,换行位置将后延一位
    • 此优化代表以上符号将不会出现在行首,更加符合中文语言习惯
    • 此优化适用于游戏内所有文本,因此可能与其他mod有一定冲突
  • 新增充电站方块,可以放置手机并为手机充电
  • 新增配置工具和充电站的合成配方
  • 新增通话期间的语音音效
  • 短信功能更新
    • 重构了短信的代码结构
    • 新增发送表情的功能,点击表情即可发送
    • 第一套16张表情由共创玩家 无法合二为一(HWoolferY)绘制
    • 现在在短信界面点击顶部玩家昵称可跳转至联系人界面
    • 略微降低了发送信息的电量消耗
  • 壁纸功能更新
    • 现在手机壁纸支持任意图片尺寸,并且可以自动缩放
    • 现在参与过《逃亡中》内测或录制的玩家的默认壁纸变为已提交的壁纸
    • 新增如何设置壁纸的说明界面,通过配置工具界面打开
  • 更新了MaoPhone的模型,添加了手机壳
  • 现在MaoPhone物品可以染色,染色会改变手机壳的颜色
  • 照片的服务端保存时间由24小时调整为72小时
  • 游戏“贪吃蛇”更名为“蛇蛇游戏”
  • 现在蛇蛇游戏主界面会显示蛇蛇排行榜第一名的玩家
  • 问题修复与优化
    • 修复了部分情况下来电时打开手机界面会进入锁屏界面的问题
    • 修复了手机锁屏界面壁纸异常偏移的问题
    • 修复了数据同步异常导致的有概率出现短信冷却时间异常的问题
    • 修复了步数排行榜和蛇蛇排行榜中分数相同的玩家数据不会显示的问题
    • 修复了在发送短信冷却期间仍能通过回车键发送短信的问题
    • 优化了收发数据包的日志记录