Fixes merge problems
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
This commit is contained in:
@@ -72,7 +72,7 @@ public record ActionCost(double monetaryCost, int expCost, @Nullable ItemStack i
|
||||
|
||||
/**
|
||||
* Displays this action cost as a string
|
||||
*
|
||||
*
|
||||
* @param player <p>The player to calculate the cost for</p>
|
||||
* @return <p>The string representation of this action cost</p>
|
||||
*/
|
||||
@@ -196,7 +196,7 @@ public record ActionCost(double monetaryCost, int expCost, @Nullable ItemStack i
|
||||
continue;
|
||||
}
|
||||
}
|
||||
output.put(entry.getKey(), (Integer) entry.getValue().getAmount());
|
||||
output.put(entry.getKey(), entry.getValue().getAmount());
|
||||
}
|
||||
|
||||
return output;
|
||||
|
Reference in New Issue
Block a user