Devan-Kerman / ARRP

A fabric api for creating resources and assets at runtime
Mozilla Public License 2.0
101 stars 25 forks source link

JBlockModel is missing weight parameter #43

Closed CebbyS closed 2 years ago

CebbyS commented 2 years ago

Currently there are only 4 properties for JBlockModel: Identifier model; Integer x; Integer y; Boolean uvlock;

But there is a weight parameter that determines how often the model is used if multiple models are provided for one variant.

Devan-Kerman commented 2 years ago

what's the type