GithubHelp home page GithubHelp logo

motschen / wthit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from badasintended/wthit

0.0 0.0 0.0 2.82 MB

What the hell is that?

Home Page: https://curseforge.com/minecraft/mc-mods/wthit

License: Other

Java 100.00%

wthit's Introduction

What The Hell Is That?

License

WTHIT - a fork of HWYLA by TehNut - a fork of WAILA by ProfMobius.
This fork is permitted under the CC BY-NC-SA 4.0 license. Usage of this mod is permitted in all modpacks.
A full list of significant changes since this fork's creation can be found in the CHANGES.md document.

Information For Developers

To use this fork in your workspace, add the following to your build.gradle:
repositories {  
    maven { url "https://jitpack.io" }
}

dependencies {
    modImplementation 'com.github.badasintended:wthit:VERSION'
}

As of Fabric Loader 0.4.0, Waila plugins are discovered from the fabric.mod.json file. Simply add a custom object field to that file with the following data:

{
  "waila:plugins": {
    "id": "mymod:my_plugin",
    "initializer": "foo.bar.Baz"
  }
}

waila:plugins can also be an array of objects instead of a singular object.

A required field can be added to specify mods required for that plugin to be loaded. It can either be a single string or an array of strings.

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.