Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.2–1.19.4
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated 9 months ago
Requires CC:Tweaked 1.101.1 or Higher
This client side mod permits adding new turtle overlays via config and resourcepacks
["Client Side Configs for Turtle Cosmetics"]
    #Paths for resource locations (namespace:resource)
    resources = ["computercraft:block/turtle_elf_overlay"]
    #Labels for the overlays (has to be same size as the paths)
    label = ["elf"]
by adding the elf label on a turtle it gets the elf overlay, overlays can be stacked, by adding in the label the keywords for the overlay, this mod doesn't contain any overlays by itself
More overlays can be added by other mods
Overlays.addOverlay(new Overlay("glass",new ResourceLocation("minecraft:block/glass")));