Added more test files

This commit is contained in:
DaanV2
2021-08-18 21:48:30 +02:00
parent c5a7532b7b
commit 286794dae0
40 changed files with 662 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
{
"tiers": [
{
"trades": [
{
"wants": [
{
"item": "minecraft:wheat",
"quantity": {
"min": 18,
"max": 22
}
}
],
"gives": [{ "item": "minecraft:emerald" }]
}
]
}
]
}

View File

@@ -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" }
]
}
}
}
}
}

View File

@@ -0,0 +1,13 @@
{
"format_version": "1.10.0",
"animations": {
"animation.sheep.walk.example": {
"animation_length": 5,
"bones": {
"root": {
"position": [0, 15, 0]
}
}
}
}
}

View 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" ]
}
}
}

View File

@@ -0,0 +1,7 @@
{
"biomes" : {
"bamboo_jungle": {
"fog_color": "#000000"
}
}
}

View File

@@ -0,0 +1,6 @@
{
"Example": {
"textures": "example",
"sound": "obsidian"
}
}

View 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": [
]
}
]
}
]
}

View 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" ]
}
}
}

View 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
}
}
}

View File

@@ -0,0 +1,8 @@
{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "blockception:sheep"
}
}
}

View 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]
}
]
}

View File

@@ -1,5 +1,20 @@
{
"block_sounds" : {
},
"entity_sounds" : {
"defaults" : {
},
"entities" : {
}
},
"individual_event_sounds" : {
"events" : {
}
},
"interactive_sounds" : {
"block_sounds" : {
},
"entity_sounds" : {
"entities": {}
}
}
}

View 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
}
}

View File

@@ -0,0 +1,9 @@
{
"format_version": "1.14.0",
"sound_definitions": {
"example.pling": {
"sounds": [],
"category": "ui"
}
}
}

View 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"
]

View File

@@ -0,0 +1,7 @@
[
{
"flipbook_texture": "textures/example",
"atlas_tile": "example",
"ticks_per_frame": 15
}
]

View File

@@ -0,0 +1,8 @@
{
"resource_pack_name": "vanilla",
"texture_data": {
"example": {
"textures": "textures/items/example"
}
}
}

View File

@@ -0,0 +1,10 @@
{
"num_mip_levels": 4,
"padding": 8,
"resource_pack_name": "vanilla",
"texture_data": {
"example": {
"textures": "textures/blocks/example"
}
}
}

View 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"] }
}

View File

@@ -0,0 +1 @@
[{"pack_id":"10a7a11c-b88f-4986-bb48-69be8085a054","version":[1,0,0]}]

View File

@@ -0,0 +1 @@
[{"pack_id":"54927221-28d3-4cc6-bffb-a354f3987491","version":[1,0,0]}]

View File

@@ -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"
}
}
}
}
}

View File

@@ -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" ]
}
}
}

View File

@@ -0,0 +1,7 @@
{
"biomes" : {
"bamboo_jungle": {
"fog_color": ""
}
}
}

View File

@@ -0,0 +1,6 @@
{
"Example": {
"textures": "example",
"sound": 1
}
}

View 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 }
]
}
]
}
]
}

View 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" ]
}
}
}

View 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
}
}
}

View 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
}
}
}
}

View 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]
}
]
}

View 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": {}
}
}

View File

@@ -0,0 +1,7 @@
{
"creative" : {
"event_name" : true,
"max_delay" : 180,
"min_delay" : 60
}
}

View 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"
}
}
}

View 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" }
]

View File

@@ -0,0 +1,8 @@
[
{
"flipbook_texture": "textures/example",
"atlas_tile": "example",
"ticks_per_frame": 15,
"atlas_index": "5"
}
]

View File

@@ -0,0 +1,8 @@
{
"resource_pack_name": "vanilla",
"texture_data": {
"example": {
"textures": "items/example"
}
}
}

View File

@@ -0,0 +1,10 @@
{
"num_mip_levels": 4,
"padding": 8,
"resource_pack_name": "vanilla",
"texture_data": {
"example": {
"textures": "blocks/example"
}
}
}

View 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"] }
}

View File

@@ -0,0 +1 @@
[{"pack_id":"10a7A11c-b88f-4986-bb48-69be8085a054","version":[1,0,0]}]

View File

@@ -0,0 +1 @@
[{"pack_id":"54927221-28d3-4cc6-bffB-a354f3987491","version":[1,0,0]}]