Skip to content

Commit

Permalink
fix: potential fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 20, 2024
1 parent c09b473 commit 0636ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.75
mod_version=1.0.76

# Mod
mod_id=zenith
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

public abstract class AbstractFlowerSet implements BlockSet {

protected abstract DeferredBlock<?> flower(DeferredRegister.Blocks registry, DeferredRegister.Items items, String id, Supplier<? extends Block> constructor);
protected abstract <T extends Block> DeferredBlock<T> flower(DeferredRegister.Blocks registry, DeferredRegister.Items items, String id, Supplier<T> constructor);
public abstract DeferredBlock<?> flower();

protected abstract DeferredBlock<?> pot(DeferredRegister.Blocks registry, String id);
Expand Down

0 comments on commit 0636ce4

Please sign in to comment.