Coder Social home page Coder Social logo

thediremaster / minecraft-classic-development-pack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maniadevelopment/minecraft-classic-development-pack

0.0 1.0 0.0 1.02 MB

Deobfuscate and decompile Minecraft Classic client and server in order to create mods! UNFINISHED

Batchfile 100.00%

minecraft-classic-development-pack's Introduction

Minecraft Classic Development Pack v1.0 for Minecraft Classic (v0.30)

License and terms of use:

MCDP is (c) Copyright by Oliver Yasuna

You are allowed to:

  • Use MCDP to decompile the Minecraft Classic client files.
  • Use the decompiled source code to create mods for Minecraft Classic.
  • Recompile modified versions of Minecraft Classic.
  • Reobfuscate the classes of your mod for Minecraft Classic.

You are NOT allowed to:

  • Use MCDP to do anything that violated Mojang's terms of use for Minecraft and Minecraft Classic.
  • Release modified or unmodified versions of MCDP anywhere.
  • Use any of MCDP's scripts, tools or data files without explicit written permission.
  • Make money with anything based on MCCD (excluding Minecraft Classic mods created by using MCDP).
  • Use MCDP to create clients that are used for griefing or exploiting server bugs.
  • Release the decompiled source code of Minecraft Classic in any way.

Prerequisites:

  1. Install the latest version of Java SDK 1.6 Standard Edition (JDK 1.6):
  1. Add the paths to your JDK and JRE bin folders to the Environment Variable PATH:

  • We wont provide support for this, so please don't ask.

How to use:

  1. Prepare the files:
  1. Decompilation:
  • Start the "decompile.bat" script in your MCDP folder.
  1. Modding:
  • Modify the source code in "output\client\src" folder for client.
  • Modify the source code in "output\server\src" folder for server.
  1. Recompiling:
  • Copy all the modified client classes into "build\client" in your MCDP folder.
  • Copy all the modified server classes into "build\server" in your MCDP folder.
  • Start the "recompile.bat" script in your MCDP folder.
  1. Testing:
  • For client start the "startclient.bat" script in your MCDP folder.
  • For server start the "startserver.bat" script in your MCDP folder.
  1. Reobfuscation:
  • Start the "reobfuscate.bat" script in your MCDP folder.
  • This will obfuscate any changed classes.

Credits:

  • Oliver Yasuna (oyasunadev)
  • Steveice10

Changelog: 1.0 - Initial release.

minecraft-classic-development-pack's People

Contributors

oyasunadev avatar

Watchers

 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.