Skip to content

Commit

Permalink
protocol/recipe.go: Update SmithingTrimRecipe documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedAsylumMC committed Apr 29, 2023
1 parent 271d358 commit dcf2f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/protocol/recipe.go
Expand Up @@ -272,7 +272,7 @@ type SmithingTransformRecipe struct {
Block string
}

// SmithingTrimRecipe is a recipe specifically used for smithing tables. It has three input items and adds them together.
// SmithingTrimRecipe is a recipe specifically used for applying armour trims to an armour piece inside a smithing table.
type SmithingTrimRecipe struct {
// RecipeNetworkID is a unique ID used to identify the recipe over network. Each recipe must have a unique
// network ID. Recommended is to just increment a variable for each unique recipe registered.
Expand Down

0 comments on commit dcf2f63

Please sign in to comment.