KubeJS Studio bundles third-party work. Each item below lists its license and
where to get the unmodified original.

--------------------------------------------------------------------------------
JetBrains Mono
--------------------------------------------------------------------------------
Copyright 2020 The JetBrains Mono Project Authors
https://github.com/JetBrains/JetBrainsMono

Licensed under the SIL Open Font License, Version 1.1. The full license text is
in licenses/OFL-1.1.txt.

Bundled unmodified as:
  assets/kubejsstudio/font/jetbrains_mono.ttf
  assets/kubejsstudio/font/jetbrains_mono_bold.ttf

--------------------------------------------------------------------------------
LowDragLib2 (LDLib2)
--------------------------------------------------------------------------------
Copyright KilaBash and the LDLib2 contributors
https://github.com/Low-Drag-MC/LDLib2

Licensed under the GNU Lesser General Public License, Version 3. The full license
texts are in licenses/LGPL-3.0.txt and licenses/GPL-3.0.txt.

Bundled as a nested jar under META-INF/jarjar/.

The NeoForge 1.21.1 build bundles LDLib2 2.2.34 unmodified, from
https://maven.firstdark.dev/snapshots (com.lowdragmc.ldlib2:ldlib2-neoforge-1.21.1).

The Forge 1.20.1 build bundles the community Forge backport
https://github.com/weiliangyan/LDLib2-1.20.1-Forge, release
v2.2.27-forge.1.20.1-r8, with two resource-only modifications and no code
changes:

  1. "emi.RecipeScreenMixin" is removed from ldlib2.mixins.json, because it
     conflicts with KubeJS Studio's own EMI recipe-screen mixin.
  2. kubejs.plugins.txt is removed, so the bundled copy does not register
     LDLib2's own KubeJS plugin on top of the one the pack already loads.

The modification is performed at build time by PatchLDLib2Transform in
forge-1.20.1/build.gradle, which is the corresponding source for the change.
Recipients may obtain, modify and relink against their own LDLib2 build under the
terms of the LGPL.
