mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-22 21:51:17 -09:00
enchantment keygen docs
This commit is contained in:
parent
e13f9b4849
commit
686344331f
@ -9,4 +9,6 @@ Methods:
|
||||
- `ModAPI.keygen.entity(entityId: String) : number`
|
||||
- Example usage is: `var id = ModAPI.keygen.entity("my_example_entity");`
|
||||
- `ModAPI.keygen.sound(soundId: String) : number`
|
||||
- Example usage is: `var id = ModAPI.keygen.sound("my.example.sound");`
|
||||
- Example usage is: `var id = ModAPI.keygen.sound("my.example.sound");`
|
||||
- `ModAPI.keygen.enchantment(enchantmentId: String) : number`
|
||||
- Example usage is: `var id = ModAPI.keygen.enchantment("sharpness_v2");`
|
Loading…
x
Reference in New Issue
Block a user