Coder Social home page Coder Social logo

skydrive94 / coretweaks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from makamys/coretweaks

0.0 0.0 0.0 585 KB

A bunch of random bug fixes, optimizations and performance diagnostics (1.7.10)

License: MIT License

Shell 0.33% Python 2.30% Java 97.37%

coretweaks's Introduction

CoreTweaks

A Minecraft 1.7.10 coremod that contains various bug fixes, tweaks, optimizations (mainly to startup time) and performance diagnostics.

Features

  • VanillaFix-like crash handling
  • A class transformer cache that speeds up startup (one that's safer than FastStart's - FastStart's version is also included as an alternative)
  • A startup profiler that logs how long each part of startup took
  • Many small fixes - check the Config page on the wiki for the full list.

Incompatibilities

  • Other crash handling mods (e.g. BetterCrashes, CrashGuard) will only work if CoreTweaks's crashHandler is disabled. Using them may be preferable in some cases, as they can catch some crashes CoreTweaks cannot. The opposite is also true, however.
  • Various coremods will cause a crash on startup due to an incompatibility with Mixin. Use Mixingasm to fix this.

About nomixin builds

The mod comes in two flavors: the regular version embeds Mixin 0.7.11, allowing the mod to run standalone. However, this makes the jar a bit larger, and can cause problems in certain use cases.

The version marked with +nomixin doesn't embed Mixin, and requires a separate Mixin bootstrap mod to be installed in order to run. If you have a Mixin bootstrap mod installed already, getting this version is recommended.

Suggested mods

For more 1.7.10 bugfix/performance/debug mods, refer to this list.

License

This mod is licensed under the MIT License.

Contributing

When running in an IDE, add these program arguments

--tweakClass org.spongepowered.asm.launch.MixinTweaker --mixin coretweaks.mixin.json --mixin coretweaks-init.mixin.json --mixin coretweaks-preinit.mixin.json

and these VM arguments

-Dfml.coreMods.load=makamys.coretweaks.CoreTweaksPlugin

coretweaks's People

Contributors

makamys avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.