Giter Site home page Giter Site logo

cyclopsbase's Introduction

CyclopsBase

This is a simple Cyclops mod template which can be forked when a new mod is started.

Usage

You will need to fill in the following things when forking this template:

  • Move README_template.md to README.md and fill in the todo's
  • Fill in git repo details in gradle/deploy.gradle
  • Fill in your mod asset location in gradle/dev.gradle
  • Optionally change versions in build.properties
  • Update your groupname and archivename in build.gradle
  • Update secret keys and repo locations in .travis.yml
  • Rename Todo.java and org.cyclops.todo for your mod name
  • Resolve TODO's in the previously called Todo.java class
  • Update MOD_ID, MOD_NAME and VERSION_URL in Reference.java
  • In your resources/assets, rename the todo to your mod id
  • In your resources, fill in the mod details in mcmod.info and pack.mcmeta

If using travis, you will need to enter the following secrets in your build settings:

  • CURSEFORGE_KEY_SECRET: Your curseforge key for automatic release publishing when a new tag is pushed
  • MAVEN_URL: (Optional), for automatic dev build publishing
  • MAVEN_USERNAME: (Optional), maven username for the dev build publishing
  • MAVEN_KEY: (Optional), maven password for the dev build publishing

Branching Strategy

For every major Minecraft version, two branches exist:

  • master-{mc_version}: Latest (potentially unstable) development.
  • release-{mc_version}: Latest stable release for that Minecraft version. This is also tagged with all mod releases.

License

All code and images are licenced under the MIT License

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.