justastranger / moreeverything

Universal Minecraft mod that adds gameplay and balance tweaks, better mod integration, and allows scripting in JavaScript.
1 stars 0 forks source link

[1.7.10/universal] More Fuel, Tweaks, and Everything by Grom PE

For usage info, see Minecraft Forum topic: http://www.minecraftforum.net/topic/1819835-/

Do note that, until you can be certain that a tweak is made using a particular feature, that feature probably hasn't been extensively tested.

How to build from source

Building on Windows with JDK 6, 7, or 8:

  1. Run "gradlew build" in the project root.

Running the mod with Java 8:

  1. It's probably a bad idea right now since Rhino was replaced with another engine.

Goals of the mod

  1. Never depend on Minecraft version, don't break on updates. (Can this still be a thing? Only time will tell!) Only in cases of drastic feature change.
  2. Enhance original Minecraft experience.
  3. Enhance experience with Minecraft mods.
  4. Prevent gameplay imbalance and use common sense. 5, Be open, flexible, customizable and compatible (Now it is YOURCRAFT!).
  5. Be small, fast and straight to the point.

What this mod is not

This is not a tool to create your own mods. It's only for tweaks. Granted, there are many mods out there that are worth only for tweaks. This mod can indeed eventually replace them.

Combine with Tabula Rasa for custom items and blocks.

Current features

tweaks_vanilla.js:

Supported mods

Supported APIs:

Equivalent Exchange 3 Thaumcraft Industrial-Craft 2 EnderIO Thermal Expansion Railcraft Tinker's Construct Buildcraft Blood Magic

Supported block/item IDs: Item ID's shouldn't be a thing to worry about any more due to names being assigned to items/blocks.

Limitations

Currently requires Oracle Java 6 or 7. 8 is supported with the inclusion of 7's rt.jar.

Future

Look in TODO: https://raw.github.com/justastranger/moreeverything/master/TODO

If you find a bug

Report it to me!