Skip to content

Commit a5fecb9

Browse files
committed
Questionable performance enhancements
1 parent f1cc729 commit a5fecb9

File tree

4 files changed

+2087
-90
lines changed

4 files changed

+2087
-90
lines changed

debug_resourcepack/armor_stand.ajmodel

Lines changed: 52 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
33
"format_version": "0.0",
4-
"creation_time": 1641769747,
4+
"creation_time": 1642986152,
55
"model_format": "animated_java/ajmodel",
66
"box_uv": false,
77
"settings": {
@@ -48,7 +48,7 @@
4848
"animatingFlagScoreboardObjective": "aj.%projectName.animating",
4949
"animationLoopModeScoreboardObjective": "aj.%projectName.%animationName.loopMode",
5050
"exportMode": "mcb",
51-
"mcbFilePath": "C:\\Users\\Snave\\AppData\\Roaming\\.minecraft\\saves\\Animated Java Dev\\datapacks\\Animated Java Development\\src\\armor_stand.mc",
51+
"mcbFilePath": "C:\\Users\\Snave\\AppData\\Roaming\\.minecraft\\saves\\Performance Tool 2_0\\datapacks\\performance_tool_2.0\\src\\armor_stand.mc",
5252
"mcbConfigPath": "",
5353
"dataPackPath": ""
5454
}
@@ -952,7 +952,6 @@
952952
],
953953
"autouv": 0,
954954
"color": 1,
955-
"visibility": false,
956955
"rotation": [
957956
-45,
958957
0,
@@ -1901,7 +1900,7 @@
19011900
"channel": "timeline",
19021901
"data_points": [
19031902
{
1904-
"script": "particle minecraft:block_marker gold_block ^ ^1 ^1\nparticle minecraft:block_marker gold_block ^ ^1 ^-1\n"
1903+
"script": "particle minecraft:crit ^ ^1 ^1\n"
19051904
}
19061905
],
19071906
"uuid": "3442d4bf-2c05-9ede-e48a-a14a35e8215f",
@@ -1913,7 +1912,7 @@
19131912
"channel": "timeline",
19141913
"data_points": [
19151914
{
1916-
"script": "particle minecraft:block_marker poppy ~ ~ ~"
1915+
"script": "particle minecraft:crit ^ ^1 ^-1\n"
19171916
}
19181917
],
19191918
"uuid": "bc034856-e213-abc6-8ad0-3f921d754d0b",
@@ -1922,6 +1921,54 @@
19221921
"interpolation": "linear"
19231922
}
19241923
]
1924+
},
1925+
"cb964881-91e1-bd1c-6502-b1236f581c6a": {
1926+
"name": "head",
1927+
"type": "bone",
1928+
"keyframes": [
1929+
{
1930+
"channel": "position",
1931+
"data_points": [
1932+
{
1933+
"x": "0",
1934+
"y": "0",
1935+
"z": -10
1936+
}
1937+
],
1938+
"uuid": "21c1ddf9-afb1-a7ed-f5b4-c3dae6e497be",
1939+
"time": 0,
1940+
"color": -1,
1941+
"interpolation": "linear"
1942+
},
1943+
{
1944+
"channel": "position",
1945+
"data_points": [
1946+
{
1947+
"x": 0,
1948+
"y": 0,
1949+
"z": 10
1950+
}
1951+
],
1952+
"uuid": "3bfa88c0-2391-191b-fd72-1a8dbee04147",
1953+
"time": 0.5,
1954+
"color": -1,
1955+
"interpolation": "linear"
1956+
},
1957+
{
1958+
"channel": "position",
1959+
"data_points": [
1960+
{
1961+
"x": "0",
1962+
"y": "0",
1963+
"z": -10
1964+
}
1965+
],
1966+
"uuid": "ae830504-795f-b487-80dd-9b3bb4d88d22",
1967+
"time": 1,
1968+
"color": -1,
1969+
"interpolation": "linear"
1970+
}
1971+
]
19251972
}
19261973
}
19271974
}

0 commit comments

Comments
 (0)