summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorasie <kontakt@asie.pl>2018-11-06 10:51:23 +0100
committerasie <kontakt@asie.pl>2018-11-06 10:51:23 +0100
commit952a3d178722dbc3a8f59e8b23bda5b9a63d2385 (patch)
treebaaf6a0003e9fea869c079fb8b20a038eb91bab3 /src
parentb755e01769401bc6ca1766a7fcc3806d6c5c86dd (diff)
update to 0.0.13
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/modid.client.json3
-rw-r--r--src/main/resources/modid.common.json3
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
+}