village glow , container glow, activity messages.
This commit is contained in:
seb
2026-04-28 04:56:33 +02:00
parent 2504f5405d
commit 28aa0cb86b
8 changed files with 328 additions and 44 deletions

View File

@@ -32,6 +32,8 @@ repositories {
dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
implementation "net.fabricmc:fabric-loader:${project.fabric_loader_version}"
// Official 26.1 template uses `implementation` for fabric-api (not modImplementation).
implementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
implementation "maven.modrinth:malilib:${project.malilib_version}"
compileOnly "com.terraformersmc:modmenu:${project.mod_menu_version}"
}