Added more test files
This commit is contained in:
20
test/files/correct/data_bp/trading/master_block.trades.json
Normal file
20
test/files/correct/data_bp/trading/master_block.trades.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"tiers": [
|
||||||
|
{
|
||||||
|
"trades": [
|
||||||
|
{
|
||||||
|
"wants": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:wheat",
|
||||||
|
"quantity": {
|
||||||
|
"min": 18,
|
||||||
|
"max": 22
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gives": [{ "item": "minecraft:emerald" }]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"format_version" : "1.10.0",
|
||||||
|
"animation_controllers" : {
|
||||||
|
"controller.animation.sheep.walk.example" : {
|
||||||
|
"initial_state" : "default",
|
||||||
|
"states" : {
|
||||||
|
"default" : {
|
||||||
|
"animations" : [ "default_animation" ],
|
||||||
|
"transitions" : [
|
||||||
|
{ "state_1" : "query.is_baby" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"state_1" : {
|
||||||
|
"animations" : [ "state_animation" ],
|
||||||
|
"transitions" : [
|
||||||
|
{ "default" : "!query.is_baby" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10.0",
|
||||||
|
"animations": {
|
||||||
|
"animation.sheep.walk.example": {
|
||||||
|
"animation_length": 5,
|
||||||
|
"bones": {
|
||||||
|
"root": {
|
||||||
|
"position": [0, 15, 0]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
21
test/files/correct/data_rp/attachables/master_block.hat.json
Normal file
21
test/files/correct/data_rp/attachables/master_block.hat.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10.0",
|
||||||
|
"minecraft:attachable": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "blockception:master_block.hat",
|
||||||
|
"materials": {
|
||||||
|
"default": "armor",
|
||||||
|
"enchanted": "armor_enchanted"
|
||||||
|
},
|
||||||
|
"textures": {
|
||||||
|
"default": "textures/example",
|
||||||
|
"enchanted": "textures/misc/enchanted_item_glint"
|
||||||
|
},
|
||||||
|
"geometry": {
|
||||||
|
"default": "geometry.example"
|
||||||
|
},
|
||||||
|
"scripts": {},
|
||||||
|
"render_controllers": [ "controller.render.example" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
7
test/files/correct/data_rp/biomes_client.json
Normal file
7
test/files/correct/data_rp/biomes_client.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"biomes" : {
|
||||||
|
"bamboo_jungle": {
|
||||||
|
"fog_color": "#000000"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
6
test/files/correct/data_rp/blocks.json
Normal file
6
test/files/correct/data_rp/blocks.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"Example": {
|
||||||
|
"textures": "example",
|
||||||
|
"sound": "obsidian"
|
||||||
|
}
|
||||||
|
}
|
||||||
23
test/files/correct/data_rp/entities/sheep.geo.json
Normal file
23
test/files/correct/data_rp/entities/sheep.geo.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12.0",
|
||||||
|
"minecraft:geometry": [
|
||||||
|
{
|
||||||
|
"description": {
|
||||||
|
"identifier": "geometry.sheep",
|
||||||
|
"texture_width": 16,
|
||||||
|
"texture_height": 16,
|
||||||
|
"visible_bounds_width": 2,
|
||||||
|
"visible_bounds_height": 3,
|
||||||
|
"visible_bounds_offset": [0, 0.5, 0]
|
||||||
|
},
|
||||||
|
"bones": [
|
||||||
|
{
|
||||||
|
"name": "body",
|
||||||
|
"pivot": [0, 0, 0],
|
||||||
|
"cubes": [
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
33
test/files/correct/data_rp/entity/dragon_born.entity.json
Normal file
33
test/files/correct/data_rp/entity/dragon_born.entity.json
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10.0",
|
||||||
|
"minecraft:client_entity": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "blockception:dragon_born",
|
||||||
|
"min_engine_version": "1.8.0",
|
||||||
|
"materials": {
|
||||||
|
"default": "entity",
|
||||||
|
"alpha": "entity_alphatest"
|
||||||
|
},
|
||||||
|
"textures": {
|
||||||
|
"default": "textures/entity/example"
|
||||||
|
},
|
||||||
|
"animations": {
|
||||||
|
"default_pose": "animation.example.default_pose",
|
||||||
|
"controller.pose": "controller.animation.example.pose"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"initialize": [
|
||||||
|
"variable.example.a = 0;",
|
||||||
|
"variable.example.b = 0;"
|
||||||
|
],
|
||||||
|
"animate": [
|
||||||
|
"controller.pose"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"geometry": {
|
||||||
|
"default": "geometry.example"
|
||||||
|
},
|
||||||
|
"render_controllers": [ "controller.render.example" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
36
test/files/correct/data_rp/entity/sheep.entity.json
Normal file
36
test/files/correct/data_rp/entity/sheep.entity.json
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10.0",
|
||||||
|
"minecraft:client_entity": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "blockception:sheep",
|
||||||
|
"min_engine_version": "1.8.0",
|
||||||
|
"materials": {
|
||||||
|
"default": "entity",
|
||||||
|
"alpha": "entity_alphatest"
|
||||||
|
},
|
||||||
|
"textures": {
|
||||||
|
"default": "textures/entity/example"
|
||||||
|
},
|
||||||
|
"animations": {
|
||||||
|
"default_pose": "animation.armor_stand.default_pose",
|
||||||
|
"controller.pose": "controller.animation.armor_stand.pose",
|
||||||
|
"controller.wiggling": "controller.animation.armor_stand.wiggle"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"initialize": [
|
||||||
|
"variable.armor_stand.pose_index = 0;",
|
||||||
|
"variable.armor_stand.hurt_time = 0;"
|
||||||
|
],
|
||||||
|
"animate": [
|
||||||
|
"controller.pose",
|
||||||
|
"controller.wiggling"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"geometry": {
|
||||||
|
"default": "geometry.sheep"
|
||||||
|
},
|
||||||
|
"render_controllers": [ "controller.render.armor_stand" ],
|
||||||
|
"enable_attachables": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
8
test/files/correct/data_rp/entity/sheepentity.json
Normal file
8
test/files/correct/data_rp/entity/sheepentity.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10.0",
|
||||||
|
"minecraft:client_entity": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "blockception:sheep"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
18
test/files/correct/data_rp/manifest.json
Normal file
18
test/files/correct/data_rp/manifest.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"format_version": 2,
|
||||||
|
"header": {
|
||||||
|
"description": "Example vanilla resource pack",
|
||||||
|
"name": "Vanilla Resource Pack",
|
||||||
|
"uuid": "889b1ca1-d7d6-4598-a939-ff2ed10fb8f3",
|
||||||
|
"version": [1, 0, 0],
|
||||||
|
"min_engine_version": [ 1, 16, 200 ]
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"description": "Example vanilla resource pack",
|
||||||
|
"type": "resources",
|
||||||
|
"uuid": "cd996c2a-3130-407a-ac49-0e44a39d1768",
|
||||||
|
"version": [1, 0, 0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,5 +1,20 @@
|
|||||||
{
|
{
|
||||||
|
"block_sounds" : {
|
||||||
|
},
|
||||||
|
"entity_sounds" : {
|
||||||
|
"defaults" : {
|
||||||
|
},
|
||||||
|
"entities" : {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"individual_event_sounds" : {
|
||||||
|
"events" : {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"interactive_sounds" : {
|
||||||
|
"block_sounds" : {
|
||||||
|
},
|
||||||
"entity_sounds" : {
|
"entity_sounds" : {
|
||||||
"entities": {}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
57
test/files/correct/data_rp/sounds/music_definitions.json
Normal file
57
test/files/correct/data_rp/sounds/music_definitions.json
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
{
|
||||||
|
"creative" : {
|
||||||
|
"event_name" : "music.game.creative",
|
||||||
|
"max_delay" : 180,
|
||||||
|
"min_delay" : 60
|
||||||
|
},
|
||||||
|
"credits" : {
|
||||||
|
"event_name" : "music.game.credits",
|
||||||
|
"max_delay" : 0,
|
||||||
|
"min_delay" : 0
|
||||||
|
},
|
||||||
|
"crimson_forest" : {
|
||||||
|
"event_name" : "music.game.crimson_forest",
|
||||||
|
"max_delay" : 180,
|
||||||
|
"min_delay" : 60
|
||||||
|
},
|
||||||
|
"end" : {
|
||||||
|
"event_name" : "music.game.end",
|
||||||
|
"max_delay" : 180,
|
||||||
|
"min_delay" : 60
|
||||||
|
},
|
||||||
|
"endboss" : {
|
||||||
|
"event_name" : "music.game.endboss",
|
||||||
|
"max_delay" : 180,
|
||||||
|
"min_delay" : 60
|
||||||
|
},
|
||||||
|
"game" : {
|
||||||
|
"event_name" : "music.game",
|
||||||
|
"max_delay" : 1200,
|
||||||
|
"min_delay" : 600
|
||||||
|
},
|
||||||
|
"hell" : {
|
||||||
|
"event_name" : "music.game.nether_wastes",
|
||||||
|
"max_delay" : 180,
|
||||||
|
"min_delay" : 60
|
||||||
|
},
|
||||||
|
"menu" : {
|
||||||
|
"event_name" : "music.menu",
|
||||||
|
"max_delay" : 30,
|
||||||
|
"min_delay" : 0
|
||||||
|
},
|
||||||
|
"nether" : {
|
||||||
|
"event_name" : "music.game.nether",
|
||||||
|
"max_delay" : 180,
|
||||||
|
"min_delay" : 60
|
||||||
|
},
|
||||||
|
"soulsand_valley" : {
|
||||||
|
"event_name" : "music.game.soulsand_valley",
|
||||||
|
"max_delay" : 180,
|
||||||
|
"min_delay" : 60
|
||||||
|
},
|
||||||
|
"water" : {
|
||||||
|
"event_name" : "music.game.water",
|
||||||
|
"max_delay" : 20,
|
||||||
|
"min_delay" : 10
|
||||||
|
}
|
||||||
|
}
|
||||||
9
test/files/correct/data_rp/sounds/sound_definitions.json
Normal file
9
test/files/correct/data_rp/sounds/sound_definitions.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.14.0",
|
||||||
|
"sound_definitions": {
|
||||||
|
"example.pling": {
|
||||||
|
"sounds": [],
|
||||||
|
"category": "ui"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
31
test/files/correct/data_rp/texts/languages.json
Normal file
31
test/files/correct/data_rp/texts/languages.json
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
[
|
||||||
|
"en_US",
|
||||||
|
"en_GB",
|
||||||
|
"de_DE",
|
||||||
|
"es_ES",
|
||||||
|
"es_MX",
|
||||||
|
"fr_FR",
|
||||||
|
"fr_CA",
|
||||||
|
"it_IT",
|
||||||
|
"ja_JP",
|
||||||
|
"ko_KR",
|
||||||
|
"pt_BR",
|
||||||
|
"pt_PT",
|
||||||
|
"ru_RU",
|
||||||
|
"zh_CN",
|
||||||
|
"zh_TW",
|
||||||
|
"nl_NL",
|
||||||
|
"bg_BG",
|
||||||
|
"cs_CZ",
|
||||||
|
"da_DK",
|
||||||
|
"el_GR",
|
||||||
|
"fi_FI",
|
||||||
|
"hu_HU",
|
||||||
|
"id_ID",
|
||||||
|
"nb_NO",
|
||||||
|
"pl_PL",
|
||||||
|
"sk_SK",
|
||||||
|
"sv_SE",
|
||||||
|
"tr_TR",
|
||||||
|
"uk_UA"
|
||||||
|
]
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"flipbook_texture": "textures/example",
|
||||||
|
"atlas_tile": "example",
|
||||||
|
"ticks_per_frame": 15
|
||||||
|
}
|
||||||
|
]
|
||||||
8
test/files/correct/data_rp/textures/item_texture.json
Normal file
8
test/files/correct/data_rp/textures/item_texture.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"resource_pack_name": "vanilla",
|
||||||
|
"texture_data": {
|
||||||
|
"example": {
|
||||||
|
"textures": "textures/items/example"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
10
test/files/correct/data_rp/textures/terrain_texture.json
Normal file
10
test/files/correct/data_rp/textures/terrain_texture.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"num_mip_levels": 4,
|
||||||
|
"padding": 8,
|
||||||
|
"resource_pack_name": "vanilla",
|
||||||
|
"texture_data": {
|
||||||
|
"example": {
|
||||||
|
"textures": "textures/blocks/example"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
19
test/files/correct/manifest.json
Normal file
19
test/files/correct/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"format_version": 2,
|
||||||
|
"header": {
|
||||||
|
"name": "pack.name",
|
||||||
|
"description": "pack.description",
|
||||||
|
"uuid": "95a1126d-b998-4661-91d3-aa4e4fa48878",
|
||||||
|
"version": [1, 0, 0],
|
||||||
|
"lock_template_options": true,
|
||||||
|
"base_game_version": [1, 16, 200]
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"type": "world_template",
|
||||||
|
"uuid": "20355327-5efb-49cd-b5e0-737cc0db1827",
|
||||||
|
"version": [1, 0, 0]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"metadata": { "authors": ["Example author"] }
|
||||||
|
}
|
||||||
1
test/files/correct/world_behavior_packs.json
Normal file
1
test/files/correct/world_behavior_packs.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[{"pack_id":"10a7a11c-b88f-4986-bb48-69be8085a054","version":[1,0,0]}]
|
||||||
1
test/files/correct/world_resource_packs.json
Normal file
1
test/files/correct/world_resource_packs.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[{"pack_id":"54927221-28d3-4cc6-bffb-a354f3987491","version":[1,0,0]}]
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10.0",
|
||||||
|
"animations": {
|
||||||
|
"animation.sheep.walk.example": {
|
||||||
|
"animation_length": 5,
|
||||||
|
"bones": {
|
||||||
|
"root": {
|
||||||
|
"position": [0, 15, 0]
|
||||||
|
},
|
||||||
|
"body": {
|
||||||
|
"debug": "true"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10.0",
|
||||||
|
"minecraft:attachable": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "blockception:master_block.hat",
|
||||||
|
"materials": {
|
||||||
|
"default": "armor",
|
||||||
|
"enchanted": "armor_enchanted"
|
||||||
|
},
|
||||||
|
"textures": {
|
||||||
|
"default": "textures/example",
|
||||||
|
"enchanted": "textures/misc/enchanted_item_glint"
|
||||||
|
},
|
||||||
|
"geometry": {
|
||||||
|
"default": "geometry.example"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
//Animations needs atleast 1
|
||||||
|
"animate": []
|
||||||
|
},
|
||||||
|
"render_controllers": [ "controller.render.example" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
7
test/files/incorrect/data_rp/biomes_client.json
Normal file
7
test/files/incorrect/data_rp/biomes_client.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"biomes" : {
|
||||||
|
"bamboo_jungle": {
|
||||||
|
"fog_color": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
6
test/files/incorrect/data_rp/blocks.json
Normal file
6
test/files/incorrect/data_rp/blocks.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"Example": {
|
||||||
|
"textures": "example",
|
||||||
|
"sound": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
24
test/files/incorrect/data_rp/entities/sheep.geo.json
Normal file
24
test/files/incorrect/data_rp/entities/sheep.geo.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12.0",
|
||||||
|
"minecraft:geometry": [
|
||||||
|
{
|
||||||
|
"description": {
|
||||||
|
"identifier": "geometry.sheep",
|
||||||
|
"texture_width": 16,
|
||||||
|
"texture_height": 16,
|
||||||
|
"visible_bounds_width": 2,
|
||||||
|
"visible_bounds_height": 3,
|
||||||
|
"visible_bounds_offset": [0, 0.5, 0]
|
||||||
|
},
|
||||||
|
"bones": [
|
||||||
|
{
|
||||||
|
"name": "body",
|
||||||
|
"pivot": [0, 0, 0],
|
||||||
|
"cubes": [
|
||||||
|
{ "inflate": false }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
33
test/files/incorrect/data_rp/entity/dragon_born.entity.json
Normal file
33
test/files/incorrect/data_rp/entity/dragon_born.entity.json
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10.0",
|
||||||
|
"minecraft:client_entity": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "blockception:dragon_born",
|
||||||
|
"min_engine_version": "1.8.0",
|
||||||
|
"materials": {
|
||||||
|
"default": "entity",
|
||||||
|
"alpha": "entity_alphatest"
|
||||||
|
},
|
||||||
|
"textures": {
|
||||||
|
"default": ["textures/entity/example"]
|
||||||
|
},
|
||||||
|
"animations": {
|
||||||
|
"default_pose": "animation.example.default_pose",
|
||||||
|
"controller.pose": "controller.animation.example.pose"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"initialize": [
|
||||||
|
"variable.example.a = 0;",
|
||||||
|
"variable.example.b = 0;"
|
||||||
|
],
|
||||||
|
"animate": [
|
||||||
|
"controller.pose"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"geometry": {
|
||||||
|
"default": "geometry.example"
|
||||||
|
},
|
||||||
|
"render_controllers": [ "controller.render.example" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
36
test/files/incorrect/data_rp/entity/sheep.entity.json
Normal file
36
test/files/incorrect/data_rp/entity/sheep.entity.json
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10.0",
|
||||||
|
"minecraft:client_entity": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "blockception:sheep",
|
||||||
|
"min_engine_version": "1.8.0",
|
||||||
|
"materials": {
|
||||||
|
"default": "entity",
|
||||||
|
"alpha": "entity_alphatest"
|
||||||
|
},
|
||||||
|
"textures": {
|
||||||
|
"default": "textures/entity/example"
|
||||||
|
},
|
||||||
|
"animations": {
|
||||||
|
"default_pose": ["animation.armor_stand.default_pose"],
|
||||||
|
"controller.pose": "controller.animation.armor_stand.pose",
|
||||||
|
"controller.wiggling": "controller.animation.armor_stand.wiggle"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"initialize": [
|
||||||
|
"variable.armor_stand.pose_index = 0;",
|
||||||
|
"variable.armor_stand.hurt_time = 0;"
|
||||||
|
],
|
||||||
|
"animate": [
|
||||||
|
"controller.pose",
|
||||||
|
"controller.wiggling"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"geometry": {
|
||||||
|
"default": "geometry.sheep"
|
||||||
|
},
|
||||||
|
"render_controllers": [ "controller.render.armor_stand" ],
|
||||||
|
"enable_attachables": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
14
test/files/incorrect/data_rp/entity/sheepentity.json
Normal file
14
test/files/incorrect/data_rp/entity/sheepentity.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10.0",
|
||||||
|
"minecraft:client_entity": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "blockception:sheep",
|
||||||
|
"spawn_egg": {
|
||||||
|
"base_color": "",
|
||||||
|
"overlay_color": "",
|
||||||
|
"texture": "",
|
||||||
|
"texture_index": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
18
test/files/incorrect/data_rp/manifest.json
Normal file
18
test/files/incorrect/data_rp/manifest.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"format_version": 2,
|
||||||
|
"header": {
|
||||||
|
"description": "Example vanilla resource pack",
|
||||||
|
"name": "Vanilla Resource Pack",
|
||||||
|
"uuid": "889b1ca1-A7d6-4598-a939-ff2ed10fb8f3",
|
||||||
|
"version": [1, 0, 0],
|
||||||
|
"min_engine_version": [ 1, 16, 200 ]
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"description": "Example vanilla resource pack",
|
||||||
|
"type": "resources",
|
||||||
|
"uuid": "cd996C2a-3130-407a-ac49-0e44a39d1768",
|
||||||
|
"version": [1, 0, 0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
20
test/files/incorrect/data_rp/sounds.json
Normal file
20
test/files/incorrect/data_rp/sounds.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"block_sounds": {},
|
||||||
|
"entity_sounds": {
|
||||||
|
"defaults": {},
|
||||||
|
"entities": {}
|
||||||
|
},
|
||||||
|
"individual_event_sounds": {
|
||||||
|
"events": {}
|
||||||
|
},
|
||||||
|
"interactive_sounds": {
|
||||||
|
"block_sounds": {
|
||||||
|
"block_sounds": {
|
||||||
|
"events": {
|
||||||
|
"default": { "volume": "1"}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"entity_sounds": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"creative" : {
|
||||||
|
"event_name" : true,
|
||||||
|
"max_delay" : 180,
|
||||||
|
"min_delay" : 60
|
||||||
|
}
|
||||||
|
}
|
||||||
11
test/files/incorrect/data_rp/sounds/sound_definitions.json
Normal file
11
test/files/incorrect/data_rp/sounds/sound_definitions.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.14.0",
|
||||||
|
"sound_definitions": {
|
||||||
|
"example.pling": {
|
||||||
|
"sounds": [
|
||||||
|
{ "load_on_low_memory": 1, "name": "something", "pitch": 0}
|
||||||
|
],
|
||||||
|
"category": "ui"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
31
test/files/incorrect/data_rp/texts/languages.json
Normal file
31
test/files/incorrect/data_rp/texts/languages.json
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
[
|
||||||
|
"en_US",
|
||||||
|
"en_GB",
|
||||||
|
"de_DE",
|
||||||
|
"es_ES",
|
||||||
|
"es_MX",
|
||||||
|
"fr_FR",
|
||||||
|
"fr_CA",
|
||||||
|
"it_IT",
|
||||||
|
"ja_JP",
|
||||||
|
"ko_KR",
|
||||||
|
"pt_BR",
|
||||||
|
"pt_PT",
|
||||||
|
"ru_RU",
|
||||||
|
"zh_CN",
|
||||||
|
"zh_TW",
|
||||||
|
"nl_NL",
|
||||||
|
"bg_BG",
|
||||||
|
"cs_CZ",
|
||||||
|
"da_DK",
|
||||||
|
"el_GR",
|
||||||
|
"fi_FI",
|
||||||
|
"hu_HU",
|
||||||
|
"id_ID",
|
||||||
|
"nb_NO",
|
||||||
|
"pl_PL",
|
||||||
|
"sk_SK",
|
||||||
|
"sv_SE",
|
||||||
|
"tr_TR",
|
||||||
|
{ "name": "something" }
|
||||||
|
]
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"flipbook_texture": "textures/example",
|
||||||
|
"atlas_tile": "example",
|
||||||
|
"ticks_per_frame": 15,
|
||||||
|
"atlas_index": "5"
|
||||||
|
}
|
||||||
|
]
|
||||||
8
test/files/incorrect/data_rp/textures/item_texture.json
Normal file
8
test/files/incorrect/data_rp/textures/item_texture.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"resource_pack_name": "vanilla",
|
||||||
|
"texture_data": {
|
||||||
|
"example": {
|
||||||
|
"textures": "items/example"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
10
test/files/incorrect/data_rp/textures/terrain_texture.json
Normal file
10
test/files/incorrect/data_rp/textures/terrain_texture.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"num_mip_levels": 4,
|
||||||
|
"padding": 8,
|
||||||
|
"resource_pack_name": "vanilla",
|
||||||
|
"texture_data": {
|
||||||
|
"example": {
|
||||||
|
"textures": "blocks/example"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
19
test/files/incorrect/manifest.json
Normal file
19
test/files/incorrect/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"format_version": 2,
|
||||||
|
"header": {
|
||||||
|
"name": "pack.name",
|
||||||
|
"description": "pack.description",
|
||||||
|
"uuid": "95a1126d-b998-4661-91d3-aa4e4fA48878",
|
||||||
|
"version": [1, 0, 0],
|
||||||
|
"lock_template_options": true,
|
||||||
|
"base_game_version": [1, 16, 200]
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"type": "world_template",
|
||||||
|
"uuid": "20355327-5efb-49cd-b5e0-737cc0db1827",
|
||||||
|
"version": [1, 0, 0]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"metadata": { "authors": ["Example author"] }
|
||||||
|
}
|
||||||
1
test/files/incorrect/world_behavior_packs.json
Normal file
1
test/files/incorrect/world_behavior_packs.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[{"pack_id":"10a7A11c-b88f-4986-bb48-69be8085a054","version":[1,0,0]}]
|
||||||
1
test/files/incorrect/world_resource_packs.json
Normal file
1
test/files/incorrect/world_resource_packs.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[{"pack_id":"54927221-28d3-4cc6-bffB-a354f3987491","version":[1,0,0]}]
|
||||||
Reference in New Issue
Block a user