Skip to content

Commit

Permalink
fix replaceitem (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: Daan Verstraten <[email protected]>
  • Loading branch information
Maks0u and DaanV2 authored Aug 3, 2023
1 parent 8d6d308 commit 2ea5adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lib/Data/Vanilla/replaceitem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const replaceitem: CommandInfo[] = [
{ text: "item name", type: ParameterType.item, required: true },
{ text: "amount", type: ParameterType.integer, required: false },
{ text: "data", type: ParameterType.integer, required: false },
{ text: "components", type: ParameterType.keyword, required: false },
{ text: "components", type: ParameterType.jsonItem, required: false },
],
},
{
Expand All @@ -39,7 +39,7 @@ export const replaceitem: CommandInfo[] = [
{ text: "item name", type: ParameterType.item, required: true },
{ text: "amount", type: ParameterType.integer, required: false },
{ text: "data", type: ParameterType.integer, required: false },
{ text: "components", type: ParameterType.keyword, required: false },
{ text: "components", type: ParameterType.jsonItem, required: false },
],
},
{
Expand Down

0 comments on commit 2ea5adb

Please sign in to comment.