Skip to content

Commit

Permalink
Use vanilla tag format, bumps major version
Browse files Browse the repository at this point in the history
The recipe blacklist tag has been moved from `tags/recipes` to `tags/recipe`
  • Loading branch information
Noaaan committed Jul 28, 2024
1 parent 5b0dc58 commit 6c4dda7
Show file tree
Hide file tree
Showing 4 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 @@ -7,7 +7,7 @@ minecraft_version=1.21
yarn_mappings=1.21+build.2
loader_version=0.15.11
# Mod Properties
mod_version=2.2.2
mod_version=2.3.0
maven_group=io.wispforest
archives_base_name=alloy-forgery
# Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class RecipeTagLoader extends SinglePreparationResourceReloader<Map<Ident

private static final Map<Identifier, List<TagGroupLoader.TrackedEntry>> RAW_TAG_DATA = new HashMap<>();

private final DelayedTagGroupLoader<RecipeEntry<Recipe<?>>> tagGroupLoader = new DelayedTagGroupLoader<>("tags/recipes");
private final DelayedTagGroupLoader<RecipeEntry<Recipe<?>>> tagGroupLoader = new DelayedTagGroupLoader<>("tags/recipe");

@Override
protected Map<Identifier, List<TagGroupLoader.TrackedEntry>> prepare(ResourceManager manager, Profiler profiler) {
Expand Down

0 comments on commit 6c4dda7

Please sign in to comment.