this repo has no description

Fix

+90
assets/minecraft/font/default.json
··· 37 37 ] 38 38 }, 39 39 { 40 + "type": "bitmap", 41 + "file": "minecraft:gui/marker/marker_0.png", 42 + "ascent": 7, 43 + "height": 7, 44 + "chars": [ 45 + "\uEff4" 46 + ] 47 + }, 48 + { 49 + "type": "bitmap", 50 + "file": "minecraft:gui/marker/marker_1.png", 51 + "ascent": 7, 52 + "height": 7, 53 + "chars": [ 54 + "\uEff5" 55 + ] 56 + }, 57 + { 58 + "type": "bitmap", 59 + "file": "minecraft:gui/marker/marker_2.png", 60 + "ascent": 7, 61 + "height": 7, 62 + "chars": [ 63 + "\uEff6" 64 + ] 65 + }, 66 + { 67 + "type": "bitmap", 68 + "file": "minecraft:gui/marker/marker_3.png", 69 + "ascent": 7, 70 + "height": 7, 71 + "chars": [ 72 + "\uEff7" 73 + ] 74 + }, 75 + { 76 + "type": "bitmap", 77 + "file": "minecraft:gui/marker/marker_4.png", 78 + "ascent": 7, 79 + "height": 7, 80 + "chars": [ 81 + "\uEff8" 82 + ] 83 + }, 84 + { 85 + "type": "bitmap", 86 + "file": "minecraft:gui/marker/marker_5.png", 87 + "ascent": 7, 88 + "height": 7, 89 + "chars": [ 90 + "\uEff9" 91 + ] 92 + }, 93 + { 94 + "type": "bitmap", 95 + "file": "minecraft:gui/marker/marker_6.png", 96 + "ascent": 7, 97 + "height": 7, 98 + "chars": [ 99 + "\uEffa" 100 + ] 101 + }, 102 + { 103 + "type": "bitmap", 104 + "file": "minecraft:gui/marker/marker_7.png", 105 + "ascent": 7, 106 + "height": 7, 107 + "chars": [ 108 + "\uEffb" 109 + ] 110 + }, 111 + { 112 + "type": "bitmap", 113 + "file": "minecraft:gui/chunk.png", 114 + "ascent": 7, 115 + "height": 170, 116 + "chars": [ 117 + "\uEffc" 118 + ] 119 + }, 120 + { 121 + "type": "bitmap", 122 + "file": "minecraft:gui/blank.png", 123 + "ascent": 7, 124 + "height": 170, 125 + "chars": [ 126 + "\uEffd" 127 + ] 128 + }, 129 + { 40 130 "type": "ttf", 41 131 "file": "minecraft:negative_spaces.ttf", 42 132 "shift": [0.0, 0.0],
+6
assets/minecraft/models/custom/gui/back.json
··· 1 + { 2 + "parent": "minecraft:item/generated", 3 + "textures": { 4 + "layer0": "minecraft:gui/elements/back" 5 + } 6 + }
+6
assets/minecraft/models/custom/gui/disabled.json
··· 1 + { 2 + "parent": "minecraft:item/generated", 3 + "textures": { 4 + "layer0": "minecraft:gui/elements/disabled" 5 + } 6 + }
+6
assets/minecraft/models/custom/gui/empty.json
··· 1 + { 2 + "parent": "minecraft:item/generated", 3 + "textures": { 4 + "layer0": "minecraft:gui/empty" 5 + } 6 + }
+6
assets/minecraft/models/custom/gui/enabled.json
··· 1 + { 2 + "parent": "minecraft:item/generated", 3 + "textures": { 4 + "layer0": "minecraft:gui/elements/enabled" 5 + } 6 + }
+6
assets/minecraft/models/custom/gui/user.json
··· 1 + { 2 + "parent": "minecraft:item/generated", 3 + "textures": { 4 + "layer0": "minecraft:gui/elements/user" 5 + } 6 + }
+6
assets/minecraft/models/custom/gui/user_add.json
··· 1 + { 2 + "parent": "minecraft:item/generated", 3 + "textures": { 4 + "layer0": "minecraft:gui/elements/user_add" 5 + } 6 + }
+2 -3
assets/minecraft/models/item/map.json
··· 1 1 { 2 - "parent": "item/generated", 2 + "parent": "minecraft:item/generated", 3 3 "textures": { 4 - "layer0": "item/map", 5 - "layer1": "item/map_overlay" 4 + "layer0": "minecraft:item/map" 6 5 }, 7 6 "overrides": [ 8 7 {
+44
assets/minecraft/models/item/stick.json
··· 1 + { 2 + "parent": "item/handheld", 3 + "textures": { 4 + "layer0": "item/stick" 5 + }, 6 + "overrides": [ 7 + { 8 + "predicate": { 9 + "custom_model_data": 1000 10 + }, 11 + "model": "custom/gui/empty" 12 + }, 13 + { 14 + "predicate": { 15 + "custom_model_data": 1001 16 + }, 17 + "model": "custom/gui/user" 18 + }, 19 + { 20 + "predicate": { 21 + "custom_model_data": 1002 22 + }, 23 + "model": "custom/gui/user_add" 24 + }, 25 + { 26 + "predicate": { 27 + "custom_model_data": 1003 28 + }, 29 + "model": "custom/gui/enabled" 30 + }, 31 + { 32 + "predicate": { 33 + "custom_model_data": 1004 34 + }, 35 + "model": "custom/gui/disabled" 36 + }, 37 + { 38 + "predicate": { 39 + "custom_model_data": 1005 40 + }, 41 + "model": "custom/gui/back" 42 + } 43 + ] 44 + }
assets/minecraft/textures/gui/blank.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/chunk.aseprite

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/chunk.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/elements/back.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/elements/disabled.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/elements/enabled.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/elements/user.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/elements/user_add.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/empty.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/marker/marker_0.aseprite

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/marker/marker_0.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/marker/marker_1.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/marker/marker_2.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/marker/marker_3.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/marker/marker_4.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/marker/marker_5.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/marker/marker_6.png

This is a binary file and will not be displayed.

assets/minecraft/textures/gui/marker/marker_7.png

This is a binary file and will not be displayed.