1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00

Use nicer json format

This commit is contained in:
onebeastchris
2025-09-17 13:33:28 +02:00
parent d3e12ac867
commit 359030f010
5 changed files with 50 additions and 5 deletions

View File

@@ -1 +1,9 @@
{"minecraft:client_entity": {"description": {"textures": {"illusioner": "textures/geyser/entity/illager/illusioner"}}}}
{
"minecraft:client_entity": {
"description": {
"textures": {
"illusioner": "textures/geyser/entity/illager/illusioner"
}
}
}
}

View File

@@ -1 +1,9 @@
{"minecraft:client_entity": {"description": {"textures": {"caerbannog": "textures/geyser/entity/rabbit/caerbannog"}}}}
{
"minecraft:client_entity": {
"description": {
"textures": {
"caerbannog": "textures/geyser/entity/rabbit/caerbannog"
}
}
}
}

View File

@@ -1 +1,7 @@
{"particle_effect": {"components": {"minecraft:particle_expire_if_not_in_blocks": []}}}
{
"particle_effect": {
"components": {
"minecraft:particle_expire_if_not_in_blocks": []
}
}
}

View File

@@ -1 +1,16 @@
{"particle_effect": {"components": {"minecraft:emitter_rate_instant": {"num_particles": "1"}, "minecraft:emitter_shape_box": {"offset": [0, 0, 0]}}}}
{
"particle_effect": {
"components": {
"minecraft:emitter_rate_instant": {
"num_particles": "1"
},
"minecraft:emitter_shape_box": {
"offset": [
0,
0,
0
]
}
}
}
}

View File

@@ -1 +1,9 @@
{"render_controllers": {"controller.render.arrow": {"textures": ["q.is_bribed ? texture.spectral : texture.default"]}}}
{
"render_controllers": {
"controller.render.arrow": {
"textures": [
"q.is_bribed ? texture.spectral : texture.default"
]
}
}
}