forked from CCBlueX/LiquidCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'CCBlueX:main' into master
- Loading branch information
Showing
56 changed files
with
207,430 additions
and
1,735 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,70 @@ | ||
{ | ||
"comment": "dexland", | ||
"traderTitle": "магазин", | ||
"initialCategorySlot": 0, | ||
"items": [ | ||
{ | ||
"itemID": "iron_sword", "minAmount": 1, | ||
"categorySlot": 0, "itemSlot": 29, | ||
"price": [ | ||
[{"itemID": "gold_ingot", "minAmount": 7}] | ||
], | ||
"checkItems": [ | ||
{"itemID": "diamond_sword", "minAmount": 1} | ||
] | ||
}, | ||
{ | ||
"itemID": "stone_sword", "minAmount": 1, | ||
"categorySlot": 0, "itemSlot": 20, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 10}] | ||
], | ||
"checkItems": [ | ||
{"itemID": "iron_sword", "minAmount": 1}, | ||
{"itemID": "diamond_sword", "minAmount": 1} | ||
] | ||
}, | ||
{ | ||
"itemID": "wool", "minAmount": 48, | ||
"categorySlot": 0, "itemSlot": 19, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 4}] | ||
] | ||
}, | ||
{ | ||
"itemID": "golden_apple", "minAmount": 1, | ||
"categorySlot": 7, "itemSlot": 21, | ||
"price": [ | ||
[{"itemID": "gold_ingot", "minAmount": 3}] | ||
] | ||
}, | ||
{ | ||
"itemID": "iron_boots", "minAmount": 1, | ||
"categorySlot": 0, "itemSlot": 30, | ||
"price": [ | ||
[{"itemID": "gold_ingot", "minAmount": 12}] | ||
], | ||
"checkItems": [ | ||
{"itemID": "diamond_boots", "minAmount": 1} | ||
] | ||
}, | ||
{ | ||
"itemID": "chainmail_boots", "minAmount": 1, | ||
"categorySlot": 0, "itemSlot": 21, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 40}] | ||
], | ||
"checkItems": [ | ||
{"itemID": "iron_boots", "minAmount": 1}, | ||
{"itemID": "diamond_boots", "minAmount": 1} | ||
] | ||
}, | ||
{ | ||
"itemID": "shears", "minAmount": 1, | ||
"categorySlot": 0, "itemSlot": 31, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 16}] | ||
] | ||
} | ||
] | ||
} |
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,45 @@ | ||
{ | ||
"comment": "An example config for pіkа nеtwоrk", | ||
"traderTitle": "Shop", | ||
"initialCategorySlot": 0, | ||
"items": [ | ||
{ | ||
"itemID": "iron_sword", "minAmount": 1, | ||
"categorySlot": 3, "itemSlot": 20, | ||
"price": [ | ||
[{"itemID": "gold_ingot", "minAmount": 8}] | ||
] | ||
}, | ||
{ | ||
"itemID": "stone_sword", "minAmount": 1, | ||
"categorySlot": 3, "itemSlot": 19, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 12}] | ||
], | ||
"checkItems": [ | ||
{"itemID": "iron_sword", "minAmount": 1} | ||
] | ||
}, | ||
{ | ||
"itemID": "wool", "minAmount": 64, | ||
"categorySlot": 2, "itemSlot": 19, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 4}] | ||
] | ||
}, | ||
{ | ||
"itemID": "golden_apple", "minAmount": 1, | ||
"categorySlot": 6, "itemSlot": 19, | ||
"price": [ | ||
[{"itemID": "gold_ingot", "minAmount": 3}] | ||
] | ||
}, | ||
{ | ||
"itemID": "chainmail_boots", "minAmount": 1, | ||
"categorySlot": 1, "itemSlot": 19, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 24}] | ||
] | ||
} | ||
] | ||
} |
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,74 @@ | ||
{ | ||
"comment": "Another example config for pіkа nеtwоrk", | ||
"traderTitle": "shop", | ||
"initialCategorySlot": 0, | ||
"items": [ | ||
{ | ||
"comment": "pika iron sword", | ||
"itemID": "iron_sword", "minAmount": 1, | ||
"categorySlot": 0, "itemSlot": 28, | ||
"price": [ | ||
[{"itemID": "gold_ingot", "minAmount": 8}] | ||
] | ||
}, | ||
{ | ||
"comment": "pika stone sword", | ||
"itemID": "stone_sword", "minAmount": 1, | ||
"categorySlot": 0, "itemSlot": 25, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 12}] | ||
], | ||
"checkItems": [ | ||
{"itemID": "iron_sword", "minAmount": 1} | ||
] | ||
}, | ||
{ | ||
"comment": "pika wool blocks (x64)", | ||
"itemID": "wool", "minAmount": 64, | ||
"categorySlot": 0, "itemSlot": 20, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 4}] | ||
] | ||
}, | ||
{ | ||
"comment": "pika golden apple (x1)", | ||
"itemID": "golden_apple", "minAmount": 1, | ||
"categorySlot": 0, "itemSlot": 37, | ||
"price": [ | ||
[{"itemID": "gold_ingot", "minAmount": 3}] | ||
] | ||
}, | ||
{ | ||
"comment": "pika iron armor", | ||
"itemID": "iron_boots", "minAmount": 1, | ||
"categorySlot": 0, "itemSlot": 19, | ||
"price": [ | ||
[{"itemID": "gold_ingot", "minAmount": 12}] | ||
] | ||
}, | ||
{ | ||
"comment": "pika chainmail armor", | ||
"itemID": "chainmail_boots", "minAmount": 1, | ||
"categorySlot": 1, "itemSlot": 19, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 24}] | ||
] | ||
}, | ||
{ | ||
"comment": "pika wooden pickaxe", | ||
"itemID": "wooden_pickaxe", "minAmount": 1, | ||
"categorySlot": 1, "itemSlot": 33, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 24}] | ||
] | ||
}, | ||
{ | ||
"comment": "pika wooden axe", | ||
"itemID": "wooden_axe", "minAmount": 1, | ||
"categorySlot": 1, "itemSlot": 34, | ||
"price": [ | ||
[{"itemID": "iron_ingot", "minAmount": 24}] | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.