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