CC化妆品

CC化妆品

客户端模组允许通过配置和资源包添加新的CC:Tweaked海龟叠加层

装饰

需要 CC:Tweaked 1.101.1 或更高版本

此客户端模组允许通过配置和资源包添加新的海龟覆盖层

["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"]

通过在海龟上添加 elf 标签,它就会获得 elf 覆盖层,覆盖层可以叠加,只需在标签中添加覆盖层的关键字,此模组本身不包含任何覆盖层

其他模组可以添加更多覆盖层

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