修复perk拼写错误
This commit is contained in:
parent
c89d665349
commit
46d88ec777
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class ModPerks {
|
|||
/**
|
||||
* Ammo Perks
|
||||
*/
|
||||
public static final DeferredRegister<Perk> AMMO_PERKS = DeferredRegister.create(Mod.loc("per"), Mod.MODID);
|
||||
public static final DeferredRegister<Perk> AMMO_PERKS = DeferredRegister.create(Mod.loc("perk"), Mod.MODID);
|
||||
|
||||
public static final DeferredHolder<Perk, APBullet> AP_BULLET = AMMO_PERKS.register("ap_bullet", APBullet::new);
|
||||
public static final DeferredHolder<Perk, JHPBullet> JHP_BULLET = AMMO_PERKS.register("jhp_bullet", JHPBullet::new);
|
||||
|
|
Loading…
Add table
Reference in a new issue