addition of cloth config, removal of fiber

This commit is contained in:
2021-10-24 19:14:06 -04:00
parent 0ab7da3ff0
commit 5d10610a1d
8 changed files with 50 additions and 18 deletions
@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "me.parsell.glowstonewire.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
"BrewingRecipeRegistryInvoker"
],
"injectors": {
"defaultRequire": 1
}
}