Push code and doc fixes
This commit is contained in:
parent
89578baa49
commit
97f3043350
2 changed files with 87 additions and 2 deletions
|
|
@ -42,8 +42,10 @@ Events broadcast data for use in mods.
|
|||
- `frame`:
|
||||
- Called just when a frame is rendered on the client.
|
||||
- Event object is blank.
|
||||
|
||||
|
||||
- `render`:
|
||||
- Called when 3D is rendered.
|
||||
- Event object is has one property:
|
||||
- `partialTicks`: number representing the fraction of ticks passed at this frame.
|
||||
### Server Side Events
|
||||
Can only be used in the context of the dedicated server. More: [DedicatedServerDocumentation](dedicatedserver.md)
|
||||
- `serverstart`:
|
||||
|
|
|
|||
83
examplemods/render_arbitrary_highpolyskin.js
Normal file
83
examplemods/render_arbitrary_highpolyskin.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue