Skip to content

Commit

Permalink
fix recepie in rolling machine
Browse files Browse the repository at this point in the history
  • Loading branch information
TED-inc committed Jan 31, 2022
1 parent 0c7cc36 commit e56729e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 19 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'fabric-loom' version '0.11-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -70,13 +70,7 @@ jar {
publishing {
publications {
mavenJava(MavenPublication) {
// add all the jars that should be included when publishing to maven
artifact(remapJar) {
builtBy remapJar
}
artifact(sourcesJar) {
builtBy remapSourcesJar
}
from components.java
}
}

Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.8
minecraft_version=1.18.1
yarn_mappings=1.18.1+build.22
loader_version=0.12.12

# Mod Properties
mod_version = 0.5.4
mod_version = 0.5.5
maven_group = com.quarrymod
archives_base_name = quarry-reborn-1.18

# Dependencies
fabric_version=0.44.0+1.18
tr_version=1.18:5.1.0-beta.3
rc_version=1.18:5.1.0-beta.3
fabric_version=0.46.2+1.18
tr_version=1.18:5.1.0-beta.7
rc_version=1.18:5.1.0-beta.7
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@
"item": "quarrymod:drill_tube",
"count": 6
}
}
},
"power": 5,
"time": 250
}
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fabric": "*",
"minecraft": "1.18.x",
"java": ">=17",
"techreborn": ">=5.1.0-beta"
"techreborn": ">=5.1.0-beta.7"
},
"suggests": {
"another-mod": "*"
Expand Down

0 comments on commit e56729e

Please sign in to comment.