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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1 +1,7 @@
|
||||
{"particle_effect": {"components": {"minecraft:particle_expire_if_not_in_blocks": []}}}
|
||||
{
|
||||
"particle_effect": {
|
||||
"components": {
|
||||
"minecraft:particle_expire_if_not_in_blocks": []
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user