RangeDispatch ItemModel
custom_diamond:
ItemModel:
type: range_dispatch
property: count
entries:
- threshold: 1
model:
type: model
#References assest/namespace/models/single_custom_diamond.json
model: namespace:single_custom_diamond
- threshold: 2
model:
type: model
model: namespace:double_custom_diamond
# Since the next threshold is 10, it means the client will use the previous one
# until it reaches the next threshold, which here is 10
- threshold: 10
model:
type: model
model: namespace:big_custom_diamond
# A Fallback ItemModel in case none of the entries match
fallback:
type: model
model: namespace:custom_diamondLast updated