Skip to content

Commit

Permalink
wtf actually
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Nov 26, 2023
1 parent f8df3d4 commit 0406139
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 42 deletions.
38 changes: 0 additions & 38 deletions README.md

This file was deleted.

5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ group = project.maven_group

repositories {
maven { url "https://maven.shedaniel.me" }
maven { url "https://api.modrinth.com/maven" }
}

dependencies {
Expand All @@ -18,8 +19,8 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// REI
modRuntimeOnly("me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}")
modCompileOnly("me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}")
modCompileOnly("me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}")
modCompileOnly("me.shedaniel:RoughlyEnoughItems-default-plugin-fabric:${project.rei_version}")
}

processResources {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs = -Xmx4G
org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# https://fabricmc.net/develop
Expand All @@ -10,6 +10,6 @@ mod_version = 1.0.1
maven_group = net.krlite
archives_base_name = rei_collapsible_entries

# Development
# Dependencies
fabric_version = 0.83.0+1.20
rei_version = 12.0.674
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk17

0 comments on commit 0406139

Please sign in to comment.