Skip to content

Commit

Permalink
Switch fillet_knives over to universal Forge tag (#338)
Browse files Browse the repository at this point in the history
* Use universal forge knives tag for compatibility

For example:
Farmer's Delight uses this tag for their cutting recipes

Would also allow knives from Farmer's Delight to be used in fillet recipes.

* Add old fillet_knife tag to forge:tools/knives

This covers every edge case, and allows Farmer's Delight (among other mods) recipes to be aware of Aquaculture's knives.

* Moves knives directly into tools/knives tag

* Delete fillet_knife.json
  • Loading branch information
brnbrd committed Jul 6, 2022
1 parent 54aef56 commit 47caf85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static RegistryObject<Item> registerFishMount(@Nonnull String name) {
}

public static class Tags {
public static final TagKey<Item> FILLET_KNIFE = tag("forge", "fillet_knife");
public static final TagKey<Item> FILLET_KNIFE = tag("forge", "forge:tools/knives");
public static final TagKey<Item> FISHING_LINE = tag(Aquaculture.MOD_ID, "fishing_line");
public static final TagKey<Item> BOBBER = tag(Aquaculture.MOD_ID, "bobber");
public static final TagKey<Item> TACKLE_BOX = tag(Aquaculture.MOD_ID, "tackle_box");
Expand All @@ -56,4 +56,4 @@ public static TagKey<Biome> biomeTag(String modID, String name) {
public static void init() {
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"aquaculture:diamond_fillet_knife",
"aquaculture:neptunium_fillet_knife"
]
}
}

0 comments on commit 47caf85

Please sign in to comment.