
CC Cosmetics
A client side mod permits adding new CC:Tweaked turtle overlays via config and resourcepacks
- Загрузки
- 5K
- Подписчики
- 8
- Обновлён
- 7 января 2024 г.
- Лицензия
- MIT
Опубликован 27 февраля 2023 г.
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")));
Центр версий
7 версийЧенджлог
1.2-1.20.1Релиз1.20.1 · 7 января 2024 г.
Fixed issue related to versioning and also rewrote the overlay mixin to not be jank
1.1-1.20.1Релиз1.20, 1.20.1 · 11 октября 2023 г.
Updated to work with 1.20.1 on CC 1.108.3
1.1Релиз1.20, 1.20.1 · 11 октября 2023 г.
Updated to 1.20.1 :D
1.0-1.20.1Релиз1.20, 1.20.1 · 18 июня 2023 г.
Version bump to 1.20
1.0-1.19.4Релиз1.19.4 · 19 мая 2023 г.
Version Bump to 1.19.4
1.0Релиз1.19.3 · 28 февраля 2023 г.
Fabric port of the mod
Комментарии
Загружаем…