Skip to content

Commit

Permalink
Merge pull request #138 from Gu-ZT/1.20.1-fixed137
Browse files Browse the repository at this point in the history
closes #137
  • Loading branch information
Gu-ZT authored Aug 14, 2023
2 parents 7cbf9bb + e7e41d8 commit 6112821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ forge_version=47.1.4
# Mod Info
maven_group=dev.dubhe
archives_base_name=curtain
version=1.3.1
version=1.3.2
build_number = undefined
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public Button(boolean defaultState, Item onItem, Item offItem, int itemCount, Co
this.onItem = onItem;
this.offItem = offItem;
this.itemCount = itemCount;
this.compoundTag.putBoolean("GcaClear", true);
this.compoundTag.putBoolean("CurtainGUIItem", true);
}

public void checkButton(Container container, int slot) {
Expand Down

0 comments on commit 6112821

Please sign in to comment.