File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" fpgradle-minecraft" ) version (" 0.7.0 " )
2+ id(" fpgradle-minecraft" ) version (" 0.8.2 " )
33}
44
55group = " com.falsepattern"
@@ -52,21 +52,17 @@ minecraft_fp {
5252
5353repositories {
5454 cursemavenEX()
55- mavenpattern {
56- content {
57- includeGroup(" com.falsepattern" )
58- }
59- }
55+ exclusive(mavenpattern(), " com.falsepattern" )
6056}
6157
6258dependencies {
63- apiSplit(" com.falsepattern:falsepatternlib-mc1.7.10:1.2.5 " )
59+ apiSplit(" com.falsepattern:falsepatternlib-mc1.7.10:1.4.4 " )
6460
6561 implementation(" it.unimi.dsi:fastutil:8.5.13" )
6662
67- apiSplit(" com.falsepattern:chunkapi-mc1.7.10:0.5.1 " )
63+ apiSplit(" com.falsepattern:chunkapi-mc1.7.10:0.5.2 " )
6864
69- compileOnly(" com.falsepattern:falsetweaks-mc1.7.10:3.0.0 :api" )
65+ compileOnly(" com.falsepattern:falsetweaks-mc1.7.10:3.2.2 :api" )
7066
7167 compileOnly(deobfCurse(" journeymap-32274:4500658" ))
7268}
You can’t perform that action at this time.
0 commit comments