Skip to content

[MIRROR] Adds the ability for all recipe types to have conditions. Mods can register their own custom conditions as well!

License

Notifications You must be signed in to change notification settings

YTG123-Mods/fabric-recipe-conditions

Repository files navigation

Obsolete

This project has been made obsolete by the new Fabric API. More info

Fabric Recipe Conditions

Fabric Recipe Conditions is a library that extends recipes with the ability to load conditionally.
Currently, the conditions are only checked when the resources reload (world load or /reload), but most of the built-in conditions require a restart/reload to even be changed anyway.

Cloning and Building

Cloning

  • git clone --recursive https://github.com/YTG1234/fabric-recipe-conditions.git with HTTPS
  • git clone --recursive [email protected]:YTG1234/fabric-recipe-conditions.git with SSH

Building

  • ./gradlew build for a normal system
  • gradlew.bat build for a Windows system

Pulling

  • git pull --recurse-submodules
  • git submodule update --init --recursive --remote --rebase

Pushing

  • git push --recurse-submodules=on-demand

Using Git GUI tools like SourceTree will make pulling and pushing a lot easier.

About

[MIRROR] Adds the ability for all recipe types to have conditions. Mods can register their own custom conditions as well!

Resources

License

Stars

Watchers

Forks

Packages

No packages published