Updated to 1.18.1, added copper items, new recipes
This commit is contained in:
2022-01-17 23:25:39 -05:00
parent 2ca55f3b48
commit 081b744755
62 changed files with 525 additions and 68 deletions

View File

@@ -0,0 +1,13 @@
{
"required": true,
"package": "tech.nevets.vplus.clientmixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"ZoomMixin"
],
"injectors": {
"defaultRequire": 1
}
}