mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-20 07:29:27 +00:00
Update CustomCropsBlockStateImpl.java
This commit is contained in:
@@ -74,7 +74,7 @@ public class CustomCropsBlockStateImpl implements CustomCropsBlockState {
|
||||
if (this == o) return true;
|
||||
if (o == null || getClass() != o.getClass()) return false;
|
||||
CustomCropsBlockStateImpl that = (CustomCropsBlockStateImpl) o;
|
||||
return Objects.equals(compoundMap, that.compoundMap);
|
||||
return compoundMap.equals(that.compoundMap);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user