Giter Site home page Giter Site logo

mavenmcp-1.8.9's Introduction

MavenMCP 1.8.9

About

Maven MCP 1.8.9 is an updated version of MCP. It uses Maven, has a clean code structure, supports Linux and version control in your projects!

About the structure

The code is split into two groups: Resources (assets, graphics, shaders etc.) and code.
Libraries are loaded from Maven.

Setting up workspace

  1. Clone the repository
  2. Let it setup and index (just wait)
  3. Specify project SDK to Java 8 It might not work with other versions of JDK
  4. Once it indexes, the project should be ready to go! :)

Building

To build a working .jar file, which later can be put to /versions in MC folder, you just need to run mvn clean package command.
You can also use the Maven menu on the right side, or add a new run configuration, and run it from there (my favourite way).
Once the process is complete, artifacts will be in /target directory.
There's no requirement to delete MANIFEST from the jar before putting to MC folder.

Running

To launch the client in the IDE, you need to execute Start.java, and specify working directory to ./test_run/.

An example run configuration.

Minecraft's directory will be ./test_run/. All saves, resource packs etc. will be there.

Migrating from old version of MCP

Nothing easier. Move your existing java code to /src/main/java, and any resources i.e. shaders, fonts etc. to /src/main/resources. If you added new libraries, make sure to add them to pom.xml, and you're set :D

Support

If you have any questions about this repo, let me know on my Discord! ^^



May 1.8.9 survive!

mavenmcp-1.8.9's People

Contributors

marcelektro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mavenmcp-1.8.9's Issues

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.