This project has been made obsolete by the new Fabric API. More info
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.
git clone --recursive https://github.com/YTG1234/fabric-recipe-conditions.git
with HTTPSgit clone --recursive [email protected]:YTG1234/fabric-recipe-conditions.git
with SSH
./gradlew build
for a normal systemgradlew.bat build
for a Windows system
git pull --recurse-submodules
git submodule update --init --recursive --remote --rebase
git push --recurse-submodules=on-demand
Using Git GUI tools like SourceTree will make pulling and pushing a lot easier.