Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sandtechnology committed Feb 2, 2022
1 parent f1c9fd7 commit c39b08f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ private boolean isInteractable(@Nonnull Material material) {
case HOPPER:
case TRAPPED_CHEST:
case ENDER_CHEST:
case CAULDRON:
//Apply the fix for https://github.com/TheBusyBiscuit/ExoticGarden/pull/209
//case CAULDRON:
case SHULKER_BOX:
return true;
default:
Expand Down

0 comments on commit c39b08f

Please sign in to comment.