mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-19 23:19:15 +00:00
update default configs
This commit is contained in:
@@ -211,7 +211,7 @@ performance:
|
|||||||
restore-custom-blocks-on-chunk-load: true
|
restore-custom-blocks-on-chunk-load: true
|
||||||
|
|
||||||
offset-characters:
|
offset-characters:
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
-1: '\uf800'
|
-1: '\uf800'
|
||||||
-2: '\uf801'
|
-2: '\uf801'
|
||||||
-3: '\uf802'
|
-3: '\uf802'
|
||||||
|
|||||||
@@ -54,4 +54,13 @@ recipes:
|
|||||||
C: "minecraft:torch"
|
C: "minecraft:torch"
|
||||||
result:
|
result:
|
||||||
id: default:chinese_lantern
|
id: default:chinese_lantern
|
||||||
count: 1
|
count: 1
|
||||||
|
default:paper_from_reed:
|
||||||
|
type: shaped
|
||||||
|
pattern:
|
||||||
|
- "AAA"
|
||||||
|
ingredients:
|
||||||
|
A: "default:reed"
|
||||||
|
result:
|
||||||
|
id: minecraft:paper
|
||||||
|
count: 3
|
||||||
@@ -2,7 +2,7 @@ images:
|
|||||||
default:icons:
|
default:icons:
|
||||||
height: 10
|
height: 10
|
||||||
ascent: 9
|
ascent: 9
|
||||||
font: minecraft:icons
|
font: minecraft:default # Consider using other fonts if other plugins support custom font!
|
||||||
file: minecraft:font/image/icons.png
|
file: minecraft:font/image/icons.png
|
||||||
chars:
|
chars:
|
||||||
- '\ub000\ub001'
|
- '\ub000\ub001'
|
||||||
|
|||||||
@@ -2,67 +2,67 @@ images:
|
|||||||
internal:item_browser:
|
internal:item_browser:
|
||||||
height: 140
|
height: 140
|
||||||
ascent: 18
|
ascent: 18
|
||||||
font: minecraft:internal
|
font: minecraft:gui
|
||||||
file: minecraft:font/gui/custom/item_browser.png
|
file: minecraft:font/gui/custom/item_browser.png
|
||||||
char: '\ub000'
|
char: '\ub000'
|
||||||
internal:category:
|
internal:category:
|
||||||
height: 140
|
height: 140
|
||||||
ascent: 18
|
ascent: 18
|
||||||
font: minecraft:internal
|
font: minecraft:gui
|
||||||
file: minecraft:font/gui/custom/category.png
|
file: minecraft:font/gui/custom/category.png
|
||||||
char: '\ub001'
|
char: '\ub001'
|
||||||
internal:crafting_recipe:
|
internal:crafting_recipe:
|
||||||
height: 142
|
height: 142
|
||||||
ascent: 20
|
ascent: 20
|
||||||
font: minecraft:internal
|
font: minecraft:gui
|
||||||
file: minecraft:font/gui/custom/crafting_recipe.png
|
file: minecraft:font/gui/custom/crafting_recipe.png
|
||||||
char: '\ub002'
|
char: '\ub002'
|
||||||
internal:cooking_recipe:
|
internal:cooking_recipe:
|
||||||
height: 138
|
height: 138
|
||||||
ascent: 16
|
ascent: 16
|
||||||
font: minecraft:internal
|
font: minecraft:gui
|
||||||
file: minecraft:font/gui/custom/cooking_recipe.png
|
file: minecraft:font/gui/custom/cooking_recipe.png
|
||||||
char: '\ub003'
|
char: '\ub003'
|
||||||
internal:smelting:
|
internal:smelting:
|
||||||
height: 23
|
height: 23
|
||||||
ascent: 20
|
ascent: 20
|
||||||
font: minecraft:internal
|
font: minecraft:gui
|
||||||
file: minecraft:font/gui/custom/smelting.png
|
file: minecraft:font/gui/custom/smelting.png
|
||||||
char: '\ub004'
|
char: '\ub004'
|
||||||
internal:smoking:
|
internal:smoking:
|
||||||
height: 23
|
height: 23
|
||||||
ascent: 20
|
ascent: 20
|
||||||
font: minecraft:internal
|
font: minecraft:gui
|
||||||
file: minecraft:font/gui/custom/smoking.png
|
file: minecraft:font/gui/custom/smoking.png
|
||||||
char: '\ub005'
|
char: '\ub005'
|
||||||
internal:blasting:
|
internal:blasting:
|
||||||
height: 23
|
height: 23
|
||||||
ascent: 20
|
ascent: 20
|
||||||
font: minecraft:internal
|
font: minecraft:gui
|
||||||
file: minecraft:font/gui/custom/blasting.png
|
file: minecraft:font/gui/custom/blasting.png
|
||||||
char: '\ub006'
|
char: '\ub006'
|
||||||
internal:campfire:
|
internal:campfire:
|
||||||
height: 23
|
height: 23
|
||||||
ascent: 20
|
ascent: 20
|
||||||
font: minecraft:internal
|
font: minecraft:gui
|
||||||
file: minecraft:font/gui/custom/campfire.png
|
file: minecraft:font/gui/custom/campfire.png
|
||||||
char: '\ub007'
|
char: '\ub007'
|
||||||
internal:stonecutting_recipe:
|
internal:stonecutting_recipe:
|
||||||
height: 142
|
height: 142
|
||||||
ascent: 20
|
ascent: 20
|
||||||
font: minecraft:internal
|
font: minecraft:gui
|
||||||
file: minecraft:font/gui/custom/stonecutting_recipe.png
|
file: minecraft:font/gui/custom/stonecutting_recipe.png
|
||||||
char: '\ub008'
|
char: '\ub008'
|
||||||
internal:smithing_transform_recipe:
|
internal:smithing_transform_recipe:
|
||||||
height: 142
|
height: 142
|
||||||
ascent: 20
|
ascent: 20
|
||||||
font: minecraft:internal
|
font: minecraft:gui
|
||||||
file: minecraft:font/gui/custom/smithing_transform_recipe.png
|
file: minecraft:font/gui/custom/smithing_transform_recipe.png
|
||||||
char: '\ub009'
|
char: '\ub009'
|
||||||
internal:no_recipe:
|
internal:no_recipe:
|
||||||
height: 140
|
height: 140
|
||||||
ascent: 18
|
ascent: 18
|
||||||
font: minecraft:internal
|
font: minecraft:gui
|
||||||
file: minecraft:font/gui/custom/no_recipe.png
|
file: minecraft:font/gui/custom/no_recipe.png
|
||||||
char: '\ub00a'
|
char: '\ub00a'
|
||||||
|
|
||||||
|
|||||||
@@ -2,264 +2,264 @@ images:
|
|||||||
internal:neg_1:
|
internal:neg_1:
|
||||||
height: -3
|
height: -3
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf800'
|
char: '\uf800'
|
||||||
internal:neg_2:
|
internal:neg_2:
|
||||||
height: -4
|
height: -4
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf801'
|
char: '\uf801'
|
||||||
internal:neg_3:
|
internal:neg_3:
|
||||||
height: -5
|
height: -5
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf802'
|
char: '\uf802'
|
||||||
internal:neg_4:
|
internal:neg_4:
|
||||||
height: -6
|
height: -6
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf803'
|
char: '\uf803'
|
||||||
internal:neg_5:
|
internal:neg_5:
|
||||||
height: -7
|
height: -7
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf804'
|
char: '\uf804'
|
||||||
internal:neg_6:
|
internal:neg_6:
|
||||||
height: -8
|
height: -8
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf805'
|
char: '\uf805'
|
||||||
internal:neg_7:
|
internal:neg_7:
|
||||||
height: -9
|
height: -9
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf806'
|
char: '\uf806'
|
||||||
internal:neg_8:
|
internal:neg_8:
|
||||||
height: -10
|
height: -10
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf807'
|
char: '\uf807'
|
||||||
internal:neg_9:
|
internal:neg_9:
|
||||||
height: -11
|
height: -11
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf808'
|
char: '\uf808'
|
||||||
internal:neg_10:
|
internal:neg_10:
|
||||||
height: -12
|
height: -12
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf809'
|
char: '\uf809'
|
||||||
internal:neg_11:
|
internal:neg_11:
|
||||||
height: -13
|
height: -13
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf80a'
|
char: '\uf80a'
|
||||||
internal:neg_12:
|
internal:neg_12:
|
||||||
height: -14
|
height: -14
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf80b'
|
char: '\uf80b'
|
||||||
internal:neg_13:
|
internal:neg_13:
|
||||||
height: -15
|
height: -15
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf80c'
|
char: '\uf80c'
|
||||||
internal:neg_14:
|
internal:neg_14:
|
||||||
height: -16
|
height: -16
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf80d'
|
char: '\uf80d'
|
||||||
internal:neg_15:
|
internal:neg_15:
|
||||||
height: -17
|
height: -17
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf80e'
|
char: '\uf80e'
|
||||||
internal:neg_16:
|
internal:neg_16:
|
||||||
height: -18
|
height: -18
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf80f'
|
char: '\uf80f'
|
||||||
internal:neg_24:
|
internal:neg_24:
|
||||||
height: -26
|
height: -26
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf810'
|
char: '\uf810'
|
||||||
internal:neg_32:
|
internal:neg_32:
|
||||||
height: -34
|
height: -34
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf811'
|
char: '\uf811'
|
||||||
internal:neg_48:
|
internal:neg_48:
|
||||||
height: -50
|
height: -50
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf812'
|
char: '\uf812'
|
||||||
internal:neg_64:
|
internal:neg_64:
|
||||||
height: -66
|
height: -66
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf813'
|
char: '\uf813'
|
||||||
internal:neg_128:
|
internal:neg_128:
|
||||||
height: -130
|
height: -130
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf814'
|
char: '\uf814'
|
||||||
internal:neg_256:
|
internal:neg_256:
|
||||||
height: -258
|
height: -258
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf815'
|
char: '\uf815'
|
||||||
internal:pos_1:
|
internal:pos_1:
|
||||||
height: -1
|
height: -1
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf830'
|
char: '\uf830'
|
||||||
internal:pos_2:
|
internal:pos_2:
|
||||||
height: 1
|
height: 1
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf831'
|
char: '\uf831'
|
||||||
internal:pos_3:
|
internal:pos_3:
|
||||||
height: 2
|
height: 2
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf832'
|
char: '\uf832'
|
||||||
internal:pos_4:
|
internal:pos_4:
|
||||||
height: 3
|
height: 3
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf833'
|
char: '\uf833'
|
||||||
internal:pos_5:
|
internal:pos_5:
|
||||||
height: 4
|
height: 4
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf834'
|
char: '\uf834'
|
||||||
internal:pos_6:
|
internal:pos_6:
|
||||||
height: 5
|
height: 5
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf835'
|
char: '\uf835'
|
||||||
internal:pos_7:
|
internal:pos_7:
|
||||||
height: 6
|
height: 6
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf836'
|
char: '\uf836'
|
||||||
internal:pos_8:
|
internal:pos_8:
|
||||||
height: 7
|
height: 7
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf837'
|
char: '\uf837'
|
||||||
internal:pos_9:
|
internal:pos_9:
|
||||||
height: 8
|
height: 8
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf838'
|
char: '\uf838'
|
||||||
internal:pos_10:
|
internal:pos_10:
|
||||||
height: 9
|
height: 9
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf839'
|
char: '\uf839'
|
||||||
internal:pos_11:
|
internal:pos_11:
|
||||||
height: 10
|
height: 10
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf83a'
|
char: '\uf83a'
|
||||||
internal:pos_12:
|
internal:pos_12:
|
||||||
height: 11
|
height: 11
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf83b'
|
char: '\uf83b'
|
||||||
internal:pos_13:
|
internal:pos_13:
|
||||||
height: 12
|
height: 12
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf83c'
|
char: '\uf83c'
|
||||||
internal:pos_14:
|
internal:pos_14:
|
||||||
height: 13
|
height: 13
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf83d'
|
char: '\uf83d'
|
||||||
internal:pos_15:
|
internal:pos_15:
|
||||||
height: 14
|
height: 14
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf83e'
|
char: '\uf83e'
|
||||||
internal:pos_16:
|
internal:pos_16:
|
||||||
height: 15
|
height: 15
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf83f'
|
char: '\uf83f'
|
||||||
internal:pos_24:
|
internal:pos_24:
|
||||||
height: 23
|
height: 23
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf840'
|
char: '\uf840'
|
||||||
internal:pos_32:
|
internal:pos_32:
|
||||||
height: 31
|
height: 31
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf841'
|
char: '\uf841'
|
||||||
internal:pos_48:
|
internal:pos_48:
|
||||||
height: 47
|
height: 47
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf842'
|
char: '\uf842'
|
||||||
internal:pos_64:
|
internal:pos_64:
|
||||||
height: 63
|
height: 63
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf843'
|
char: '\uf843'
|
||||||
internal:pos_128:
|
internal:pos_128:
|
||||||
height: 127
|
height: 127
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf844'
|
char: '\uf844'
|
||||||
internal:pos_256:
|
internal:pos_256:
|
||||||
height: 255
|
height: 255
|
||||||
ascent: -5000
|
ascent: -5000
|
||||||
font: minecraft:offset_chars
|
font: minecraft:default
|
||||||
file: minecraft:font/offset/space_split.png
|
file: minecraft:font/offset/space_split.png
|
||||||
char: '\uf845'
|
char: '\uf845'
|
||||||
Reference in New Issue
Block a user