File tree Expand file tree Collapse file tree
src/main/java/com/falsepattern/rple/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ repositories {
6767}
6868
6969dependencies {
70- compileOnly(" com.ventooth:swansong-mc1.7.10:1.2.0 :dev" )
70+ compileOnly(" com.ventooth:swansong-mc1.7.10:1.2.1 :dev" )
7171 compileOnly(" org.joml:joml:1.10.8" )
7272
7373 apiSplit(" com.falsepattern:lumi-mc1.7.10:1.2.0" )
74- implementationSplit(" com.falsepattern:falsepatternlib-mc1.7.10:1.9.0 " )
75- implementation(" com.falsepattern:falsetweaks-mc1.7.10:4.1.0 :dev" )
74+ implementationSplit(" com.falsepattern:falsepatternlib-mc1.7.10:1.9.1 " )
75+ implementation(" com.falsepattern:falsetweaks-mc1.7.10:4.1.2 :dev" )
7676
7777 val beddiumVersion = " 1.0.0"
7878 val beddiumVersionJ21 = " $beddiumVersion -j21"
Original file line number Diff line number Diff line change 4646 acceptedMinecraftVersions = "[1.7.10]" ,
4747 guiFactory = GROUP_NAME + ".internal.client.config.RPLEGuiFactory" ,
4848 dependencies = "required-after:lumi@[1.2.0,);" +
49- "after:falsetweaks@[4.1.0 ,);" + // Hard dep, but only on clientside!
50- "required-after:falsepatternlib@[1.9.0 ,);" )
49+ "after:falsetweaks@[4.1.2 ,);" + // Hard dep, but only on clientside!
50+ "required-after:falsepatternlib@[1.9.1 ,);" )
5151@ NoArgsConstructor
5252public final class RightProperLightingEngine {
5353 @ SidedProxy (clientSide = GROUP_NAME + ".internal.proxy.ClientProxy" ,
You can’t perform that action at this time.
0 commit comments