Skip to content

Commit b54505d

Browse files
committed
fix: fix stuff
1 parent f9e9d5b commit b54505d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mappings_mc_ver=1.21
3131
mappings=2024.06.23
3232

3333
# Required Dependencies
34-
zenith_version=1.3.03
34+
zenith_version=1.3.04
3535

3636
aether_version=1.5.3
3737
nitrogen_version=1.1.22

src/main/java/net/zepalesque/unity/data/prov/UnityRecipeProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ output, name(getConversionRecipeName(item, ingredient) + "_stonecutting")
8888
}
8989

9090
protected void none(RecipeOutput output, ResourceLocation id) {
91-
NoneRecipeBuilder.of().save(output, id);
91+
NoneRecipeBuilder.INSTANCE.save(output, id);
9292
}
9393

9494
@Override

0 commit comments

Comments
 (0)