ferritecore.mrl.mixin.json 373 B

1234567891011121314151617
  1. {
  2. "required": true,
  3. "package": "malte0811.ferritecore.mixin.mrl",
  4. "compatibilityLevel": "JAVA_17",
  5. "client": [
  6. "ModelResourceLocationMixin",
  7. "ResourceLocationAccess"
  8. ],
  9. "injectors": {
  10. "defaultRequire": 1
  11. },
  12. "minVersion": "0.8",
  13. "plugin": "malte0811.ferritecore.mixin.mrl.Config",
  14. "mixins": [
  15. ],
  16. "refmap": "${refmap_target}refmap.json"
  17. }