Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Fix ender chest mis-cataloging, change air -> obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTechnica committed Sep 19, 2021
1 parent 2427a6f commit 90e16a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/adris/altoclef/TaskCatalogue.java
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public class TaskCatalogue {
{
String b = "obsidian";
shapedRecipe3x3("enchanting_table", Items.ENCHANTING_TABLE, 1, o, "book", o, "diamond", b, "diamond", b, b, b);
shapedRecipe3x3("ender_chest", Items.ENDER_CHEST, 1, o, o, o, o, "ender_eye", o, o, o, o).dontMineIfPresent();
shapedRecipe3x3("ender_chest", Items.ENDER_CHEST, 1, b, b, b, b, "ender_eye", b, b, b, b).dontMineIfPresent();
}
{
String b = "brick";
Expand Down

0 comments on commit 90e16a7

Please sign in to comment.