GSO-Datapack/original/data/items/materials/alloys/scandium.json
Unl1m1t3d_L1v3s ffeb776bea Fixed language loading issues
changed ore.Scandium to ore.scandium

changed ore.Ilmenite.desc to ore.ilmenite.desc
2026-04-26 10:20:38 -05:00

16 lines
469 B
JSON

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