Procedural models API

This commit is contained in:
Aleksey 2021-05-26 17:23:20 +03:00
parent cab98a75c2
commit 15d379996c
67 changed files with 1542 additions and 1 deletions

View file

@ -3,7 +3,9 @@
"minVersion": "0.8",
"package": "ru.bclib.mixin.client",
"compatibilityLevel": "JAVA_8",
"client": [],
"client": [
"ModelBakeryMixin"
],
"injectors": {
"defaultRequire": 1
}