Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/IRecipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// which is a 3x3 representing the player craft inventory
// key is defining the link between the tag and a specific item in minecraft
// essentially key is the recipe, and result is the final item
// for more recipes, refer to : https://minecraft.fandom.com/wiki/Recipe_book
// for more recipes, refer to : https://minecraft.wiki/w/Recipe_book
export default interface IRecipe {
description: IRecipeDescription;
tags: string[];
Expand Down