Skip to content

Commit

Permalink
Fixed #3183
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Jun 29, 2024
1 parent 64dd831 commit 61b5e3d
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
});

@@ -79,30 +_,34 @@
@@ -79,6 +_,9 @@
this.m_38895_(DataSlot.m_39406_(this.f_39448_, 0));
this.m_38895_(DataSlot.m_39406_(this.f_39448_, 1));
this.m_38895_(DataSlot.m_39406_(this.f_39448_, 2));
Expand All @@ -73,10 +73,9 @@
}

public void m_6199_(Container p_39461_) {
if (p_39461_ == this.f_39449_) {
@@ -86,23 +_,24 @@
ItemStack itemstack = p_39461_.m_8020_(0);
- if (!itemstack.m_41619_() && itemstack.m_41792_()) {
+ if (!itemstack.m_41619_()) { // CraftBukkit - relax condition
if (!itemstack.m_41619_() && itemstack.m_41792_()) {
this.f_39450_.m_39292_((p_39485_, p_39486_) -> {
- int j = 0;
+ float j = 0;
Expand Down

0 comments on commit 61b5e3d

Please sign in to comment.