-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e49078b
commit e248fbd
Showing
1 changed file
with
140 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
{ | ||
"animationController": [ | ||
"animation_controllers/*/states/*/transitions/*/*", | ||
"animation_controllers/*/states/*/on_entry/*", | ||
"animation_controllers/*/states/*/on_exit/*" | ||
], | ||
"biome": [ | ||
"minecraft:biome/components/minecraft:forced_features/*/*/iterations" | ||
], | ||
"entity": [ | ||
"minecraft:entity/permutations/*/condition", | ||
"minecraft:entity/events/*/**/set_actor_property/*", | ||
"minecraft:entity/description/scripts/animate/*/*", | ||
"minecraft:entity/components/minecraft:behavior.eat_block/success_chance", | ||
"minecraft:entity/component_groups/*/minecraft:behavior.eat_block/success_chance", | ||
"minecraft:entity/components/minecraft:experience_reward/on_bred", | ||
"minecraft:entity/component_groups/*/minecraft:experience_reward/on_bred", | ||
"minecraft:entity/components/minecraft:experience_reward/on_death", | ||
"minecraft:entity/component_groups/*/minecraft:experience_reward/on_death", | ||
"minecraft:entity/components/minecraft:projectile/on_hit/impact_damage/filter", | ||
"minecraft:entity/component_groups/*/minecraft:projectile/on_hit/impact_damage/filter", | ||
"minecraft:entity/components/minecraft:rideable/seats/*/rotate_rider_by", | ||
"minecraft:entity/component_groups/*/minecraft:rideable/seats/*/rotate_rider_by", | ||
"minecraft:entity/components/minecraft:rideable/seats/rotate_rider_by", | ||
"minecraft:entity/component_groups/*/minecraft:rideable/seats/rotate_rider_by", | ||
"minecraft:entity/components/minecraft:ambient_sound_interval/event_names/*/condition", | ||
"minecraft:entity/component_groups/*/minecraft:ambient_sound_interval/event_names/*/condition", | ||
"minecraft:entity/components/minecraft:anger_level/on_increase_sounds/*/condition", | ||
"minecraft:entity/component_groups/*/minecraft:anger_level/on_increase_sounds/*/condition", | ||
"minecraft:entity/components/minecraft:heartbeat/interval", | ||
"minecraft:entity/component_groups/*/minecraft:heartbeat/interval" | ||
], | ||
"block": [ | ||
"minecraft:block/events/*/set_block_property/*", | ||
"minecraft:block/permutations/*/components/**/condition", | ||
"minecraft:block/components/**/condition", | ||
"minecraft:block/events/**/sequence/*/condition" | ||
], | ||
"item": [ | ||
"minecraft:item/components/minecraft:repairable/repair_items/*/repair_amount", | ||
"minecraft:item/components/minecraft:icon/frame", | ||
"minecraft:item/components/**/condition", | ||
"minecraft:item/events/**/sequence/*/condition" | ||
], | ||
"feature": [ | ||
"minecraft:growing_plant_feature/height_distribution/*/*", | ||
"minecraft:growing_plant_feature/age" | ||
], | ||
"recipe": ["*/result/data", "*/result/*/data"], | ||
|
||
"clientAnimation": [ | ||
"animations/*/anim_time_update", | ||
"animations/*/bones/*/rotation/*", | ||
"animations/*/bones/*/rotation/*/*", | ||
"animations/*/bones/*/scale/*", | ||
"animations/*/bones/*/scale/*/*", | ||
"animations/*/bones/*/position/*", | ||
"animations/*/bones/*/position/*/*", | ||
"animations/*/timeline/*" | ||
], | ||
"clientAnimationController": [ | ||
"animation_controllers/*/states/*/animations/*/*", | ||
"animation_controllers/*/states/*/transitions/*/*", | ||
"animation_controllers/*/states/*/on_entry/*", | ||
"animation_controllers/*/states/*/on_exit/*", | ||
"animation_controllers/*/states/*/parameters/*", | ||
"animation_controllers/*/states/*/variables/*/input" | ||
], | ||
"renderController": [ | ||
"render_controllers/*/uv_anim/offset/*", | ||
"render_controllers/*/uv_anim/scale/*", | ||
"render_controllers/*/geometry", | ||
"render_controllers/*/part_visibility/*", | ||
"render_controllers/*/materials/*/*", | ||
"render_controllers/*/textures/*", | ||
"render_controllers/*/color/*", | ||
"render_controllers/*/overlay_color/*", | ||
"render_controllers/*/is_hurt_color/*", | ||
"render_controllers/*/on_fire_color/*" | ||
], | ||
"clientEntity": [ | ||
"minecraft:client_entity/description/scripts/animate/*/*", | ||
"minecraft:client_entity/description/render_controllers/*/*" | ||
], | ||
"particle": [ | ||
"particle_effect/curves/*/input", | ||
"particle_effect/curves/*/horizontal_range", | ||
"particle_effect/events/*/particle_effect/pre_effect_expression", | ||
"particle_effect/components/minecraft:emitter_initialization/creation_expression", | ||
"particle_effect/components/minecraft:emitter_initializtion/per_update_expression", | ||
"particle_effect/components/minecraft:emitter_rate_instant/num_particles", | ||
"particle_effect/components/minecraft:emitter_rate_steady/spawn_rate", | ||
"particle_effect/components/minecraft:emitter_rate_steady/max_particles", | ||
"particle_effect/components/minecraft:emitter_rate_manual/max_particles", | ||
"particle_effect/components/minecraft:emitter_lifetime_looping/active_time", | ||
"particle_effect/components/minecraft:emitter_lifetime_looping/sleep_time", | ||
"particle_effect/components/minecraft:emitter_lifetime_once/active_time", | ||
"particle_effect/components/minecraft:emitter_lifetime_expression/activation_expression", | ||
"particle_effect/components/minecraft:emitter_lifetime_expression/expiration_expression", | ||
"particle_effect/components/minecraft:emitter_shape_point/offset/*", | ||
"particle_effect/components/minecraft:emitter_shape_point/direction/*", | ||
"particle_effect/components/minecraft:emitter_shape_sphere/radius", | ||
"particle_effect/components/minecraft:emitter_shape_sphere/offset/*", | ||
"particle_effect/components/minecraft:emitter_shape_sphere/direction/*", | ||
"particle_effect/components/minecraft:emitter_shape_box/half_dimensions/*", | ||
"particle_effect/components/minecraft:emitter_shape_box/offset/*", | ||
"particle_effect/components/minecraft:emitter_shape_box/direction/*", | ||
"particle_effect/components/minecraft:emitter_shape_custom/offset/*", | ||
"particle_effect/components/minecraft:emitter_shape_custom/direction/*", | ||
"particle_effect/components/minecraft:emitter_shape_entity_aabb/direction/*", | ||
"particle_effect/components/minecraft:emitter_shape_disc/radius", | ||
"particle_effect/components/minecraft:emitter_shape_disc/offset/*", | ||
"particle_effect/components/minecraft:emitter_shape_disc/direction/*", | ||
"particle_effect/components/minecraft:particle_initial_spin/rotation", | ||
"particle_effect/components/minecraft:particle_initial_spin/rotation_rate", | ||
"particle_effect/components/minecraft:particle_initial_speed", | ||
"particle_effect/components/minecraft:particle_initial_speed/*", | ||
"particle_effect/components/minecraft:particle_motion_dynamic/linear_acceleration/*", | ||
"particle_effect/components/minecraft:particle_motion_dynamic/linear_drag_coefficient", | ||
"particle_effect/components/minecraft:particle_motion_dynamic/rotating_acceleration", | ||
"particle_effect/components/minecraft:particle_motion_dynamic/rotation_drag_coefficient", | ||
"particle_effect/components/minecraft:particle_motion_parametric/relative_position/*", | ||
"particle_effect/components/minecraft:particle_motion_parametric/direction/*", | ||
"particle_effect/components/minecraft:particle_motion_parametric/rotation", | ||
"particle_effect/components/minecraft:particle_motion_collision/enabled", | ||
"particle_effect/components/minecraft:particle_appearance_billboard/size/*", | ||
"particle_effect/components/minecraft:particle_appearance_billboard/direction/custom_direction/*", | ||
"particle_effect/components/minecraft:particle_appearance_billboard/uv/uv/*", | ||
"particle_effect/components/minecraft:particle_appearance_billboard/uv/uv_size/*", | ||
"particle_effect/components/minecraft:particle_appearance_billboard/uv/flipbook/base_UV/*", | ||
"particle_effect/components/minecraft:particle_appearance_billboard/uv/flipbook/max_frame", | ||
"particle_effect/components/minecraft:particle_appearance_tinting/color/gradient/*/*", | ||
"particle_effect/components/minecraft:particle_appearance/color/interpolant", | ||
"particle_effect/components/minecraft:particle_lifetime_expression/expiration_expression", | ||
"particle_effect/components/minecraft:particle_lifetime_expression/max_lifetime", | ||
"particle_effect/components/minecraft:particle_initialization/per_update_expression", | ||
"particle_effect/components/minecraft:particle_initialization/per_render_expression" | ||
], | ||
"geometry": ["minecraft:geometry/bones/*/binding"] | ||
} |