diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/modid.client.json | 3 | ||||
-rw-r--r-- | src/main/resources/modid.common.json | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/main/resources/modid.client.json b/src/main/resources/modid.client.json index d6fc9b4..7e8bcc4 100644 --- a/src/main/resources/modid.client.json +++ b/src/main/resources/modid.client.json @@ -5,8 +5,7 @@ "mixins": [ "ExampleMixin" ], - "refmap": "modid.refmap.json", "injectors": { "defaultRequire": 1 } -} \ No newline at end of file +} diff --git a/src/main/resources/modid.common.json b/src/main/resources/modid.common.json index a39340e..b26285f 100644 --- a/src/main/resources/modid.common.json +++ b/src/main/resources/modid.common.json @@ -4,8 +4,7 @@ "compatibilityLevel": "JAVA_8", "mixins": [ ], - "refmap": "modid.refmap.json", "injectors": { "defaultRequire": 1 } -} \ No newline at end of file +} |