materials

alloys and ores
This commit is contained in:
Unl1m1t3d_L1v3s 2026-04-26 22:45:32 -05:00
parent 24d09b5f41
commit c7b2f74227
20 changed files with 320 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:aluminum_2",
"texture": "original/assets/textures/materials/alloy/aluminum_2.png",
"displayName": "items.materials.original.alloys.aluminum_2",
"description": "items.materials.original.alloys.aluminum_2.desc",
"meta": {
"storeCategory": "original:alloys",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:aluminum_7",
"texture": "original/assets/textures/materials/alloy/aluminum_7.png",
"displayName": "items.materials.original.alloys.aluminum_7",
"description": "items.materials.original.alloys.aluminum_7.desc",
"meta": {
"storeCategory": "original:alloys",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:aluminum_lithium",
"texture": "original/assets/textures/materials/alloy/aluminum_lithium.png",
"displayName": "items.materials.original.alloys.aluminum_lithium",
"description": "items.materials.original.alloys.aluminum_lithium.desc",
"meta": {
"storeCategory": "original:alloys",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:stain_steel_2",
"texture": "original/assets/textures/materials/alloy/stain_steel_2.png",
"displayName": "items.materials.original.alloys.stain_steel_2",
"description": "items.materials.original.alloys.stain_steel_2.desc",
"meta": {
"storeCategory": "original:alloys",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:stain_steel_3",
"texture": "original/assets/textures/materials/alloy/stain_steel_3.png",
"displayName": "items.materials.original.alloys.stain_steel_3",
"description": "items.materials.original.alloys.stain_steel_3.desc",
"meta": {
"storeCategory": "original:alloys",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:stellite",
"texture": "original/assets/textures/materials/alloy/stellite.png",
"displayName": "items.materials.original.alloys.stellite",
"description": "items.materials.original.alloys.stellite.desc",
"meta": {
"storeCategory": "original:alloys",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:titanium_tanb",
"texture": "original/assets/textures/materials/alloy/titanium_tanb.png",
"displayName": "items.materials.original.alloys.titanium_tanb",
"description": "items.materials.original.alloys.titanium_tanb.desc",
"meta": {
"storeCategory": "original:alloys",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:titanium_tav",
"texture": "original/assets/textures/materials/alloy/titanium_tav.png",
"displayName": "items.materials.original.alloys.titanium_tav",
"description": "items.materials.original.alloys.titanium_tav.desc",
"meta": {
"storeCategory": "original:alloys",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:citrine",
"texture": "original/assets/textures/materials/crystal/citrine.png",
"displayName": "items.materials.original.crystals.citrine",
"description": "items.materials.original.crystals.citrine.desc",
"meta": {
"storeCategory": "original:crystal",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:diamond",
"texture": "original/assets/textures/materials/crystal/diamond.png",
"displayName": "items.materials.original.crystals.diamond",
"description": "items.materials.original.crystals.diamond.desc",
"meta": {
"storeCategory": "original:crystal",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:emerald",
"texture": "original/assets/textures/materials/crystal/emerald.png",
"displayName": "items.materials.original.crystals.emerald",
"description": "items.materials.original.crystals.emerald.desc",
"meta": {
"storeCategory": "original:crystal",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:onyx",
"texture": "original/assets/textures/materials/crystal/onyx.png",
"displayName": "items.materials.original.crystals.onyx",
"description": "items.materials.original.crystals.onyx.desc",
"meta": {
"storeCategory": "original:crystal",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:pearl",
"texture": "original/assets/textures/materials/crystal/pearl.png",
"displayName": "items.materials.original.crystals.pearl",
"description": "items.materials.original.crystals.pearl.desc",
"meta": {
"storeCategory": "original:crystal",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:ruby",
"texture": "original/assets/textures/materials/crystal/ruby.png",
"displayName": "items.materials.original.crystals.ruby",
"description": "items.materials.original.crystals.ruby.desc",
"meta": {
"storeCategory": "original:crystal",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:sapphire",
"texture": "original/assets/textures/materials/crystal/sapphire.png",
"displayName": "items.materials.original.crystals.sapphire",
"description": "items.materials.original.crystals.sapphire.desc",
"meta": {
"storeCategory": "original:crystal",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:ore_lithium",
"texture": "mypack/assets/textures/materials/ore/iron.png",
"displayName": "items.materials.original.ores.ore_lithium",
"description": "items.materials.original.ores.ore_lithium.desc",
"meta": {
"storeCategory": "original:ores",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:ore_magnesium",
"texture": "mypack/assets/textures/materials/ore/iron.png",
"displayName": "items.materials.original.ores.ore_magnesium",
"description": "items.materials.original.ores.ore_magnesium.desc",
"meta": {
"storeCategory": "original:ores",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:ore_manganese",
"texture": "mypack/assets/textures/materials/ore/iron.png",
"displayName": "items.materials.original.ores.ore_manganese",
"description": "items.materials.original.ores.ore_manganese.desc",
"meta": {
"storeCategory": "original:ores",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:ore_molybdenum",
"texture": "mypack/assets/textures/materials/ore/iron.png",
"displayName": "items.materials.original.ores.ore_molybdenum",
"description": "items.materials.original.ores.ore_molybdenum.desc",
"meta": {
"storeCategory": "original:ores",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:ore_niobum",
"texture": "mypack/assets/textures/materials/ore/iron.png",
"displayName": "items.materials.original.ores.ore_niobum",
"description": "items.materials.original.ores.ore_niobum.desc",
"meta": {
"storeCategory": "original:ores",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}