Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"PrimaryOutput": {
|
||||
"ItemId": "Ingredient_Life_Essence",
|
||||
"Quantity": 100
|
||||
},
|
||||
|
||||
"Input": [
|
||||
{
|
||||
"ItemId": "Ingredient_Life_Essence_Concentrated",
|
||||
"Quantity": 1
|
||||
} ],
|
||||
"OutputQuantity": 100,
|
||||
"BenchRequirement": [
|
||||
{
|
||||
"Id": "Fieldcraft",
|
||||
"Categories": [
|
||||
"Tools"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"PrimaryOutput": {
|
||||
"ItemId": "Ingredient_Life_Essence_Concentrated",
|
||||
"Quantity": 1
|
||||
},
|
||||
|
||||
"Input": [
|
||||
{
|
||||
"ItemId": "Ingredient_Life_Essence",
|
||||
"Quantity": 100
|
||||
} ],
|
||||
"OutputQuantity": 1,
|
||||
"BenchRequirement": [
|
||||
{
|
||||
"Id": "Fieldcraft",
|
||||
"Categories": [
|
||||
"Tools"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
21
src/main/resources/manifest.json
Normal file
21
src/main/resources/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"Group": "QuickBASIC",
|
||||
"Name": "QuickBASIC.HandcraftEssence",
|
||||
"Version": "1.0.6",
|
||||
"ServerVersion": "2026.02.19-1a311a592",
|
||||
"Description": "Allows you to craft Life Essence and Greater Life Essence without a bench",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "QuickBASIC",
|
||||
"Email": "",
|
||||
"Url": ""
|
||||
}
|
||||
],
|
||||
"Website": "",
|
||||
"Dependencies": {},
|
||||
"OptionalDependencies": {},
|
||||
"LoadBefore": {},
|
||||
"DisabledByDefault": false,
|
||||
"IncludesAssetPack": false,
|
||||
"SubPlugins": []
|
||||
}
|
||||
Reference in New Issue
Block a user