SiliconGhetto Engine API
Homepage
GitHub
Preparing search index...
types
DropOpts
Interface DropOpts
Item drop definition for mobs — what they drop when killed.
interface
DropOpts
{
item
:
string
|
number
;
chance
?:
number
;
count
?:
number
|
[
number
,
number
]
;
}
Index
Properties
item
chance?
count?
Properties
item
item
:
string
|
number
Optional
chance
chance
?:
number
Optional
count
count
?:
number
|
[
number
,
number
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
item
chance
count
Homepage
GitHub
SiliconGhetto Engine API
Loading...
Item drop definition for mobs — what they drop when killed.