SteamPowered/src/main/resources/steampowered.mixins.json
Timo Ley 116a0461d8 feat!: include Furnace Engine
BREAKING CHANGE: uses normal create instead of fork
2023-12-04 16:08:50 +01:00

16 lines
280 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "com.teammoeg.steampowered.mixin",
"compatibilityLevel": "JAVA_8",
"refmap": "steampowered.refmap.json",
"mixins": [
"MixinAllPartialModels"
],
"client": [
],
"injectors": {
"defaultRequire": 1
}
}