This commit is contained in:
Xujiayao 2025-08-12 16:01:43 +08:00
parent f8a92bc025
commit cd6760cb90
3 changed files with 21 additions and 8 deletions

View file

@ -23,6 +23,7 @@ dependencies {
shadow("org.slf4j:slf4j-jdk14:2.0.17")
shadow("com.fasterxml.jackson.core:jackson-databind:2.19.2")
shadow("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.2")
}
neoForge {

View file

@ -4,13 +4,25 @@ This project includes the following third-party libraries. Each is distributed u
---
1. JDA (net.dv8tion:JDA:5.6.1)
License: Apache License 2.0
Homepage: https://github.com/discord-jda/JDA
1. JDA
- Maven coordinates:
- net.dv8tion:JDA:5.6.1
- License: Apache License 2.0
- Homepage: https://github.com/discord-jda/JDA
2. SLF4J (org.slf4j:slf4j-api:2.0.17, org.slf4j:slf4j-jdk14:2.0.17)
License: MIT License
Homepage: https://www.slf4j.org/
2. SLF4J
- Maven coordinates:
- org.slf4j:slf4j-api:2.0.17
- org.slf4j:slf4j-jdk14:2.0.17
- License: MIT License
- Homepage: https://www.slf4j.org/
3. Jackson
- Maven coordinates:
- com.fasterxml.jackson.core:jackson-databind:2.19.2
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.2
- License: Apache License 2.0
- Homepage: https://github.com/FasterXML/jackson-databind, https://github.com/FasterXML/jackson-dataformats-text
---

View file

@ -10,10 +10,10 @@ mod_version=3.0.0-beta.0
# Fabric Properties
# check these on https://fabricmc.net/develop
loader_version=0.16.14
loader_version=0.17.2
loom_version=1.11-SNAPSHOT
# NeoForge Properties
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
neo_version=21.8.23
neo_version=21.8.31
minecraft_version_range=[1.21.8]