mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Badges shouldn't appear in the creative inventory
This commit is contained in:
parent
7713f461e7
commit
5e74b81af1
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public interface UItems {
|
|||
}
|
||||
|
||||
static Item register(Race race) {
|
||||
return register(race.getId().withPath(p -> p + "_badge"), new Item(new Settings()));
|
||||
return Registry.register(Registries.ITEM, race.getId().withPath(p -> p + "_badge"), new Item(new Settings()));
|
||||
}
|
||||
|
||||
static void bootstrap() {
|
||||
|
|
Loading…
Reference in a new issue