-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ceaf8d
commit 62aa4f5
Showing
13 changed files
with
1,429 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"Action for Crafting": { | ||
"prefix": "actr", | ||
"body": [ | ||
"{", | ||
"\t\"inputs\": [", | ||
"\t\t{ \"amount\": ${1:1}, \"id\": \"${2:TODO: Insert Item ID}\", \"type\": \"item\" }", | ||
"\t],", | ||
"\t\"outputs\": [", | ||
"\t\t{ \"amount\": ${3:1}, \"id\": \"${4:TODO: Insert Item ID}\", \"type\": \"item\" }", | ||
"\t],", | ||
"\t\"place\": [", | ||
"\t\t{", | ||
"\t\t\t\"grid\": [", | ||
"\t\t\t\t${5:null},", | ||
"\t\t\t\t${6:null},", | ||
"\t\t\t\t${7:null},", | ||
"\t\t\t\t${8:null},", | ||
"\t\t\t\t${9:null},", | ||
"\t\t\t\t${10:null},", | ||
"\t\t\t\t${11:null},", | ||
"\t\t\t\t${12:null},", | ||
"\t\t\t\t${13:null}", | ||
"\t\t\t],", | ||
"\t\t\t\"type\": \"workbench\"", | ||
"\t\t}", | ||
"\t]", | ||
"},", | ||
], | ||
"description": "Add Recipe Action", | ||
}, | ||
"Action Input/Output Item": { | ||
"prefix": "acti", | ||
"body": [ | ||
"{ \"amount\": ${1:1}, \"id\": \"${2:TODO: Insert Item ID}\", \"type\": \"item\" }", | ||
], | ||
"description": "Add item in action.inputs and action.outputs", | ||
}, | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.