From c9292fa51e69e051569caa9bd6f61572ac8fdeea Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 11 Jan 2019 21:24:53 +0800 Subject: More Recipes --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c9f57c61c..b096bc8e4 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,7 +2,7 @@ "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", "description": "To allow players to view items and recipes.", - "version": "2.0.0.28", + "version": "2.0.0.29", "side": "client", "authors": [ "Danielshe" -- cgit