your current location:首页 > news>Core Tweaks Minecraft

Core Tweaks Minecraft

2024-12-12 09:18:30|Myriagame |source:minecraft skins

Brief introduction

A core module containing various bug repair, adjustment, and optimization (mainly start time).

Characteristic

The collapse of the original repair;

Fixed the infamous Intel rendering error, which causes the error to fill the block (sometimes the entire screen) filling a single color on the Intel graphics card;

Accelerate the startup speed;

Many small repair-view the configuration page on the wiki to get the full list.

compatibility

Due to other collapse processing modules (such as Bettercraft, Crashguard) overlapped with CRETEAKS CRASHANDLER, it will be disabled if one of them is detected.

Because it is not compatible with Mixin, various core modules may cause collapse when starting, and use mixingasm to solve this problem.

About nomixin

There are two versions of mod:

The conventional version is embedded in Mixin 0.7.11, allowing MOD to run independently.However, this will make the module itself greater and may cause problems in some cases.

The version of +nomixin is not embedded in Mixin, which allows it to avoid these problems.But it needs to install a separate Mixin guidance module to run (such as Unimixins).If you have installed one, it is recommended to use this version.

Attach

Please add the following parameters when the IDE runs:

-tweakclass org.spongepowered.asm.launch.mixintweaker-mixin coreTweaks.mixin-mixin coreTweaks-init.mi xin.json-- 

And these VM parameters:

 -dfml.Coremods.load = makamys.coretweaks.coretweaksplugin 

Author's module suggestion

For more 1.7.10 BUG repair/performance enhancement/debug MOD, please refer to this list.

other

This module follows the MIT protocol, which contains the original code based on Minecraft-Backport5160.