Back Grass (Data Type) - MerchantCalico/bovines-and-buttercups-archive GitHub Wiki
An Object that defines anything relating to the texture on a cow's back.
Fields
| Field | Type | Default | Description |
|---|---|---|---|
texture_location |
[Resource Location](/MerchantCalico/bovines-and-buttercups-archive/wiki/Resource-Location-(Data-Type)) | Defines the resource location to get the texture from. | |
grass_tinted |
[Boolean](/MerchantCalico/bovines-and-buttercups-archive/wiki/Boolean-(Data-Type)) | Defines whether this texture should be tinted to match the grass of the entity's current biome. |
Example
"back_grass": {
"texture_location": "bovinesandbuttercups:textures/entity/bovinesandbuttercups/moobloom/moobloom_grass.png"
"grass_tinted": true
}
This Back Grass will show as the texture at the location bovinesandbuttercups:textures/entity/bovinesandbuttercups/moobloom/moobloom_grass.png and will be tinted like the grass of the entity's current biome.