Skip to content

Commit

Permalink
fix: more
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 20, 2024
1 parent 0636ce4 commit 6ee1f2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.debug=false

mod_version=1.0.76
mod_version=1.0.77

# Mod
mod_id=zenith
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ public abstract class AbstractFlowerSet implements BlockSet {
public abstract AbstractFlowerSet inflammable();

public abstract AbstractFlowerSet withPotProperties(UnaryOperator<Properties> properties);

public abstract AbstractFlowerSet withPottedPrefix();
}

0 comments on commit 6ee1f2f

Please sign in to comment.