Skip to content

Commit cd01afe

Browse files
committed
how did I miss one omg
1 parent 4961b4c commit cd01afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

type.generic/src/main/java/net/swofty/types/generic/item/components/CustomDropComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public static Drop drop(ItemType item, double chance, int amount) {
249249

250250
public static CustomDropComponent.DropConditions parseDropConditions(Map<String, Object> conditionsConfig) {
251251
if (conditionsConfig == null) {
252-
return new CustomDropComponent.DropConditions(null,null, null, null, null, null, null);
252+
return new CustomDropComponent.DropConditions(null, null, null, null, null, null, null);
253253
}
254254

255255
Boolean silkTouch = null;

0 commit comments

Comments
 (0)