From 5c733115e721127acd5dfab804487e4ced9d0ee0 Mon Sep 17 00:00:00 2001 From: Daniel She Date: Tue, 4 Jun 2019 00:07:14 +0800 Subject: [PATCH] RecipeBookScreen -> RecipeBookWidget (#721) --- .../{RecipeBookScreen.mapping => RecipeBookWidget.mapping} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename mappings/net/minecraft/client/gui/screen/recipebook/{RecipeBookScreen.mapping => RecipeBookWidget.mapping} (96%) diff --git a/mappings/net/minecraft/client/gui/screen/recipebook/RecipeBookScreen.mapping b/mappings/net/minecraft/client/gui/screen/recipebook/RecipeBookWidget.mapping similarity index 96% rename from mappings/net/minecraft/client/gui/screen/recipebook/RecipeBookScreen.mapping rename to mappings/net/minecraft/client/gui/screen/recipebook/RecipeBookWidget.mapping index 8d7807a6e6..bb9cfc56dd 100644 --- a/mappings/net/minecraft/client/gui/screen/recipebook/RecipeBookScreen.mapping +++ b/mappings/net/minecraft/client/gui/screen/recipebook/RecipeBookWidget.mapping @@ -1,4 +1,4 @@ -CLASS dcg net/minecraft/client/gui/screen/recipebook/RecipeBookScreen +CLASS dcg net/minecraft/client/gui/screen/recipebook/RecipeBookWidget FIELD a TEXTURE Lqs; FIELD b ghostSlots Ldce; FIELD c toggleCraftableButton Lcxg;