diff --git a/src/main/resources/patches/entity/evocation_illager.entity.patch.json b/src/main/resources/patches/entity/evocation_illager.entity.patch.json index 00ff613..3406854 100644 --- a/src/main/resources/patches/entity/evocation_illager.entity.patch.json +++ b/src/main/resources/patches/entity/evocation_illager.entity.patch.json @@ -1 +1,9 @@ -{"minecraft:client_entity": {"description": {"textures": {"illusioner": "textures/geyser/entity/illager/illusioner"}}}} \ No newline at end of file +{ + "minecraft:client_entity": { + "description": { + "textures": { + "illusioner": "textures/geyser/entity/illager/illusioner" + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/patches/entity/rabbit.entity.patch.json b/src/main/resources/patches/entity/rabbit.entity.patch.json index c71542e..5144150 100644 --- a/src/main/resources/patches/entity/rabbit.entity.patch.json +++ b/src/main/resources/patches/entity/rabbit.entity.patch.json @@ -1 +1,9 @@ -{"minecraft:client_entity": {"description": {"textures": {"caerbannog": "textures/geyser/entity/rabbit/caerbannog"}}}} \ No newline at end of file +{ + "minecraft:client_entity": { + "description": { + "textures": { + "caerbannog": "textures/geyser/entity/rabbit/caerbannog" + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/patches/particles/basic_bubble_manual.patch.json b/src/main/resources/patches/particles/basic_bubble_manual.patch.json index 1f60770..7cd6360 100644 --- a/src/main/resources/patches/particles/basic_bubble_manual.patch.json +++ b/src/main/resources/patches/particles/basic_bubble_manual.patch.json @@ -1 +1,7 @@ -{"particle_effect": {"components": {"minecraft:particle_expire_if_not_in_blocks": []}}} \ No newline at end of file +{ + "particle_effect": { + "components": { + "minecraft:particle_expire_if_not_in_blocks": [] + } + } +} \ No newline at end of file diff --git a/src/main/resources/patches/particles/trial_spawner_detection.particle.patch.json b/src/main/resources/patches/particles/trial_spawner_detection.particle.patch.json index a25ab87..b255c6d 100644 --- a/src/main/resources/patches/particles/trial_spawner_detection.particle.patch.json +++ b/src/main/resources/patches/particles/trial_spawner_detection.particle.patch.json @@ -1 +1,16 @@ -{"particle_effect": {"components": {"minecraft:emitter_rate_instant": {"num_particles": "1"}, "minecraft:emitter_shape_box": {"offset": [0, 0, 0]}}}} \ No newline at end of file +{ + "particle_effect": { + "components": { + "minecraft:emitter_rate_instant": { + "num_particles": "1" + }, + "minecraft:emitter_shape_box": { + "offset": [ + 0, + 0, + 0 + ] + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/patches/render_controllers/arrow.render_controllers.patch.json b/src/main/resources/patches/render_controllers/arrow.render_controllers.patch.json index 00c6778..c191494 100644 --- a/src/main/resources/patches/render_controllers/arrow.render_controllers.patch.json +++ b/src/main/resources/patches/render_controllers/arrow.render_controllers.patch.json @@ -1 +1,9 @@ -{"render_controllers": {"controller.render.arrow": {"textures": ["q.is_bribed ? texture.spectral : texture.default"]}}} \ No newline at end of file +{ + "render_controllers": { + "controller.render.arrow": { + "textures": [ + "q.is_bribed ? texture.spectral : texture.default" + ] + } + } +} \ No newline at end of file