Code Monkey home page Code Monkey logo

ftblib's Introduction

FTBLib

Building the mod

  • Make sure you have Java JDK 1.8+ installed
  • Downloading it as zip or clone with Git
  • Open console / Command Prompt in downloaded folder's location
  • Run "gradlew build"

Adding as dependency

repositories {
	maven { url "https://maven.latmod.com/" }
}

dependencies {
	deobfCompile "com.feed_the_beast.mods:FTBLib:${ftblib_version}"
}

And ftblib_version=5.+ line in your gradle.properties file. You can also specify exact version, e.g. 5.0.0.

You probably also want to add "required-after:ftblib" or "after:ftblib" in your @Mod's dependencies. Most of the APIs don't need hard dependency, but things like GUIs won't work without FTBLib loaded

ftblib's People

Contributors

isavegas avatar latvianmodder avatar mezz avatar se7kn8 avatar tartaricacid avatar xuyuere avatar

Watchers

 avatar  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.