Registry a lazuli:custom_weapon component in game.
lazuli:custom_weapon
You can use CustomWeaponComponent.registry method to registry it.
The following code can be used to registry this component:
CustomWeaponComponent.registry(); Copy
CustomWeaponComponent.registry();
After registied it, add following code your item JSON file:
"minecraft:custom_components": ["lazuli:custom_weapon"] Copy
"minecraft:custom_components": ["lazuli:custom_weapon"]
Static
Registry a
lazuli:custom_weaponcomponent in game.You can use CustomWeaponComponent.registry method to registry it.
The following code can be used to registry this component:
After registied it, add following code your item JSON file:
Remarks
Registry a
lazuli:custom_weaponcomponent in game.