Advertisement
Guest User

default.json

a guest
Jun 18th, 2023
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.73 KB | None | 0 0
  1. {
  2.     "providers": [
  3.         {
  4.             "type": "bitmap",
  5.             "file": "minecraft:prefixes/red.png",
  6.             "ascent": 8,
  7.             "height": 8,
  8.             "chars": [
  9.                 "\ue060"
  10.             ]
  11.         },
  12.         {
  13.             "type": "bitmap",
  14.             "file": "minecraft:prefixes/purple.png",
  15.             "ascent": 8,
  16.             "height": 8,
  17.             "chars": [
  18.                 "\ue061"
  19.             ]
  20.         },
  21.         {
  22.             "type": "bitmap",
  23.             "file": "minecraft:prefixes/blue.png",
  24.             "ascent": 8,
  25.             "height": 8,
  26.             "chars": [
  27.                 "\ue062"
  28.             ]
  29.         },
  30.         {
  31.             "type": "bitmap",
  32.             "file": "minecraft:prefixes/green.png",
  33.             "ascent": 8,
  34.             "height": 8,
  35.             "chars": [
  36.                 "\ue063"
  37.             ]
  38.         },
  39.         {
  40.             "type": "bitmap",
  41.             "file": "minecraft:prefixes/orange.png",
  42.             "ascent": 8,
  43.             "height": 8,
  44.             "chars": [
  45.                 "\ue064"
  46.             ]
  47.         },
  48.         {
  49.             "type": "bitmap",
  50.             "file": "minecraft:prefixes/yellow.png",
  51.             "ascent": 8,
  52.             "height": 8,
  53.             "chars": [
  54.                 "\ue065"
  55.             ]
  56.         },
  57.         {
  58.             "type": "bitmap",
  59.             "file": "minecraft:prefixes/lightblue.png",
  60.             "ascent": 8,
  61.             "height": 8,
  62.             "chars": [
  63.                 "\ue066"
  64.             ]
  65.         },
  66.         {
  67.             "type": "bitmap",
  68.             "file": "minecraft:prefixes/pig.png",
  69.             "ascent": 8,
  70.             "height": 8,
  71.             "chars": [
  72.                 "\ue067"
  73.             ]
  74.         },
  75.         {
  76.             "type": "bitmap",
  77.             "file": "minecraft:prefixes/cyan.png",
  78.             "ascent": 8,
  79.             "height": 8,
  80.             "chars": [
  81.                 "\ue068"
  82.             ]
  83.         },
  84.         {
  85.             "type": "bitmap",
  86.             "file": "minecraft:prefixes/silver.png",
  87.             "ascent": 8,
  88.             "height": 8,
  89.             "chars": [
  90.                 "\ue069"
  91.             ]
  92.         },
  93.         {
  94.             "type": "bitmap",
  95.             "file": "minecraft:prefixes/lime.png",
  96.             "ascent": 8,
  97.             "height": 8,
  98.             "chars": [
  99.                 "\ue06A"
  100.             ]
  101.         },
  102.         {
  103.             "type": "bitmap",
  104.             "file": "minecraft:prefixes/gray.png",
  105.             "ascent": 8,
  106.             "height": 8,
  107.             "chars": [
  108.                 "\ue06B"
  109.             ]
  110.         }
  111.     ]
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement