Skip to content

Commit

Permalink
dev note++
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Jul 29, 2024
1 parent ec85367 commit 9966bc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/docs/create.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ class RecipeHolder extends stub.probejs.RecipeHolder {
readonly create: Document.CreateRecipes;
}

///notes for those who're working on recipe doc:
/// `ItemStackOrFluid[]` or `IngredientOrFluid[]` should not be used anymore
/// because members of used array are fixed, not dynamic
/// use `Types.tuple()`

/**
* @mod create
* @mod kubejs_create
Expand Down

0 comments on commit 9966bc1

Please sign in to comment.