All Projects → WearBlackAllDay → DimensionalThreading

WearBlackAllDay / DimensionalThreading

Licence: MIT license
An attempt to optimize the fabric server, by assigning each dimension their own thread.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to DimensionalThreading

pier-client-fabric
The Fabric interchain gateway plugin implementation
Stars: ✭ 20 (-90.87%)
Mutual labels:  fabric
Vistas
A library and tool for creating and customizing main menu panoramas and music for mods and modpacks on the fabric platform.
Stars: ✭ 21 (-90.41%)
Mutual labels:  fabric
cem
Reimplementation of Custom Entity Models in Minecraft for the Fabric Modloader
Stars: ✭ 92 (-57.99%)
Mutual labels:  fabric
boss
Deploy like a boss.
Stars: ✭ 35 (-84.02%)
Mutual labels:  fabric
byzantine-browser
KHS Blockchain Browser
Stars: ✭ 19 (-91.32%)
Mutual labels:  fabric
vanilla-hammers
Introduces 3x3 mining tools for fast digging! Available on 1.14, 1.15, 1.16, and 1.17.
Stars: ✭ 22 (-89.95%)
Mutual labels:  fabric
hyperledger-fabric-graphql-boilerplate
Hyperledger Fabric GraphQL Boilerplate
Stars: ✭ 44 (-79.91%)
Mutual labels:  fabric
vue-fabric
🦆拼图vue+fabric:图片的复制粘贴,删除,隐藏,翻转,历史记录,回退撤销,锁定,图片组合打散,剪切,图层管理,图片滤镜,图片导出,案例保存,导出
Stars: ✭ 39 (-82.19%)
Mutual labels:  fabric
fabalicious
is now deprecated and not supported anymore, use https://github.com/factorial-io/phabalicious instead
Stars: ✭ 14 (-93.61%)
Mutual labels:  fabric
fabric-smart-client
The Fabric Smart Client is a new Fabric Client that lets you focus on the business processes and simplifies the development of Fabric-based distributed application.
Stars: ✭ 40 (-81.74%)
Mutual labels:  fabric
15-minutes-for-6-months
A repository template that lets you set up a minimal issue tracking process in 15 minutes that you won’t have to think about for 6 months 🏗
Stars: ✭ 15 (-93.15%)
Mutual labels:  fabric
inmis
I need more inventory space! A Fabric backpack mod.
Stars: ✭ 29 (-86.76%)
Mutual labels:  fabric
altoclef
Plays block game
Stars: ✭ 272 (+24.2%)
Mutual labels:  fabric
litematica-printer
An extension for Litematica that adds the missing printer functionality for 1.19, 1.18 and 1.17
Stars: ✭ 155 (-29.22%)
Mutual labels:  fabric
MinecraftDeveloperGuide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 1,307 (+496.8%)
Mutual labels:  fabric
architectury-plugin
A simple gradle plugin to enable developing multiplatform mods.
Stars: ✭ 36 (-83.56%)
Mutual labels:  fabric
ShoulderSurfing
Custom 3rd person perspective for Minecraft
Stars: ✭ 28 (-87.21%)
Mutual labels:  fabric
Quadz
An FPV drone simulator for Fabric
Stars: ✭ 16 (-92.69%)
Mutual labels:  fabric
chain-project
Hyperledger fabric 1.0 include 3 orderer / 4 peer / 3 zookeeper / 4 kafka
Stars: ✭ 30 (-86.3%)
Mutual labels:  fabric
DashLoader
Launch at the speed of light.
Stars: ✭ 99 (-54.79%)
Mutual labels:  fabric

DimensionalThreading

This project is a free and open-source Minecraft mod which optimizes the processing of multiple Dimensions, by assigning them independent threads. It works on both the client and server, and does not require the mod to be installed on both sides.

Downloads

You can find downloads for DimThread on the GitHub releases page. The Fabric API can be found on Curseforge.

Installing

Install the Fabric Loader. Select Fabric for either the Minecraft launcher (client) or the dedicated server (server). Once you have installed Fabric, move theDimThread.jarand theFabric-API.jarinto the/modsfolder generated by Fabric.


Configuration

DimThread comes with 2 native Gamerules:
  • /gamerule dimthread_active <true/false> enables/disables the mod
  • /gamerule dimthread_thread_count <count>changes the amount of threads used

FAQ

Does the mod change Vanilla behaviour?

DimThread aims to conserve vanilla-parity in all points. At the moment there are no known deviations in behaviour from Mojangsserver.jar. If you notice any, feel free to open an issue.

Can my dimensions get de-synchronized?

As stated above this is NOT the case. DimThread will always synchronize the dimensions it threads with each other, setting the overall MSPT to the slowest individual dimension.

Are dimension counts above 3 supported?

Yes, but you will have to adjust the GameRule accordingly.

Will the server run faster if assign more than 3 threads to DimThread?

No, the mod can only assign one dimension to one thread.

Can i use DimThread if i have less threads on my CPU than dimensions?

The mod will not crash if you do not have enough threads available, but it will make the game slower. You should always have atleastDimensionCount + 1threads available.

How is the compatibility with other mods?

Compatibility with JellySquids performance mods and Carpet will be ensured and issues concerning them are accepted. If you plan on using a different mod compatibility cannot be guaranteed, since not every author writes their mod threadsafe.

What about older versions of Minecraft?

DimThread is written with 1.16 compatibility in mind, older versions are currently not considered. If you play on 1.12 you can use a similar project maintained by 2No2Name.


License

DimThread is licensed under MIT, a free and open-source license. For more information, please read the license file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].