Skip to content

Gecko Variants

Gekocaretaker edited this page Feb 23, 2025 · 1 revision

1.1.0

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.

Clone this wiki locally