Skip to content

Commit

Permalink
lava rocks and moisture detector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lumiscosity committed Aug 10, 2024
1 parent 95b1b1e commit 627a497
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static void initFeatures() {
);
}

private static <C extends FeatureConfig, F extends Feature<C>> F register_feature(String name, F feature) {
return Registry.register(Registries.FEATURE, Identifier.of(MOD_ID, name), feature);
private static <C extends FeatureConfig, F extends Feature<C>> void register_feature(String name, F feature) {
Registry.register(Registries.FEATURE, Identifier.of(MOD_ID, name), feature);
}
}

0 comments on commit 627a497

Please sign in to comment.