Skip to content

Commit

Permalink
update to 1.21 pre release 2
Browse files Browse the repository at this point in the history
  • Loading branch information
orifu committed Jun 5, 2024
1 parent ffd954e commit bb6caed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ repositories {
maven { url = "https://maven.quiltmc.org/repository/release/" }
maven { url = "https://maven.terraformersmc.com/releases/" }
maven { url = "https://repo.sleeping.town/" }

flatDir { dirs 'lib' }
}

configurations {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.21-pre1
quilt_mappings=1
minecraft_version=1.21-pre2
quilt_mappings=3
loader_version=0.15.11
fabric_version=0.99.4+1.21
modmenu_version=unknown
modmenu_version=11.0.0-beta.1

mod_version = 1.0.4+mc1.21
maven_group = io.ix0rai
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/ix0rai/ramel/client/RamelConfigScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public RamelConfigScreen(@Nullable Screen parent) {
@SuppressWarnings("unchecked")
protected void method_60325() { // addOptions
// this.list
assert this.field_51824 != null;
this.field_51824.addEntries(StreamSupport.stream(Config.INSTANCE.values().spliterator(), false)
assert this.field_51824 != null;
this.field_51824.addEntries(StreamSupport.stream(Config.INSTANCE.values().spliterator(), false)
.map(value -> createOptional((TrackedValue<Float>) value)).toArray(Option[]::new));
}

Expand Down

0 comments on commit bb6caed

Please sign in to comment.