Enchanting table mixin

This commit is contained in:
paulevsGitch 2021-05-26 16:50:36 +03:00
parent a00c1f749c
commit f283944798
2 changed files with 49 additions and 1 deletions

View file

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