Add shader loading functionality

[no changelog]
This commit is contained in:
Linnea Gräf
2024-09-07 14:44:43 +02:00
parent 9cdc30e024
commit 26461deda4
8 changed files with 182 additions and 2 deletions

View File

@@ -17,6 +17,11 @@ path = ["src/main/resources/**/*.png", "src/main/resources/**/*.mcmeta"]
SPDX-License-Identifier = "CC-BY-4.0"
SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
[[annotations]]
path = ["src/main/resources/assets/minecraft/shaders/core/**/*"]
SPDX-License-Identifier = "GPL-3.0-or-later"
SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
[[annotations]]
path = "src/main/resources/assets/**/lang/*.json"
SPDX-License-Identifier = "CC0-1.0"