ios可以用双子星浏览器模拟安卓环境 2024-03-04 19:16回复 半生醉巷 这启动器真的牛,安卓版2k最高百帧,这下不在家也能畅玩我的世界java了! 2023-10-03 19:06回复 0残情忆梦0 UI像忘却的旋律,但是有很大改进空间 2023-02-06 14:104回复 Color_yr还会继续改进的 2023-02-07 07:031回复 ...
1.UI大幅度调整 主界面 设置界面 点击效果 添加实例界面 添加资源 游戏设置 2.添加自定义背景音乐,需要安装openal 支持本地文件和mp3直链 3.背景图片支持url 4.添加深色模式 5.修改皮肤渲染器
{ //"fill_block"替换的方块名称,支持附加值 "name": "minecraft:wool", "states": { "color": "black" } }, "weight": 10 // "weight"替换的方块的生成权重 }, { "fill_block": "minecraft:gold_block", //"fill_block"替换的方块名称,支持附加值 "weight": 10 // "weight"替换方块的生成...
Code Issues Pull requests 全新的Minecraft PC启动器 minecraft minecraft-launcher mc colormc Updated Mar 23, 2025 C# py-mine / PyMine-Server Star 177 Code Issues Pull requests Discussions A fast and easy to use, moddable, Python based Minecraft server! python minecraft server async minecra...
因为Java版大部分好的mod都只停留在1.12.2或1.16.5,比如冰与火,所以我现在基本只玩这两个版本 ...
public static String int2Hex(int colorInt){ String hexCode = ""; hexCode = String.format("#%06X", Integer.valueOf(16777215 & colorInt)); return hexCode; } /**Color的Int整型转Color的16进制颜色值【方案二】 * colorInt - -12590395 * return Color的16进制颜色值——#3FE2C5 * */ publ...
glClear(GL_COLOR_BUFFER_BIT); // 绘制地图 for (int y = 0; y < WINDOW_HEIGHT; y++) { for (int x = 0; x < WINDOW_WIDTH; x++) { SDL_Surface* texture = texture_map[x][y]; glPushMatrix(); glTranslatef(x, y, 0); ...
chat_color_code:§f chat_font_size:12 chat_line_spacing:1 chat_mentions_color_code:§e chat_typeface:1 content_log_file:1 content_log_gui:1 perf_turtle:0 gameplay_tips_enabled:0 gameplay_tips_should_be_shown:1 iap_owning_account: ...
-C arg, --colors=arg Specify a different color set in the command line. The format of arg is documented in the Colors section. --configure-options Display configure options. -d, --nomouse Disable mouse support. -D N, --debuglevel=N Save the debug level for SMB VFS. N is in 0-...
千万不要将minecraft.jar解压再和TooManyItems文件一起重新压缩打包成JAR,这样JAVA会不认这个JAR的)...