Initial commit

This commit is contained in:
tibs 2022-01-04 12:23:14 -05:00
commit 5bd7750177
Signed by untrusted user who does not match committer: tibs
GPG key ID: 047833989F50F88F
24 changed files with 1627 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"package": "me.tibinonest.mods.cauldron_dyeing.mixin.sodium",
"required": false,
"compatibilityLevel": "JAVA_17",
"client": [
"SodiumBlockRendererMixin"
],
"injectors": {
"defaultRequire": 1
}
}