Skip to content

Commit

Permalink
Update RenderLib to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldexun committed Feb 28, 2023
1 parent ff0b772 commit 299326a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation "org.spongepowered:mixin:${mixin_version}"
annotationProcessor "org.spongepowered:mixin:${mixin_version}:processor"

atDependencies fg.deobf('meldexun:RenderLib:1.12.2-1.2.4@jar')
atDependencies fg.deobf('meldexun:RenderLib:1.12.2-1.2.5@jar')

buildDependencies fg.deobf('curse.maven:ChunkAnimator-236484:3850023')
buildDependencies fg.deobf('curse.maven:FluidloggedAPI-485654:3956311')
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/meldexun/nothirium/mc/Nothirium.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import net.minecraftforge.fml.common.event.FMLConstructionEvent;
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;

@Mod(modid = Nothirium.MODID, dependencies = "required-after:renderlib@[1.2.4,)")
@Mod(modid = Nothirium.MODID, dependencies = "required-after:renderlib@[1.2.5,)")
public class Nothirium {

public static final String MODID = "nothirium";
Expand Down

0 comments on commit 299326a

Please sign in to comment.