mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
Clean up reflection, add resource pack image and reload listener
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -27,12 +27,10 @@ minecraft {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:18w49a"
|
||||
mappings "net.fabricmc:yarn:18w49a.10"
|
||||
modCompile "net.fabricmc:fabric-loader:0.2.0.62"
|
||||
|
||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||
modCompile "net.fabricmc:fabric:0.1.0.37"
|
||||
minecraft "com.mojang:minecraft:18w50a"
|
||||
mappings "net.fabricmc:yarn:18w50a.2"
|
||||
modCompile "net.fabricmc:fabric-loader:0.2.0.64"
|
||||
modCompile "net.fabricmc:fabric:0.1.1.47"
|
||||
|
||||
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user