Class CustomWeaponComponent

Registry a lazuli:custom_weapon component in game.

You can use CustomWeaponComponent.registry method to registry it.

The following code can be used to registry this component:

CustomWeaponComponent.registry();

After registied it, add following code your item JSON file:

"minecraft:custom_components": ["lazuli:custom_weapon"]

Registry a lazuli:custom_weapon component in game.

Methods

Methods

  • Returns void