Skip to content

Commit 359030f

Browse files
committed
Use nicer json format
1 parent d3e12ac commit 359030f

File tree

5 files changed

+50
-5
lines changed

5 files changed

+50
-5
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
{"minecraft:client_entity": {"description": {"textures": {"illusioner": "textures/geyser/entity/illager/illusioner"}}}}
1+
{
2+
"minecraft:client_entity": {
3+
"description": {
4+
"textures": {
5+
"illusioner": "textures/geyser/entity/illager/illusioner"
6+
}
7+
}
8+
}
9+
}
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
{"minecraft:client_entity": {"description": {"textures": {"caerbannog": "textures/geyser/entity/rabbit/caerbannog"}}}}
1+
{
2+
"minecraft:client_entity": {
3+
"description": {
4+
"textures": {
5+
"caerbannog": "textures/geyser/entity/rabbit/caerbannog"
6+
}
7+
}
8+
}
9+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{"particle_effect": {"components": {"minecraft:particle_expire_if_not_in_blocks": []}}}
1+
{
2+
"particle_effect": {
3+
"components": {
4+
"minecraft:particle_expire_if_not_in_blocks": []
5+
}
6+
}
7+
}
Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
{"particle_effect": {"components": {"minecraft:emitter_rate_instant": {"num_particles": "1"}, "minecraft:emitter_shape_box": {"offset": [0, 0, 0]}}}}
1+
{
2+
"particle_effect": {
3+
"components": {
4+
"minecraft:emitter_rate_instant": {
5+
"num_particles": "1"
6+
},
7+
"minecraft:emitter_shape_box": {
8+
"offset": [
9+
0,
10+
0,
11+
0
12+
]
13+
}
14+
}
15+
}
16+
}
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
{"render_controllers": {"controller.render.arrow": {"textures": ["q.is_bribed ? texture.spectral : texture.default"]}}}
1+
{
2+
"render_controllers": {
3+
"controller.render.arrow": {
4+
"textures": [
5+
"q.is_bribed ? texture.spectral : texture.default"
6+
]
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)