1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "required": true, "minVersion": "0.8", "package": "de.hype.bbsentials.mixins", "compatibilityLevel": "JAVA_8", "mixins": [ "SimpleOptionMixin", "ClientCommandSourceMixin" ], "client": [ "SimpleOptionMixin", "renderItemMixin", "ClientCommandSourceMixin"], "injectors": { "defaultRequire": 1 } }