diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-02-28 17:29:49 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-02-28 17:29:49 +0800 |
| commit | 0924138bc88c1cfa8a3cee5089dc8792555e70fa (patch) | |
| tree | bd0d2c5eda1239fe078f5271b07ca87c0c7fe67d /src/main/resources | |
| parent | 04f96f866d09002808c2bf6ab1f252f781751617 (diff) | |
| download | RoughlyEnoughItems-0924138bc88c1cfa8a3cee5089dc8792555e70fa.tar.gz RoughlyEnoughItems-0924138bc88c1cfa8a3cee5089dc8792555e70fa.tar.bz2 RoughlyEnoughItems-0924138bc88c1cfa8a3cee5089dc8792555e70fa.zip | |
v2.3.1.53
- Removed 19w08a-b ram fix
- Fixed version checker
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 4 | ||||
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2844d1b72..ffc0d37e3 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", - "description": "To allow players to view items and recipes.", + "description": "To allow players to view items and recipes. Version: ${version}", "version": "2.3.1", "side": "client", "authors": [ @@ -12,7 +12,7 @@ "me.shedaniel.rei.client.ClientHelper" ], "requires": { - "fabric": "0.2.2" + "fabric": "0.2.3" }, "recommended": { "pluginloader": "1.0.6" diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index 83080b10f..59788fa07 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -10,8 +10,7 @@ "MixinCraftingTableScreen", "MixinCreativePlayerInventoryScreen", "MixinBrewingRecipeRegistry", - "MixinRecipeBookGui", - "MixinTextureManager" + "MixinRecipeBookGui" ], "injectors": { "defaultRequire": 1 |
