Make REI aware of SkyBlock item ids

This commit is contained in:
nea
2023-05-04 15:12:56 +02:00
parent bfcb02e52b
commit f2aa75f7c1
6 changed files with 126 additions and 26 deletions

View File

@@ -1,19 +1,20 @@
{
"required": true,
"plugin": "moe.nea.notenoughupdates.init.MixinPlugin",
"package": "moe.nea.notenoughupdates.mixins",
"compatibilityLevel": "JAVA_16",
"client": [
"MixinDownloadingTerrainScreen",
"MixinMessageHandler",
"MixinMinecraft",
"MixinWorldRenderer",
"devenv.DisableCommonPacketWarnings"
],
"mixins": [
"devenv.DisableInvalidFishingHook"
],
"injectors": {
"defaultRequire": 1
"required": true,
"plugin": "moe.nea.notenoughupdates.init.MixinPlugin",
"package": "moe.nea.notenoughupdates.mixins",
"compatibilityLevel": "JAVA_16",
"client": [
"MixinDownloadingTerrainScreen",
"MixinMessageHandler",
"MixinMinecraft",
"MixinWorldRenderer",
"accessor.AccessorHandledScreen",
"devenv.DisableCommonPacketWarnings"
],
"mixins": [
"devenv.DisableInvalidFishingHook"
],
"injectors": {
"defaultRequire": 1
}
}