当前位置: 首页 > 软件库 > 游戏/娱乐 > >

C2ME-fabric

授权协议 MIT License
开发语言 C/C++
所属分类 游戏/娱乐
软件类型 开源软件
地区 不详
投 递 者 朱兴运
操作系统 未知
开源组织
适用人群 未知
 软件概览

C2ME icon

C^2M-Engine

Github-CI

A Fabric mod designed to improve the chunk performance of Minecraft.

So what is C2ME?

C^2M-Engine, or C2ME for short, is a Fabric mod designed to improve the performance of chunk generation, I/O, and loading. This is done by taking advantage of multiple CPU cores in parallel. For the best performance it is recommended to use C2ME with Lithium and Starlight.

What does C2ME stand for?

Concurrent chunk management engine, it's about making the game better threaded and more scalable in regard to world gen and chunk io performance.

So what is C2ME not?

C2ME is currently in alpha stage and pretty experimental.
Although it is usable in most cases and tested during build time, it doesn't mean that it is fully stable for a production server.
So backup your worlds and practice good game modding skills.

Branch development status

Branch Status
fabric/ver/1.16.5 Inactive
fabric/ver/1.17 Active
forge/ver/1.16.5 Partial1, Inactive
forge/ver/1.17 Waiting for forge

Downloads

You can find semi-stable releases here: https://github.com/ishlandbukkit/C2ME-fabric/releases
You can find development builds here: https://ci.codemc.io/job/ishlandbukkit/job/C2ME-fabric

Mod compatibility

Fabric known compatible2 content mods:

All of Fabric 4 - 0.0.9 should work without crashes now.

Support

Our issue tracker: link
Our discord server: link

Building and setting up

JDK 16+ is required to build and use C2ME
Run the following commands in the root directory:

./gradlew clean build

License

License information can be found here.

Footnotes

  1. Forge doesn't appear to support Java 16 on 1.16.5, so these versions uses Java 11 and may not contain some features which is present in the fabric versions.

  2. Working with chunkio and threadedWorldGen with allowThreadedFeatures reduceLockRadius enabled

  • [API] Fabric API [模组菜单] Mod Menu [创世神] WorldEdit [动态FPS] Dynamic FPS [世界地图] Xaero’s World Map [鼠标滚轮] Mouse Wheelie [内存优化] FerriteCore [树叶优化] Cull Leaves [实体优化] Entity Culling [光照优化] starlight [药水去除闪烁]

  • fa3d88c Release 1.0.0-alpha 17219e2 FAB-2767 expose chaincode timeout as a property 0f38dc1 FAB-2565 Example docker-compose with CouchDB 0308f0f FAB-1141 Enabling TLS in bootstrap feature 844fe2d FAB-

  • 快速编写和运行一个Chaincode 创建和安装链码 系统管理接口 GetFunctionAndParameters 该方法负责接收调用者传过来的参数。 //方法定义 GetFunctionAndParameters() (string, []string) //调用 peer chaincode instantiate -o orderer.simple-network.com:7050 -C

  • 本文章所有操作基于的操作系统版本是:ubuntu16.04 64位 本文章基于的Fabric网络环境是《Fabric实战(2)运行一个简单的fabric网络(容器外)》 1 golang版本的chaincode的代码 1.1 chaincode源代码结构 下面看一最简单的chaincode代码以及相关的解释: //包名 //一个chaincode通常是一个golang源码文件,这个包名必须是mai

 相关资料
  • 问题内容: 我已经建立了 HyperLedger面料V1.0网络 与 4个组织 各有1对 通过以下步骤建立你的第一个网络。 我现在有 **org1.example.com- 与 peer : peer0.org1.example.com 和 msp : Org1MSP** **org2.example.com- 与 peer : peer0.org2.example.com 和 msp : Org

  • 问题内容: 结合使用Hyperledger Fabric Java SDK和GO链码,尝试使用初始化链码后出现错误 。 这是在我成功安装chaincode之后。调用上述方法后,我最终会收到此错误: 。 由于它不是我所知道的二进制文件,因此它本身很特殊。也许是什么意思? 版本号 Hyperledger面料:1.0.4 码头工人:17.05.0-ce 码头工人组成:1.17.0 hyperledger

  • 本文向大家介绍Python的自动化部署模块Fabric的安装及使用指南,包括了Python的自动化部署模块Fabric的安装及使用指南的使用技巧和注意事项,需要的朋友参考一下 fabric是python2.5或者更高的库,可以通过ssh在多个host上批量执行任务.完成系统管理任务.它提供一套基本操作在本地和远程执行shell命令,或者上传下载文件,辅助提供用户输入或终止执行. 下面安装fabri

  • 问题内容: 有以下问题: 试图继承fabric.Group: 测试用例: 我创建一个红色矩形并将其添加到自定义组: 问题: 我想获取画布的JSON,然后再从JSON加载画布。 drawTestRect() var savedCanvas = canvas.toJSON(); canvas.clear(); canvas.loadFromJSON(savedCanvas); 一切工作正常(绘制了Re

  • 问题内容: 我正在使用以下代码: 我需要像下面的图片一样的文字效果,我已经做了很多尝试,但是我 做不到。 有人可以帮我吗? 我们还可以将fabric.js中的活动对象与上下文一起使用吗? 问题答案: 这是原始代码的修改版本(与我的原始代码相比,所提供的代码已更改了值..-)),可以通过使用参数来产生所有这些形状: 初始化: 主要功能:

  • 问题内容: 我想使用fabric.js将Canvas下载为PNG。下载时,我想缩放图像。所以我使用函数的属性。但我收到失败网络错误 PS: 如果我不提供财产,它正在下载,但是我 确实 想使用财产,因为我必须缩放图像 这就是我在做什么: HTML代码: JS 问题答案: 您面临的问题与fabric.js(也不是canvas,甚至不是javascriptbtw)都没有直接关系,而是由于某些浏览器(包括