From 39186205227594eecb9c29157c5eb5fd9b293f11 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 11 Jan 2019 18:14:42 +0800 Subject: Furnace Recipe + Scrolling in Recipe Window --- 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 d4ac15ed9..c9f57c61c 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.27", + "version": "2.0.0.28", "side": "client", "authors": [ "Danielshe" -- cgit