Browse Source

fix fucking stupid me

Unknown 6 years ago
parent
commit
6aaace0234
3 changed files with 8 additions and 4 deletions
  1. 1 1
      build.gradle
  2. 1 1
      src/main/resources/fabric.mod.json
  3. 6 2
      version.json

+ 1 - 1
build.gradle

@@ -6,7 +6,7 @@ sourceCompatibility = 1.8
 targetCompatibility = 1.8
 
 archivesBaseName = "RoughlyEnoughItems"
-version = "2.3.2.54"
+version = "2.3.2.55"
 
 def minecraftVersion = "19w09a"
 def yarnVersion = "19w09a.1"

+ 1 - 1
src/main/resources/fabric.mod.json

@@ -2,7 +2,7 @@
   "id": "roughlyenoughitems",
   "name": "RoughlyEnoughItems",
   "description": "To allow players to view items and recipes. Version: ${version}",
-  "version": "2.3.1",
+  "version": "2.3.2",
   "side": "client",
   "authors": [
     "Danielshe"

+ 6 - 2
version.json

@@ -30,7 +30,7 @@
     },
     {
       "game": "19w09a",
-      "mod": "2.3.2.54"
+      "mod": "2.3.2.55"
     },
     {
       "game": "none",
@@ -53,7 +53,6 @@
         "version": "2.2.0.50",
         "text": "Updated to 19w06a",
         "level": "none"
-      },
       {
         "version": "2.3.0.51",
         "text": "Fixed lots of bugs",
@@ -73,6 +72,11 @@
         "version": "2.3.2.54",
         "text": "Fixed Creative Screen + full page recipes",
         "level": "useful"
+      },
+      {
+        "version": "2.3.2.55",
+        "text": "Fixed Crash",
+        "level": "none"
       }
     ]
   }