mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2025-12-19 14:59:14 +00:00
* inital commit * i think pr is ready now * wait now its ready * Update copyright year * add license to each file * Update pack version * copy license / mojang disclaimer to pack * Update mojang.md * test actions * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update .gitignore * clean up some code * change "extracting" to copying * Update build.yml * Add new compilation instructions * update developer documentation for new compiler * make some code more readable * some more code cleanup * Code cleanup and tweaks * Move to gradle action for running * Cleanup run folder * Update build action to use run folder * Lets not bother with the run folder * Download the specified version from mojang * Remove old run folder --------- Co-authored-by: rtm516 <ryantmilner@hotmail.co.uk>
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "geyseropt:white_ash",
|
|
"basic_render_parameters": {
|
|
"material": "particles_alpha",
|
|
"texture": "textures/particle/particles"
|
|
}
|
|
},
|
|
"components": {
|
|
"minecraft:emitter_rate_instant": {
|
|
"num_particles": 1
|
|
},
|
|
"minecraft:emitter_lifetime_once": {
|
|
"active_time": 1
|
|
},
|
|
"minecraft:emitter_shape_point": {},
|
|
"minecraft:particle_lifetime_expression": {
|
|
"max_lifetime": 1
|
|
},
|
|
"minecraft:particle_initial_speed": 1,
|
|
"minecraft:particle_motion_dynamic": {
|
|
"linear_acceleration": [0, -1, 0],
|
|
"linear_drag_coefficient": 1
|
|
},
|
|
"minecraft:particle_appearance_billboard": {
|
|
"size": [0.02, 0.02],
|
|
"facing_camera_mode": "rotate_xyz",
|
|
"uv": {
|
|
"texture_width": 128,
|
|
"texture_height": 128,
|
|
"uv": [4, 4],
|
|
"uv_size": [1, 1]
|
|
}
|
|
},
|
|
"minecraft:particle_appearance_lighting": {},
|
|
"minecraft:particle_appearance_tinting": {
|
|
"color": [0.81176, 0.81176, 0.81176, 1]
|
|
}
|
|
}
|
|
}
|
|
} |