Skip to content

OHakimen/TurtleCosmetics

Repository files navigation

TurtleCosmetics

A lib mod/cosmetic mod for ComputerCraft Turtles

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 by pushing Overlays like this:

	Overlays.addOverlay(new Overlay("glass",new ResourceLocation("minecraft:block/glass")));

About

A lib mod/cosmetic mod for ComputerCraft Turtles

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages