diff --git a/Panel_Store.md b/Panel_Store.md new file mode 100644 index 0000000..040334a --- /dev/null +++ b/Panel_Store.md @@ -0,0 +1,20 @@ +# Store Panel +## Items new variables +```js +{ + "materials": { + "id": "original:ore_coal", + "texture": "original/assets/textures/materials/ore/coal.png", + "displayName": "items.materials.original.ores.coal", + "description": "items.materials.original.ores.coal.desc", + "meta": { + "storeCategory": "original:materials", + "storeFeaturedDiscountPercentage": 0.5, + "storeFeaturedShowWeight": 10, #Higher number harder for role. + "storePrice": 50, + "storeSellValue": 10, + "storeShowWeight": 10 #Higher number harder for role. + } + } +} +``` \ No newline at end of file