Skip to content

Commit e0f4338

Browse files
committed
Update armor_stand.ajblueprint
1 parent 994ec6d commit e0f4338

File tree

1 file changed

+47
-6
lines changed

1 file changed

+47
-6
lines changed

test_blueprints/armor_stand.ajblueprint

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
33
"format": "animated_java_blueprint",
4-
"format_version": "0.5.8",
4+
"format_version": "0.5.9",
55
"uuid": "167b27cd-b559-3f13-a97c-0841fe21f1d1",
66
"save_location": "D:\\github-repos\\animated-java\\animated-java\\test_blueprints\\armor_stand.ajblueprint",
77
"last_used_export_namespace": "armor_stand"
@@ -11,11 +11,11 @@
1111
"show_bounding_box": false,
1212
"auto_bounding_box": true,
1313
"bounding_box": [95, 32],
14-
"enable_plugin_mode": true,
14+
"enable_plugin_mode": false,
1515
"resource_pack_export_mode": "raw",
1616
"data_pack_export_mode": "raw",
1717
"display_item": "minecraft:white_dye",
18-
"customModelDataOffset": 0,
18+
"custom_model_data_offset": 0,
1919
"enable_advanced_resource_pack_settings": false,
2020
"resource_pack": "C:\\Users\\SnaveSutit\\AppData\\Roaming\\com.modrinth.theseus\\profiles\\Animated Java Dev\\resourcepacks\\resourcepack",
2121
"display_item_path": "",
@@ -29,6 +29,7 @@
2929
"use_storage_for_animation": false,
3030
"baked_animations": true,
3131
"json_file": "D:\\github-repos\\animated-java\\animated-java\\dist\\test.json",
32+
"customModelDataOffset": 0,
3233
"custom_summon_commands": ""
3334
},
3435
"resolution": {
@@ -973,7 +974,7 @@
973974
"uuid": "d0076177-a6cf-561c-08d8-efd07677b337"
974975
},
975976
{
976-
"name": "vanilla_block_display",
977+
"name": "text",
977978
"position": [0, 39, 0],
978979
"rotation": [0, 0, 0],
979980
"scale": [1, 1, 1],
@@ -984,7 +985,7 @@
984985
"text": "\"Hello World!\"",
985986
"lineWidth": 200,
986987
"backgroundColor": "#b12929",
987-
"backgroundAlpha": 0.25,
988+
"backgroundAlpha": 0.25098,
988989
"align": "left",
989990
"uuid": "a8257e87-1780-81b6-b0e4-c420fa229a69",
990991
"type": "animated_java:text_display"
@@ -3879,7 +3880,7 @@
38793880
"override": false,
38803881
"length": 4.95,
38813882
"snapping": 20,
3882-
"selected": true,
3883+
"selected": false,
38833884
"saved": false,
38843885
"path": "",
38853886
"anim_time_update": "",
@@ -4107,6 +4108,46 @@
41074108
]
41084109
}
41094110
}
4111+
},
4112+
{
4113+
"uuid": "e7761616-704f-309f-9b63-ded7c7449f4c",
4114+
"name": "long",
4115+
"loop": "loop",
4116+
"override": false,
4117+
"length": 50,
4118+
"snapping": 20,
4119+
"selected": true,
4120+
"saved": false,
4121+
"path": "",
4122+
"anim_time_update": "",
4123+
"blend_weight": "",
4124+
"start_delay": "",
4125+
"loop_delay": "0",
4126+
"excluded_nodes": [],
4127+
"animators": {
4128+
"98795982-9c43-6e3e-eed9-2c776a957938": {
4129+
"name": "root",
4130+
"type": "bone",
4131+
"keyframes": [
4132+
{
4133+
"channel": "rotation",
4134+
"data_points": [
4135+
{
4136+
"x": "0",
4137+
"y": "q.life_time * 12.25",
4138+
"z": "0"
4139+
}
4140+
],
4141+
"uuid": "387d8220-6ad2-3866-0630-b9f7acc501b6",
4142+
"time": 0,
4143+
"color": -1,
4144+
"interpolation": "linear",
4145+
"easing": "linear",
4146+
"easingArgs": []
4147+
}
4148+
]
4149+
}
4150+
}
41104151
}
41114152
],
41124153
"animation_controllers": [],

0 commit comments

Comments
 (0)