-
Notifications
You must be signed in to change notification settings - Fork 0
Gecko Variants
Gekocaretaker edited this page Feb 23, 2025
·
1 revision
Mojang has been making more entities have data driven variants in 1.21.5. To go along with this, geckos have data driven variants.
{
"texture": "gekosmagic:entity/gecko/tokay",
"scale": "gekosmagic:tokay_gecko_scale",
"spawns_naturally": true
}
The texture property should be the path of a texture resource location. scale should be an item id. spawns_naturally is optional, and a boolean that controls it's spawning.