Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Feb 4, 2022
1 parent 612077d commit 0d0cb8f
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 16 deletions.
101 changes: 100 additions & 1 deletion behavior/animations/animations.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions source/compress_specification.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
{ "Source": "./language/languages.json", "Destination": "../language/languages.json" },
{ "Source": "./general/manifest.json", "Destination": "../general/manifest.json" },
{ "Source": "./general/world_x_packs.json", "Destination": "../general/world_x_packs.json" },
{
"Source": "./resource/animation_controllers/animation_controller.json",
"Destination": "../resource/animation_controllers/animation_controller.json"
},
{ "Source": "./resource/animation_controllers/animation_controller.json", "Destination": "../resource/animation_controllers/animation_controller.json" },
{ "Source": "./resource/animations/actor_animation.json", "Destination": "../resource/animations/actor_animation.json" },
{ "Source": "./resource/attachables/attachables.json", "Destination": "../resource/attachables/attachables.json" },
{ "Source": "./resource/biomes_client.json", "Destination": "../resource/biomes_client.json" },
Expand All @@ -28,10 +25,7 @@
{ "Source": "./resource/sounds/sound_definitions.json", "Destination": "../resource/sounds/sound_definitions.json" },
{ "Source": "./resource/sounds.json", "Destination": "../resource/sounds.json" },
{ "Source": "./resource/textures/terrain_texture.json", "Destination": "../resource/textures/terrain_texture.json" },
{
"Source": "./behavior/animation_controllers/animation_controller.json",
"Destination": "../behavior/animation_controllers/animation_controller.json"
},
{ "Source": "./behavior/animation_controllers/animation_controller.json", "Destination": "../behavior/animation_controllers/animation_controller.json" },
{ "Source": "./behavior/animations/animations.json", "Destination": "../behavior/animations/animations.json" },
{ "Source": "./behavior/biomes/biomes.json", "Destination": "../behavior/biomes/biomes.json" },
{ "Source": "./behavior/dialogue/dialogue.json", "Destination": "../behavior/dialogue/dialogue.json" },
Expand Down
9 changes: 2 additions & 7 deletions source/general/format_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"pattern": "^([1-9]+)\\.([0-9]+)\\.([0-9]+)$",
"type": "string",
"examples": ["1.17.40", "1.17.30", "1.17.0", "1.16.0", "1.15.0", "1.14.0", "1.13.0", "1.12.0", "1.10.0", "1.8.0"],
"defaultSnippets": [
{
"label": "New Format version",
"body": "1.${1|8,10,12,17,18|}.${2|0|}"
}
]
"examples": ["1.18.0", "1.17.0", "1.16.0", "1.15.0", "1.14.0", "1.13.0", "1.12.0", "1.10.0", "1.8.0"],
"defaultSnippets": [{ "label": "New Format version", "body": "1.${1|8,10,12,17,18|}.${2|0|}" }]
}

0 comments on commit 0d0cb8f

Please sign in to comment.