Add non working achievements
This commit is contained in:
parent
78f9b80861
commit
24e5854d8c
11 changed files with 249 additions and 101 deletions
|
@ -48,7 +48,7 @@ public class DiceItem extends Item {
|
|||
user.sendMessage(Text.translatable(itemStack.getCount() == 1 ? "item.new_soviet.dice.thrown" : "item.new_soviet.dice.thrown_multiple").append(" " + output.subSequence(0, output.length() - 2)), true);
|
||||
}
|
||||
}
|
||||
|
||||
user.increaseStat(Stats.CUSTOM.getOrCreateStat(NSE_Stats.ROLL_ANY_DICE), itemStack.getCount());
|
||||
user.increaseStat(Stats.USED.getOrCreateStat(this), itemStack.getCount());
|
||||
return TypedActionResult.success(itemStack, world.isClient());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue