Giter Site home page Giter Site logo

violet-scarelli / dehydration Goto Github PK

View Code? Open in Web Editor NEW

This project forked from globox1997/dehydration

0.0 0.0 0.0 634 KB

https://modrinth.com/mod/dehydration

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

License: GNU General Public License v3.0

Java 100.00%

dehydration's Introduction

Dehydration

Dehydration is an thirst mod.

Installation

Dehydration is a mod built for the Fabric Loader. It requires Fabric API and Cloth Config API to be installed separately; all other dependencies are installed with the mod.

License

Dehydration is licensed under GPLv3.

Datapacks (Since version 1.3.3)

You can set hydration for items via a datapack. Custom mod items might need to use the dehydration api, check out the DehydrationAPI.class
If you don't know how to create a datapack check out Data Pack Wiki website and try to create your first one for the vanilla game.
If you know how to create one, the folder path has to be data\dehydration\hydration_items\YOURFILE.json
An example for giving an item hydration can be found below:

{
    "1": {
        "replace": false,
        "items": [
            "minecraft:melon_slice"
        ]
    },
    "2": {
        "replace": false,
        "items": [
            "minecraft:potion"
        ]
}

dehydration's People

Contributors

globox1997 avatar yavental avatar kanpov avatar k0-rr avatar samekichi avatar realguyman avatar crendgrim avatar fitfc avatar phischermen avatar ocarinayoy 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.