From 8b3778de6d13bb041d896635efa5782709af6d89 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 22 Jul 2022 19:41:04 +0200 Subject: [PATCH] Adding dots to description --- .../animation_controller.json | 36 +- source/behavior/animations/animations.json | 30 +- source/behavior/biomes/biomes.json | 2 +- .../biomes/components/minecraft.climate.json | 14 +- .../components/minecraft.forced_features.json | 46 +-- .../components/minecraft.mesa_surface.json | 8 +- .../minecraft.mountain_parameters.json | 16 +- .../minecraft.overworld_generation_rules.json | 26 +- .../minecraft.overworld_height.json | 22 +- ...inecraft.surface_material_adjustments.json | 6 +- source/behavior/blocks/blocks.json | 2 +- .../format/components/breathability.json | 2 +- .../format/components/entity_collision.json | 16 +- .../blocks/format/components/immovable.json | 2 +- .../format/components/material_instances.json | 10 +- .../format/components/onlypistonpush.json | 2 +- .../format/components/pick_collision.json | 18 +- .../format/components/placement_filter.json | 12 +- .../format/components/preventsjumping.json | 2 +- .../format/components/random_ticking.json | 6 +- .../blocks/format/components/ticking.json | 6 +- source/behavior/blocks/format/events.json | 4 +- .../format/events/set_block_property.json | 2 +- .../blocks/format/events/transform_item.json | 2 +- .../blocks/format/minecraft.block.json | 18 +- source/behavior/dialogue/dialogue.json | 26 +- source/behavior/entities/entities.json | 2 +- .../entities/filters/filters/has_ability.json | 2 +- .../filters/filters/has_biome_tag.json | 2 +- .../filters/filters/has_component.json | 2 +- .../filters/filters/has_container_open.json | 2 +- .../entities/filters/filters/has_damage.json | 2 +- .../filters/filters/has_equipment.json | 4 +- .../filters/filters/has_mob_effect.json | 2 +- .../entities/filters/filters/has_nametag.json | 2 +- .../filters/filters/has_ranged_weapon.json | 2 +- .../filters/filters/has_silk_touch.json | 2 +- .../entities/filters/filters/has_tag.json | 2 +- .../entities/filters/filters/has_target.json | 2 +- .../filters/filters/hourly_clock_time.json | 6 +- .../entities/filters/filters/in_nether.json | 2 +- .../filters/filters/inactivity_timer.json | 4 +- .../entities/filters/filters/is_altitude.json | 8 +- .../entities/filters/filters/is_biome.json | 2 +- .../entities/filters/filters/is_block.json | 4 +- .../entities/filters/filters/is_color.json | 2 +- .../filters/filters/is_difficulty.json | 2 +- .../entities/filters/filters/is_family.json | 2 +- .../entities/filters/filters/is_humid.json | 4 +- .../entities/filters/filters/is_immobile.json | 2 +- .../filters/filters/is_in_village.json | 2 +- .../entities/filters/filters/is_leashed.json | 2 +- .../filters/filters/is_leashed_to.json | 2 +- .../filters/filters/is_mark_variant.json | 4 +- .../filters/filters/is_missing_health.json | 2 +- .../entities/filters/filters/is_moving.json | 2 +- .../entities/filters/filters/is_owner.json | 2 +- .../filters/filters/is_persistent.json | 2 +- .../entities/filters/filters/is_riding.json | 2 +- .../entities/filters/filters/is_skin_id.json | 4 +- .../entities/filters/filters/is_sleeping.json | 2 +- .../entities/filters/filters/is_sneaking.json | 2 +- .../filters/filters/is_snow_covered.json | 4 +- .../entities/filters/filters/is_target.json | 2 +- .../filters/filters/is_temperature_type.json | 4 +- .../filters/filters/is_temperature_value.json | 2 +- .../filters/filters/is_underground.json | 2 +- .../filters/filters/is_underwater.json | 2 +- .../entities/filters/filters/is_variant.json | 4 +- .../entities/filters/filters/is_visible.json | 2 +- .../filters/filters/is_waterlogged.json | 2 +- .../entities/filters/filters/light_level.json | 2 +- .../filters/filters/moon_intensity.json | 2 +- .../entities/filters/filters/moon_phase.json | 2 +- .../entities/filters/filters/on_ground.json | 2 +- .../entities/filters/filters/on_ladder.json | 2 +- .../filters/filters/random_chance.json | 2 +- .../entities/filters/filters/rider_count.json | 2 +- .../entities/filters/filters/surface_mob.json | 2 +- .../entities/filters/filters/trusts.json | 2 +- .../entities/filters/filters/types/test.json | 2 +- .../entities/filters/filters/weather.json | 4 +- .../filters/filters/weather_at_position.json | 4 +- .../format/behaviors/admire_item.json | 6 +- .../entities/format/behaviors/beg.json | 15 +- .../behaviors/defend_trusted_target.json | 13 +- .../behaviors/defend_village_target.json | 2 +- .../format/behaviors/delayed_attack.json | 12 +- .../entities/format/behaviors/dig.json | 4 +- .../format/behaviors/dragonchargeplayer.json | 2 +- .../format/behaviors/dragonstrafeplayer.json | 2 +- .../format/behaviors/drink_potion.json | 12 +- .../entities/format/behaviors/eat_block.json | 2 +- .../entities/format/behaviors/emerge.json | 8 +- .../entities/format/behaviors/find_cover.json | 2 +- .../entities/format/behaviors/find_mount.json | 10 +- .../format/behaviors/float_wander.json | 15 +- .../format/behaviors/follow_caravan.json | 6 +- .../entities/format/behaviors/follow_mob.json | 6 +- .../format/behaviors/follow_owner.json | 10 +- .../format/behaviors/hurt_by_target.json | 8 +- .../format/behaviors/inspect_bookshelf.json | 4 +- .../format/behaviors/knockback_roar.json | 4 +- .../entities/format/behaviors/lay_egg.json | 4 +- .../format/behaviors/leap_at_target.json | 4 +- .../format/behaviors/look_at_entity.json | 17 +- .../format/behaviors/look_at_player.json | 14 +- .../format/behaviors/look_at_target.json | 15 +- .../behaviors/look_at_trading_player.json | 15 +- .../format/behaviors/melee_attack.json | 12 +- .../entities/format/behaviors/mingle.json | 8 +- .../format/behaviors/mount_pathing.json | 6 +- .../format/behaviors/move_indoors.json | 2 +- .../format/behaviors/move_outdoors.json | 4 +- .../behaviors/move_through_village.json | 4 +- .../format/behaviors/move_to_land.json | 6 +- .../format/behaviors/move_to_lava.json | 4 +- .../format/behaviors/move_to_liquid.json | 6 +- .../format/behaviors/move_to_poi.json | 6 +- .../format/behaviors/move_to_village.json | 4 +- .../format/behaviors/move_to_water.json | 6 +- .../behaviors/move_towards_restriction.json | 11 +- .../entities/format/behaviors/nap.json | 12 +- .../behaviors/nearest_attackable_target.json | 6 +- ...nearest_prioritized_attackable_target.json | 18 +- .../entities/format/behaviors/open_door.json | 4 +- .../behaviors/owner_hurt_by_target.json | 2 +- .../format/behaviors/owner_hurt_target.json | 2 +- .../entities/format/behaviors/panic.json | 24 +- .../format/behaviors/pickup_items.json | 4 +- .../entities/format/behaviors/play_dead.json | 6 +- .../format/behaviors/raid_garden.json | 17 +- .../entities/format/behaviors/ram_attack.json | 2 +- .../format/behaviors/random_breach.json | 2 +- .../entities/format/behaviors/random_fly.json | 8 +- .../format/behaviors/random_hover.json | 6 +- .../format/behaviors/random_look_around.json | 14 +- .../format/behaviors/random_sitting.json | 10 +- .../format/behaviors/random_swim.json | 4 +- .../format/behaviors/ranged_attack.json | 6 +- .../behaviors/rise_to_liquid_level.json | 8 +- .../entities/format/behaviors/roar.json | 4 +- .../entities/format/behaviors/scared.json | 2 +- .../entities/format/behaviors/send_event.json | 30 +- .../format/behaviors/share_items.json | 4 +- .../format/behaviors/skeleton_horse_trap.json | 2 +- .../entities/format/behaviors/sleep.json | 12 +- .../format/behaviors/slime_attack.json | 2 +- .../behaviors/slime_random_direction.json | 2 +- .../entities/format/behaviors/snacking.json | 8 +- .../entities/format/behaviors/sneeze.json | 2 +- .../entities/format/behaviors/sonic_boom.json | 4 +- .../behaviors/stalk_and_pounce_on_target.json | 20 +- .../format/behaviors/stomp_attack.json | 12 +- .../format/behaviors/stomp_turtle_egg.json | 6 +- .../behaviors/stroll_towards_village.json | 6 +- .../format/behaviors/summon_entity.json | 36 +- .../entities/format/behaviors/swell.json | 4 +- .../format/behaviors/swim_wander.json | 2 +- .../format/behaviors/swim_with_entity.json | 4 +- .../format/behaviors/target_when_pushed.json | 2 +- .../entities/format/behaviors/tempt.json | 4 +- .../format/behaviors/trade_interest.json | 10 +- .../wither_target_highest_damage.json | 2 +- .../entities/format/behaviors/work.json | 8 +- .../format/behaviors/work_composter.json | 6 +- .../behavior/entities/format/components.json | 2 +- .../entities/format/components/addrider.json | 4 +- .../format/components/admire_item.json | 2 +- .../components/ambient_sound_interval.json | 2 +- .../format/components/anger_level.json | 10 +- .../entities/format/components/angry.json | 36 +- .../components/annotation.break_door.json | 2 +- .../components/annotation.open_door.json | 2 +- .../format/components/area_attack.json | 4 +- .../format/components/attack_damage.json | 4 +- .../format/components/balloonable.json | 4 +- .../entities/format/components/barter.json | 2 +- .../format/components/block_sensor.json | 10 +- .../entities/format/components/boostable.json | 4 +- .../entities/format/components/boss.json | 2 +- .../format/components/break_blocks.json | 2 +- .../format/components/breathable.json | 20 +- .../entities/format/components/breedable.json | 6 +- .../entities/format/components/bribeable.json | 6 +- .../format/components/celebrate_hunt.json | 10 +- .../entities/format/components/color.json | 2 +- .../entities/format/components/color2.json | 2 +- .../format/components/custom_hit_test.json | 2 +- .../format/components/default_look_angle.json | 2 +- .../entities/format/components/despawn.json | 2 +- .../format/components/drying_out_timer.json | 2 +- .../entities/format/components/dweller.json | 4 +- .../components/economy_trade_table.json | 20 +- .../format/components/entity_sensor.json | 2 +- .../entities/format/components/equipment.json | 4 +- .../format/components/equippable.json | 6 +- .../format/components/fall_damage.json | 4 +- .../format/components/flying_speed.json | 2 +- .../format/components/follow_range.json | 6 +- .../format/components/ground_offset.json | 2 +- .../format/components/grows_crop.json | 2 +- .../entities/format/components/healable.json | 10 +- .../entities/format/components/health.json | 10 +- .../entities/format/components/heartbeat.json | 4 +- .../entities/format/components/hide.json | 2 +- .../entities/format/components/home.json | 2 +- .../components/horse.jump_strength.json | 4 +- .../format/components/hurt_on_condition.json | 2 +- .../components/inside_block_notifier.json | 4 +- .../entities/format/components/interact.json | 6 +- .../entities/format/components/inventory.json | 10 +- .../format/components/is_dyeable.json | 2 +- .../format/components/is_stackable.json | 2 +- .../format/components/item_controllable.json | 6 +- .../format/components/item_hopper.json | 2 +- .../format/components/jump.static.json | 2 +- .../format/components/lava_movement.json | 4 +- .../entities/format/components/lookat.json | 6 +- .../components/managed_wandering_trader.json | 2 +- .../format/components/mob_effect.json | 2 +- .../format/components/movement.glide.json | 4 +- .../entities/format/components/movement.json | 6 +- .../entities/format/components/nameable.json | 14 +- .../format/components/navigation.climb.json | 40 +- .../format/components/navigation.float.json | 40 +- .../format/components/navigation.fly.json | 40 +- .../format/components/navigation.generic.json | 40 +- .../format/components/navigation.hover.json | 40 +- .../format/components/navigation.swim.json | 40 +- .../format/components/navigation.walk.json | 40 +- .../entities/format/components/npc.json | 20 +- .../entities/format/components/peek.json | 8 +- .../format/components/player.exhaustion.json | 6 +- .../format/components/player.experience.json | 6 +- .../format/components/player.level.json | 6 +- .../format/components/player.saturation.json | 4 +- .../format/components/preferred_path.json | 10 +- .../format/components/projectile.json | 8 +- .../format/components/push_through.json | 2 +- .../format/components/rail_movement.json | 2 +- .../format/components/rail_sensor.json | 14 +- .../format/components/ravager_blocked.json | 8 +- .../entities/format/components/rideable.json | 24 +- .../format/components/scale_by_age.json | 4 +- .../format/components/shareables.json | 6 +- .../entities/format/components/shooter.json | 4 +- .../entities/format/components/sittable.json | 4 +- .../format/components/sound_volume.json | 2 +- .../format/components/spawn_entity.json | 4 +- .../format/components/spell_effects.json | 6 +- .../entities/format/components/strength.json | 4 +- .../format/components/suspect_tracking.json | 2 +- .../entities/format/components/tameable.json | 4 +- .../entities/format/components/tamemount.json | 20 +- .../components/target_nearby_sensor.json | 6 +- .../entities/format/components/teleport.json | 14 +- .../entities/format/components/timer.json | 10 +- .../format/components/transformation.json | 26 +- .../entities/format/components/trusting.json | 4 +- .../format/components/type_family.json | 4 +- .../components/underwater_movement.json | 4 +- .../format/components/vibration_listener.json | 2 +- source/behavior/entities/format/events.json | 36 +- .../entities/format/minecraft.entity.json | 18 +- .../entities/format/types/entity_types.json | 8 +- .../behavior/entities/format/types/event.json | 8 +- .../format/types/range_number_type.json | 10 +- .../entities/format/types/trigger.json | 2 +- .../feature_rules/1.13.0/feature_rules.json | 14 +- .../features/minecraft.aggregate_feature.json | 4 +- .../minecraft.beards_and_shavers.json | 12 +- .../minecraft.cave_carver_feature.json | 2 +- .../features/minecraft.conditional_list.json | 4 +- .../features/minecraft.geode_feature.json | 4 +- .../minecraft.growing_plant_feature.json | 8 +- .../minecraft.hell_cave_carver_feature.json | 2 +- .../features/minecraft.multiface_feature.json | 20 +- .../features/minecraft.ore_feature.json | 2 +- .../features/minecraft.rect_layout.json | 6 +- .../features/minecraft.scan_surface.json | 4 +- .../features/minecraft.scatter_feature.json | 22 +- .../features/minecraft.search_feature.json | 12 +- .../features/minecraft.sequence_feature.json | 2 +- .../minecraft.single_block_feature.json | 27 +- .../minecraft.snap_to_surface_feature.json | 4 +- .../minecraft.structure_template_feature.json | 2 +- .../features/minecraft.tree_feature.json | 384 +++++++++--------- ...ecraft.underwater_cave_carver_feature.json | 2 +- .../minecraft.vegetation_patch_feature.json | 24 +- .../minecraft.weighted_random_feature.json | 2 +- source/behavior/functions/tick.json | 6 +- .../items/format/components/block_placer.json | 4 +- .../items/format/components/digger.json | 14 +- .../items/format/components/durability.json | 6 +- .../format/components/entity_placer.json | 4 +- .../items/format/components/food.json | 12 +- .../items/format/components/max_damage.json | 2 +- .../items/format/components/on_use.json | 4 +- .../items/format/components/on_use_on.json | 4 +- .../format/components/render_offsets.json | 22 +- .../items/format/components/repairable.json | 8 +- .../items/format/components/shooter.json | 12 +- .../items/format/components/weapon.json | 18 +- .../items/format/components/wearable.json | 2 +- source/behavior/items/format/events.json | 24 +- .../items/format/events/add_mob_effect.json | 10 +- .../behavior/items/format/events/damage.json | 6 +- .../items/format/events/decrement_stack.json | 2 +- .../format/events/remove_mob_effect.json | 6 +- .../behavior/items/format/events/shoot.json | 8 +- .../behavior/items/format/events/swing.json | 2 +- .../items/format/events/teleport.json | 12 +- .../items/format/events/transform_item.json | 4 +- .../behavior/items/format/minecraft.item.json | 6 +- source/behavior/loot_tables/conditions.json | 2 +- .../conditions/entity_properties.json | 4 +- .../conditions/has_mark_variant.json | 2 +- .../conditions/killed_by_player.json | 2 +- .../conditions/killed_by_player_or_pets.json | 2 +- .../loot_tables/conditions/random_chance.json | 4 +- .../random_chance_with_looting.json | 2 +- .../conditions/random_difficulty_chance.json | 2 +- .../random_regional_difficulty_chance.json | 4 +- source/behavior/loot_tables/functions.json | 4 +- .../functions/enchant_book_for_trading.json | 12 +- .../functions/enchant_random_gear.json | 4 +- .../functions/enchant_randomly.json | 4 +- .../functions/enchant_with_levels.json | 8 +- .../functions/exploration_map.json | 4 +- .../loot_tables/functions/fill_container.json | 6 +- .../loot_tables/functions/furnace_smelt.json | 4 +- .../functions/looting_enchant.json | 6 +- .../functions/random_aux_value.json | 10 +- .../functions/random_block_state.json | 8 +- .../loot_tables/functions/random_dye.json | 4 +- .../loot_tables/functions/set_actor_id.json | 6 +- .../functions/set_banner_details.json | 6 +- .../functions/set_book_contents.json | 10 +- .../loot_tables/functions/set_count.json | 6 +- .../loot_tables/functions/set_damage.json | 10 +- .../loot_tables/functions/set_data.json | 10 +- .../functions/set_data_from_color_index.json | 4 +- .../loot_tables/functions/set_lore.json | 6 +- .../loot_tables/functions/set_name.json | 6 +- .../functions/specific_enchants.json | 6 +- .../functions/trader_material_type.json | 4 +- source/behavior/loot_tables/loot_tables.json | 46 +-- .../1.12.0/types/base types/definition.json | 2 +- .../recipes/1.12.0/types/recipe_shaped.json | 2 +- .../1.12.0/types/recipe_shapeless.json | 2 +- .../spawn_rules/components/biome_filter.json | 2 +- .../components/brightness_filter.json | 6 +- .../spawn_rules/components/delay_filter.json | 10 +- .../spawn_rules/components/density_limit.json | 6 +- .../components/difficulty_filter.json | 6 +- .../components/disallow_spawns_in_bubble.json | 2 +- .../components/distance_filter.json | 6 +- .../spawn_rules/components/height_filter.json | 6 +- .../behavior/spawn_rules/components/herd.json | 16 +- .../components/mob_event_filter.json | 4 +- .../spawn_rules/components/permute_type.json | 8 +- .../components/player_in_village_filter.json | 6 +- .../spawn_rules/components/spawn_event.json | 4 +- .../components/spawns_above_block_filter.json | 6 +- .../spawn_rules/components/spawns_lava.json | 2 +- .../components/spawns_on_block_filter.json | 2 +- .../spawns_on_block_prevented_filter.json | 2 +- .../components/spawns_on_surface.json | 2 +- .../components/spawns_underground.json | 2 +- .../components/spawns_underwater.json | 2 +- .../spawn_rules/components/weight.json | 4 +- .../components/world_age_filter.json | 4 +- source/behavior/spawn_rules/spawn_rules.json | 12 +- source/behavior/trading/trading.json | 14 +- source/behavior/volumes/1.17.0/volumes.json | 12 +- source/general/1.14.0/chance_information.json | 6 +- source/general/UUIDV4.json | 2 +- source/general/Version.json | 2 +- source/general/biome_item.json | 2 +- source/general/block/identifier.json | 2 +- source/general/block/reference.json | 4 +- source/general/block_definition.json | 6 +- source/general/blocks_item.json | 2 +- source/general/entity/damage_source.json | 2 +- source/general/entity/identifier.json | 2 +- source/general/feature/identifier.json | 2 +- source/general/fog/identifier.json | 2 +- source/general/item/identifier.json | 2 +- source/general/loot_table/identifier.json | 2 +- source/general/manifest.json | 2 +- source/general/manifest/manifest.1.json | 28 +- source/general/manifest/manifest.2.json | 30 +- source/general/particle/identifier.json | 2 +- source/general/rawtext/rawtext.json | 28 +- source/general/vectors/integer2.json | 6 +- source/general/vectors/integer3.json | 8 +- source/general/vectors/number2.json | 6 +- source/general/vectors/number3.json | 8 +- source/general/volume/identifier.json | 2 +- source/general/world_x_packs.json | 8 +- source/language/language_names.json | 8 +- source/language/languages.json | 4 +- source/molang/arraynumber3.json | 2 +- source/molang/number.json | 2 +- source/molang/string.json | 2 +- .../animation_controller.json | 50 +-- .../resource/animations/actor_animation.json | 82 ++-- .../attachables/1.10.0/attachables.json | 88 ++-- .../attachables/1.8.0/attachables.json | 80 ++-- source/resource/biomes_client.json | 26 +- source/resource/blocks.json | 14 +- source/resource/entity/1.10.0/entity.json | 76 ++-- source/resource/entity/1.8.0/entity.json | 60 +-- source/resource/fog/fog.json | 6 +- source/resource/items/1.10.0/items.json | 12 +- source/resource/materials/materials.json | 126 +++--- .../models/entity/1.16.0/model_entity.json | 68 ++-- .../models/entity/1.8.0/model_entity.json | 42 +- .../components/emitter_lifetime_events.json | 12 +- .../emitter_lifetime_expression.json | 2 +- .../components/emitter_lifetime_looping.json | 6 +- .../components/emitter_lifetime_once.json | 4 +- .../components/emitter_local_space.json | 8 +- .../components/emitter_rate_instant.json | 2 +- .../components/emitter_rate_manual.json | 4 +- .../components/emitter_rate_steady.json | 6 +- .../components/emitter_shape_box.json | 24 +- .../components/emitter_shape_custom.json | 18 +- .../components/emitter_shape_disc.json | 24 +- .../components/emitter_shape_entity_aabb.json | 18 +- .../components/emitter_shape_point.json | 18 +- .../components/emitter_shape_sphere.json | 22 +- .../particle_appearance_billboard.json | 42 +- .../particle_appearance_lighting.json | 2 +- .../particle_appearance_tinting.json | 22 +- .../particle_expire_if_in_blocks.json | 4 +- .../particle_expire_if_not_in_blocks.json | 4 +- .../components/particle_initial_speed.json | 8 +- .../components/particle_initial_spin.json | 4 +- .../components/particle_initialization.json | 6 +- .../components/particle_kill_plane.json | 10 +- .../components/particle_lifetime_events.json | 10 +- .../particle_lifetime_expression.json | 6 +- .../components/particle_motion_collision.json | 20 +- .../components/particle_motion_dynamic.json | 4 +- .../particle_motion_parametric.json | 12 +- source/resource/particles/particles.json | 36 +- .../render_controllers.json | 98 ++--- source/resource/sounds.json | 44 +- source/resource/sounds/music_definitions.json | 21 +- source/resource/sounds/sound_definitions.json | 34 +- .../resource/textures/flipbook_textures.json | 22 +- source/resource/textures/item_texture.json | 33 +- source/resource/textures/terrain_texture.json | 32 +- source/resource/textures/texture_list.json | 2 +- source/skinpacks/skins.json | 18 +- 457 files changed, 2337 insertions(+), 2406 deletions(-) diff --git a/source/behavior/animation_controllers/animation_controller.json b/source/behavior/animation_controllers/animation_controller.json index e7e800e5..8df0f64a 100644 --- a/source/behavior/animation_controllers/animation_controller.json +++ b/source/behavior/animation_controllers/animation_controller.json @@ -17,13 +17,13 @@ "anyOf": [ { "title": "Animation Specification", - "description": "A single string that specifies which animation there are", + "description": "A single string that specifies which animation there are.", "type": "string" }, { "type": "object", "title": "Animation Specification", - "description": "A object specification on when to animate", + "description": "A object specification on when to animate.", "maxProperties": 1, "minProperties": 1, "additionalProperties": { @@ -46,23 +46,23 @@ "effect": { "type": "string", "title": "Effect", - "description": "The name of a particle effect that should be played" + "description": "The name of a particle effect that should be played." }, "locator": { "type": "string", "title": "Locator", - "description": "The name of a locator on the actor where the effect should be located" + "description": "The name of a locator on the actor where the effect should be located." }, "pre_effect_script": { "type": "string", "title": "Pre Effect Script", - "description": "A molang script that will be run when the particle emitter is initialized" + "description": "A molang script that will be run when the particle emitter is initialized." } } }, "commands": { "type": "string", - "description": "The event or commands to execute", + "description": "The event or commands to execute.", "title": "Commands", "oneOf": [ { "pattern": "^@s .+$", "title": "Event" }, @@ -73,7 +73,7 @@ }, "type": "object", "title": "Animation Controller", - "description": "Animation controller for behaviors", + "description": "Animation controller for behaviors.", "required": ["format_version", "animation_controllers"], "additionalProperties": false, "properties": { @@ -81,7 +81,7 @@ "animation_controllers": { "type": "object", "title": "Animation Controllers", - "description": "The animation controllers schema for", + "description": "The animation controllers schema for.", "propertyNames": { "pattern": "^controller\\.animation\\.[a-z\\.]+", "examples": ["controller.animation.example", "controller.animation.example.foo"] @@ -90,20 +90,20 @@ "additionalProperties": false, "type": "object", "title": "Animation Controller", - "description": "A single animation controller", + "description": "A single animation controller.", "required": ["states"], "minProperties": 1, "properties": { "states": { "title": "States", - "description": "The states of this animation controller", + "description": "The states of this animation controller.", "propertyNames": { "pattern": "[a-z\\.]+" }, "minProperties": 1, "type": "object", "additionalProperties": { "additionalProperties": false, "title": "Animation State", - "description": "Animation state", + "description": "Animation state.", "type": "object", "examples": [ { @@ -114,17 +114,17 @@ "properties": { "animations": { "title": "Animations", - "description": "The animations definition for", + "description": "The animations definition for.", "type": "array", "items": { "$ref": "#/definitions/animationspec", - "description": "The key definition of an animation to play, defined in the entity", + "description": "The key definition of an animation to play, defined in the entity.", "title": "Animations" } }, "on_entry": { "type": "array", - "description": "Events, commands or transitions to preform on entry of this state", + "description": "Events, commands or transitions to preform on entry of this state.", "title": "On Entry", "items": { "$ref": "#/definitions/commands" @@ -132,7 +132,7 @@ }, "on_exit": { "type": "array", - "description": "Events, commands or transitions to preform on exit of this state", + "description": "Events, commands or transitions to preform on exit of this state.", "title": "On Exit", "items": { "$ref": "#/definitions/commands" @@ -140,12 +140,12 @@ }, "transitions": { "title": "Transition", - "description": "The transition definition for", + "description": "The transition definition for.", "minProperties": 1, "type": "array", "items": { "title": "Transition", - "description": "A transition to another state", + "description": "A transition to another state.", "type": "object", "maxProperties": 1, "minProperties": 1, @@ -160,7 +160,7 @@ }, "initial_state": { "title": "Initial State", - "description": "The state to start with, if not specified state at position 0 in the array is used", + "description": "The state to start with, if not specified state at position 0 in the array is used.", "type": "string", "examples": ["default"] } diff --git a/source/behavior/animations/animations.json b/source/behavior/animations/animations.json index d20d6755..db43094b 100644 --- a/source/behavior/animations/animations.json +++ b/source/behavior/animations/animations.json @@ -5,11 +5,11 @@ "definitions": { "animationspec": { "anyOf": [ - { "title": "Animation Specification", "description": "A single string that specifies which animation there are", "type": "string" }, + { "title": "Animation Specification", "description": "A single string that specifies which animation there are.", "type": "string" }, { "type": "object", "title": "Animation Specification", - "description": "A object specification on how to transition", + "description": "A object specification on how to transition.", "maxProperties": 1, "minProperties": 1, "additionalProperties": { "$ref": "../../molang/string.json" } @@ -27,55 +27,55 @@ "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", "const": false }, - "effect": { "type": "string", "description": "The name of a particle effect that should be played", "title": "Effect" }, - "locator": { "type": "string", "description": "The name of a locator on the actor where the effect should be located", "title": "Locator" }, + "effect": { "type": "string", "description": "The name of a particle effect that should be played.", "title": "Effect" }, + "locator": { "type": "string", "description": "The name of a locator on the actor where the effect should be located.", "title": "Locator" }, "pre_effect_script": { "type": "string", - "description": "A molang script that will be run when the particle emitter is initialized", + "description": "A molang script that will be run when the particle emitter is initialized.", "title": "Pre Effect Script" } } }, "commands": { "type": "string", - "description": "The event or commands to execute", + "description": "The event or commands to execute.", "title": "Commands", "anyOf": [ - { "pattern": "^.*=.*;$", "title": "Variable", "description": "Sets the value to a molang variable" }, - { "pattern": "^/[a-z].*$", "title": "Minecraft Command", "description": "Executes a minecraft command" }, + { "pattern": "^.*=.*;$", "title": "Variable", "description": "Sets the value to a molang variable." }, + { "pattern": "^/[a-z].*$", "title": "Minecraft Command", "description": "Executes a minecraft command." }, { "pattern": "[A-Za-z][a-z]*\\.[a-z_0-9]*", "title": "Molang" }, - { "pattern": "^@s .*$", "title": "Event", "description": "An event to be called upon within the executing entity" } + { "pattern": "^@s .*$", "title": "Event", "description": "An event to be called upon within the executing entity." } ] } }, "type": "object", "title": "Animation", - "description": "Animation for behavior for", + "description": "Animation for behavior for.", "required": ["format_version", "animations"], "additionalProperties": false, "properties": { "format_version": { "$ref": "../../general/format_version.json" }, "animations": { "title": "Animations Schema", - "description": "The animation specification", + "description": "The animation specification.", "type": "object", "propertyNames": { "pattern": "^animation\\.[a-z\\.]+" }, "additionalProperties": { "title": "Animation", "type": "object", - "description": "A single animation definition for", + "description": "A single animation definition for.", "additionalProperties": false, "propertyNames": { "examples": ["animation.example.foo"] }, "properties": { - "animation_length": { "type": "number", "description": "The time in seconds this animation will last", "title": "Animation Length" }, + "animation_length": { "type": "number", "description": "The time in seconds this animation will last.", "title": "Animation Length" }, "loop": { "type": "boolean", - "description": "Whenever this animation should loop once it reaches the end, will only happen if the animation is still active", + "description": "Whenever this animation should loop once it reaches the end, will only happen if the animation is still active.", "title": "Loop" }, "timeline": { "title": "Timeline", - "description": "A timeline specification, property names are timestamps", + "description": "A timeline specification, property names are timestamps.", "type": "object", "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { diff --git a/source/behavior/biomes/biomes.json b/source/behavior/biomes/biomes.json index 147e2649..39ddcf41 100644 --- a/source/behavior/biomes/biomes.json +++ b/source/behavior/biomes/biomes.json @@ -6,7 +6,7 @@ "additionalProperties": { "type": "object", "title": "Biomes", - "description": "The definition of a biome", + "description": "The definition of a biome.", "additionalProperties": { "title": "Tag", "type": "object", diff --git a/source/behavior/biomes/components/minecraft.climate.json b/source/behavior/biomes/components/minecraft.climate.json index 8a8c9cc2..f2c9fb44 100644 --- a/source/behavior/biomes/components/minecraft.climate.json +++ b/source/behavior/biomes/components/minecraft.climate.json @@ -7,15 +7,15 @@ "maxProperties": 7, "additionalProperties": false, "properties": { - "temperature": { "title": "Temperature", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }, - "downfall": { "title": "Downfall", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }, - "red_spores": { "title": "Red Spores", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }, - "blue_spores": { "title": "Blue Spores", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }, - "ash": { "title": "Ash", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }, - "white_ash": { "title": "White Ash", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }, + "temperature": { "title": "Temperature", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, + "downfall": { "title": "Downfall", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, + "red_spores": { "title": "Red Spores", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, + "blue_spores": { "title": "Blue Spores", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, + "ash": { "title": "Ash", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, + "white_ash": { "title": "White Ash", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, "snow_accumulation": { "title": "Snow Accumulation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": [ diff --git a/source/behavior/biomes/components/minecraft.forced_features.json b/source/behavior/biomes/components/minecraft.forced_features.json index f67bbfad..ad1110d5 100644 --- a/source/behavior/biomes/components/minecraft.forced_features.json +++ b/source/behavior/biomes/components/minecraft.forced_features.json @@ -26,37 +26,37 @@ "properties": { "distribution": { "title": "Distribution", - "description": "Type of distribution - uniform random, gaussian (centered in the range), or grid (either fixed-step or jittered)", + "description": "Type of distribution - uniform random, gaussian (centered in the range), or grid (either fixed-step or jittered).", "type": "string", "enum": ["uniform", "gaussian", "inverse_gaussian", "triangle", "fixed_grid", "jittered_grid"] }, "extent": { "title": "Extent", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": [ { "title": "Lower Bound", - "description": "Lower bound (inclusive) of the scatter range, as an offset from the input point to scatter around", + "description": "Lower bound (inclusive) of the scatter range, as an offset from the input point to scatter around.", "$ref": "../../../molang/number.json" }, { "title": "Upper Bound", - "description": "Upper bound (inclusive) of the scatter range, as an offset from the input point to scatter around", + "description": "Upper bound (inclusive) of the scatter range, as an offset from the input point to scatter around.", "$ref": "../../../molang/number.json" } ] }, "grid_offset": { "title": "Step Size", - "description": "When the distribution type is grid, defines the offset along this axis", + "description": "When the distribution type is grid, defines the offset along this axis.", "type": "integer", "minimum": 0 }, "step_size": { "title": "Step Size", - "description": "When the distribution type is grid, defines the distance between steps along this axis", + "description": "When the distribution type is grid, defines the distance between steps along this axis.", "type": "integer", "minimum": 1 } @@ -66,7 +66,7 @@ }, "iteration": { "title": "Iteration", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "type": "object", @@ -80,18 +80,18 @@ }, "identifier": { "title": "Identifier", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, "iterations": { "title": "Iterations", - "description": "Number of scattered positions to generate", + "description": "Number of scattered positions to generate.", "$ref": "../../../molang/number.json" }, "places_feature": { "title": "Places Feature", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, @@ -105,14 +105,14 @@ "properties": { "denominator": { "title": "Denominator", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "numerator": { "title": "Numerator", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 @@ -148,7 +148,7 @@ "properties": { "after_sky_pass": { "title": "First Pass", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -157,7 +157,7 @@ }, "after_surface_pass": { "title": "First Pass", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -166,7 +166,7 @@ }, "after_underground_pass": { "title": "First Pass", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -175,7 +175,7 @@ }, "before_sky_pass": { "title": "First Pass", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -184,7 +184,7 @@ }, "before_surface_pass": { "title": "First Pass", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -193,7 +193,7 @@ }, "before_underground_pass": { "title": "First Pass", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -202,7 +202,7 @@ }, "final_pass": { "title": "First Pass", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -211,7 +211,7 @@ }, "first_pass": { "title": "First Pass", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -220,7 +220,7 @@ }, "surface_pass": { "title": "First Pass", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -229,7 +229,7 @@ }, "sky_pass": { "title": "First Pass", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -238,7 +238,7 @@ }, "underground_pass": { "title": "First Pass", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { diff --git a/source/behavior/biomes/components/minecraft.mesa_surface.json b/source/behavior/biomes/components/minecraft.mesa_surface.json index c1f4d756..04cfdef7 100644 --- a/source/behavior/biomes/components/minecraft.mesa_surface.json +++ b/source/behavior/biomes/components/minecraft.mesa_surface.json @@ -33,9 +33,9 @@ "description": "Controls how deep below the world water level the floor should occur.", "type": "integer" }, - "clay_material": { "title": "Clay Material", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }, - "hard_clay_material": { "title": "Hard Clay Material", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }, - "bryce_pillars": { "title": "Bryce Pillars", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" }, - "has_forest": { "title": "Has Forest", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" } + "clay_material": { "title": "Clay Material", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, + "hard_clay_material": { "title": "Hard Clay Material", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, + "bryce_pillars": { "title": "Bryce Pillars", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, + "has_forest": { "title": "Has Forest", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" } } } diff --git a/source/behavior/biomes/components/minecraft.mountain_parameters.json b/source/behavior/biomes/components/minecraft.mountain_parameters.json index fa78fdc3..705b0f95 100644 --- a/source/behavior/biomes/components/minecraft.mountain_parameters.json +++ b/source/behavior/biomes/components/minecraft.mountain_parameters.json @@ -1,7 +1,7 @@ { "$id": "minecraft.behavior.biomes.1.12.0.components.minecraft.mountain_parameters", "title": "Mountain parameters", - "description": "Noise parameters used to drive mountain terrain generation in Overworld", + "description": "Noise parameters used to drive mountain terrain generation in Overworld.", "type": "object", "additionalProperties": false, "minProperties": 0, @@ -10,13 +10,13 @@ "peaks_factor": { "type": "number", "title": "Peaks factor", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "steep_material_adjustment": { "type": "object", "title": "Steep material adjustment", - "description": "Defines surface material for steep slopes", + "description": "Defines surface material for steep slopes.", "additionalProperties": false, "properties": { "material": { @@ -27,28 +27,28 @@ "north_slopes": { "type": "boolean", "title": "North slopes", - "description": "Enable for north facing slopes" + "description": "Enable for north facing slopes." }, "south_slopes": { "type": "boolean", "title": "South slopes", - "description": "Enable for south facing slopes" + "description": "Enable for south facing slopes." }, "west_slopes": { "type": "boolean", "title": "West slopes", - "description": "Enable for west facing slopes" + "description": "Enable for west facing slopes." }, "east_slopes": { "type": "boolean", "title": "East slopes", - "description": "Enable for east facing slopes" + "description": "Enable for east facing slopes." } } }, "top_slide": { "title": "Top slide", - "description": "Controls the density tapering that happens at the top of the world to prevent terrain from reaching too high", + "description": "Controls the density tapering that happens at the top of the world to prevent terrain from reaching too high.", "type": "object", "additionalProperties": false, "properties": { diff --git a/source/behavior/biomes/components/minecraft.overworld_generation_rules.json b/source/behavior/biomes/components/minecraft.overworld_generation_rules.json index b849119c..d8395007 100644 --- a/source/behavior/biomes/components/minecraft.overworld_generation_rules.json +++ b/source/behavior/biomes/components/minecraft.overworld_generation_rules.json @@ -10,12 +10,12 @@ { "type": "string", "title": "Block Reference", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, { "type": "array", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Block Reference", "minItems": 1, @@ -23,24 +23,24 @@ "oneOf": [ { "type": "string", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Block Reference" }, { "type": "array", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": [ { "title": "Biome Reference", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, { "title": "_", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" } @@ -55,25 +55,25 @@ "properties": { "hills_transformation": { "title": "Hills Transformation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/transformation" }, "mutate_transformation": { "title": "Mutate Transformation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/transformation" }, "river_transformation": { "title": "River Transformation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/transformation" }, "shore_transformation": { "title": "Shore Transformation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/transformation" }, @@ -83,19 +83,19 @@ "type": "array", "items": { "title": "_", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": [ { "title": "Climate Category", - "description": "Name of a climate category", + "description": "Name of a climate category.", "type": "string", "enum": ["medium", "warm", "lukewarm", "cold", "frozen"] }, { "title": "Weight", - "description": "Weight with which this biome should be selected, relative to other biomes in the same category", + "description": "Weight with which this biome should be selected, relative to other biomes in the same category.", "type": "integer" } ] diff --git a/source/behavior/biomes/components/minecraft.overworld_height.json b/source/behavior/biomes/components/minecraft.overworld_height.json index e4f3c241..8850a6bc 100644 --- a/source/behavior/biomes/components/minecraft.overworld_height.json +++ b/source/behavior/biomes/components/minecraft.overworld_height.json @@ -9,7 +9,7 @@ "properties": { "noise_params": { "title": "Noise Params", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": [ @@ -23,26 +23,10 @@ }, "noise_type": { "title": "Noise Type", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", - "enum": [ - "stone_beach", - "deep_ocean", - "default", - "default_mutated", - "lowlands", - "river", - "ocean", - "taiga", - "mountains", - "highlands", - "mushroom", - "less_extreme", - "extreme", - "beach", - "swamp" - ] + "enum": ["stone_beach", "deep_ocean", "default", "default_mutated", "lowlands", "river", "ocean", "taiga", "mountains", "highlands", "mushroom", "less_extreme", "extreme", "beach", "swamp"] } } } diff --git a/source/behavior/biomes/components/minecraft.surface_material_adjustments.json b/source/behavior/biomes/components/minecraft.surface_material_adjustments.json index 5926c124..b8b09ded 100644 --- a/source/behavior/biomes/components/minecraft.surface_material_adjustments.json +++ b/source/behavior/biomes/components/minecraft.surface_material_adjustments.json @@ -1,7 +1,7 @@ { "$id": "minecraft.behavior.biomes.1.12.0.components.minecraft.surface_material_adjustments", "title": "Surface Material Adjustments", - "description": "Specify fine-detail changes to blocks used in terrain generation (based on a noise function)", + "description": "Specify fine-detail changes to blocks used in terrain generation (based on a noise function).", "type": "object", "additionalProperties": false, "properties": { @@ -10,7 +10,7 @@ "description": "All adjustments that match the column's noise values will be applied in the order listed.", "items": { "title": "Adjustment", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -32,7 +32,7 @@ }, "materials": { "title": "Materials", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, diff --git a/source/behavior/blocks/blocks.json b/source/behavior/blocks/blocks.json index ea447a1b..09f02d4d 100644 --- a/source/behavior/blocks/blocks.json +++ b/source/behavior/blocks/blocks.json @@ -5,7 +5,7 @@ "required": ["format_version", "minecraft:block"], "type": "object", "title": "Block Behavior", - "description": "The minecraft block behavior specification", + "description": "The minecraft block behavior specification.", "additionalProperties": false, "properties": { "format_version": { "$ref": "../../general/format_version.json" }, diff --git a/source/behavior/blocks/format/components/breathability.json b/source/behavior/blocks/format/components/breathability.json index e6dd9a3f..726485ba 100644 --- a/source/behavior/blocks/format/components/breathability.json +++ b/source/behavior/blocks/format/components/breathability.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "string", "title": "Breathability", - "description": "Property describing the breathability of the block, and whether it's treated as a solid block or a block of air", + "description": "Property describing the breathability of the block, and whether it's treated as a solid block or a block of air.", "enum": ["solid", "air"], "default": "solid" } diff --git a/source/behavior/blocks/format/components/entity_collision.json b/source/behavior/blocks/format/components/entity_collision.json index 506ce871..9f152740 100644 --- a/source/behavior/blocks/format/components/entity_collision.json +++ b/source/behavior/blocks/format/components/entity_collision.json @@ -11,23 +11,23 @@ "origin": { "type": "array", "title": "Origin", - "description": "Minimal position Bounds of the collision box", + "description": "Minimal position Bounds of the collision box.", "default": [-8.0, 0.0, -8.0], "items": [ - { "type": "number", "title": "X", "description": "The x offset" }, - { "type": "number", "title": "Y", "description": "The y offset" }, - { "type": "number", "title": "Z", "description": "The z offset" } + { "type": "number", "title": "X", "description": "The x offset." }, + { "type": "number", "title": "Y", "description": "The y offset." }, + { "type": "number", "title": "Z", "description": "The z offset." } ] }, "size": { "type": "array", "title": "Size", - "description": "Size of each side of the box of the component", + "description": "Size of each side of the box of the component.", "default": [16.0, 16.0, 16.0], "items": [ - { "type": "number", "title": "X", "description": "The x size" }, - { "type": "number", "title": "Y", "description": "The y size" }, - { "type": "number", "title": "Z", "description": "The z size" } + { "type": "number", "title": "X", "description": "The x size." }, + { "type": "number", "title": "Y", "description": "The y size." }, + { "type": "number", "title": "Z", "description": "The z size." } ] } } diff --git a/source/behavior/blocks/format/components/immovable.json b/source/behavior/blocks/format/components/immovable.json index 88255ad5..4aaab266 100644 --- a/source/behavior/blocks/format/components/immovable.json +++ b/source/behavior/blocks/format/components/immovable.json @@ -3,5 +3,5 @@ "additionalProperties": false, "type": "boolean", "title": "Immovable", - "description": "An Immovable block cannot be pushed by pistons" + "description": "An Immovable block cannot be pushed by pistons." } diff --git a/source/behavior/blocks/format/components/material_instances.json b/source/behavior/blocks/format/components/material_instances.json index 7bc6370e..5b9e9b4f 100644 --- a/source/behavior/blocks/format/components/material_instances.json +++ b/source/behavior/blocks/format/components/material_instances.json @@ -6,29 +6,29 @@ "definitions": { "material_instance": { "title": "Material Instance", - "description": "A single material instance", + "description": "A single material instance.", "additionalProperties": false, "properties": { "ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "face_dimming": { "title": "Face Dimming", "type": "boolean", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "render_method": { "type": "string", "title": "Render Method", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["blend", "opaque", "alpha_test"] }, - "texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } } }, diff --git a/source/behavior/blocks/format/components/onlypistonpush.json b/source/behavior/blocks/format/components/onlypistonpush.json index 44c58311..7842aec1 100644 --- a/source/behavior/blocks/format/components/onlypistonpush.json +++ b/source/behavior/blocks/format/components/onlypistonpush.json @@ -2,5 +2,5 @@ "$id": "blockception.minecraft.behavior.blocks.minecraft.onlypistonpush", "type": "boolean", "title": "Only Piston Push", - "description": "Blocks with those components won't stick to stickyPistons" + "description": "Blocks with those components won't stick to stickyPistons." } diff --git a/source/behavior/blocks/format/components/pick_collision.json b/source/behavior/blocks/format/components/pick_collision.json index 1c106bfd..b57c3180 100644 --- a/source/behavior/blocks/format/components/pick_collision.json +++ b/source/behavior/blocks/format/components/pick_collision.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.blocks.minecraft.pick_collision", "title": "Pick Collision", - "description": "Can only be set to false, it disables the collision of the block with entities", + "description": "Can only be set to false, it disables the collision of the block with entities.", "oneOf": [ { "type": "boolean", "const": false }, { @@ -11,23 +11,23 @@ "origin": { "type": "array", "title": "Origin", - "description": "Minimal position Bounds of the collision box", + "description": "Minimal position Bounds of the collision box.", "default": [-8.0, 0.0, -8.0], "items": [ - { "type": "number", "title": "X", "description": "The x offset" }, - { "type": "number", "title": "Y", "description": "The y offset" }, - { "type": "number", "title": "Z", "description": "The z offset" } + { "type": "number", "title": "X", "description": "The x offset." }, + { "type": "number", "title": "Y", "description": "The y offset." }, + { "type": "number", "title": "Z", "description": "The z offset." } ] }, "size": { "type": "array", "title": "Size", - "description": "Size of each side of the box of the component", + "description": "Size of each side of the box of the component.", "default": [16.0, 16.0, 16.0], "items": [ - { "type": "number", "title": "X", "description": "The x size" }, - { "type": "number", "title": "Y", "description": "The y size" }, - { "type": "number", "title": "Z", "description": "The z size" } + { "type": "number", "title": "X", "description": "The x size." }, + { "type": "number", "title": "Y", "description": "The y size." }, + { "type": "number", "title": "Z", "description": "The z size." } ] } } diff --git a/source/behavior/blocks/format/components/placement_filter.json b/source/behavior/blocks/format/components/placement_filter.json index d916ee35..9803839a 100644 --- a/source/behavior/blocks/format/components/placement_filter.json +++ b/source/behavior/blocks/format/components/placement_filter.json @@ -1,33 +1,33 @@ { "$id": "blockception.minecraft.behavior.blocks.minecraft.placement_filter", "title": "Placement Filter", - "description": "Sets rules for under what conditions the block can be placed/survive", + "description": "Sets rules for under what conditions the block can be placed/survive.", "type": "object", "properties": { "conditions": { "title": "Conditions", - "description": "List of conditions where the block can be placed/survive", + "description": "List of conditions where the block can be placed/survive.", "type": "array", "items": { "type": "object", "title": "Condition", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { "allowed_faces": { "title": "Allowed Faces", - "description": "List of any of the following strings: up, down, north, south, east, west, side, all", + "description": "List of any of the following strings: up, down, north, south, east, west, side, all.", "type": "array", "items": { "type": "string", "enum": ["up", "down", "north", "south", "east", "west", "side", "all"] } }, "block_filter": { "title": "Block Filter", - "description": "List of blocks (can use tags to specify them) that this block can be placed against in the allowed_faces direction", + "description": "List of blocks (can use tags to specify them) that this block can be placed against in the allowed_faces direction.", "type": "array", "items": { "type": "string", "title": "Block Identifier", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } diff --git a/source/behavior/blocks/format/components/preventsjumping.json b/source/behavior/blocks/format/components/preventsjumping.json index 879cea86..d28679fb 100644 --- a/source/behavior/blocks/format/components/preventsjumping.json +++ b/source/behavior/blocks/format/components/preventsjumping.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.blocks.minecraft.preventsjumping", "title": "Prevents Jumping", - "description": "This component makes it so actors can't jump when walking on this block", + "description": "This component makes it so actors can't jump when walking on this block.", "type": "boolean" } diff --git a/source/behavior/blocks/format/components/random_ticking.json b/source/behavior/blocks/format/components/random_ticking.json index 476946a1..905698ac 100644 --- a/source/behavior/blocks/format/components/random_ticking.json +++ b/source/behavior/blocks/format/components/random_ticking.json @@ -1,13 +1,13 @@ { "$id": "blockception.minecraft.behavior.blocks.minecraft.random_ticking", "title": "Random Ticking", - "description": "Describes the component that will trigger an even at a regular interval between two values", + "description": "Describes the component that will trigger an even at a regular interval between two values.", "type": "object", "additionalProperties": false, "properties": { "on_tick": { "title": "On Tick", - "description": "Describes the component that will trigger an even at a regular interval between two values", + "description": "Describes the component that will trigger an even at a regular interval between two values.", "type": "string", "additionalProperties": false, "properties": { @@ -27,7 +27,7 @@ } } }, - "looping": { "type": "boolean", "default": true, "description": "Does the event loop", "title": "Looping" }, + "looping": { "type": "boolean", "default": true, "description": "Does the event loop.", "title": "Looping" }, "range": { "type": "array", "default": [10, 10], diff --git a/source/behavior/blocks/format/components/ticking.json b/source/behavior/blocks/format/components/ticking.json index c7c7da73..35a17dc9 100644 --- a/source/behavior/blocks/format/components/ticking.json +++ b/source/behavior/blocks/format/components/ticking.json @@ -1,11 +1,11 @@ { "$id": "blockception.minecraft.behavior.blocks.minecraft.ticking", "title": "Ticking", - "description": "Describes the component that will trigger an even at a regular interval between two values", + "description": "Describes the component that will trigger an even at a regular interval between two values.", "type": "object", "additionalProperties": false, "properties": { - "looping": { "type": "boolean", "title": "Looping", "description": "Does the event loop" }, + "looping": { "type": "boolean", "title": "Looping", "description": "Does the event loop." }, "range": { "title": "Range", "description": "The Range between which the component will trigger his event.", @@ -15,7 +15,7 @@ "on_tick": { "type": "object", "title": "On Tick", - "description": "Describes the component that will trigger an even at a regular interval between two values", + "description": "Describes the component that will trigger an even at a regular interval between two values.", "condition": { "title": "Condition", "type": "string", "description": "The condition of event to be executed on the block. Molang" }, "event": { "title": "Event", "type": "string", "description": "The type of event executed on the block." }, "target": { diff --git a/source/behavior/blocks/format/events.json b/source/behavior/blocks/format/events.json index 38b6f3eb..8312ac15 100644 --- a/source/behavior/blocks/format/events.json +++ b/source/behavior/blocks/format/events.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.block.events", "title": "Events", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "properties": { @@ -16,7 +16,7 @@ "definitions": { "event_base": { "title": "Event", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, diff --git a/source/behavior/blocks/format/events/set_block_property.json b/source/behavior/blocks/format/events/set_block_property.json index ea554fcd..0a788b6d 100644 --- a/source/behavior/blocks/format/events/set_block_property.json +++ b/source/behavior/blocks/format/events/set_block_property.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.block.events.set_block_property", "type": "object", - "description": "Sets a block property on this block", + "description": "Sets a block property on this block.", "title": "Set Block Property", "additionalProperties": false, "properties": { "property": { "type": "string", "description": "Block property to set on the block.", "title": "Property" } } diff --git a/source/behavior/blocks/format/events/transform_item.json b/source/behavior/blocks/format/events/transform_item.json index b2a71947..7d570871 100644 --- a/source/behavior/blocks/format/events/transform_item.json +++ b/source/behavior/blocks/format/events/transform_item.json @@ -4,5 +4,5 @@ "description": "Transforms item into another item.", "title": "Transform Item", "additionalProperties": false, - "properties": { "transform": { "type": "string", "description": "Name of the item it should transform into", "title": "Transform" } } + "properties": { "transform": { "type": "string", "description": "Name of the item it should transform into.", "title": "Transform" } } } diff --git a/source/behavior/blocks/format/minecraft.block.json b/source/behavior/blocks/format/minecraft.block.json index 933a3e4c..6b3ed270 100644 --- a/source/behavior/blocks/format/minecraft.block.json +++ b/source/behavior/blocks/format/minecraft.block.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behavior.blocks", "title": "Block Definitions", - "description": "A custom block definition", + "description": "A custom block definition.", "type": "object", "additionalProperties": false, "required": ["description", "components"], @@ -10,7 +10,7 @@ "components_ref": { "type": "object", "title": "Component", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { @@ -53,7 +53,7 @@ "properties": { "description": { "title": "Block Description", - "description": "The description for this block", + "description": "The description for this block.", "type": "object", "additionalProperties": false, "required": ["identifier"], @@ -78,19 +78,19 @@ }, "properties": { "title": "Properties", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$" }, "type": "object", "additionalProperties": { "title": "Property", - "description": "A block property", + "description": "A block property.", "oneOf": [ { "type": "array", "items": { "title": "Property Value", - "description": "The value of this property", + "description": "The value of this property.", "anyOf": [{ "type": "boolean" }, { "type": "number" }, { "type": "integer" }, { "type": "string" }] } }, @@ -109,18 +109,18 @@ "permutations": { "type": "array", "title": "Permutations", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "title": "Permutation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "condition": { "title": "Condition", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "../../../molang/string.json" }, diff --git a/source/behavior/dialogue/dialogue.json b/source/behavior/dialogue/dialogue.json index f6d19dc7..316df966 100644 --- a/source/behavior/dialogue/dialogue.json +++ b/source/behavior/dialogue/dialogue.json @@ -18,7 +18,7 @@ ], "type": "object", "title": "NPC Dialogue", - "description": "Specifies the dialogue scenes", + "description": "Specifies the dialogue scenes.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "required": ["format_version", "minecraft:npc_dialogue"], @@ -26,20 +26,20 @@ "format_version": { "$ref": "../../general/format_version.json" }, "minecraft:npc_dialogue": { "title": "NPC Dialogue", - "description": "Specifies the dialogue of an npc", + "description": "Specifies the dialogue of an npc.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "scenes": { "title": "Scenes", - "description": "The different scenes", + "description": "The different scenes.", "$comment": "UNDOCUMENTED", "type": "array", "minItems": 1, "items": { "title": "Scene", - "description": "A single scene specification", + "description": "A single scene specification.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -48,27 +48,27 @@ "properties": { "buttons": { "title": "Buttons", - "description": "This is where you can create buttons for your NPC", + "description": "This is where you can create buttons for your NPC.", "type": "array", "maxItems": 6, "items": { "title": "Button", - "description": "This is where you can create buttons for your NPC", + "description": "This is where you can create buttons for your NPC.", "type": "object", "additionalProperties": false, "properties": { "name": { "title": "Name", - "description": "Set the text that is going to be displayed on your NPC’s button", + "description": "Set the text that is going to be displayed on your NPC’s button.", "oneOf": [{ "type": "string" }, { "$ref": "../../general/rawtext/rawtext.json" }] }, "commands": { "type": "array", - "description": "allows you to add commands which will be run in-game when the button is pressed", + "description": "allows you to add commands which will be run in-game when the button is pressed.", "title": "Commands", "items": { "title": "Minecraft Command", - "description": "The commands to execute", + "description": "The commands to execute.", "type": "string", "pattern": "^/[a-z].*$" } @@ -83,22 +83,22 @@ }, "on_close_commands": { "type": "array", - "description": "This is where you can define which commands will fire when the NPC dialogue box closes", + "description": "This is where you can define which commands will fire when the NPC dialogue box closes.", "title": "On Close Commands", "items": { "title": "Minecraft Command", - "description": "A minecraft command to execute", + "description": "A minecraft command to execute.", "type": "string", "pattern": "^/[a-z].*$" } }, "on_open_commands": { "type": "array", - "description": "This is where you can define which commands will fire when the NPC dialogue box opens", + "description": "This is where you can define which commands will fire when the NPC dialogue box opens.", "title": "On Close Commands", "items": { "title": "Minecraft Command", - "description": "A minecraft command to execute", + "description": "A minecraft command to execute.", "type": "string", "pattern": "^/[a-z].*$" } diff --git a/source/behavior/entities/entities.json b/source/behavior/entities/entities.json index bab37478..7b9abc51 100644 --- a/source/behavior/entities/entities.json +++ b/source/behavior/entities/entities.json @@ -14,7 +14,7 @@ ], "type": "object", "title": "Entity Behavior", - "description": "The minecraft entity behavior specification", + "description": "The minecraft entity behavior specification.", "required": ["format_version", "minecraft:entity"], "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/filters/filters/has_ability.json b/source/behavior/entities/filters/filters/has_ability.json index 04b6328e..fad97d0f 100644 --- a/source/behavior/entities/filters/filters/has_ability.json +++ b/source/behavior/entities/filters/filters/has_ability.json @@ -18,7 +18,7 @@ }, "value": { "type": "string", - "description": "(Required) The Ability type to test", + "description": "(Required) The Ability type to test.", "enum": ["flySpeed", "flying", "instabuild", "invulnerable", "lightning", "mayfly", "mute", "noclip", "walkSpeed", "worldbuilder"], "title": "Value" } diff --git a/source/behavior/entities/filters/filters/has_biome_tag.json b/source/behavior/entities/filters/filters/has_biome_tag.json index b8504286..b21e5979 100644 --- a/source/behavior/entities/filters/filters/has_biome_tag.json +++ b/source/behavior/entities/filters/filters/has_biome_tag.json @@ -17,7 +17,7 @@ "$ref": "./types/subject.json" }, "value": { - "description": "(Required) The tag to look for", + "description": "(Required) The tag to look for.", "type": "string", "title": "Value" } diff --git a/source/behavior/entities/filters/filters/has_component.json b/source/behavior/entities/filters/filters/has_component.json index 08ff79aa..1fe0cff0 100644 --- a/source/behavior/entities/filters/filters/has_component.json +++ b/source/behavior/entities/filters/filters/has_component.json @@ -18,7 +18,7 @@ }, "value": { "type": "string", - "description": "(Required) The component name to look for", + "description": "(Required) The component name to look for.", "title": "Value" } }, diff --git a/source/behavior/entities/filters/filters/has_container_open.json b/source/behavior/entities/filters/filters/has_container_open.json index 4131dadb..146d63fd 100644 --- a/source/behavior/entities/filters/filters/has_container_open.json +++ b/source/behavior/entities/filters/filters/has_container_open.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/has_damage.json b/source/behavior/entities/filters/filters/has_damage.json index 5f3499a0..d33d62ee 100644 --- a/source/behavior/entities/filters/filters/has_damage.json +++ b/source/behavior/entities/filters/filters/has_damage.json @@ -9,6 +9,6 @@ "test": { "type": "string", "title": "Test Property", "description": "Returns true when the subject entity receives the named damage type." }, "operator": { "$ref": "./types/operator.json" }, "subject": { "$ref": "./types/subject.json" }, - "value": { "type": "string", "description": "The Damage type to test", "$ref": "../../../../general/entity/damage_source.json", "title": "Value" } + "value": { "type": "string", "description": "The Damage type to test.", "$ref": "../../../../general/entity/damage_source.json", "title": "Value" } } } diff --git a/source/behavior/entities/filters/filters/has_equipment.json b/source/behavior/entities/filters/filters/has_equipment.json index 0d5fa02f..9db159e2 100644 --- a/source/behavior/entities/filters/filters/has_equipment.json +++ b/source/behavior/entities/filters/filters/has_equipment.json @@ -12,7 +12,7 @@ "title": "Test" }, "domain": { - "description": "The equipment location to test", + "description": "The equipment location to test.", "default": "any", "enum": ["any", "armor", "feet", "hand", "head", "leg", "torso"], "title": "Domain" @@ -24,7 +24,7 @@ "$ref": "./types/subject.json" }, "value": { - "description": "The item name to look for", + "description": "The item name to look for.", "type": "string", "$ref": "../../../../general/item/identifier.json", "title": "Value" diff --git a/source/behavior/entities/filters/filters/has_mob_effect.json b/source/behavior/entities/filters/filters/has_mob_effect.json index 37ae441d..81dff24c 100644 --- a/source/behavior/entities/filters/filters/has_mob_effect.json +++ b/source/behavior/entities/filters/filters/has_mob_effect.json @@ -18,7 +18,7 @@ }, "value": { "type": "string", - "description": "The specified mob effect", + "description": "The specified mob effect.", "title": "Value" } }, diff --git a/source/behavior/entities/filters/filters/has_nametag.json b/source/behavior/entities/filters/filters/has_nametag.json index 181f5d68..549b92c7 100644 --- a/source/behavior/entities/filters/filters/has_nametag.json +++ b/source/behavior/entities/filters/filters/has_nametag.json @@ -12,7 +12,7 @@ "title": "Test" }, "domain": { - "description": "The equipment location to test", + "description": "The equipment location to test.", "default": "any", "enum": ["any", "armor", "feet", "hand", "head", "leg", "torso"], "title": "Domain" diff --git a/source/behavior/entities/filters/filters/has_ranged_weapon.json b/source/behavior/entities/filters/filters/has_ranged_weapon.json index e98b9da7..add8e0c6 100644 --- a/source/behavior/entities/filters/filters/has_ranged_weapon.json +++ b/source/behavior/entities/filters/filters/has_ranged_weapon.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/has_silk_touch.json b/source/behavior/entities/filters/filters/has_silk_touch.json index e64caafa..6895a457 100644 --- a/source/behavior/entities/filters/filters/has_silk_touch.json +++ b/source/behavior/entities/filters/filters/has_silk_touch.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/has_tag.json b/source/behavior/entities/filters/filters/has_tag.json index 47c324c6..a5b4328d 100644 --- a/source/behavior/entities/filters/filters/has_tag.json +++ b/source/behavior/entities/filters/filters/has_tag.json @@ -18,7 +18,7 @@ }, "value": { "type": "string", - "description": "The tag as a string", + "description": "The tag as a string.", "pattern": "[a-zA-Z0-9_]+", "title": "Value" } diff --git a/source/behavior/entities/filters/filters/has_target.json b/source/behavior/entities/filters/filters/has_target.json index e81ae2a3..36602926 100644 --- a/source/behavior/entities/filters/filters/has_target.json +++ b/source/behavior/entities/filters/filters/has_target.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/hourly_clock_time.json b/source/behavior/entities/filters/filters/hourly_clock_time.json index 3a93e6a5..823e346d 100644 --- a/source/behavior/entities/filters/filters/hourly_clock_time.json +++ b/source/behavior/entities/filters/filters/hourly_clock_time.json @@ -2,13 +2,13 @@ "$id": "blockception.minecraft.behavior.entities.filters.hourly_clock_time", "type": "object", "title": "Hourly Clock Time", - "description": "Compares the current 24 hour time with an int value in the range[0, 24000]", + "description": "Compares the current 24 hour time with an int value in the range[0, 24000].", "required": ["value"], "properties": { "test": { "type": "string", "title": "Test Property", - "description": "Compares the current 24 hour time with an int value in the range[0, 24000]", + "description": "Compares the current 24 hour time with an int value in the range[0, 24000].", "const": "hourly_clock_time" }, "operator": { @@ -19,7 +19,7 @@ }, "value": { "type": "integer", - "description": "(Required) An integer value set between 0 and 24000", + "description": "(Required) An integer value set between 0 and 24000.", "minimum": 0, "maximum": 24000, "title": "Value" diff --git a/source/behavior/entities/filters/filters/in_nether.json b/source/behavior/entities/filters/filters/in_nether.json index ee26a7ed..cb86c183 100644 --- a/source/behavior/entities/filters/filters/in_nether.json +++ b/source/behavior/entities/filters/filters/in_nether.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/inactivity_timer.json b/source/behavior/entities/filters/filters/inactivity_timer.json index 0c94c416..6295e0c5 100644 --- a/source/behavior/entities/filters/filters/inactivity_timer.json +++ b/source/behavior/entities/filters/filters/inactivity_timer.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" @@ -17,7 +17,7 @@ "$ref": "./types/subject.json" }, "value": { - "description": "The Family name to look for", + "description": "The Family name to look for.", "type": "integer", "title": "Value" } diff --git a/source/behavior/entities/filters/filters/is_altitude.json b/source/behavior/entities/filters/filters/is_altitude.json index cce3aa45..958768d8 100644 --- a/source/behavior/entities/filters/filters/is_altitude.json +++ b/source/behavior/entities/filters/filters/is_altitude.json @@ -3,9 +3,7 @@ "type": "object", "title": "Is Altitude", "description": "Tests the current altitude against a provided value. 0= bedrock elevation.", - "required": [ - "value" - ], + "required": ["value"], "properties": { "test": { "type": "string", @@ -20,7 +18,7 @@ }, "value": { "type": "integer", - "description": "The altitude value to compare with", + "description": "The altitude value to compare with.", "minimum": 0, "title": "Value" } @@ -31,4 +29,4 @@ "value": 0 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/filters/filters/is_biome.json b/source/behavior/entities/filters/filters/is_biome.json index dbcc439e..5a4d61a6 100644 --- a/source/behavior/entities/filters/filters/is_biome.json +++ b/source/behavior/entities/filters/filters/is_biome.json @@ -17,7 +17,7 @@ "$ref": "./types/subject.json" }, "value": { - "description": "The Biome type to test", + "description": "The Biome type to test.", "type": "string", "enum": [ "beach", diff --git a/source/behavior/entities/filters/filters/is_block.json b/source/behavior/entities/filters/filters/is_block.json index 41248d39..b5b44da3 100644 --- a/source/behavior/entities/filters/filters/is_block.json +++ b/source/behavior/entities/filters/filters/is_block.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" @@ -17,7 +17,7 @@ "$ref": "./types/subject.json" }, "value": { - "description": "The Family name to look for", + "description": "The Family name to look for.", "type": "string", "title": "Value" } diff --git a/source/behavior/entities/filters/filters/is_color.json b/source/behavior/entities/filters/filters/is_color.json index 485b938d..835b5b2a 100644 --- a/source/behavior/entities/filters/filters/is_color.json +++ b/source/behavior/entities/filters/filters/is_color.json @@ -17,7 +17,7 @@ "$ref": "./types/subject.json" }, "value": { - "description": "The Palette Color to test", + "description": "The Palette Color to test.", "type": "string", "enum": ["black", "blue", "brown", "cyan", "gray", "green", "light_blue", "light_green", "magenta", "orange", "pink", "purple", "red", "silver", "white", "yellow"], "title": "Value" diff --git a/source/behavior/entities/filters/filters/is_difficulty.json b/source/behavior/entities/filters/filters/is_difficulty.json index ce7ec5b1..54be8dda 100644 --- a/source/behavior/entities/filters/filters/is_difficulty.json +++ b/source/behavior/entities/filters/filters/is_difficulty.json @@ -17,7 +17,7 @@ "$ref": "./types/subject.json" }, "value": { - "description": "The game's difficulty level to test", + "description": "The game's difficulty level to test.", "type": "string", "enum": ["easy", "hard", "normal", "peaceful"], "title": "Value" diff --git a/source/behavior/entities/filters/filters/is_family.json b/source/behavior/entities/filters/filters/is_family.json index fae87094..9c1b62ca 100644 --- a/source/behavior/entities/filters/filters/is_family.json +++ b/source/behavior/entities/filters/filters/is_family.json @@ -17,7 +17,7 @@ "$ref": "./types/subject.json" }, "value": { - "description": "The Family name to look for", + "description": "The Family name to look for.", "type": "string", "title": "Value" } diff --git a/source/behavior/entities/filters/filters/is_humid.json b/source/behavior/entities/filters/filters/is_humid.json index 93295b20..89e7bebb 100644 --- a/source/behavior/entities/filters/filters/is_humid.json +++ b/source/behavior/entities/filters/filters/is_humid.json @@ -2,12 +2,12 @@ "$id": "blockception.minecraft.behavior.entities.filters.is_humid", "type": "object", "title": "Is Humid", - "description": "Tests whether the Subject is in an area with humidity", + "description": "Tests whether the Subject is in an area with humidity.", "properties": { "test": { "type": "string", "title": "Test Property", - "description": "Tests whether the Subject is in an area with humidity" + "description": "Tests whether the Subject is in an area with humidity." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_immobile.json b/source/behavior/entities/filters/filters/is_immobile.json index de2a69fd..f66cd0e1 100644 --- a/source/behavior/entities/filters/filters/is_immobile.json +++ b/source/behavior/entities/filters/filters/is_immobile.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_in_village.json b/source/behavior/entities/filters/filters/is_in_village.json index 7ad93a1a..be4aa290 100644 --- a/source/behavior/entities/filters/filters/is_in_village.json +++ b/source/behavior/entities/filters/filters/is_in_village.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_leashed.json b/source/behavior/entities/filters/filters/is_leashed.json index fd50e3b9..3b2086ca 100644 --- a/source/behavior/entities/filters/filters/is_leashed.json +++ b/source/behavior/entities/filters/filters/is_leashed.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_leashed_to.json b/source/behavior/entities/filters/filters/is_leashed_to.json index c8487a20..fc10dc73 100644 --- a/source/behavior/entities/filters/filters/is_leashed_to.json +++ b/source/behavior/entities/filters/filters/is_leashed_to.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_mark_variant.json b/source/behavior/entities/filters/filters/is_mark_variant.json index 79aac260..d4275e31 100644 --- a/source/behavior/entities/filters/filters/is_mark_variant.json +++ b/source/behavior/entities/filters/filters/is_mark_variant.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" @@ -18,7 +18,7 @@ }, "value": { "type": "integer", - "description": "The altitude value to compare with", + "description": "The altitude value to compare with.", "title": "Value" } }, diff --git a/source/behavior/entities/filters/filters/is_missing_health.json b/source/behavior/entities/filters/filters/is_missing_health.json index a32172b3..75cc26b5 100644 --- a/source/behavior/entities/filters/filters/is_missing_health.json +++ b/source/behavior/entities/filters/filters/is_missing_health.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_moving.json b/source/behavior/entities/filters/filters/is_moving.json index 36a6efa5..bc34db6a 100644 --- a/source/behavior/entities/filters/filters/is_moving.json +++ b/source/behavior/entities/filters/filters/is_moving.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_owner.json b/source/behavior/entities/filters/filters/is_owner.json index 3056491b..a75a70d1 100644 --- a/source/behavior/entities/filters/filters/is_owner.json +++ b/source/behavior/entities/filters/filters/is_owner.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_persistent.json b/source/behavior/entities/filters/filters/is_persistent.json index d386b76d..04fb8a4c 100644 --- a/source/behavior/entities/filters/filters/is_persistent.json +++ b/source/behavior/entities/filters/filters/is_persistent.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_riding.json b/source/behavior/entities/filters/filters/is_riding.json index 01e35448..5c6e16f2 100644 --- a/source/behavior/entities/filters/filters/is_riding.json +++ b/source/behavior/entities/filters/filters/is_riding.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_skin_id.json b/source/behavior/entities/filters/filters/is_skin_id.json index 72eeb5a9..c7d8fe48 100644 --- a/source/behavior/entities/filters/filters/is_skin_id.json +++ b/source/behavior/entities/filters/filters/is_skin_id.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" @@ -17,7 +17,7 @@ }, "value": { "type": "integer", - "description": "The altitude value to compare with", + "description": "The altitude value to compare with.", "title": "Value" } }, diff --git a/source/behavior/entities/filters/filters/is_sleeping.json b/source/behavior/entities/filters/filters/is_sleeping.json index 80ba3a37..51916845 100644 --- a/source/behavior/entities/filters/filters/is_sleeping.json +++ b/source/behavior/entities/filters/filters/is_sleeping.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_sneaking.json b/source/behavior/entities/filters/filters/is_sneaking.json index 5dfb74cb..1a1fffa5 100644 --- a/source/behavior/entities/filters/filters/is_sneaking.json +++ b/source/behavior/entities/filters/filters/is_sneaking.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_snow_covered.json b/source/behavior/entities/filters/filters/is_snow_covered.json index 24313139..182128cc 100644 --- a/source/behavior/entities/filters/filters/is_snow_covered.json +++ b/source/behavior/entities/filters/filters/is_snow_covered.json @@ -2,12 +2,12 @@ "$id": "blockception.minecraft.behavior.entities.filters.is_snow_covered", "type": "object", "title": "Is Snow Covered", - "description": "Tests whether the Subject is in an area with snow cover", + "description": "Tests whether the Subject is in an area with snow cover.", "properties": { "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_target.json b/source/behavior/entities/filters/filters/is_target.json index f6f92ecb..614e86b0 100644 --- a/source/behavior/entities/filters/filters/is_target.json +++ b/source/behavior/entities/filters/filters/is_target.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_temperature_type.json b/source/behavior/entities/filters/filters/is_temperature_type.json index 1d9c8b44..dca0fb23 100644 --- a/source/behavior/entities/filters/filters/is_temperature_type.json +++ b/source/behavior/entities/filters/filters/is_temperature_type.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" @@ -17,7 +17,7 @@ "$ref": "./types/subject.json" }, "value": { - "description": "The Biome temperature catagory to test", + "description": "The Biome temperature catagory to test.", "type": "string", "enum": ["cold", "mild", "ocean", "warm"], "title": "Value" diff --git a/source/behavior/entities/filters/filters/is_temperature_value.json b/source/behavior/entities/filters/filters/is_temperature_value.json index 91ba7fa3..1b6e1898 100644 --- a/source/behavior/entities/filters/filters/is_temperature_value.json +++ b/source/behavior/entities/filters/filters/is_temperature_value.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_underground.json b/source/behavior/entities/filters/filters/is_underground.json index 2b7c9159..f7c86e26 100644 --- a/source/behavior/entities/filters/filters/is_underground.json +++ b/source/behavior/entities/filters/filters/is_underground.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_underwater.json b/source/behavior/entities/filters/filters/is_underwater.json index 579a03f0..29474696 100644 --- a/source/behavior/entities/filters/filters/is_underwater.json +++ b/source/behavior/entities/filters/filters/is_underwater.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_variant.json b/source/behavior/entities/filters/filters/is_variant.json index 4080623d..93734d8d 100644 --- a/source/behavior/entities/filters/filters/is_variant.json +++ b/source/behavior/entities/filters/filters/is_variant.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" @@ -18,7 +18,7 @@ }, "value": { "type": "integer", - "description": "The altitude value to compare with", + "description": "The altitude value to compare with.", "title": "Value" } }, diff --git a/source/behavior/entities/filters/filters/is_visible.json b/source/behavior/entities/filters/filters/is_visible.json index 720c4746..8ec2270d 100644 --- a/source/behavior/entities/filters/filters/is_visible.json +++ b/source/behavior/entities/filters/filters/is_visible.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/is_waterlogged.json b/source/behavior/entities/filters/filters/is_waterlogged.json index 5b09837d..a7f95cf7 100644 --- a/source/behavior/entities/filters/filters/is_waterlogged.json +++ b/source/behavior/entities/filters/filters/is_waterlogged.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/light_level.json b/source/behavior/entities/filters/filters/light_level.json index f64ae452..2952f13b 100644 --- a/source/behavior/entities/filters/filters/light_level.json +++ b/source/behavior/entities/filters/filters/light_level.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/moon_intensity.json b/source/behavior/entities/filters/filters/moon_intensity.json index 10abd762..5322c0e1 100644 --- a/source/behavior/entities/filters/filters/moon_intensity.json +++ b/source/behavior/entities/filters/filters/moon_intensity.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/moon_phase.json b/source/behavior/entities/filters/filters/moon_phase.json index a48f81e6..afb9c804 100644 --- a/source/behavior/entities/filters/filters/moon_phase.json +++ b/source/behavior/entities/filters/filters/moon_phase.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/on_ground.json b/source/behavior/entities/filters/filters/on_ground.json index f534a35c..7faf5c0e 100644 --- a/source/behavior/entities/filters/filters/on_ground.json +++ b/source/behavior/entities/filters/filters/on_ground.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/on_ladder.json b/source/behavior/entities/filters/filters/on_ladder.json index 413ba36e..1ebfad7b 100644 --- a/source/behavior/entities/filters/filters/on_ladder.json +++ b/source/behavior/entities/filters/filters/on_ladder.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/random_chance.json b/source/behavior/entities/filters/filters/random_chance.json index 81ee367b..da9b07d7 100644 --- a/source/behavior/entities/filters/filters/random_chance.json +++ b/source/behavior/entities/filters/filters/random_chance.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/rider_count.json b/source/behavior/entities/filters/filters/rider_count.json index 4700a0e5..f8d54b10 100644 --- a/source/behavior/entities/filters/filters/rider_count.json +++ b/source/behavior/entities/filters/filters/rider_count.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/surface_mob.json b/source/behavior/entities/filters/filters/surface_mob.json index b0db6895..d21555fa 100644 --- a/source/behavior/entities/filters/filters/surface_mob.json +++ b/source/behavior/entities/filters/filters/surface_mob.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/trusts.json b/source/behavior/entities/filters/filters/trusts.json index 315cbb9c..26e5511b 100644 --- a/source/behavior/entities/filters/filters/trusts.json +++ b/source/behavior/entities/filters/filters/trusts.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" diff --git a/source/behavior/entities/filters/filters/types/test.json b/source/behavior/entities/filters/filters/types/test.json index 0b0b8f35..aeb2db43 100644 --- a/source/behavior/entities/filters/filters/types/test.json +++ b/source/behavior/entities/filters/filters/types/test.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.filters.test", "title": "Test", "type": "string", - "description": "The test operation", + "description": "The test operation.", "enum": [ "clock_time", "distance_to_nearest_player", diff --git a/source/behavior/entities/filters/filters/weather.json b/source/behavior/entities/filters/filters/weather.json index 191c18ca..f429aced 100644 --- a/source/behavior/entities/filters/filters/weather.json +++ b/source/behavior/entities/filters/filters/weather.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" @@ -17,7 +17,7 @@ "$ref": "./types/subject.json" }, "value": { - "description": "The Family name to look for", + "description": "The Family name to look for.", "type": "string", "title": "Value", "examples": ["clear", "thunderstorm"] diff --git a/source/behavior/entities/filters/filters/weather_at_position.json b/source/behavior/entities/filters/filters/weather_at_position.json index 0fc58194..934361a2 100644 --- a/source/behavior/entities/filters/filters/weather_at_position.json +++ b/source/behavior/entities/filters/filters/weather_at_position.json @@ -8,7 +8,7 @@ "test": { "type": "string", "title": "Test", - "description": "The test property" + "description": "The test property." }, "operator": { "$ref": "./types/operator.json" @@ -17,7 +17,7 @@ "$ref": "./types/subject.json" }, "value": { - "description": "The Family name to look for", + "description": "The Family name to look for.", "type": "string", "title": "Value", "examples": ["thunderstorm"] diff --git a/source/behavior/entities/format/behaviors/admire_item.json b/source/behavior/entities/format/behaviors/admire_item.json index a1d904b9..d50d8094 100644 --- a/source/behavior/entities/format/behaviors/admire_item.json +++ b/source/behavior/entities/format/behaviors/admire_item.json @@ -11,17 +11,17 @@ "admire_item_sound": { "title": "Admire Item Sound", "type": "string", - "description": "The sound event to play when admiring the item" + "description": "The sound event to play when admiring the item." }, "on_admire_item_start": { "title": "On Admire Item Start", "$ref": "../types/event.json", - "description": "The event to run when admiring the item" + "description": "The event to run when admiring the item." }, "on_admire_item_stop": { "title": "On Admire Item Stop", "$ref": "../types/event.json", - "description": "The event to run when no longer admiring the item" + "description": "The event to run when no longer admiring the item." }, "sound_interval": { "title": "Sound Interval", diff --git a/source/behavior/entities/format/behaviors/beg.json b/source/behavior/entities/format/behaviors/beg.json index a6cf3925..8ae25f9b 100644 --- a/source/behavior/entities/format/behaviors/beg.json +++ b/source/behavior/entities/format/behaviors/beg.json @@ -11,10 +11,10 @@ }, "items": { "type": "array", - "description": "List of items that this mob likes", + "description": "List of items that this mob likes.", "items": { "type": "string", - "description": "List of items that this mob likes", + "description": "List of items that this mob likes.", "title": "Properties", "$ref": "../../../../general/item/identifier.json" }, @@ -23,16 +23,13 @@ "look_distance": { "type": "number", "default": 8, - "description": "Distance in blocks the mob will beg from", + "description": "Distance in blocks the mob will beg from.", "title": "Look Distance" }, "look_time": { - "description": "The range of time in seconds this mob will stare at the player holding a food they like, begging for it", + "description": "The range of time in seconds this mob will stare at the player holding a food they like, begging for it.", "$ref": "../types/range_number_type.json", - "default": [ - 2, - 4 - ], + "default": [2, 4], "title": "Look Time" } }, @@ -42,4 +39,4 @@ "look_distance": 8 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/defend_trusted_target.json b/source/behavior/entities/format/behaviors/defend_trusted_target.json index f77aea70..b2238685 100644 --- a/source/behavior/entities/format/behaviors/defend_trusted_target.json +++ b/source/behavior/entities/format/behaviors/defend_trusted_target.json @@ -18,20 +18,19 @@ "title": "Attack Interval", "type": "integer", "default": 0, - "description": "Time in seconds between attacks" + "description": "Time in seconds between attacks." }, "must_see": { "title": "Must See", "type": "boolean", "default": false, - "description": "If true, only entities in this mob's viewing range can be selected as targets" + "description": "If true, only entities in this mob's viewing range can be selected as targets." }, "must_see_forget_duration": { "title": "Must See Forget Duration", "type": "number", "default": 3, - "description": "Determines the amount of time in seconds that this mob will look for a target before forgetting about it and looking for a new one when the target isn't visible any more" - + "description": "Determines the amount of time in seconds that this mob will look for a target before forgetting about it and looking for a new one when the target isn't visible any more." }, "on_defend_start": { "title": "On Defend Start", @@ -42,12 +41,12 @@ "title": "Within Radius", "type": "number", "default": 0, - "description": "Distance in blocks that the target can be within to launch an attack" + "description": "Distance in blocks that the target can be within to launch an attack." }, "entity_types": { "title": "Entity Types", "type": "object", - "description": "List of entity types that this mob considers valid targets", + "description": "List of entity types that this mob considers valid targets.", "additionalProperties": false }, "sound_chance": { @@ -70,4 +69,4 @@ "sound_chance": 0.05 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/defend_village_target.json b/source/behavior/entities/format/behaviors/defend_village_target.json index ff1eae58..3c69f4fa 100644 --- a/source/behavior/entities/format/behaviors/defend_village_target.json +++ b/source/behavior/entities/format/behaviors/defend_village_target.json @@ -9,7 +9,7 @@ "entity_types": { "title": "Entity Types", "$ref": "../types/entity_types.json", - "description": "List of entity types this mob considers a threat to the village", + "description": "List of entity types this mob considers a threat to the village.", "$comment": "UNDOCUMENTED" }, "must_reach": { diff --git a/source/behavior/entities/format/behaviors/delayed_attack.json b/source/behavior/entities/format/behaviors/delayed_attack.json index c6c8fb2d..50003e65 100644 --- a/source/behavior/entities/format/behaviors/delayed_attack.json +++ b/source/behavior/entities/format/behaviors/delayed_attack.json @@ -41,7 +41,7 @@ "title": "Inner Boundary Time Increase", "type": "number", "default": 0.25, - "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \"path_inner_boundary\"." + "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \."path_inner_boundary\"." }, "max_dist": { "title": "Max Dist", @@ -75,7 +75,7 @@ "title": "Outer Boundary Time Increase", "type": "number", "default": 0.5, - "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \"path_outer_boundary\"." + "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \."path_outer_boundary\"." }, "path_fail_time_increase": { "title": "Path Fail Time Increase", @@ -87,19 +87,19 @@ "title": "Path Inner Boundary", "type": "number", "default": 16, - "description": "Distance at which to increase attack path recalculation by \"inner_boundary_tick_increase\"." + "description": "Distance at which to increase attack path recalculation by \."inner_boundary_tick_increase\"." }, "path_outer_boundary": { "title": "Path Outer Boundary", "type": "number", "default": 32, - "description": "Distance at which to increase attack path recalculation by \"outer_boundary_tick_increase\"." + "description": "Distance at which to increase attack path recalculation by \."outer_boundary_tick_increase\"." }, "random_stop_interval": { "title": "Random Stop Interval", "type": "integer", "default": 0, - "description": "This entity will have a 1 in N chance to stop it's current attack, where N = \"random_stop_interval\"." + "description": "This entity will have a 1 in N chance to stop it's current attack, where N = \."random_stop_interval\"." }, "reach_multiplier": { "title": "Reach Multiplier", @@ -117,7 +117,7 @@ "title": "Set Persistent", "type": "boolean", "default": false, - "description": "Allows the actor to be set to persist upon targeting a player" + "description": "Allows the actor to be set to persist upon targeting a player." }, "target_dist": { "title": "Target Dist", diff --git a/source/behavior/entities/format/behaviors/dig.json b/source/behavior/entities/format/behaviors/dig.json index ca6b6733..129c169b 100644 --- a/source/behavior/entities/format/behaviors/dig.json +++ b/source/behavior/entities/format/behaviors/dig.json @@ -18,13 +18,13 @@ "title": "Digs In Daylight", "type": "boolean", "default": false, - "description": "Indicates that the actor should start digging when it sees daylight" + "description": "Indicates that the actor should start digging when it sees daylight." }, "duration": { "title": "Duration", "type": "number", "default": 0.0, - "description": "Goal duration in seconds" + "description": "Goal duration in seconds." }, "idle_time": { "title": "Idle Time", diff --git a/source/behavior/entities/format/behaviors/dragonchargeplayer.json b/source/behavior/entities/format/behaviors/dragonchargeplayer.json index 3bab7c35..6df4d2d9 100644 --- a/source/behavior/entities/format/behaviors/dragonchargeplayer.json +++ b/source/behavior/entities/format/behaviors/dragonchargeplayer.json @@ -18,7 +18,7 @@ "title": "Continue Charge Threshold Time", "type": "number", "default": 0.5, - "description": "If the dragon is outside the \"target_zone\" for longer than \"continue_charge_threshold_time\" seconds, the charge is canceled." + "description": "If the dragon is outside the \."target_zone\" for longer than \"continue_charge_threshold_time\" seconds, the charge is canceled." }, "flight_speed": { "title": "Flight Speed", diff --git a/source/behavior/entities/format/behaviors/dragonstrafeplayer.json b/source/behavior/entities/format/behaviors/dragonstrafeplayer.json index 2e6e6f07..ad522919 100644 --- a/source/behavior/entities/format/behaviors/dragonstrafeplayer.json +++ b/source/behavior/entities/format/behaviors/dragonstrafeplayer.json @@ -54,7 +54,7 @@ "title": "View Angle", "type": "number", "default": 10, - "description": "The target must be within \"view_angle\" degrees of the dragon's current rotation before a fireball can be shot." + "description": "The target must be within \."view_angle\" degrees of the dragon's current rotation before a fireball can be shot." } } } diff --git a/source/behavior/entities/format/behaviors/drink_potion.json b/source/behavior/entities/format/behaviors/drink_potion.json index d7c086b0..a0783f25 100644 --- a/source/behavior/entities/format/behaviors/drink_potion.json +++ b/source/behavior/entities/format/behaviors/drink_potion.json @@ -13,7 +13,7 @@ }, "speed_modifier": { "default": 0.0, - "description": "Movement speed modifier of the mob when using this AI Goal", + "description": "Movement speed modifier of the mob when using this AI Goal.", "title": "Speed Modifier" }, "potions": { @@ -21,11 +21,7 @@ "description": "A list of potions that this entity can drink.", "title": "Potions", "items": { - "required": [ - "id", - "chance", - "filters" - ], + "required": ["id", "chance", "filters"], "additionalProperties": false, "type": "object", "description": "A potions that this entity can drink.", @@ -34,7 +30,7 @@ "id": { "type": "integer", "default": -1, - "description": "The registry ID of the potion to use", + "description": "The registry ID of the potion to use.", "title": "Id" }, "chance": { @@ -58,4 +54,4 @@ "potions": [] } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/eat_block.json b/source/behavior/entities/format/behaviors/eat_block.json index d0c21cfd..f5517850 100644 --- a/source/behavior/entities/format/behaviors/eat_block.json +++ b/source/behavior/entities/format/behaviors/eat_block.json @@ -27,7 +27,7 @@ "eat_and_replace_block_pairs": { "title": "Eat And Replace Block Pairs", "type": "array", - "description": "A collection of pairs of blocks; the first (\"eat_block\")is the block the entity should eat, the second (\"replace_block\") is the block that should replace the eaten block.", + "description": "A collection of pairs of blocks; the first (\."eat_block\")is the block the entity should eat, the second (\"replace_block\") is the block that should replace the eaten block.", "items": { "type": "object", "title": "Eat And Replace Block Pair", diff --git a/source/behavior/entities/format/behaviors/emerge.json b/source/behavior/entities/format/behaviors/emerge.json index cc764e50..1c37da2e 100644 --- a/source/behavior/entities/format/behaviors/emerge.json +++ b/source/behavior/entities/format/behaviors/emerge.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.emerge", "type": "object", "title": "Eat Mob", - "description": "[EXPERIMENTAL BEHAVIOR] Activates the `EMERGING` actor flag during the specified duration and triggers `on_done` at the end", + "description": "[EXPERIMENTAL BEHAVIOR] Activates the `EMERGING` actor flag during the specified duration and triggers `on_done` at the end.", "additionalProperties": false, "required": [], "properties": { @@ -11,18 +11,18 @@ "title": "Cooldown Time", "type": "integer", "default": 0.5, - "description": "Time in seconds the mob has to wait before using the goal again" + "description": "Time in seconds the mob has to wait before using the goal again." }, "duration": { "title": "Duration", "type": "number", "default": 5.0, - "description": "Goal duration in seconds" + "description": "Goal duration in seconds." }, "on_done": { "title": "On Done", "$ref": "../types/trigger.json", - "description": "Trigger to be executed when the goal execution is about to end" + "description": "Trigger to be executed when the goal execution is about to end." } } } diff --git a/source/behavior/entities/format/behaviors/find_cover.json b/source/behavior/entities/format/behaviors/find_cover.json index 55da1986..2cc55d12 100644 --- a/source/behavior/entities/format/behaviors/find_cover.json +++ b/source/behavior/entities/format/behaviors/find_cover.json @@ -10,7 +10,7 @@ "cooldown_time": { "type": "number", "default": 0, - "description": "Time in seconds the mob has to wait before using the goal again", + "description": "Time in seconds the mob has to wait before using the goal again.", "title": "Cooldown Time" } }, diff --git a/source/behavior/entities/format/behaviors/find_mount.json b/source/behavior/entities/format/behaviors/find_mount.json index 92d8b350..57ec9afc 100644 --- a/source/behavior/entities/format/behaviors/find_mount.json +++ b/source/behavior/entities/format/behaviors/find_mount.json @@ -12,7 +12,7 @@ "title": "Avoid Water", "type": "boolean", "default": false, - "description": "If true, the mob will not go into water blocks when going towards a mount" + "description": "If true, the mob will not go into water blocks when going towards a mount." }, "mount_distance": { "type": "number", @@ -24,19 +24,19 @@ "title": "Start Delay", "type": "integer", "default": 0, - "description": "Time the mob will wait before starting to move towards the mount" + "description": "Time the mob will wait before starting to move towards the mount." }, "target_needed": { "title": "Target Needed", "type": "boolean", "default": false, - "description": "If true, the mob will only look for a mount if it has a target" + "description": "If true, the mob will only look for a mount if it has a target." }, "within_radius": { "title": "Within Radius", "type": "number", "default": 0, - "description": "Distance in blocks within which the mob will look for a mount" + "description": "Distance in blocks within which the mob will look for a mount." }, "max_failed_attempts": { "title": "Maximum Failed Attempts", @@ -55,4 +55,4 @@ "max_failed_attempts": 0 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/float_wander.json b/source/behavior/entities/format/behaviors/float_wander.json index 7592cc15..6e761fd8 100644 --- a/source/behavior/entities/format/behaviors/float_wander.json +++ b/source/behavior/entities/format/behaviors/float_wander.json @@ -24,28 +24,25 @@ "y_offset": { "type": "number", "default": 0.0, - "description": "Height in blocks to add to the selected target position", + "description": "Height in blocks to add to the selected target position.", "title": "Y Offset" }, "must_reach": { "type": "boolean", "default": false, - "description": "If true, the point has to be reachable to be a valid target", + "description": "If true, the point has to be reachable to be a valid target.", "title": "Must Reach" }, "random_reselect": { "type": "boolean", "default": false, - "description": "If true, the mob will randomly pick a new point while moving to the previously selected one", + "description": "If true, the mob will randomly pick a new point while moving to the previously selected one.", "title": "Random Reselect" }, "float_duration": { "$ref": "../types/range_number_type.json", - "default": [ - 0.0, - 0.0 - ], - "description": "Range of time in seconds the mob will float around before landing and choosing to do something else", + "default": [0.0, 0.0], + "description": "Range of time in seconds the mob will float around before landing and choosing to do something else.", "title": "Float Duration" } }, @@ -58,4 +55,4 @@ "random_reselect": false } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/follow_caravan.json b/source/behavior/entities/format/behaviors/follow_caravan.json index 17d06f1c..364247c1 100644 --- a/source/behavior/entities/format/behaviors/follow_caravan.json +++ b/source/behavior/entities/format/behaviors/follow_caravan.json @@ -14,12 +14,12 @@ }, "entity_types": { "$ref": "../types/entity_types.json", - "description": "List of entity types that this mob can follow in a caravan", + "description": "List of entity types that this mob can follow in a caravan.", "title": "Entity Types" }, "entity_count": { "type": "integer", - "description": "Number of entities that can be in the caravan", + "description": "Number of entities that can be in the caravan.", "default": 1, "title": "Entity Count" } @@ -29,4 +29,4 @@ "entity_count": 1 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/follow_mob.json b/source/behavior/entities/format/behaviors/follow_mob.json index 4220ee42..e8b50c18 100644 --- a/source/behavior/entities/format/behaviors/follow_mob.json +++ b/source/behavior/entities/format/behaviors/follow_mob.json @@ -15,13 +15,13 @@ "search_range": { "type": "integer", "default": 0, - "description": "The distance in blocks it will look for a mob to follow", + "description": "The distance in blocks it will look for a mob to follow.", "title": "Search Range" }, "stop_distance": { "type": "number", "default": 2, - "description": "The distance in blocks this mob stops from the mob it is following", + "description": "The distance in blocks this mob stops from the mob it is following.", "title": "Stop Distance" } }, @@ -31,4 +31,4 @@ "stop_distance": 2 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/follow_owner.json b/source/behavior/entities/format/behaviors/follow_owner.json index e10c1cf1..aa377018 100644 --- a/source/behavior/entities/format/behaviors/follow_owner.json +++ b/source/behavior/entities/format/behaviors/follow_owner.json @@ -16,31 +16,31 @@ "title": "Can Teleport", "type": "boolean", "default": true, - "description": "Specify if the mob can teleport to the player if it is too far away" + "description": "Specify if the mob can teleport to the player if it is too far away." }, "ignore_vibration": { "title": "Ignore Vibration", "type": "boolean", "default": true, - "description": "Specify if the mob will follow the owner if it has heard a vibration lately" + "description": "Specify if the mob will follow the owner if it has heard a vibration lately." }, "max_distance": { "title": "Max Distance", "type": "number", "default": 60.0, - "description": "The maximum distance in blocks this mob can be from its owner to start following, only used when canTeleport is false" + "description": "The maximum distance in blocks this mob can be from its owner to start following, only used when canTeleport is false." }, "start_distance": { "title": "Start Distance", "type": "number", "default": 10.0, - "description": "The distance in blocks that the owner can be away from this mob before it starts following it" + "description": "The distance in blocks that the owner can be away from this mob before it starts following it." }, "stop_distance": { "title": "Stop Distance", "type": "number", "default": 2.0, - "description": "The distance in blocks this mob will stop from its owner while following it" + "description": "The distance in blocks this mob will stop from its owner while following it." } }, "examples": [ diff --git a/source/behavior/entities/format/behaviors/hurt_by_target.json b/source/behavior/entities/format/behaviors/hurt_by_target.json index af2a0d74..328f648a 100644 --- a/source/behavior/entities/format/behaviors/hurt_by_target.json +++ b/source/behavior/entities/format/behaviors/hurt_by_target.json @@ -11,19 +11,19 @@ }, "entity_types": { "$ref": "../types/entity_types.json", - "description": "List of entity types that this mob can target if they hurt their owner", + "description": "List of entity types that this mob can target if they hurt their owner.", "title": "Entity Types" }, "alert_same_type": { "type": "boolean", "default": false, - "description": "If true, nearby mobs of the same type will be alerted about the damage", + "description": "If true, nearby mobs of the same type will be alerted about the damage.", "title": "Alert Same Type" }, "hurt_owner": { "type": "boolean", "default": false, - "description": "If true, the mob will hurt its owner and other mobs with the same owner as itself", + "description": "If true, the mob will hurt its owner and other mobs with the same owner as itself.", "title": "Hurt Owner" } }, @@ -33,4 +33,4 @@ "hurt_owner": false } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/inspect_bookshelf.json b/source/behavior/entities/format/behaviors/inspect_bookshelf.json index 8c497cb9..4a8146fe 100644 --- a/source/behavior/entities/format/behaviors/inspect_bookshelf.json +++ b/source/behavior/entities/format/behaviors/inspect_bookshelf.json @@ -23,13 +23,13 @@ "search_height": { "type": "integer", "default": 1, - "description": "The height that the mob will search for bookshelves", + "description": "The height that the mob will search for bookshelves.", "title": "Search Height" }, "search_range": { "type": "integer", "default": 0, - "description": "Distance in blocks the mob will look for books to inspect", + "description": "Distance in blocks the mob will look for books to inspect.", "title": "Search Range" } }, diff --git a/source/behavior/entities/format/behaviors/knockback_roar.json b/source/behavior/entities/format/behaviors/knockback_roar.json index 2410e575..b73262c3 100644 --- a/source/behavior/entities/format/behaviors/knockback_roar.json +++ b/source/behavior/entities/format/behaviors/knockback_roar.json @@ -18,7 +18,7 @@ "title": "Cooldown Time", "type": "number", "default": 0, - "description": "Time in seconds the mob has to wait before using the goal again" + "description": "Time in seconds the mob has to wait before using the goal again." }, "damage_filters": { "$ref": "../../filters/filters.json", @@ -75,7 +75,7 @@ "track_target": { "type": "boolean", "default": false, - "description": "If true, this mob will chase after the target as long as it's a valid target", + "description": "If true, this mob will chase after the target as long as it's a valid target.", "title": "Track Target" }, "on_roar_end": { diff --git a/source/behavior/entities/format/behaviors/lay_egg.json b/source/behavior/entities/format/behaviors/lay_egg.json index 6d60441c..b7ad5cda 100644 --- a/source/behavior/entities/format/behaviors/lay_egg.json +++ b/source/behavior/entities/format/behaviors/lay_egg.json @@ -49,13 +49,13 @@ "title": "Search Height", "type": "integer", "default": 1, - "description": "Height in blocks the mob will look for a target block to move towards" + "description": "Height in blocks the mob will look for a target block to move towards." }, "search_range": { "title": "Search Range", "type": "integer", "default": 0, - "description": "The distance in blocks it will look for a target block to move towards" + "description": "The distance in blocks it will look for a target block to move towards." }, "target_blocks": { "title": "Target Blocks", diff --git a/source/behavior/entities/format/behaviors/leap_at_target.json b/source/behavior/entities/format/behaviors/leap_at_target.json index 9782ae43..7693aa84 100644 --- a/source/behavior/entities/format/behaviors/leap_at_target.json +++ b/source/behavior/entities/format/behaviors/leap_at_target.json @@ -17,13 +17,13 @@ "set_persistent": { "type": "boolean", "default": false, - "description": "Allows the actor to be set to persist upon targeting a player", + "description": "Allows the actor to be set to persist upon targeting a player.", "title": "Set Persistent" }, "yd": { "type": "number", "default": 0.0, - "description": "The height in blocks the mob jumps when leaping at its target", + "description": "The height in blocks the mob jumps when leaping at its target.", "title": "Yd" }, "target_dist": { diff --git a/source/behavior/entities/format/behaviors/look_at_entity.json b/source/behavior/entities/format/behaviors/look_at_entity.json index 347c6cc2..b20a5058 100644 --- a/source/behavior/entities/format/behaviors/look_at_entity.json +++ b/source/behavior/entities/format/behaviors/look_at_entity.json @@ -12,7 +12,7 @@ "look_distance": { "type": "number", "default": 8.0, - "description": "The distance in blocks from which the entity will look at", + "description": "The distance in blocks from which the entity will look at.", "title": "Look Distance" }, "probability": { @@ -23,27 +23,24 @@ }, "look_time": { "$ref": "../types/range_number_type.json", - "default": [ - 2, - 4 - ], - "description": "Time range to look at the entity", + "default": [2, 4], + "description": "Time range to look at the entity.", "title": "Look Time" }, "angle_of_view_vertical": { "type": "integer", "default": 360, - "description": "The angle in degrees that the mob can see in the X-axis (left-right)", + "description": "The angle in degrees that the mob can see in the X-axis (left-right).", "title": "Angle Of View Vertical" }, "angle_of_view_horizontal": { "type": "integer", "default": 360, - "description": "The angle in degrees that the mob can see in the Y-axis (up-down)", + "description": "The angle in degrees that the mob can see in the Y-axis (up-down).", "title": "Angle Of View Horizontal" }, "filters": { - "description": "Filter to determine the conditions for this mob to look at the entity", + "description": "Filter to determine the conditions for this mob to look at the entity.", "$ref": "../../filters/filters.json" } }, @@ -55,4 +52,4 @@ "angle_of_view_horizontal": 360 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/look_at_player.json b/source/behavior/entities/format/behaviors/look_at_player.json index 62bc6979..9e65b4da 100644 --- a/source/behavior/entities/format/behaviors/look_at_player.json +++ b/source/behavior/entities/format/behaviors/look_at_player.json @@ -12,19 +12,19 @@ "title": "Angle Of View Vertical", "type": "integer", "default": 360, - "description": "The angle in degrees that the mob can see in the X-axis (left-right)" + "description": "The angle in degrees that the mob can see in the X-axis (left-right)." }, "angle_of_view_horizontal": { "title": "Angle Of View Horizontal", "type": "integer", "default": 360, - "description": "The angle in degrees that the mob can see in the Y-axis (up-down)" + "description": "The angle in degrees that the mob can see in the Y-axis (up-down)." }, "look_distance": { "title": "Look Distance", "type": "number", "default": 8.0, - "description": "The distance in blocks from which the entity will look at" + "description": "The distance in blocks from which the entity will look at." }, "probability": { "title": "Probability", @@ -37,17 +37,17 @@ "title": "Look Time", "type": "array", "default": [2, 4], - "description": "Time range to look at the entity", + "description": "Time range to look at the entity.", "items": [ - { "type": "number", "title": "Minimum", "description": "The minimum amount of time to look" }, - { "type": "number", "title": "Maximum", "description": "The maximum amount of time to look" } + { "type": "number", "title": "Minimum", "description": "The minimum amount of time to look." }, + { "type": "number", "title": "Maximum", "description": "The maximum amount of time to look." } ] }, "target_distance": { "title": "Target Distance", "type": "number", "default": 6.0, - "description": "The distance in blocks from which the entity will choose a target" + "description": "The distance in blocks from which the entity will choose a target." } }, "examples": [ diff --git a/source/behavior/entities/format/behaviors/look_at_target.json b/source/behavior/entities/format/behaviors/look_at_target.json index ce84d2b0..ba417a06 100644 --- a/source/behavior/entities/format/behaviors/look_at_target.json +++ b/source/behavior/entities/format/behaviors/look_at_target.json @@ -12,7 +12,7 @@ "look_distance": { "type": "number", "default": 8.0, - "description": "The distance in blocks from which the entity will look at", + "description": "The distance in blocks from which the entity will look at.", "title": "Look Distance" }, "probability": { @@ -23,23 +23,20 @@ }, "look_time": { "$ref": "../types/range_number_type.json", - "default": [ - 2, - 4 - ], - "description": "Time range to look at the entity", + "default": [2, 4], + "description": "Time range to look at the entity.", "title": "Look Time" }, "angle_of_view_vertical": { "type": "integer", "default": 360, - "description": "The angle in degrees that the mob can see in the X-axis (left-right)", + "description": "The angle in degrees that the mob can see in the X-axis (left-right).", "title": "Angle Of View Vertical" }, "angle_of_view_horizontal": { "type": "integer", "default": 360, - "description": "The angle in degrees that the mob can see in the Y-axis (up-down)", + "description": "The angle in degrees that the mob can see in the Y-axis (up-down).", "title": "Angle Of View Horizontal" } }, @@ -51,4 +48,4 @@ "angle_of_view_horizontal": 360 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/look_at_trading_player.json b/source/behavior/entities/format/behaviors/look_at_trading_player.json index 8153e1bb..35890ee3 100644 --- a/source/behavior/entities/format/behaviors/look_at_trading_player.json +++ b/source/behavior/entities/format/behaviors/look_at_trading_player.json @@ -12,7 +12,7 @@ "look_distance": { "type": "number", "default": 8.0, - "description": "The distance in blocks from which the entity will look at", + "description": "The distance in blocks from which the entity will look at.", "title": "Look Distance" }, "probability": { @@ -23,23 +23,20 @@ }, "look_time": { "$ref": "../types/range_number_type.json", - "default": [ - 2, - 4 - ], - "description": "Time range to look at the entity", + "default": [2, 4], + "description": "Time range to look at the entity.", "title": "Look Time" }, "angle_of_view_vertical": { "type": "integer", "default": 360, - "description": "The angle in degrees that the mob can see in the X-axis (left-right)", + "description": "The angle in degrees that the mob can see in the X-axis (left-right).", "title": "Angle Of View Vertical" }, "angle_of_view_horizontal": { "type": "integer", "default": 360, - "description": "The angle in degrees that the mob can see in the Y-axis (up-down)", + "description": "The angle in degrees that the mob can see in the Y-axis (up-down).", "title": "Angle Of View Horizontal" } }, @@ -51,4 +48,4 @@ "angle_of_view_horizontal": 360 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/melee_attack.json b/source/behavior/entities/format/behaviors/melee_attack.json index a9b5a68c..42612ebf 100644 --- a/source/behavior/entities/format/behaviors/melee_attack.json +++ b/source/behavior/entities/format/behaviors/melee_attack.json @@ -35,7 +35,7 @@ "title": "Inner Boundary Time Increase", "type": "number", "default": 0.25, - "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \"path_inner_boundary\"." + "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \."path_inner_boundary\"." }, "max_dist": { "title": "Max Dist", @@ -74,7 +74,7 @@ "title": "Outer Boundary Time Increase", "type": "number", "default": 0.5, - "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \"path_outer_boundary\"." + "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \."path_outer_boundary\"." }, "path_fail_time_increase": { "title": "Path Fail Time Increase", @@ -86,19 +86,19 @@ "title": "Path Inner Boundary", "type": "number", "default": 16, - "description": "Distance at which to increase attack path recalculation by \"inner_boundary_tick_increase\"." + "description": "Distance at which to increase attack path recalculation by \."inner_boundary_tick_increase\"." }, "path_outer_boundary": { "title": "Path Outer Boundary", "type": "number", "default": 32, - "description": "Distance at which to increase attack path recalculation by \"outer_boundary_tick_increase\"." + "description": "Distance at which to increase attack path recalculation by \."outer_boundary_tick_increase\"." }, "random_stop_interval": { "title": "Random Stop Interval", "type": "integer", "default": 0, - "description": "This entity will have a 1 in N chance to stop it's current attack, where N = \"random_stop_interval\"." + "description": "This entity will have a 1 in N chance to stop it's current attack, where N = \."random_stop_interval\"." }, "reach_multiplier": { "title": "Reach Multiplier", @@ -116,7 +116,7 @@ "title": "Set Persistent", "type": "boolean", "default": false, - "description": "Allows the actor to be set to persist upon targeting a player" + "description": "Allows the actor to be set to persist upon targeting a player." }, "target_dist": { "title": "Target Dist", diff --git a/source/behavior/entities/format/behaviors/mingle.json b/source/behavior/entities/format/behaviors/mingle.json index 5ea50687..0ea49b99 100644 --- a/source/behavior/entities/format/behaviors/mingle.json +++ b/source/behavior/entities/format/behaviors/mingle.json @@ -11,13 +11,13 @@ "cooldown_time": { "type": "number", "default": 0, - "description": "Time in seconds the mob has to wait before using the goal again", + "description": "Time in seconds the mob has to wait before using the goal again.", "title": "Cooldown Time" }, "duration": { "type": "number", "default": 1, - "description": "Amount of time in seconds that the entity will chat with another entity", + "description": "Amount of time in seconds that the entity will chat with another entity.", "title": "Duration" }, "mingle_distance": { @@ -27,13 +27,13 @@ "title": "Mingle Distance" }, "mingle_partner_type": { - "description": "The entity type that this entity is allowed to mingle with", + "description": "The entity type that this entity is allowed to mingle with.", "title": "Mingle Partner Type", "oneOf": [ { "type": "array", "items": { - "description": "The entity type that this entity is allowed to mingle with", + "description": "The entity type that this entity is allowed to mingle with.", "type": "string" } }, diff --git a/source/behavior/entities/format/behaviors/mount_pathing.json b/source/behavior/entities/format/behaviors/mount_pathing.json index 31885762..3c962d63 100644 --- a/source/behavior/entities/format/behaviors/mount_pathing.json +++ b/source/behavior/entities/format/behaviors/mount_pathing.json @@ -15,13 +15,13 @@ "target_dist": { "type": "number", "default": 0.0, - "description": "The distance at which this mob wants to be away from its target", + "description": "The distance at which this mob wants to be away from its target.", "title": "Target Dist" }, "track_target": { "type": "boolean", "default": false, - "description": "If true, this mob will chase after the target as long as it's a valid target", + "description": "If true, this mob will chase after the target as long as it's a valid target.", "title": "Track Target" } }, @@ -31,4 +31,4 @@ "track_target": false } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/move_indoors.json b/source/behavior/entities/format/behaviors/move_indoors.json index 56d98ce0..5c72a40b 100644 --- a/source/behavior/entities/format/behaviors/move_indoors.json +++ b/source/behavior/entities/format/behaviors/move_indoors.json @@ -15,7 +15,7 @@ "timeout_cooldown": { "type": "number", "default": 8, - "description": "The cooldown time in seconds before the goal can be reused after pathfinding fails", + "description": "The cooldown time in seconds before the goal can be reused after pathfinding fails.", "title": "Timeout Cooldown" } }, diff --git a/source/behavior/entities/format/behaviors/move_outdoors.json b/source/behavior/entities/format/behaviors/move_outdoors.json index c37eae16..0a385cef 100644 --- a/source/behavior/entities/format/behaviors/move_outdoors.json +++ b/source/behavior/entities/format/behaviors/move_outdoors.json @@ -4,7 +4,7 @@ "type": "object", "title": "Move Outdoors", "$comment": "UNDOCUMENTED", - "description": "Forces the entity to move `outside`, whatever that means", + "description": "Forces the entity to move `outside`, whatever that means.", "properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" }, @@ -36,7 +36,7 @@ "title": "Timeout Cooldown", "type": "number", "default": 8000000, - "description": "The cooldown time in seconds before the goal can be reused after pathfinding fails" + "description": "The cooldown time in seconds before the goal can be reused after pathfinding fails." } } } diff --git a/source/behavior/entities/format/behaviors/move_through_village.json b/source/behavior/entities/format/behaviors/move_through_village.json index da5fc1ce..6ae152ad 100644 --- a/source/behavior/entities/format/behaviors/move_through_village.json +++ b/source/behavior/entities/format/behaviors/move_through_village.json @@ -15,7 +15,7 @@ "only_at_night": { "type": "boolean", "default": false, - "description": "If true, the mob will only move through the village during night time", + "description": "If true, the mob will only move through the village during night time.", "title": "Only At Night" } }, @@ -24,4 +24,4 @@ "only_at_night": false } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/move_to_land.json b/source/behavior/entities/format/behaviors/move_to_land.json index f727a6d0..3413fc1c 100644 --- a/source/behavior/entities/format/behaviors/move_to_land.json +++ b/source/behavior/entities/format/behaviors/move_to_land.json @@ -27,13 +27,13 @@ "search_height": { "type": "integer", "default": 1, - "description": "Height in blocks the mob will look for land to move towards", + "description": "Height in blocks the mob will look for land to move towards.", "title": "Search Height" }, "search_range": { "type": "integer", "default": 0, - "description": "The distance in blocks it will look for land to move towards", + "description": "The distance in blocks it will look for land to move towards.", "title": "Search Range" } }, @@ -45,4 +45,4 @@ "search_range": 0 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/move_to_lava.json b/source/behavior/entities/format/behaviors/move_to_lava.json index d4762e75..6995a540 100644 --- a/source/behavior/entities/format/behaviors/move_to_lava.json +++ b/source/behavior/entities/format/behaviors/move_to_lava.json @@ -22,13 +22,13 @@ "search_height": { "type": "integer", "default": 1, - "description": "Height in blocks the mob will look for lava to move towards", + "description": "Height in blocks the mob will look for lava to move towards.", "title": "Search Height" }, "search_range": { "type": "integer", "default": 0, - "description": "The distance in blocks it will look for lava to move towards", + "description": "The distance in blocks it will look for lava to move towards.", "title": "Search Range" } }, diff --git a/source/behavior/entities/format/behaviors/move_to_liquid.json b/source/behavior/entities/format/behaviors/move_to_liquid.json index 05a6b207..defee19a 100644 --- a/source/behavior/entities/format/behaviors/move_to_liquid.json +++ b/source/behavior/entities/format/behaviors/move_to_liquid.json @@ -22,18 +22,18 @@ "search_height": { "type": "integer", "default": 1, - "description": "Height in blocks the mob will look for lava to move towards", + "description": "Height in blocks the mob will look for lava to move towards.", "title": "Search Height" }, "search_range": { "type": "integer", "default": 0, - "description": "The distance in blocks it will look for lava to move towards", + "description": "The distance in blocks it will look for lava to move towards.", "title": "Search Range" }, "material_type": { "title": "Material Type", - "description": "UNDOCUMENTAED, examples are : Lava", + "description": "UNDOCUMENTAED, examples are : Lava.", "type": "string" } }, diff --git a/source/behavior/entities/format/behaviors/move_to_poi.json b/source/behavior/entities/format/behaviors/move_to_poi.json index b7f84b14..090efd85 100644 --- a/source/behavior/entities/format/behaviors/move_to_poi.json +++ b/source/behavior/entities/format/behaviors/move_to_poi.json @@ -3,7 +3,7 @@ "type": "object", "title": "Move To Poi", "additionalProperties": false, - "description": "Allows the mob to move to a POI if able to", + "description": "Allows the mob to move to a POI if able to.", "required": [], "properties": { "priority": { @@ -14,7 +14,7 @@ }, "poi_type": { "type": "string", - "description": "Tells the goal what POI type it should be looking for", + "description": "Tells the goal what POI type it should be looking for.", "title": "Point Of Interest Type" } }, @@ -23,4 +23,4 @@ "poi_type": "example" } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/move_to_village.json b/source/behavior/entities/format/behaviors/move_to_village.json index 26f1b7ff..a2f94b10 100644 --- a/source/behavior/entities/format/behaviors/move_to_village.json +++ b/source/behavior/entities/format/behaviors/move_to_village.json @@ -15,7 +15,7 @@ "cooldown_time": { "type": "number", "default": 0, - "description": "Time in seconds the mob has to wait before using the goal again", + "description": "Time in seconds the mob has to wait before using the goal again.", "title": "Cooldown Time" }, "goal_radius": { @@ -38,4 +38,4 @@ "search_range": 0 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/move_to_water.json b/source/behavior/entities/format/behaviors/move_to_water.json index 42ba9774..6808c05b 100644 --- a/source/behavior/entities/format/behaviors/move_to_water.json +++ b/source/behavior/entities/format/behaviors/move_to_water.json @@ -15,13 +15,13 @@ "search_range": { "type": "integer", "default": 0, - "description": "The distance in blocks it will look for water to move towards", + "description": "The distance in blocks it will look for water to move towards.", "title": "Search Range" }, "search_height": { "type": "integer", "default": 1, - "description": "Height in blocks the mob will look for water to move towards", + "description": "Height in blocks the mob will look for water to move towards.", "title": "Search Height" }, "search_count": { @@ -45,4 +45,4 @@ "goal_radius": 0.5 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/move_towards_restriction.json b/source/behavior/entities/format/behaviors/move_towards_restriction.json index 2e98bbbd..f5c4c2f4 100644 --- a/source/behavior/entities/format/behaviors/move_towards_restriction.json +++ b/source/behavior/entities/format/behaviors/move_towards_restriction.json @@ -16,14 +16,11 @@ "type": "array", "items": { "type": "string", - "enum": [ - "move", - "look" - ], - "description": "UNDOCUMENTED: control flags", + "enum": ["move", "look"], + "description": "UNDOCUMENTED: control flags.", "title": "Control Flags" }, - "description": "UNDOCUMENTED: control flags", + "description": "UNDOCUMENTED: control flags.", "title": "Control Flags" } }, @@ -32,4 +29,4 @@ "control_flags": [] } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/nap.json b/source/behavior/entities/format/behaviors/nap.json index e45cf9b9..a37e5788 100644 --- a/source/behavior/entities/format/behaviors/nap.json +++ b/source/behavior/entities/format/behaviors/nap.json @@ -11,36 +11,36 @@ "title": "Cooldown Max", "type": "number", "default": 0, - "description": "Maximum time in seconds the mob has to wait before using the goal again" + "description": "Maximum time in seconds the mob has to wait before using the goal again." }, "cooldown_min": { "title": "Cooldown Min", "type": "number", "default": 0, - "description": "Minimum time in seconds the mob has to wait before using the goal again" + "description": "Minimum time in seconds the mob has to wait before using the goal again." }, "mob_detect_dist": { "title": "Mob Detect Dist", "type": "number", "default": 6, - "description": "The block distance in x and z that will be checked for mobs that this mob detects" + "description": "The block distance in x and z that will be checked for mobs that this mob detects." }, "mob_detect_height": { "title": "Mob Detect Height", "type": "number", "default": 6, - "description": "The block distance in y that will be checked for mobs that this mob detects" + "description": "The block distance in y that will be checked for mobs that this mob detects." }, "can_nap_filters": { "title": "Can Nap Filters", "$ref": "../../filters/filters.json", - "description": "The filters that need to be met for the nap to take place", + "description": "The filters that need to be met for the nap to take place.", "$comment": "UNDOCUMENTED" }, "wake_mob_exceptions": { "title": "Wake Mob Exceptions", "$ref": "../../filters/filters.json", - "description": "Filters that can trigger the entity to wake up from it nap", + "description": "Filters that can trigger the entity to wake up from it nap.", "$comment": "UNDOCUMENTED" } }, diff --git a/source/behavior/entities/format/behaviors/nearest_attackable_target.json b/source/behavior/entities/format/behaviors/nearest_attackable_target.json index 26e1e7ee..bd6515eb 100644 --- a/source/behavior/entities/format/behaviors/nearest_attackable_target.json +++ b/source/behavior/entities/format/behaviors/nearest_attackable_target.json @@ -7,7 +7,7 @@ "definitions": { "entity_type": { "type": "object", - "description": "A entity type", + "description": "A entity type.", "properties": { "filters": { "$ref": "../../filters/filters.json", @@ -111,7 +111,7 @@ "set_persistent": { "type": "boolean", "default": false, - "description": "Allows the actor to be set to persist upon targeting a player", + "description": "Allows the actor to be set to persist upon targeting a player.", "title": "Set Persistent" }, "target_invisible_multiplier": { @@ -157,4 +157,4 @@ "within_radius": 0 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/nearest_prioritized_attackable_target.json b/source/behavior/entities/format/behaviors/nearest_prioritized_attackable_target.json index 0fa35a8c..cdadee18 100644 --- a/source/behavior/entities/format/behaviors/nearest_prioritized_attackable_target.json +++ b/source/behavior/entities/format/behaviors/nearest_prioritized_attackable_target.json @@ -9,32 +9,32 @@ "$ref": "./types/priority.json" }, "entity_types": { - "description": "List of entity types that this mob considers valid targets", + "description": "List of entity types that this mob considers valid targets.", "title": "Entity Types", "$ref": "../types/entity_types.json" }, "attack_interval": { "type": "integer", "default": 0, - "description": "Time in seconds before selecting a target", + "description": "Time in seconds before selecting a target.", "title": "Attack Interval" }, "must_reach": { "type": "boolean", "default": false, - "description": "If true, only entities that this mob can path to can be selected as targets", + "description": "If true, only entities that this mob can path to can be selected as targets.", "title": "Must Reach" }, "must_see": { "type": "boolean", "default": false, - "description": "If true, only entities in this mob's viewing range can be selected as targets", + "description": "If true, only entities in this mob's viewing range can be selected as targets.", "title": "Must See" }, "must_see_forget_duration": { "type": "number", "default": 3, - "description": "Determines the amount of time in seconds that this mob will look for a target before forgetting about it and looking for a new one when the target isn't visible any more", + "description": "Determines the amount of time in seconds that this mob will look for a target before forgetting about it and looking for a new one when the target isn't visible any more.", "title": "Must See Forget Duration" }, "persist_time": { @@ -46,7 +46,7 @@ "reselect_targets": { "type": "boolean", "default": false, - "description": "If true, the target will change to the current closest entity whenever a different entity is closer", + "description": "If true, the target will change to the current closest entity whenever a different entity is closer.", "title": "Reselect Targets" }, "scan_interval": { @@ -58,7 +58,7 @@ "set_persistent": { "type": "boolean", "default": false, - "description": "Allows the actor to be set to persist upon targeting a player", + "description": "Allows the actor to be set to persist upon targeting a player.", "title": "Set Persistent" }, "target_search_height": { @@ -70,7 +70,7 @@ "within_radius": { "type": "number", "default": 0, - "description": "Distance in blocks that the target can be within to launch an attack", + "description": "Distance in blocks that the target can be within to launch an attack.", "title": "Within Radius" } }, @@ -88,4 +88,4 @@ "within_radius": 0 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/open_door.json b/source/behavior/entities/format/behaviors/open_door.json index 6d9beb15..3e9d5227 100644 --- a/source/behavior/entities/format/behaviors/open_door.json +++ b/source/behavior/entities/format/behaviors/open_door.json @@ -12,7 +12,7 @@ "close_door_after": { "type": "boolean", "default": true, - "description": "If true, the mob will close the door after opening it and going through it", + "description": "If true, the mob will close the door after opening it and going through it.", "title": "Close Door After" } }, @@ -21,4 +21,4 @@ "close_door_after": true } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/owner_hurt_by_target.json b/source/behavior/entities/format/behaviors/owner_hurt_by_target.json index 86c13e7a..c1453cd4 100644 --- a/source/behavior/entities/format/behaviors/owner_hurt_by_target.json +++ b/source/behavior/entities/format/behaviors/owner_hurt_by_target.json @@ -11,7 +11,7 @@ }, "entity_types": { "$ref": "../types/entity_types.json", - "description": "List of entity types that this mob can target if they hurt their owner", + "description": "List of entity types that this mob can target if they hurt their owner.", "title": "Entity Types" } } diff --git a/source/behavior/entities/format/behaviors/owner_hurt_target.json b/source/behavior/entities/format/behaviors/owner_hurt_target.json index af74ab4e..eb078678 100644 --- a/source/behavior/entities/format/behaviors/owner_hurt_target.json +++ b/source/behavior/entities/format/behaviors/owner_hurt_target.json @@ -11,7 +11,7 @@ }, "entity_types": { "$ref": "../types/entity_types.json", - "description": "List of entity types that this entity can target if the potential target is hurt by this mob's owner", + "description": "List of entity types that this entity can target if the potential target is hurt by this mob's owner.", "title": "Entity TYpes" } } diff --git a/source/behavior/entities/format/behaviors/panic.json b/source/behavior/entities/format/behaviors/panic.json index 0ad12313..e566ece9 100644 --- a/source/behavior/entities/format/behaviors/panic.json +++ b/source/behavior/entities/format/behaviors/panic.json @@ -18,49 +18,45 @@ "items": { "$ref": "../../../../general/entity/damage_source.json" }, - "default": [ - [ - "all" - ] - ], - "description": "The list of Entity Damage Sources that will cause this mob to panic" + "default": [["all"]], + "description": "The list of Entity Damage Sources that will cause this mob to panic." }, "force": { "title": "Force", "type": "boolean", "default": false, - "description": "If true, this mob will not stop panicking until it can't move anymore or the goal is removed from it" + "description": "If true, this mob will not stop panicking until it can't move anymore or the goal is removed from it." }, "ignore_mob_damage": { "title": "Ignore Mob Damage", "type": "boolean", "default": false, - "description": "If true, the mob will not panic in response to damage from other mobs. This overrides the damage types in `damage_sources`" + "description": "If true, the mob will not panic in response to damage from other mobs. This overrides the damage types in `damage_sources`" }, "prefer_water": { "title": "Prefer Water", "type": "boolean", "default": false, - "description": "If true, the mob will prefer water over land" + "description": "If true, the mob will prefer water over land." }, "panic_sound": { "title": "Panic Sound", "type": "string", - "description": "The sound event to play when this mob is in panic" + "description": "The sound event to play when this mob is in panic." }, "sound_interval": { "title": "Sound Interval", "type": "object", - "description": "The range of time in seconds to randomly wait before playing the sound again", + "description": "The range of time in seconds to randomly wait before playing the sound again.", "properties": { "range_min": { "type": "number", - "description": "The minimum time in seconds before the `panic_sound` plays", + "description": "The minimum time in seconds before the `panic_sound` plays.", "title": "Range Minimum" }, "range_max": { "type": "number", - "description": "The maximum time in seconds before the `panic_sound` plays", + "description": "The maximum time in seconds before the `panic_sound` plays.", "title": "Range Maximum" } }, @@ -77,4 +73,4 @@ "sound_interval": {} } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/pickup_items.json b/source/behavior/entities/format/behaviors/pickup_items.json index a833d9e6..4a0327e1 100644 --- a/source/behavior/entities/format/behaviors/pickup_items.json +++ b/source/behavior/entities/format/behaviors/pickup_items.json @@ -50,7 +50,7 @@ "title": "Search Height", "type": "number", "default": 0, - "description": "Height in blocks the mob will look for items to pick up", + "description": "Height in blocks the mob will look for items to pick up.", "$comment": "UNDOCUMENTED" }, "pickup_based_on_chance": { @@ -62,7 +62,7 @@ "pickup_same_items_as_in_hand": { "type": "boolean", "default": false, - "description": "If true, the mob will pickup the same item as the item in its hand", + "description": "If true, the mob will pickup the same item as the item in its hand.", "title": "Pickup Same Items As In Hand", "$comment": "UNDOCUMENTED" }, diff --git a/source/behavior/entities/format/behaviors/play_dead.json b/source/behavior/entities/format/behaviors/play_dead.json index 3bc4fc77..0a1be052 100644 --- a/source/behavior/entities/format/behaviors/play_dead.json +++ b/source/behavior/entities/format/behaviors/play_dead.json @@ -23,7 +23,7 @@ }, "filters": { "title": "Filters", - "description": "The list of other triggers that are required for the mob to activate play dead", + "description": "The list of other triggers that are required for the mob to activate play dead.", "$ref": "../../filters/filters.json" }, "force_below_health": { @@ -43,8 +43,8 @@ "description": "The range of damage that may cause the goal to start depending on randomness. Damage taken below the min will never cause the goal to start. Damage taken above the max will always cause the goal to start.", "type": "array", "items": [ - { "title": "Minimum", "description": "Minimum", "type": "integer", "minimum": 0 }, - { "title": "Maximum", "description": "Maximum", "type": "integer", "minimum": 0 } + { "title": "Minimum", "description": "Minimum.", "type": "integer", "minimum": 0 }, + { "title": "Maximum", "description": "Maximum.", "type": "integer", "minimum": 0 } ] }, "damage_sources": { diff --git a/source/behavior/entities/format/behaviors/raid_garden.json b/source/behavior/entities/format/behaviors/raid_garden.json index dec49328..fcd66e7e 100644 --- a/source/behavior/entities/format/behaviors/raid_garden.json +++ b/source/behavior/entities/format/behaviors/raid_garden.json @@ -11,11 +11,11 @@ "blocks": { "title": "Blocks", "type": "array", - "description": "Blocks that the mob is looking for to eat", + "description": "Blocks that the mob is looking for to eat.", "items": { "type": "string", "title": "Block Id", - "description": "A block identifier", + "description": "A block identifier.", "$ref": "../../../../general/block/identifier.json" } }, @@ -23,20 +23,19 @@ "title": "Eat Delay", "type": "integer", "default": 2, - "description": "Time in seconds between each time it eats" - + "description": "Time in seconds between each time it eats." }, "full_delay": { "title": "Full Delay", "type": "integer", "default": 100, - "description": "Amount of time in seconds before this mob wants to eat again" + "description": "Amount of time in seconds before this mob wants to eat again." }, "initial_eat_delay": { "title": "Initial Eat Delay", "type": "integer", "default": 0, - "description": "Time in seconds before starting to eat/raid once it arrives at it" + "description": "Time in seconds before starting to eat/raid once it arrives at it." }, "goal_radius": { "type": "number", @@ -48,19 +47,19 @@ "title": "Maximum To Eat", "type": "integer", "default": 6, - "description": "Maximum number of things this entity wants to eat" + "description": "Maximum number of things this entity wants to eat." }, "search_range": { "title": "Search Range", "type": "integer", "default": 0, - "description": "Distance in blocks the mob will look for crops to eat" + "description": "Distance in blocks the mob will look for crops to eat." }, "search_height": { "title": "Search Height", "type": "integer", "default": 0, - "description": "Height in blocks the mob will look for crops to eat" + "description": "Height in blocks the mob will look for crops to eat." } }, "examples": [ diff --git a/source/behavior/entities/format/behaviors/ram_attack.json b/source/behavior/entities/format/behaviors/ram_attack.json index adbc0bfe..b38ba6c5 100644 --- a/source/behavior/entities/format/behaviors/ram_attack.json +++ b/source/behavior/entities/format/behaviors/ram_attack.json @@ -42,7 +42,7 @@ "on_start": { "title": "On Start", "$ref": "../types/trigger.json", - "description": "The event to trigger when attacking" + "description": "The event to trigger when attacking." }, "pre_ram_sound": { "title": "Pre Ram Sound", diff --git a/source/behavior/entities/format/behaviors/random_breach.json b/source/behavior/entities/format/behaviors/random_breach.json index 46e2354d..1c3a6610 100644 --- a/source/behavior/entities/format/behaviors/random_breach.json +++ b/source/behavior/entities/format/behaviors/random_breach.json @@ -11,7 +11,7 @@ "cooldown_time": { "type": "number", "default": 0, - "description": "Time in seconds the mob has to wait before using the goal again", + "description": "Time in seconds the mob has to wait before using the goal again.", "title": "Cooldown Time" }, "interval": { diff --git a/source/behavior/entities/format/behaviors/random_fly.json b/source/behavior/entities/format/behaviors/random_fly.json index 511c3309..e011a35e 100644 --- a/source/behavior/entities/format/behaviors/random_fly.json +++ b/source/behavior/entities/format/behaviors/random_fly.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.random_fly", - "description": "Allows a mob to randomly fly around", + "description": "Allows a mob to randomly fly around.", "type": "object", "title": "Random Fly", "additionalProperties": false, @@ -9,14 +9,14 @@ "speed_multiplier": { "$ref": "types/speed_multiplier.json" }, "avoid_damage_blocks": { "type": "boolean", - "description": "If true, the mob will avoid blocks that cause damage", + "description": "If true, the mob will avoid blocks that cause damage.", "$comment": "UNDOCUMENTED", "title": "Avoid Damage Blocks" }, "can_land_on_trees": { "type": "boolean", "default": true, - "description": "If true, the mob can stop flying and land on a tree instead of the ground", + "description": "If true, the mob can stop flying and land on a tree instead of the ground.", "title": "Can Land On Trees" }, "xz_dist": { @@ -33,7 +33,7 @@ }, "y_offset": { "type": "integer", - "description": "Height in blocks to add to the selected target position", + "description": "Height in blocks to add to the selected target position.", "$comment": "UNDOCUMENTED", "title": "Y Offset" } diff --git a/source/behavior/entities/format/behaviors/random_hover.json b/source/behavior/entities/format/behaviors/random_hover.json index 0e63c96d..1f99a802 100644 --- a/source/behavior/entities/format/behaviors/random_hover.json +++ b/source/behavior/entities/format/behaviors/random_hover.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.random_hover", - "description": "Allows the mob to hover around randomly, close to the surface", + "description": "Allows the mob to hover around randomly, close to the surface.", "type": "object", "title": "Random Hover", "additionalProperties": false, @@ -10,7 +10,7 @@ "hover_height": { "title": "Hover Height", "type": "array", - "description": "The height above the surface which the mob will try to maintain", + "description": "The height above the surface which the mob will try to maintain.", "items": [ { "type": "number" @@ -41,7 +41,7 @@ "y_offset": { "type": "number", "default": 0, - "description": "Height in blocks to add to the selected target position", + "description": "Height in blocks to add to the selected target position.", "title": "Y Offset" } }, diff --git a/source/behavior/entities/format/behaviors/random_look_around.json b/source/behavior/entities/format/behaviors/random_look_around.json index 4afe05a4..abe21684 100644 --- a/source/behavior/entities/format/behaviors/random_look_around.json +++ b/source/behavior/entities/format/behaviors/random_look_around.json @@ -11,7 +11,7 @@ }, "look_time": { "title": "Look Time", - "description": "The range of time in seconds the mob will stay looking in a random direction before looking elsewhere", + "description": "The range of time in seconds the mob will stay looking in a random direction before looking elsewhere.", "oneOf": [ { "type": "number" @@ -22,12 +22,12 @@ { "type": "number", "title": "Minimum", - "description": "Minimum" + "description": "Minimum." }, { "type": "number", "title": "Maximum", - "description": "Maximum" + "description": "Maximum." } ] } @@ -35,7 +35,7 @@ }, "look_distance": { "title": "Look Distance", - "description": "The distance in blocks from which the mob will look at", + "description": "The distance in blocks from which the mob will look at.", "type": "number", "default": 8.0 }, @@ -49,13 +49,13 @@ "title": "Angle Of View Vertical", "type": "integer", "default": 360, - "description": "The angle in degrees that the mob can see in the X-axis (left-right)" + "description": "The angle in degrees that the mob can see in the X-axis (left-right)." }, "angle_of_view_horizontal": { "title": "Angle Of View Horizontal", "type": "integer", "default": 360, - "description": "The angle in degrees that the mob can see in the Y-axis (up-down)" + "description": "The angle in degrees that the mob can see in the Y-axis (up-down)." } }, "examples": [ @@ -63,4 +63,4 @@ "look_distance": 0.0 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/random_sitting.json b/source/behavior/entities/format/behaviors/random_sitting.json index 5f75122e..b6d7ef04 100644 --- a/source/behavior/entities/format/behaviors/random_sitting.json +++ b/source/behavior/entities/format/behaviors/random_sitting.json @@ -11,31 +11,31 @@ "cooldown": { "type": "number", "default": 0, - "description": "Time in seconds the mob has to wait before using the goal again", + "description": "Time in seconds the mob has to wait before using the goal again.", "title": "Cooldown" }, "cooldown_time": { "type": "number", "default": 0, - "description": "Time in seconds the mob has to wait before using the goal again", + "description": "Time in seconds the mob has to wait before using the goal again.", "title": "Cooldown Time" }, "min_sit_time": { "type": "number", "default": 10, - "description": "The minimum amount of time in seconds before the mob can stand back up", + "description": "The minimum amount of time in seconds before the mob can stand back up.", "title": "Minimum Sit Time" }, "start_chance": { "type": "number", "default": 0.1, - "description": "This is the chance that the mob will start this goal, from 0 to 1", + "description": "This is the chance that the mob will start this goal, from 0 to 1.", "title": "Start Chance" }, "stop_chance": { "type": "number", "default": 0.3, - "description": "This is the chance that the mob will stop this goal, from 0 to 1", + "description": "This is the chance that the mob will stop this goal, from 0 to 1.", "title": "Stop Chance" } }, diff --git a/source/behavior/entities/format/behaviors/random_swim.json b/source/behavior/entities/format/behaviors/random_swim.json index 1d28c1be..a75375d3 100644 --- a/source/behavior/entities/format/behaviors/random_swim.json +++ b/source/behavior/entities/format/behaviors/random_swim.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.random_swim", "type": "object", "title": "Random Swim", - "description": "Allows an entity to randomly move through water", + "description": "Allows an entity to randomly move through water.", "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, @@ -10,7 +10,7 @@ "avoid_surface": { "type": "boolean", "default": true, - "description": "If true, the mob will avoid surface water blocks by swimming below them", + "description": "If true, the mob will avoid surface water blocks by swimming below them.", "title": "Avoid Surface" }, "interval": { diff --git a/source/behavior/entities/format/behaviors/ranged_attack.json b/source/behavior/entities/format/behaviors/ranged_attack.json index e9fd70ba..d71a236d 100644 --- a/source/behavior/entities/format/behaviors/ranged_attack.json +++ b/source/behavior/entities/format/behaviors/ranged_attack.json @@ -12,7 +12,7 @@ "title": "Attack Interval", "type": "number", "default": 0, - "description": "Alternative to \"attack_interval_min\" & \"attack_interval_max\". Consistent reload-time (in seconds), when not using a charged shot. Does not scale with target-distance." + "description": "Alternative to \."attack_interval_min\" & \"attack_interval_max\". Consistent reload-time (in seconds), when not using a charged shot. Does not scale with target-distance." }, "attack_interval_max": { "title": "Attack Interval Max", @@ -54,7 +54,7 @@ "title": "Charge Charged Trigger", "type": "number", "default": 0, - "description": "Time (in seconds, then add \"charge_shoot_trigger\"), before a charged up attack is done charging. Charge-time decays while target is not in sight." + "description": "Time (in seconds, then add \."charge_shoot_trigger\"), before a charged up attack is done charging. Charge-time decays while target is not in sight." }, "charge_shoot_trigger": { "title": "Charge Shoot Trigger", @@ -72,7 +72,7 @@ "title": "Set Persistent", "type": "boolean", "default": false, - "description": "Allows the actor to be set to persist upon targeting a player" + "description": "Allows the actor to be set to persist upon targeting a player." }, "swing": { "title": "Swing", diff --git a/source/behavior/entities/format/behaviors/rise_to_liquid_level.json b/source/behavior/entities/format/behaviors/rise_to_liquid_level.json index 103cfa0e..ce065774 100644 --- a/source/behavior/entities/format/behaviors/rise_to_liquid_level.json +++ b/source/behavior/entities/format/behaviors/rise_to_liquid_level.json @@ -11,17 +11,17 @@ "liquid_y_offset": { "type": "number", "title": "Liquid Y Offset", - "description": "Vertical offset from the liquid" + "description": "Vertical offset from the liquid." }, "rise_delta": { "type": "number", "title": "Rise Delta", - "description": "Displacement for how much the entity will move up in the vertical axis" + "description": "Displacement for how much the entity will move up in the vertical axis." }, "sink_delta": { "type": "number", "title": "Sink Delta", - "description": "Displacement for how much the entity will move down in the vertical axis" + "description": "Displacement for how much the entity will move down in the vertical axis." } }, "examples": [ @@ -31,4 +31,4 @@ "sink_delta": 0.0 } ] -} \ No newline at end of file +} diff --git a/source/behavior/entities/format/behaviors/roar.json b/source/behavior/entities/format/behaviors/roar.json index 4af0df8f..768448b9 100644 --- a/source/behavior/entities/format/behaviors/roar.json +++ b/source/behavior/entities/format/behaviors/roar.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Dig", - "description": "[EXPERIMENTAL BEHAVIOR] Plays the provided sound and activates the `ROARING` actor flag during the specified duration", + "description": "[EXPERIMENTAL BEHAVIOR] Plays the provided sound and activates the `ROARING` actor flag during the specified duration.", "properties": { "priority": { "$ref": "./types/priority.json" @@ -12,7 +12,7 @@ "title": "Duration", "type": "number", "default": 0.0, - "description": "Goal duration in seconds" + "description": "Goal duration in seconds." } } } diff --git a/source/behavior/entities/format/behaviors/scared.json b/source/behavior/entities/format/behaviors/scared.json index e11bdb9b..bcd795fc 100644 --- a/source/behavior/entities/format/behaviors/scared.json +++ b/source/behavior/entities/format/behaviors/scared.json @@ -12,7 +12,7 @@ "sound_interval": { "type": "integer", "default": 0, - "description": "The interval in which a sound will play when active in a 1/delay chance to kick off", + "description": "The interval in which a sound will play when active in a 1/delay chance to kick off.", "title": "Sound Interval" } }, diff --git a/source/behavior/entities/format/behaviors/send_event.json b/source/behavior/entities/format/behaviors/send_event.json index 0994cd15..2b235226 100644 --- a/source/behavior/entities/format/behaviors/send_event.json +++ b/source/behavior/entities/format/behaviors/send_event.json @@ -7,7 +7,7 @@ "definitions": { "sequence": { "type": "array", - "description": "List of events to send", + "description": "List of events to send.", "items": { "type": "object", "additionalProperties": false, @@ -15,17 +15,17 @@ "base_delay": { "type": "number", "default": 0, - "description": "Amount of time in seconds before starting this step" + "description": "Amount of time in seconds before starting this step." }, "event": { "type": "string", "default": "", - "description": "The event to send to the entity" + "description": "The event to send to the entity." }, "sound_event": { "type": "string", "default": "", - "description": "The sound event to play when this step happens" + "description": "The sound event to play when this step happens." } } } @@ -37,51 +37,51 @@ }, "cast_duration": { "type": "number", - "description": "Time in seconds for the entire event sending process", + "description": "Time in seconds for the entire event sending process.", "title": "Cast Duration" }, "look_at_target": { "title": "Look At Target", "type": "boolean", "default": true, - "description": "If true, the mob will face the entity it sends an event to" + "description": "If true, the mob will face the entity it sends an event to." }, "event_choices": { "type": "array", "title": "Event Choices", - "description": "List of spells for the mob to use", + "description": "List of spells for the mob to use.", "$comment": "UNDOCUMENTED", "items": { "type": "object", "additionalProperties": false, "title": "Event Choice", - "description": "A spell that the mob can cast", + "description": "A spell that the mob can cast.", "$comment": "UNDOCUMENTED", "properties": { "min_activation_range": { "type": "number", "title": "Minimum Activation Range", - "description": "The minimum distance in blocks the target must be for this spell to be cast", + "description": "The minimum distance in blocks the target must be for this spell to be cast.", "$comment": "UNDOCUMENTED", "minimum": 0 }, "max_activation_range": { "type": "number", "title": "Maxmimum Activation Range", - "description": "The maxmimum distance in blocks the target must be for this spell to be cast", + "description": "The maxmimum distance in blocks the target must be for this spell to be cast.", "$comment": "UNDOCUMENTED", "minimum": 0 }, "cooldown_time": { "type": "number", "title": "Cooldown Time", - "description": "Time in seconds before the mob can use this spell again", + "description": "Time in seconds before the mob can use this spell again.", "$comment": "UNDOCUMENTED" }, "cast_duration": { "type": "number", "title": "Cast Duration", - "description": "Time in seconds the spell casting will take", + "description": "Time in seconds the spell casting will take.", "$comment": "UNDOCUMENTED" }, "filters": { @@ -91,7 +91,7 @@ "type": "string", "format": "color-hex", "title": "Particle Color", - "description": "The color of the particles for this spell", + "description": "The color of the particles for this spell.", "$comment": "UNDOCUMENTED" }, "weight": { @@ -103,7 +103,7 @@ "start_sound_event": { "type": "string", "title": "Start Sound Event", - "description": "The sound event to play when using this spell", + "description": "The sound event to play when using this spell.", "$comment": "UNDOCUMENTED" }, "sequence": { @@ -114,7 +114,7 @@ }, "sequence": { "$ref": "#/definitions/sequence", - "description": "List of steps for the spell", + "description": "List of steps for the spell.", "$comment": "UNDOCUMENTED", "title": "Sequence" } diff --git a/source/behavior/entities/format/behaviors/share_items.json b/source/behavior/entities/format/behaviors/share_items.json index e4d85a2b..e6b98293 100644 --- a/source/behavior/entities/format/behaviors/share_items.json +++ b/source/behavior/entities/format/behaviors/share_items.json @@ -10,7 +10,7 @@ "speed_multiplier": { "$ref": "types/speed_multiplier.json" }, "entity_types": { "$ref": "../types/entity_types.json", - "description": "List of entities this mob will share items with", + "description": "List of entities this mob will share items with.", "title": "Entity Types" }, "goal_radius": { @@ -22,7 +22,7 @@ "max_dist": { "type": "number", "default": 0, - "description": "Maximum distance in blocks this mob will look for entities to share items with", + "description": "Maximum distance in blocks this mob will look for entities to share items with.", "title": "Maximum Distance" } }, diff --git a/source/behavior/entities/format/behaviors/skeleton_horse_trap.json b/source/behavior/entities/format/behaviors/skeleton_horse_trap.json index c95dd7a2..8084a7db 100644 --- a/source/behavior/entities/format/behaviors/skeleton_horse_trap.json +++ b/source/behavior/entities/format/behaviors/skeleton_horse_trap.json @@ -18,7 +18,7 @@ "within_radius": { "type": "number", "default": 0, - "description": "Distance in blocks that the player has to be within to trigger the horse trap", + "description": "Distance in blocks that the player has to be within to trigger the horse trap.", "title": "Within Radius" } }, diff --git a/source/behavior/entities/format/behaviors/sleep.json b/source/behavior/entities/format/behaviors/sleep.json index 30bcf753..ecd21a98 100644 --- a/source/behavior/entities/format/behaviors/sleep.json +++ b/source/behavior/entities/format/behaviors/sleep.json @@ -12,37 +12,37 @@ "title": "Can Sleep While Riding", "type": "boolean", "default": false, - "description": "If true, the mob will be able to use the sleep goal if riding something" + "description": "If true, the mob will be able to use the sleep goal if riding something." }, "cooldown_time": { "title": "Cooldown Time", "type": "number", "default": 0.0, - "description": "Time in seconds the mob has to wait before using the goal again" + "description": "Time in seconds the mob has to wait before using the goal again." }, "sleep_collider_height": { "title": "Sleep Collider Height", "type": "number", "default": 1.0, - "description": "The height of the mob's collider while sleeping" + "description": "The height of the mob's collider while sleeping." }, "sleep_collider_width": { "title": "Sleep Collider Width", "type": "number", "default": 1.0, - "description": "The width of the mob's collider while sleeping" + "description": "The width of the mob's collider while sleeping." }, "sleep_y_offset": { "title": "Sleep Y Offset", "type": "number", "default": 1.0, - "description": "The y offset of the mob's collider while sleeping" + "description": "The y offset of the mob's collider while sleeping." }, "timeout_cooldown": { "title": "Timeout Cooldown", "type": "number", "default": 8.0, - "description": "The cooldown time in seconds before the goal can be reused after a internal failure or timeout condition" + "description": "The cooldown time in seconds before the goal can be reused after a internal failure or timeout condition." } }, "examples": [ diff --git a/source/behavior/entities/format/behaviors/slime_attack.json b/source/behavior/entities/format/behaviors/slime_attack.json index 5e793c77..4b905f83 100644 --- a/source/behavior/entities/format/behaviors/slime_attack.json +++ b/source/behavior/entities/format/behaviors/slime_attack.json @@ -11,7 +11,7 @@ "title": "Set Persistent", "type": "boolean", "default": false, - "description": "Allows the actor to be set to persist upon targeting a player" + "description": "Allows the actor to be set to persist upon targeting a player." }, "x_max_rotation": { "title": "X Max Rotation", diff --git a/source/behavior/entities/format/behaviors/slime_random_direction.json b/source/behavior/entities/format/behaviors/slime_random_direction.json index 588d5ee9..3607cb27 100644 --- a/source/behavior/entities/format/behaviors/slime_random_direction.json +++ b/source/behavior/entities/format/behaviors/slime_random_direction.json @@ -13,7 +13,7 @@ "title": "Add Random Time Range", "type": "integer", "default": 3, - "description": "Additional time (in whole seconds), chosen randomly in the range of [0, \"add_random_time_range\"], to add to \"min_change_direction_time\"." + "description": "Additional time (in whole seconds), chosen randomly in the range of [0, \."add_random_time_range\"], to add to \"min_change_direction_time\"." }, "min_change_direction_time": { "title": "Min Change Direction Time", diff --git a/source/behavior/entities/format/behaviors/snacking.json b/source/behavior/entities/format/behaviors/snacking.json index acd98aa6..d106fc38 100644 --- a/source/behavior/entities/format/behaviors/snacking.json +++ b/source/behavior/entities/format/behaviors/snacking.json @@ -11,7 +11,7 @@ }, "items": { "title": "Items", - "description": "Items that we are interested in snacking on", + "description": "Items that we are interested in snacking on.", "oneOf": [ { "type": "array", @@ -28,18 +28,18 @@ "snacking_cooldown": { "type": "number", "default": 7.5, - "description": "The cooldown time in seconds before the mob is able to snack again", + "description": "The cooldown time in seconds before the mob is able to snack again.", "title": "Snacking Cooldown" }, "snacking_cooldown_min": { "type": "number", "default": 0.5, - "description": "The minimum time in seconds before the mob is able to snack again", + "description": "The minimum time in seconds before the mob is able to snack again.", "title": "Snacking Cooldown Minimum" }, "snacking_stop_chance": { "type": "number", - "description": "This is the chance that the mob will stop snacking, from 0 to 1", + "description": "This is the chance that the mob will stop snacking, from 0 to 1.", "title": "Snacking Stop Chance" } }, diff --git a/source/behavior/entities/format/behaviors/sneeze.json b/source/behavior/entities/format/behaviors/sneeze.json index 3020d941..e3157e48 100644 --- a/source/behavior/entities/format/behaviors/sneeze.json +++ b/source/behavior/entities/format/behaviors/sneeze.json @@ -12,7 +12,7 @@ "cooldown_time": { "type": "number", "default": 0, - "description": "Time in seconds the mob has to wait before using the goal again", + "description": "Time in seconds the mob has to wait before using the goal again.", "title": "Cooldown Time" }, "drop_item_chance": { diff --git a/source/behavior/entities/format/behaviors/sonic_boom.json b/source/behavior/entities/format/behaviors/sonic_boom.json index 3b353b53..435ee2fa 100644 --- a/source/behavior/entities/format/behaviors/sonic_boom.json +++ b/source/behavior/entities/format/behaviors/sonic_boom.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Dig", - "description": "[EXPERIMENTAL BEHAVIOR] Plays the provided sounds and activates the `SONIC BOOM` actor flag during the specified duration", + "description": "[EXPERIMENTAL BEHAVIOR] Plays the provided sounds and activates the `SONIC BOOM` actor flag during the specified duration.", "properties": { "priority": { "$ref": "./types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" }, @@ -47,7 +47,7 @@ "title": "Duration", "type": "number", "default": 3.0, - "description": "Goal duration in seconds" + "description": "Goal duration in seconds." }, "duration_until_attack_sound": { "title": "Duration Until Attack Sound", diff --git a/source/behavior/entities/format/behaviors/stalk_and_pounce_on_target.json b/source/behavior/entities/format/behaviors/stalk_and_pounce_on_target.json index c154b334..941e0466 100644 --- a/source/behavior/entities/format/behaviors/stalk_and_pounce_on_target.json +++ b/source/behavior/entities/format/behaviors/stalk_and_pounce_on_target.json @@ -17,60 +17,60 @@ "leap_distance": { "type": "number", "default": 0.8, - "description": "The distance in blocks the mob jumps in the direction of its target", + "description": "The distance in blocks the mob jumps in the direction of its target.", "title": "Leap Distance" }, "leap_height": { "type": "number", "default": 0.9, - "description": "The height in blocks the mob jumps when leaping at its target", + "description": "The height in blocks the mob jumps when leaping at its target.", "title": "Leap Height" }, "max_stalk_dist": { "type": "number", "default": 10, - "description": "The maximum distance away a target can be before the mob gives up on stalking", + "description": "The maximum distance away a target can be before the mob gives up on stalking.", "title": "Maximum Stalk Dist" }, "pounce_max_dist": { "type": "number", "default": 5, - "description": "The maximum distance away from the target in blocks to begin pouncing at the target", + "description": "The maximum distance away from the target in blocks to begin pouncing at the target.", "title": "Pounce Maximum Dist" }, "set_persistent": { "type": "boolean", "default": false, - "description": "Allows the actor to be set to persist upon targeting a player", + "description": "Allows the actor to be set to persist upon targeting a player.", "title": "Set Persistent" }, "stalk_speed": { "type": "number", "default": 1.2, - "description": "The movement speed in which you stalk your target", + "description": "The movement speed in which you stalk your target.", "title": "Stalk Speed" }, "strike_dist": { "type": "number", "default": 2, - "description": "The Maximum distance away from the target when landing from the pounce that will still result in damaging the target", + "description": "The Maximum distance away from the target when landing from the pounce that will still result in damaging the target.", "title": "Strike Dist" }, "stuck_time": { "type": "number", "default": 2, - "description": "The amount of time the mob will be stuck if they fail and land on a block they can be stuck on", + "description": "The amount of time the mob will be stuck if they fail and land on a block they can be stuck on.", "title": "Stuck Time" }, "leap_dist": { "type": "number", - "description": "The distance in blocks the mob jumps in the direction of their target", + "description": "The distance in blocks the mob jumps in the direction of their target.", "$comment": "UNDOCUMENTED", "title": "Leap Dist" }, "stuck_blocks": { "$ref": "../../filters/filters.json", - "description": "Filters to apply on the block the mob lands on to determine if it is valid for getting stuck", + "description": "Filters to apply on the block the mob lands on to determine if it is valid for getting stuck.", "$comment": "UNDOCUMENTED", "title": "Stuck Block" } diff --git a/source/behavior/entities/format/behaviors/stomp_attack.json b/source/behavior/entities/format/behaviors/stomp_attack.json index 2602dada..428d5247 100644 --- a/source/behavior/entities/format/behaviors/stomp_attack.json +++ b/source/behavior/entities/format/behaviors/stomp_attack.json @@ -31,7 +31,7 @@ "title": "Inner Boundary Time Increase", "type": "number", "default": 0.25, - "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \"path_inner_boundary\"." + "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \."path_inner_boundary\"." }, "max_dist": { "title": "Max Dist", @@ -71,7 +71,7 @@ "title": "Outer Boundary Time Increase", "type": "number", "default": 0.5, - "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \"path_outer_boundary\"." + "description": "Time (in seconds) to add to attack path recalculation when the target is beyond the \."path_outer_boundary\"." }, "path_fail_time_increase": { "title": "Path Fail Time Increase", @@ -83,19 +83,19 @@ "title": "Path Inner Boundary", "type": "number", "default": 16, - "description": "Distance at which to increase attack path recalculation by \"inner_boundary_tick_increase\"." + "description": "Distance at which to increase attack path recalculation by \."inner_boundary_tick_increase\"." }, "path_outer_boundary": { "title": "Path Outer Boundary", "type": "number", "default": 32, - "description": "Distance at which to increase attack path recalculation by \"outer_boundary_tick_increase\"." + "description": "Distance at which to increase attack path recalculation by \."outer_boundary_tick_increase\"." }, "random_stop_interval": { "title": "Random Stop Interval", "type": "integer", "default": 0, - "description": "This entity will have a 1 in N chance to stop it's current attack, where N = \"random_stop_interval\"." + "description": "This entity will have a 1 in N chance to stop it's current attack, where N = \."random_stop_interval\"." }, "reach_multiplier": { "title": "Reach Multiplier", @@ -113,7 +113,7 @@ "title": "Set Persistent", "type": "boolean", "default": false, - "description": "Allows the actor to be set to persist upon targeting a player" + "description": "Allows the actor to be set to persist upon targeting a player." }, "stomp_range_multiplier": { "title": "Stomp Range Multiplier", diff --git a/source/behavior/entities/format/behaviors/stomp_turtle_egg.json b/source/behavior/entities/format/behaviors/stomp_turtle_egg.json index 4589ca8f..7fd456e5 100644 --- a/source/behavior/entities/format/behaviors/stomp_turtle_egg.json +++ b/source/behavior/entities/format/behaviors/stomp_turtle_egg.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.stomp_turtle_egg", - "description": "Allows this mob to stomp turtle eggs", + "description": "Allows this mob to stomp turtle eggs.", "type": "object", "title": "Stomp Turtle Egg", "additionalProperties": false, @@ -28,13 +28,13 @@ "search_height": { "type": "integer", "default": 1, - "description": "Height in blocks the mob will look for turtle eggs to move towards", + "description": "Height in blocks the mob will look for turtle eggs to move towards.", "title": "Search Height" }, "search_range": { "type": "integer", "default": 0, - "description": "The distance in blocks it will look for turtle eggs to move towards", + "description": "The distance in blocks it will look for turtle eggs to move towards.", "title": "Search Range" } }, diff --git a/source/behavior/entities/format/behaviors/stroll_towards_village.json b/source/behavior/entities/format/behaviors/stroll_towards_village.json index c02a3012..118eccd0 100644 --- a/source/behavior/entities/format/behaviors/stroll_towards_village.json +++ b/source/behavior/entities/format/behaviors/stroll_towards_village.json @@ -11,7 +11,7 @@ "cooldown_time": { "type": "number", "default": 0, - "description": "Time in seconds the mob has to wait before using the goal again", + "description": "Time in seconds the mob has to wait before using the goal again.", "title": "Cooldown Time" }, "goal_radius": { @@ -29,13 +29,13 @@ "speed_multiplier": { "type": "number", "default": 1, - "description": "Movement speed multiplier of the mob when using this AI Goal", + "description": "Movement speed multiplier of the mob when using this AI Goal.", "title": "Speed Multiplier" }, "start_chance": { "type": "number", "default": 0.1, - "description": "This is the chance that the mob will start this goal, from 0 to 1", + "description": "This is the chance that the mob will start this goal, from 0 to 1.", "title": "Start Chance" } }, diff --git a/source/behavior/entities/format/behaviors/summon_entity.json b/source/behavior/entities/format/behaviors/summon_entity.json index c91bc481..5033f45f 100644 --- a/source/behavior/entities/format/behaviors/summon_entity.json +++ b/source/behavior/entities/format/behaviors/summon_entity.json @@ -11,7 +11,7 @@ }, "summon_choices": { "type": "array", - "description": "List of spells for the mob to use to summon entities", + "description": "List of spells for the mob to use to summon entities.", "title": "Summon Choices", "items": { "type": "object", @@ -19,19 +19,19 @@ "properties": { "cast_duration": { "type": "number", - "description": "Time in seconds the spell casting will take", + "description": "Time in seconds the spell casting will take.", "title": "Cast Duration" }, "cooldown_time": { "type": "number", "default": 0, - "description": "Time in seconds the mob has to wait before using the spell again", + "description": "Time in seconds the mob has to wait before using the spell again.", "title": "Cooldown Time" }, "do_casting": { "type": "boolean", "default": true, - "description": "If true, the mob will do the casting animations and render spell particles", + "description": "If true, the mob will do the casting animations and render spell particles.", "title": "Do Casting" }, "filters": { @@ -40,17 +40,17 @@ "max_activation_range": { "type": "number", "default": -1, - "description": "Upper bound of the activation distance in blocks for this spell", + "description": "Upper bound of the activation distance in blocks for this spell.", "title": "Maximum Activation Range" }, "min_activation_range": { "type": "number", "default": 1, - "description": "Lower bound of the activation distance in blocks for this spell", + "description": "Lower bound of the activation distance in blocks for this spell.", "title": "Minimum Activation Range" }, "particle_color": { - "description": "The color of the particles for this spell", + "description": "The color of the particles for this spell.", "title": "Particle Color", "oneOf": [ { @@ -65,7 +65,7 @@ }, "sequence": { "type": "array", - "description": "List of steps for the spell", + "description": "List of steps for the spell.", "title": "Sequence", "items": { "type": "object", @@ -75,14 +75,14 @@ "delay": { "type": "number", "default": 0, - "description": "Amount of time in seconds to wait before this step starts", + "description": "Amount of time in seconds to wait before this step starts.", "title": "Delay" }, "delay_per_summon": { "type": "number", "default": 0, "title": "Delay Per Summon", - "description": "Amount of time in seconds before each entity is summoned in this step" + "description": "Amount of time in seconds before each entity is summoned in this step." }, "entity_lifespan": { "type": "number", @@ -93,18 +93,18 @@ "base_delay": { "type": "number", "default": 0, - "description": "Amount of time in seconds to wait before this step starts", + "description": "Amount of time in seconds to wait before this step starts.", "title": "Base Delay" }, "entity_type": { "type": "string", - "description": "The entity type of the entities we will spawn in this step", + "description": "The entity type of the entities we will spawn in this step.", "title": "Entity Type" }, "num_entities_spawned": { "type": "integer", "default": 1, - "description": "Number of entities that will be spawned in this step", + "description": "Number of entities that will be spawned in this step.", "title": "Number Entities Spawned" }, "shape": { @@ -116,24 +116,24 @@ "size": { "type": "number", "default": 1, - "description": "The base size of the entity", + "description": "The base size of the entity.", "title": "Size" }, "sound_event": { "type": "string", - "description": "The sound event to play for this step", + "description": "The sound event to play for this step.", "title": "Sound Event" }, "summon_cap": { "type": "integer", "default": 0, - "description": "Maximum number of summoned entities at any given time", + "description": "Maximum number of summoned entities at any given time.", "title": "Summon Cap" }, "summon_cap_radius": { "type": "number", "default": 0, - "description": "Maximum radius where the summon entities can spawn", + "description": "Maximum radius where the summon entities can spawn.", "title": "Summon Cap Radius" }, "target": { @@ -147,7 +147,7 @@ }, "start_sound_event": { "type": "string", - "description": "The sound event to play when using this spell", + "description": "The sound event to play when using this spell.", "title": "Start Sound Event" }, "weight": { diff --git a/source/behavior/entities/format/behaviors/swell.json b/source/behavior/entities/format/behaviors/swell.json index 82c7107c..7d33c377 100644 --- a/source/behavior/entities/format/behaviors/swell.json +++ b/source/behavior/entities/format/behaviors/swell.json @@ -12,13 +12,13 @@ "start_distance": { "type": "number", "default": 10, - "description": "This mob starts swelling when a target is at least this many blocks away", + "description": "This mob starts swelling when a target is at least this many blocks away.", "title": "Start Distance" }, "stop_distance": { "type": "number", "default": 2, - "description": "This mob stops swelling when a target has moved away at least this many blocks", + "description": "This mob stops swelling when a target has moved away at least this many blocks.", "title": "Stop Distance" } }, diff --git a/source/behavior/entities/format/behaviors/swim_wander.json b/source/behavior/entities/format/behaviors/swim_wander.json index 537ba818..30c8f0e0 100644 --- a/source/behavior/entities/format/behaviors/swim_wander.json +++ b/source/behavior/entities/format/behaviors/swim_wander.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.swim_wander", - "description": "Has the fish swim around when they can't pathfind", + "description": "Has the fish swim around when they can't pathfind.", "type": "object", "title": "Swim Idle", "additionalProperties": false, diff --git a/source/behavior/entities/format/behaviors/swim_with_entity.json b/source/behavior/entities/format/behaviors/swim_with_entity.json index e312c96e..03dd5330 100644 --- a/source/behavior/entities/format/behaviors/swim_with_entity.json +++ b/source/behavior/entities/format/behaviors/swim_with_entity.json @@ -36,7 +36,7 @@ "title": "Match Direction Threshold", "type": "number", "default": 2, - "description": "Distance, from the entity being followed, at which this entity will try to match that entity's direction" + "description": "Distance, from the entity being followed, at which this entity will try to match that entity's direction." }, "catch_up_multiplier": { "title": "Catch Up Multiplier", @@ -59,7 +59,7 @@ "entity_types": { "$ref": "../types/entity_types.json", "title": "Entity Types", - "description": "Filters which determine what entites are valid to follow" + "description": "Filters which determine what entites are valid to follow." } }, "examples": [ diff --git a/source/behavior/entities/format/behaviors/target_when_pushed.json b/source/behavior/entities/format/behaviors/target_when_pushed.json index ea69c090..d30435bc 100644 --- a/source/behavior/entities/format/behaviors/target_when_pushed.json +++ b/source/behavior/entities/format/behaviors/target_when_pushed.json @@ -12,7 +12,7 @@ "entity_types": { "title": "Entity Types", "$ref": "../types/entity_types.json", - "description": "The list of conditions the other entity must meet to be a valid target" + "description": "The list of conditions the other entity must meet to be a valid target." }, "percent_chance": { "title": "Percent Chance", diff --git a/source/behavior/entities/format/behaviors/tempt.json b/source/behavior/entities/format/behaviors/tempt.json index ec313945..e8346a46 100644 --- a/source/behavior/entities/format/behaviors/tempt.json +++ b/source/behavior/entities/format/behaviors/tempt.json @@ -28,7 +28,7 @@ "items": { "type": "array", "title": "Items", - "description": "List of items this mob is tempted by", + "description": "List of items this mob is tempted by.", "items": { "$ref": "../../../../general/item/identifier.json" } @@ -57,7 +57,7 @@ "within_radius": { "type": "number", "default": 0, - "description": "Distance in blocks this mob can get tempted by a player holding an item they like", + "description": "Distance in blocks this mob can get tempted by a player holding an item they like.", "title": "Within Radius" } }, diff --git a/source/behavior/entities/format/behaviors/trade_interest.json b/source/behavior/entities/format/behaviors/trade_interest.json index 75742a0d..64b02a2b 100644 --- a/source/behavior/entities/format/behaviors/trade_interest.json +++ b/source/behavior/entities/format/behaviors/trade_interest.json @@ -12,31 +12,31 @@ "carried_item_switch_time": { "type": "number", "default": 2, - "description": "The Maximum time in seconds that the trader will hold an item before attempting to switch for a different item that takes the same trade", + "description": "The Maximum time in seconds that the trader will hold an item before attempting to switch for a different item that takes the same trade.", "title": "Carried Item Switch Time" }, "cooldown": { "type": "number", "default": 2, - "description": "The time in seconds before the trader can use this goal again", + "description": "The time in seconds before the trader can use this goal again.", "title": "Cooldown" }, "interest_time": { "type": "number", "default": 45, - "description": "The Maximum time in seconds that the trader will be interested with showing it's trade items", + "description": "The Maximum time in seconds that the trader will be interested with showing it's trade items.", "title": "Interest_time" }, "remove_item_time": { "type": "number", "default": 1, - "description": "The Maximum time in seconds that the trader will wait when you no longer have items to trade", + "description": "The Maximum time in seconds that the trader will wait when you no longer have items to trade.", "title": "Remove Item Time" }, "within_radius": { "type": "number", "default": 0, - "description": "Distance in blocks this mob can be interested by a player holding an item they like", + "description": "Distance in blocks this mob can be interested by a player holding an item they like.", "title": "Within Radius" } }, diff --git a/source/behavior/entities/format/behaviors/wither_target_highest_damage.json b/source/behavior/entities/format/behaviors/wither_target_highest_damage.json index a4204bdf..3cc90fbd 100644 --- a/source/behavior/entities/format/behaviors/wither_target_highest_damage.json +++ b/source/behavior/entities/format/behaviors/wither_target_highest_damage.json @@ -11,7 +11,7 @@ }, "entity_types": { "$ref": "../types/entity_types.json", - "description": "List of entity types the wither takes into account to find who dealt the most damage to it", + "description": "List of entity types the wither takes into account to find who dealt the most damage to it.", "title": "Entity Types" } } diff --git a/source/behavior/entities/format/behaviors/work.json b/source/behavior/entities/format/behaviors/work.json index 4400ac67..e780da7e 100644 --- a/source/behavior/entities/format/behaviors/work.json +++ b/source/behavior/entities/format/behaviors/work.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.work", "type": "object", "title": "Work", - "description": "Allows the NPC to use the POI", + "description": "Allows the NPC to use the POI.", "additionalProperties": false, "required": [], "properties": { @@ -12,7 +12,7 @@ "title": "Active Time", "type": "integer", "default": 0, - "description": "The amount of ticks the NPC will stay in their the work location" + "description": "The amount of ticks the NPC will stay in their the work location." }, "can_work_in_rain": { "title": "Can Work In Rain", @@ -24,7 +24,7 @@ "title": "Goal Cooldown", "type": "integer", "default": 0, - "description": "The amount of ticks the goal will be on cooldown before it can be used again" + "description": "The amount of ticks the goal will be on cooldown before it can be used again." }, "on_arrival": { "title": "On Arrival", @@ -47,7 +47,7 @@ "title": "Work In Rain Tolerance", "type": "integer", "default": -1, - "description": "If \"can_work_in_rain\" is false, this is the maximum number of ticks left in the goal where rain will not interrupt the goal" + "description": "If \."can_work_in_rain\" is false, this is the maximum number of ticks left in the goal where rain will not interrupt the goal" } }, "examples": [ diff --git a/source/behavior/entities/format/behaviors/work_composter.json b/source/behavior/entities/format/behaviors/work_composter.json index a7ae2183..954cf063 100644 --- a/source/behavior/entities/format/behaviors/work_composter.json +++ b/source/behavior/entities/format/behaviors/work_composter.json @@ -12,7 +12,7 @@ "title": "Active Time", "type": "integer", "default": 0, - "description": "The amount of ticks the NPC will stay in their the work location" + "description": "The amount of ticks the NPC will stay in their the work location." }, "block_interaction_max": { "title": "Block Interaction Max", @@ -42,7 +42,7 @@ "title": "Goal Cooldown", "type": "integer", "default": 0, - "description": "The amount of ticks the goal will be on cooldown before it can be used again" + "description": "The amount of ticks the goal will be on cooldown before it can be used again." }, "items_per_use_max": { "title": "Items Per Use Max", @@ -87,7 +87,7 @@ "title": "Work In Rain Tolerance", "type": "integer", "default": -1, - "description": "If \"can_work_in_rain\" is false, this is the maximum number of ticks left in the goal where rain will not interrupt the goal" + "description": "If \."can_work_in_rain\" is false, this is the maximum number of ticks left in the goal where rain will not interrupt the goal" } }, "examples": [{}] diff --git a/source/behavior/entities/format/components.json b/source/behavior/entities/format/components.json index 27edb56a..e17225e9 100644 --- a/source/behavior/entities/format/components.json +++ b/source/behavior/entities/format/components.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Components", - "description": "A collection of components", + "description": "A collection of components.", "required": [], "properties": { "minecraft:addrider": { "$ref": "./components/addrider.json" }, diff --git a/source/behavior/entities/format/components/addrider.json b/source/behavior/entities/format/components/addrider.json index cc7f300a..bf23c0b3 100644 --- a/source/behavior/entities/format/components/addrider.json +++ b/source/behavior/entities/format/components/addrider.json @@ -6,8 +6,8 @@ "description": "Adds a rider to the entity. Requires `minecraft:rideable.`", "required": ["entity_type"], "properties": { - "entity_type": { "type": "string", "description": "The entity type that will be riding this entity", "title": "Entity Type" }, - "spawn_event": { "type": "string", "description": "The spawn event that will be used when the riding entity is created", "title": "Spawn Event" } + "entity_type": { "type": "string", "description": "The entity type that will be riding this entity.", "title": "Entity Type" }, + "spawn_event": { "type": "string", "description": "The spawn event that will be used when the riding entity is created.", "title": "Spawn Event" } }, "examples": [{ "entity_type": "minecraft:rabbit" }, { "entity_type": "minecraft:rabbit", "spawn_event": "self:example" }] } diff --git a/source/behavior/entities/format/components/admire_item.json b/source/behavior/entities/format/components/admire_item.json index 83c52484..35400232 100644 --- a/source/behavior/entities/format/components/admire_item.json +++ b/source/behavior/entities/format/components/admire_item.json @@ -8,7 +8,7 @@ "cooldown_after_being_attacked": { "type": "integer", "default": 0, - "description": "Duration, in seconds, for which mob won't admire items if it was hurt", + "description": "Duration, in seconds, for which mob won't admire items if it was hurt.", "title": "Cooldown After Being Attacked" }, "duration": { diff --git a/source/behavior/entities/format/components/ambient_sound_interval.json b/source/behavior/entities/format/components/ambient_sound_interval.json index aa967976..ed30d3a7 100644 --- a/source/behavior/entities/format/components/ambient_sound_interval.json +++ b/source/behavior/entities/format/components/ambient_sound_interval.json @@ -19,7 +19,7 @@ "properties": { "condition": { "type": "string", - "description": "The condition that must be satisfied to select the given ambient sound", + "description": "The condition that must be satisfied to select the given ambient sound.", "title": "Condition" }, "event_name": { diff --git a/source/behavior/entities/format/components/anger_level.json b/source/behavior/entities/format/components/anger_level.json index 19ea4a27..e029fa07 100644 --- a/source/behavior/entities/format/components/anger_level.json +++ b/source/behavior/entities/format/components/anger_level.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.anger_level", "type": "object", "title": "Angry", - "description": "Allows this entity to track anger towards a set of nuisances", + "description": "Allows this entity to track anger towards a set of nuisances.", "additionalProperties": false, "required": [], "properties": { @@ -17,14 +17,14 @@ "type": "integer", "minimum": 0, "default": 20, - "description": "Anger boost applied to angry threshold when mob gets angry" + "description": "Anger boost applied to angry threshold when mob gets angry." }, "angry_threshold": { "title": "Angry Threshold", "type": "integer", "minimum": 0, "default": 80, - "description": "Threshold that define when the mob is considered angry at a nuisance" + "description": "Threshold that define when the mob is considered angry at a nuisance." }, "default_annoyingness": { "title": "Default Annoyingness", @@ -42,7 +42,7 @@ "nuisance_filter": { "title": "Nuisance Filter", "$ref": "../../filters/filters.json", - "description": "Filter that is applied to determine if a mob can be a nuisance" + "description": "Filter that is applied to determine if a mob can be a nuisance." }, "on_increase_sounds": { "title": "On Increase Sounds", @@ -52,7 +52,7 @@ "title": "Remove Targets Below Angry Threshold", "type": "boolean", "default": true, - "description": "Defines if the mob should remove target if it falls below 'angry' threshold" + "description": "Defines if the mob should remove target if it falls below 'angry' threshold." } }, "examples": [] diff --git a/source/behavior/entities/format/components/angry.json b/source/behavior/entities/format/components/angry.json index fb20e9fb..72d86a6d 100644 --- a/source/behavior/entities/format/components/angry.json +++ b/source/behavior/entities/format/components/angry.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.angry", "type": "object", "title": "Angry", - "description": "Defines the entity's 'angry' state using a timer", + "description": "Defines the entity's 'angry' state using a timer.", "additionalProperties": false, "required": [], "properties": { @@ -10,30 +10,30 @@ "title": "Broadcast Anger", "type": "boolean", "default": false, - "description": "If true, other entities of the same entity definition within the broadcastRange will also become angry" + "description": "If true, other entities of the same entity definition within the broadcastRange will also become angry." }, "broadcast_filters": { "title": "Broadcast Filters", "$ref": "../../filters/filters.json", - "description": "Conditions that make this entry in the list valid" + "description": "Conditions that make this entry in the list valid." }, "filters": { "$ref": "../../filters/filters.json", - "description": "Filter out mob types that it should not attack while angry (other Piglins)" + "description": "Filter out mob types that it should not attack while angry (other Piglins)." }, "broadcast_range": { "title": "Broadcast Range", "type": "integer", "default": 20, - "description": "Distance in blocks within which other entities of the same entity definition will become angry" + "description": "Distance in blocks within which other entities of the same entity definition will become angry." }, "broadcast_targets": { "title": "Broadcast Targets", "type": "array", - "description": "A list of entity families to broadcast anger to", + "description": "A list of entity families to broadcast anger to.", "items": { "type": "string", - "description": "An entity family", + "description": "An entity family.", "pattern": "^.+$", "title": "Broadcast Targets" }, @@ -42,40 +42,40 @@ "calm_event": { "title": "Calm Event", "$ref": "../types/event.json", - "description": "Event to run after the number of seconds specified in duration expires (when the entity stops being \"angry\")" + "description": "Event to run after the number of seconds specified in duration expires (when the entity stops being \."angry\")" }, "angry_sound": { "title": "Angry Sound", "type": "string", "default": "", - "description": "The sound event to play when the mob is angry" + "description": "The sound event to play when the mob is angry." }, "broadcast_anger_on_attack": { "title": "Broadcast Anger On Attack", "type": "boolean", "default": false, - "description": "If true, other entities of the same entity definition within the broadcastRange will also become angry whenever this mob attacks" + "description": "If true, other entities of the same entity definition within the broadcastRange will also become angry whenever this mob attacks." }, "broadcast_anger_on_being_attacked": { "type": "boolean", "default": false, - "description": "If true, other entities of the same entity definition within the broadcastRange will also become angry whenever this mob is attacked", + "description": "If true, other entities of the same entity definition within the broadcastRange will also become angry whenever this mob is attacked.", "title": "Broadcast Anger On Being Attacked" }, "duration": { "title": "Duration", "type": "integer", "default": 25, - "description": "The amount of time in seconds that the entity will be angry" + "description": "The amount of time in seconds that the entity will be angry." }, "duration_delta": { "title": "Duration Delta", "type": "integer", "default": 0, - "description": "Variance in seconds added to the duration [-delta, delta]" + "description": "Variance in seconds added to the duration [-delta, delta]." }, "sound_interval": { - "description": "The range of time in seconds to randomly wait before playing the sound again", + "description": "The range of time in seconds to randomly wait before playing the sound again.", "title": "Sound Interval", "oneOf": [ { @@ -85,14 +85,14 @@ { "type": "integer", "minimum": 0, - "description": "The minimum interval", + "description": "The minimum interval.", "$comment": "UNDOCUMENTED", "title": "Minimum" }, { "type": "integer", "minimum": 0, - "description": "The maximum interval", + "description": "The maximum interval.", "$comment": "UNDOCUMENTED", "title": "Maximum" } @@ -104,13 +104,13 @@ "properties": { "range_min": { "type": "number", - "description": "The minimum interval", + "description": "The minimum interval.", "$comment": "UNDOCUMENTED", "title": "Range Minimum" }, "range_max": { "type": "number", - "description": "The maximum interval", + "description": "The maximum interval.", "$comment": "UNDOCUMENTED", "title": "Range Maximum" } diff --git a/source/behavior/entities/format/components/annotation.break_door.json b/source/behavior/entities/format/components/annotation.break_door.json index 440d0d5a..c53664be 100644 --- a/source/behavior/entities/format/components/annotation.break_door.json +++ b/source/behavior/entities/format/components/annotation.break_door.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.annotation.break_door", "additionalProperties": false, - "description": "Allows the actor to break doors assuming that that flags set up for the component to use in navigation", + "description": "Allows the actor to break doors assuming that that flags set up for the component to use in navigation.", "type": "object", "title": "Annotation.break Door", "required": [], diff --git a/source/behavior/entities/format/components/annotation.open_door.json b/source/behavior/entities/format/components/annotation.open_door.json index 2076ac6e..50d82bca 100644 --- a/source/behavior/entities/format/components/annotation.open_door.json +++ b/source/behavior/entities/format/components/annotation.open_door.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.annotation.open_door", "additionalProperties": false, - "description": "Allows the actor to open doors assuming that that flags set up for the component to use in navigation", + "description": "Allows the actor to open doors assuming that that flags set up for the component to use in navigation.", "type": "object", "title": "Annotation.open Door", "required": [], diff --git a/source/behavior/entities/format/components/area_attack.json b/source/behavior/entities/format/components/area_attack.json index df2012c9..40d507fe 100644 --- a/source/behavior/entities/format/components/area_attack.json +++ b/source/behavior/entities/format/components/area_attack.json @@ -19,12 +19,12 @@ }, "entity_filter": { "$ref": "../../filters/filters.json", - "description": "Filter to see which entities can be affected by the attack", + "description": "Filter to see which entities can be affected by the attack.", "title": "Entity Filter" }, "cause": { "type": "string", - "description": "what causes the attack to occur", + "description": "what causes the attack to occur.", "title": "Cause", "$ref": "../../../../general/entity/damage_source.json" } diff --git a/source/behavior/entities/format/components/attack_damage.json b/source/behavior/entities/format/components/attack_damage.json index e4f65271..dce19762 100644 --- a/source/behavior/entities/format/components/attack_damage.json +++ b/source/behavior/entities/format/components/attack_damage.json @@ -7,11 +7,11 @@ "properties": { "value": { "type": "number", - "description": "UNDOCUMENTED: value", + "description": "UNDOCUMENTED: value.", "title": "Value" } }, - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "examples": [ { "value": 0.0 diff --git a/source/behavior/entities/format/components/balloonable.json b/source/behavior/entities/format/components/balloonable.json index d9e4c106..283d61dd 100644 --- a/source/behavior/entities/format/components/balloonable.json +++ b/source/behavior/entities/format/components/balloonable.json @@ -7,11 +7,11 @@ "properties": { "mass": { "type": "number", - "description": "UNDOCUMENTED: mass", + "description": "UNDOCUMENTED: mass.", "title": "Mass" } }, - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "examples": [ { "mass": 0.0 diff --git a/source/behavior/entities/format/components/barter.json b/source/behavior/entities/format/components/barter.json index aa1938ec..cdc097a6 100644 --- a/source/behavior/entities/format/components/barter.json +++ b/source/behavior/entities/format/components/barter.json @@ -13,7 +13,7 @@ "cooldown_after_being_attacked": { "type": "integer", "default": 0, - "description": "Duration, in seconds, for which mob won't barter items if it was hurt", + "description": "Duration, in seconds, for which mob won't barter items if it was hurt.", "title": "Cooldown After Being Attacked" } }, diff --git a/source/behavior/entities/format/components/block_sensor.json b/source/behavior/entities/format/components/block_sensor.json index f9097325..69e269fc 100644 --- a/source/behavior/entities/format/components/block_sensor.json +++ b/source/behavior/entities/format/components/block_sensor.json @@ -19,7 +19,7 @@ "items": { "title": "On Block Broken", "type": "object", - "description": "Event to run when a block breaks", + "description": "Event to run when a block breaks.", "additionalProperties": false, "properties": { "block_list": { @@ -34,7 +34,7 @@ "on_block_broken": { "title": "On Block Broken", "type": "string", - "description": "Event to run when a block breaks" + "description": "Event to run when a block breaks." } } } @@ -48,9 +48,9 @@ }, "examples": [ { - "test": "has_silk_touch", - "subject": "other", - "value": false + "test": "has_silk_touch", + "subject": "other", + "value": false } ] } diff --git a/source/behavior/entities/format/components/boostable.json b/source/behavior/entities/format/components/boostable.json index 7aa08119..6d7405d4 100644 --- a/source/behavior/entities/format/components/boostable.json +++ b/source/behavior/entities/format/components/boostable.json @@ -3,7 +3,7 @@ "type": "object", "title": "Boostable", "additionalProperties": false, - "description": "Defines the conditions and behavior of a rideable entity's boost", + "description": "Defines the conditions and behavior of a rideable entity's boost.", "properties": { "duration": { "type": "number", @@ -19,7 +19,7 @@ }, "boost_items": { "type": "array", - "description": "List of items that can be used to boost while riding this entity", + "description": "List of items that can be used to boost while riding this entity.", "title": "Boost Items", "items": { "type": "object", diff --git a/source/behavior/entities/format/components/boss.json b/source/behavior/entities/format/components/boss.json index b35ce7cb..e793f026 100644 --- a/source/behavior/entities/format/components/boss.json +++ b/source/behavior/entities/format/components/boss.json @@ -3,7 +3,7 @@ "type": "object", "title": "Boss", "additionalProperties": false, - "description": "The current state of the boss for updating the boss HUD", + "description": "The current state of the boss for updating the boss HUD.", "required": [], "properties": { "hud_range": { diff --git a/source/behavior/entities/format/components/break_blocks.json b/source/behavior/entities/format/components/break_blocks.json index 4e4d2e9f..30ce5d25 100644 --- a/source/behavior/entities/format/components/break_blocks.json +++ b/source/behavior/entities/format/components/break_blocks.json @@ -9,7 +9,7 @@ "breakable_blocks": { "type": "array", "title": "Breakable Blocks", - "description": "A list of the blocks that can be broken as this entity moves around", + "description": "A list of the blocks that can be broken as this entity moves around.", "items": { "$ref": "../../../../general/blocks_item.json" } diff --git a/source/behavior/entities/format/components/breathable.json b/source/behavior/entities/format/components/breathable.json index 3e39e551..89c7190b 100644 --- a/source/behavior/entities/format/components/breathable.json +++ b/source/behavior/entities/format/components/breathable.json @@ -9,54 +9,54 @@ "total_supply": { "type": "integer", "default": 15, - "description": "Time in seconds the entity can hold its breath", + "description": "Time in seconds the entity can hold its breath.", "title": "Total Supply" }, "suffocate_time": { "type": "integer", "default": -20, - "description": "Time in seconds between suffocation damage", + "description": "Time in seconds between suffocation damage.", "title": "Suffocate Time" }, "inhale_time": { "type": "number", "default": 0, - "description": "Time in seconds to recover breath to maximum", + "description": "Time in seconds to recover breath to maximum.", "title": "Inhale Time" }, "breathes_air": { "type": "boolean", "default": true, - "description": "If true, this entity can breathe in air", + "description": "If true, this entity can breathe in air.", "title": "Breathes Air" }, "breathes_water": { "type": "boolean", "default": false, - "description": "If true, this entity can breathe in water", + "description": "If true, this entity can breathe in water.", "title": "Breathes Water" }, "breathes_lava": { "type": "boolean", "default": false, - "description": "If true, this entity can breathe in lava", + "description": "If true, this entity can breathe in lava.", "title": "Breathes Lava" }, "breathes_solids": { "type": "boolean", "default": false, - "description": "If true, this entity can breathe in solid blocks", + "description": "If true, this entity can breathe in solid blocks.", "title": "Breathes Solids" }, "generates_bubbles": { "type": "boolean", "default": true, - "description": "If true, this entity will have visible bubbles while in water", + "description": "If true, this entity will have visible bubbles while in water.", "title": "Generates Bubbles" }, "breathe_blocks": { "type": "array", - "description": "List of blocks this entity can breathe in, in addition to the above", + "description": "List of blocks this entity can breathe in, in addition to the above.", "items": { "$ref": "../../../../general/block/identifier.json" }, @@ -64,7 +64,7 @@ }, "non_breathe_blocks": { "type": "array", - "description": "List of blocks this entity can't breathe in, in addition to the above", + "description": "List of blocks this entity can't breathe in, in addition to the above.", "items": { "$ref": "../../../../general/block/identifier.json" }, diff --git a/source/behavior/entities/format/components/breedable.json b/source/behavior/entities/format/components/breedable.json index 54f3d8a1..028e8783 100644 --- a/source/behavior/entities/format/components/breedable.json +++ b/source/behavior/entities/format/components/breedable.json @@ -87,14 +87,14 @@ "title": "Breed Cooldown" }, "breed_items": { - "description": "The list of items that can be used to get the entity into the `love` state", + "description": "The list of items that can be used to get the entity into the `love` state.", "title": "Breed Items", "oneOf": [ { "type": "array", "items": { "type": "string", - "description": "An item that can be used to get the entity into the `love` state", + "description": "An item that can be used to get the entity into the `love` state.", "$ref": "../../../../general/item/identifier.json", "title": "Breed Item" } @@ -219,7 +219,7 @@ "inherit_tamed": { "type": "boolean", "default": true, - "description": "If true, the babies will be automatically tamed if its parents are", + "description": "If true, the babies will be automatically tamed if its parents are.", "title": "Inherit Tamed" }, "require_full_health": { diff --git a/source/behavior/entities/format/components/bribeable.json b/source/behavior/entities/format/components/bribeable.json index 2f7b0b5a..a70032b2 100644 --- a/source/behavior/entities/format/components/bribeable.json +++ b/source/behavior/entities/format/components/bribeable.json @@ -9,14 +9,14 @@ "bribe_cooldown": { "type": "number", "default": 2, - "description": "Time in seconds before the Entity can be bribed again", + "description": "Time in seconds before the Entity can be bribed again.", "title": "Bribe Cooldown" }, "bribe_items": { "type": "array", - "description": "The list of items that can be used to bribe the entity", + "description": "The list of items that can be used to bribe the entity.", "items": { - "description": "An item that can be used to bribe the entity", + "description": "An item that can be used to bribe the entity.", "$ref": "../../../../general/item/identifier.json", "title": "Bribe Items" }, diff --git a/source/behavior/entities/format/components/celebrate_hunt.json b/source/behavior/entities/format/components/celebrate_hunt.json index 7d43b31d..1ce1cfe6 100644 --- a/source/behavior/entities/format/components/celebrate_hunt.json +++ b/source/behavior/entities/format/components/celebrate_hunt.json @@ -19,13 +19,13 @@ "celebrate_sound": { "type": "string", "default": "", - "description": "The sound event to play when the mob is celebrating", + "description": "The sound event to play when the mob is celebrating.", "title": "Celebrate Sound" }, "duration": { "type": "integer", "default": 4, - "description": "Duration, in seconds, of celebration", + "description": "Duration, in seconds, of celebration.", "title": "Duration" }, "radius": { @@ -36,7 +36,7 @@ }, "sound_interval": { "default": 0, - "description": "The range of time in seconds to randomly wait before playing the sound again", + "description": "The range of time in seconds to randomly wait before playing the sound again.", "title": "Sound Interval", "oneOf": [ { @@ -62,12 +62,12 @@ "range_min": { "type": "number", "title": "Minimum", - "description": "Minimum" + "description": "Minimum." }, "range_max": { "type": "number", "title": "Maximum", - "description": "Maximum" + "description": "Maximum." } } } diff --git a/source/behavior/entities/format/components/color.json b/source/behavior/entities/format/components/color.json index f1357030..75b59e03 100644 --- a/source/behavior/entities/format/components/color.json +++ b/source/behavior/entities/format/components/color.json @@ -9,7 +9,7 @@ "value": { "type": "integer", "default": 0, - "description": "The Palette Color value of the entity", + "description": "The Palette Color value of the entity.", "title": "Value" } }, diff --git a/source/behavior/entities/format/components/color2.json b/source/behavior/entities/format/components/color2.json index 19690c62..f8ce3f5d 100644 --- a/source/behavior/entities/format/components/color2.json +++ b/source/behavior/entities/format/components/color2.json @@ -9,7 +9,7 @@ "value": { "type": "integer", "default": 0, - "description": "The second Palette Color value of the entity", + "description": "The second Palette Color value of the entity.", "title": "Value" } }, diff --git a/source/behavior/entities/format/components/custom_hit_test.json b/source/behavior/entities/format/components/custom_hit_test.json index ab269ecc..31e88d64 100644 --- a/source/behavior/entities/format/components/custom_hit_test.json +++ b/source/behavior/entities/format/components/custom_hit_test.json @@ -28,7 +28,7 @@ "pivot": { "type": "array", "title": "Pivot", - "description": "The offset from the entity's anchor where the hitbox will spawn", + "description": "The offset from the entity's anchor where the hitbox will spawn.", "items": [ { "type": "number", "title": "X" }, { "type": "number", "title": "Y" }, diff --git a/source/behavior/entities/format/components/default_look_angle.json b/source/behavior/entities/format/components/default_look_angle.json index ba468276..40274e9f 100644 --- a/source/behavior/entities/format/components/default_look_angle.json +++ b/source/behavior/entities/format/components/default_look_angle.json @@ -9,7 +9,7 @@ "value": { "type": "number", "default": 0.0, - "description": "Angle in degrees", + "description": "Angle in degrees.", "title": "Value" } }, diff --git a/source/behavior/entities/format/components/despawn.json b/source/behavior/entities/format/components/despawn.json index aac6f65b..41b7f619 100644 --- a/source/behavior/entities/format/components/despawn.json +++ b/source/behavior/entities/format/components/despawn.json @@ -8,7 +8,7 @@ "despawn_from_chance": { "type": "boolean", "default": true, - "description": "Determines if `min_range_random_chance` is used in the standard despawn rules", + "description": "Determines if `min_range_random_chance` is used in the standard despawn rules.", "title": "Despawn From Chance" }, "despawn_from_distance": { diff --git a/source/behavior/entities/format/components/drying_out_timer.json b/source/behavior/entities/format/components/drying_out_timer.json index 2cd96508..6a4535eb 100644 --- a/source/behavior/entities/format/components/drying_out_timer.json +++ b/source/behavior/entities/format/components/drying_out_timer.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.drying_out_timer", "type": "object", "title": "Drying Out Timer", - "description": "Adds a timer for drying out that will count down and fire `dried_out_event` or will stop as soon as the entity will get under rain or water and fire `stopped_drying_out_event`", + "description": "Adds a timer for drying out that will count down and fire `dried_out_event` or will stop as soon as the entity will get under rain or water and fire `stopped_drying_out_event`.", "additionalProperties": false, "properties": { "dried_out_event": { diff --git a/source/behavior/entities/format/components/dweller.json b/source/behavior/entities/format/components/dweller.json index b8eae34d..445f0d10 100644 --- a/source/behavior/entities/format/components/dweller.json +++ b/source/behavior/entities/format/components/dweller.json @@ -36,12 +36,12 @@ "first_founding_reward": { "type": "integer", "title": "First Founding Reward", - "description": "How much reputation should the players be rewarded on first founding?" + "description": "How much reputation should the players be rewarded on first founding?." }, "can_migrate": { "type": "boolean", "title": "Can Migrate", - "description": "Can this mob migrate between dwellings? Or does it only have its initial dwelling?" + "description": "Can this mob migrate between dwellings? Or does it only have its initial dwelling?." }, "dwelling_bounds_tolerance": { "title": "Dwelling Bounds Tolerance", diff --git a/source/behavior/entities/format/components/economy_trade_table.json b/source/behavior/entities/format/components/economy_trade_table.json index fcf791cf..d6563310 100644 --- a/source/behavior/entities/format/components/economy_trade_table.json +++ b/source/behavior/entities/format/components/economy_trade_table.json @@ -21,25 +21,25 @@ { "type": "integer", "title": "A", - "description": "Minimum" + "description": "Minimum." }, { "type": "integer", "title": "B", - "description": "Maximum" + "description": "Maximum." } ] }, "display_name": { "type": "string", "default": "", - "description": "Name to be displayed while trading with this entity", + "description": "Name to be displayed while trading with this entity.", "title": "Display Name" }, "hero_demand_discount": { "type": "integer", "default": -4, - "description": "Used in legacy prices to determine how much should Demand be modified by when the player has the Hero of the Village mob effect", + "description": "Used in legacy prices to determine how much should Demand be modified by when the player has the Hero of the Village mob effect.", "title": "Hero Demand Discount" }, "max_cured_discount": { @@ -51,31 +51,31 @@ { "type": "integer", "title": "A", - "description": "Minimum" + "description": "Minimum." }, { "type": "integer", "title": "B", - "description": "Maximum" + "description": "Maximum." } ] }, "max_nearby_cured_discount": { "type": "integer", "default": -200, - "description": "The Maximum the discount can be modified by when the player has cured a nearby Zombie Villager", + "description": "The Maximum the discount can be modified by when the player has cured a nearby Zombie Villager.", "title": "Maximum Nearby Cured Discount" }, "nearby_cured_discount": { "type": "integer", "default": -25, - "description": "How much should the discount be modified by when the player has cured a nearby Zombie Villager", + "description": "How much should the discount be modified by when the player has cured a nearby Zombie Villager.", "title": "Nearby Cured Discount" }, "new_screen": { "type": "boolean", "default": false, - "description": "Used to determine if trading with entity opens the new trade screen", + "description": "Used to determine if trading with entity opens the new trade screen.", "title": "New Screen" }, "persist_trades": { @@ -93,7 +93,7 @@ "table": { "type": "string", "default": "", - "description": "File path relative to the resource pack root for this entity's trades", + "description": "File path relative to the resource pack root for this entity's trades.", "title": "Table" }, "use_legacy_price_formula": { diff --git a/source/behavior/entities/format/components/entity_sensor.json b/source/behavior/entities/format/components/entity_sensor.json index 47d46519..d5671902 100644 --- a/source/behavior/entities/format/components/entity_sensor.json +++ b/source/behavior/entities/format/components/entity_sensor.json @@ -40,7 +40,7 @@ }, "event": { "title": "Event", - "description": "event", + "description": "event.", "type": "string" } }, diff --git a/source/behavior/entities/format/components/equipment.json b/source/behavior/entities/format/components/equipment.json index 3bae563a..f866ae5d 100644 --- a/source/behavior/entities/format/components/equipment.json +++ b/source/behavior/entities/format/components/equipment.json @@ -18,13 +18,13 @@ "drop_chance": { "type": "number", "title": "Drop Chance", - "description": "The chance that the item in this slot will drop", + "description": "The chance that the item in this slot will drop.", "$comment": "UNDOCUMENTED" }, "slot": { "type": "string", "title": "Slot", - "description": "The slot in which the item will drop from", + "description": "The slot in which the item will drop from.", "$comment": "UNDOCUMENTED", "examples": ["slot.weapon.mainhand"] } diff --git a/source/behavior/entities/format/components/equippable.json b/source/behavior/entities/format/components/equippable.json index 8d190a44..cce002e6 100644 --- a/source/behavior/entities/format/components/equippable.json +++ b/source/behavior/entities/format/components/equippable.json @@ -6,11 +6,11 @@ "description": "Defines an entity's behavior for having items equipped to it.", "properties": { "slots": { - "description": "List of slots and the item that can be equipped", + "description": "List of slots and the item that can be equipped.", "type": "array", "title": "Slots", "items": { - "description": "A slot and the item that can be equipped", + "description": "A slot and the item that can be equipped.", "title": "Slots", "type": "object", "properties": { @@ -26,7 +26,7 @@ "title": "Accepted Items", "items": { "type": "string", - "description": "A item name", + "description": "A item name.", "$ref": "../../../../general/item/identifier.json", "title": "Accepted Items" } diff --git a/source/behavior/entities/format/components/fall_damage.json b/source/behavior/entities/format/components/fall_damage.json index 874a6102..543f2d7c 100644 --- a/source/behavior/entities/format/components/fall_damage.json +++ b/source/behavior/entities/format/components/fall_damage.json @@ -3,14 +3,14 @@ "type": "object", "title": "Fall Damage", "additionalProperties": false, - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "required": [], "properties": { "value": { "type": "number", "default": 1, - "description": "UNDOCUMENTED: value", + "description": "UNDOCUMENTED: value.", "title": "Value" } }, diff --git a/source/behavior/entities/format/components/flying_speed.json b/source/behavior/entities/format/components/flying_speed.json index cc858363..99b5b5c8 100644 --- a/source/behavior/entities/format/components/flying_speed.json +++ b/source/behavior/entities/format/components/flying_speed.json @@ -9,7 +9,7 @@ "value": { "type": "number", "default": 0.02, - "description": "Flying speed in blocks per tick", + "description": "Flying speed in blocks per tick.", "title": "Value" } }, diff --git a/source/behavior/entities/format/components/follow_range.json b/source/behavior/entities/format/components/follow_range.json index 556fe9d3..f21e8bdb 100644 --- a/source/behavior/entities/format/components/follow_range.json +++ b/source/behavior/entities/format/components/follow_range.json @@ -7,18 +7,18 @@ "properties": { "value": { "type": "integer", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Value" }, "max": { "type": "integer", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Max" } }, - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "examples": [ { "value": 0, diff --git a/source/behavior/entities/format/components/ground_offset.json b/source/behavior/entities/format/components/ground_offset.json index 9f60e380..2f4260f3 100644 --- a/source/behavior/entities/format/components/ground_offset.json +++ b/source/behavior/entities/format/components/ground_offset.json @@ -9,7 +9,7 @@ "value": { "type": "number", "default": 0.0, - "description": "The value of the entity's offset from the terrain, in blocks", + "description": "The value of the entity's offset from the terrain, in blocks.", "title": "Value" } }, diff --git a/source/behavior/entities/format/components/grows_crop.json b/source/behavior/entities/format/components/grows_crop.json index 150ad9a6..6c9da54a 100644 --- a/source/behavior/entities/format/components/grows_crop.json +++ b/source/behavior/entities/format/components/grows_crop.json @@ -16,7 +16,7 @@ "charges": { "type": "integer", "default": 10, - "description": "Number of charges", + "description": "Number of charges.", "title": "Charges" } }, diff --git a/source/behavior/entities/format/components/healable.json b/source/behavior/entities/format/components/healable.json index a7ea37e8..8fb86d94 100644 --- a/source/behavior/entities/format/components/healable.json +++ b/source/behavior/entities/format/components/healable.json @@ -12,11 +12,11 @@ "force_use": { "type": "boolean", "default": false, - "description": "Determines if item can be used regardless of entity being at full health", + "description": "Determines if item can be used regardless of entity being at full health.", "title": "Force Use" }, "items": { - "description": "The array of items that can be used to heal this entity", + "description": "The array of items that can be used to heal this entity.", "title": "Items", "type": "array", "items": { @@ -24,17 +24,17 @@ "properties": { "filters": { "$ref": "../../filters/filters.json", - "description": "The filter group that defines the conditions for using this item to heal the entity" + "description": "The filter group that defines the conditions for using this item to heal the entity." }, "heal_amount": { "type": "integer", "default": 1, - "description": "The amount of health this entity gains when fed this item", + "description": "The amount of health this entity gains when fed this item.", "title": "Heal Amount" }, "item": { "type": "string", - "description": "Item identifier that can be used to heal this entity", + "description": "Item identifier that can be used to heal this entity.", "title": "Item" } } diff --git a/source/behavior/entities/format/components/health.json b/source/behavior/entities/format/components/health.json index 5927b70c..ffb298b4 100644 --- a/source/behavior/entities/format/components/health.json +++ b/source/behavior/entities/format/components/health.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.health", - "description": "Sets the amount of health this mob has", + "description": "Sets the amount of health this mob has.", "$comment": "UNDOCUMENTED", "type": "object", "title": "Health", @@ -9,11 +9,11 @@ "properties": { "max": { "type": "integer", - "description": "The maximum health the entity can heal", + "description": "The maximum health the entity can heal.", "title": "Maximum" }, "value": { - "description": "Current health of the entity", + "description": "Current health of the entity.", "title": "Value", "oneOf": [ { "type": "integer", "default": 1 }, @@ -24,13 +24,13 @@ "properties": { "range_min": { "title": "Range Minimum", - "description": "The minimum amount of health this mob could have", + "description": "The minimum amount of health this mob could have.", "$comment": "UNDOCUMENTED", "type": "number" }, "range_max": { "title": "Range Maximum", - "description": "The maximum amount of health this mob could have", + "description": "The maximum amount of health this mob could have.", "$comment": "UNDOCUMENTED", "type": "number" } diff --git a/source/behavior/entities/format/components/heartbeat.json b/source/behavior/entities/format/components/heartbeat.json index 945a5650..0f0eb3b2 100644 --- a/source/behavior/entities/format/components/heartbeat.json +++ b/source/behavior/entities/format/components/heartbeat.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.heartbeat", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "title": "Health", @@ -9,7 +9,7 @@ "properties": { "interval": { "title": "Interval", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "../../../../molang/number.json" } diff --git a/source/behavior/entities/format/components/hide.json b/source/behavior/entities/format/components/hide.json index 31254318..2b19c6a1 100644 --- a/source/behavior/entities/format/components/hide.json +++ b/source/behavior/entities/format/components/hide.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.hide", "type": "object", "title": "Hide", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": {} diff --git a/source/behavior/entities/format/components/home.json b/source/behavior/entities/format/components/home.json index 75887473..a2b5dfd8 100644 --- a/source/behavior/entities/format/components/home.json +++ b/source/behavior/entities/format/components/home.json @@ -7,7 +7,7 @@ "properties": { "restriction_radius": { "title": "Restriction Radius", - "description": "The radius that the entity will be restricted to in relation to its home", + "description": "The radius that the entity will be restricted to in relation to its home.", "type": "integer", "default": -1 }, diff --git a/source/behavior/entities/format/components/horse.jump_strength.json b/source/behavior/entities/format/components/horse.jump_strength.json index 89758dcb..f2b5d10d 100644 --- a/source/behavior/entities/format/components/horse.jump_strength.json +++ b/source/behavior/entities/format/components/horse.jump_strength.json @@ -3,11 +3,11 @@ "type": "object", "title": "Horse.jump Strength", "additionalProperties": false, - "description": "Allows this mob to jump higher when being ridden by a player", + "description": "Allows this mob to jump higher when being ridden by a player.", "$comment": "UNDOCUMENTED", "properties": { "value": { - "description": "The multiplier to apply to the jumping height", + "description": "The multiplier to apply to the jumping height.", "$comment": "UNDOCUMENTED", "title": "Value", "oneOf": [ diff --git a/source/behavior/entities/format/components/hurt_on_condition.json b/source/behavior/entities/format/components/hurt_on_condition.json index 95f4dc2b..3f44f2ff 100644 --- a/source/behavior/entities/format/components/hurt_on_condition.json +++ b/source/behavior/entities/format/components/hurt_on_condition.json @@ -21,7 +21,7 @@ "cause": { "type": "string", "title": "Cause", - "description": "Damage cause", + "description": "Damage cause.", "$ref": "../../../../general/entity/damage_source.json" }, "damage_per_tick": { diff --git a/source/behavior/entities/format/components/inside_block_notifier.json b/source/behavior/entities/format/components/inside_block_notifier.json index cc97acc8..7a526083 100644 --- a/source/behavior/entities/format/components/inside_block_notifier.json +++ b/source/behavior/entities/format/components/inside_block_notifier.json @@ -21,13 +21,13 @@ }, "entered_block_event": { "title": "Entered Block Event", - "description": "Event to run when this mob enters a valid block", + "description": "Event to run when this mob enters a valid block.", "$comment": "UNDOCUMENTED", "$ref": "../types/event.json" }, "exited_block_event": { "title": "Exited Block Event", - "description": "Event to run when this mob leaves a valid block", + "description": "Event to run when this mob leaves a valid block.", "$comment": "UNDOCUMENTED", "$ref": "../types/event.json" } diff --git a/source/behavior/entities/format/components/interact.json b/source/behavior/entities/format/components/interact.json index 0163ac39..9a555bea 100644 --- a/source/behavior/entities/format/components/interact.json +++ b/source/behavior/entities/format/components/interact.json @@ -125,7 +125,7 @@ "title": "Swing", "type": "boolean", "default": false, - "description": "If true, the player will do the \"swing\" animation when interacting with this entity." + "description": "If true, the player will do the \."swing\" animation when interacting with this entity." }, "transform_to_item": { "title": "Transform To Item", @@ -153,14 +153,14 @@ "title": "Take Item", "type": "boolean", "$comment": "UNDOCUMENTED", - "description": "UNDOCUMENTED Takes an item from the player" + "description": "UNDOCUMENTED Takes an item from the player." } } } }, "properties": { "interactions": { - "description": "The interactions", + "description": "The interactions.", "title": "Interactions", "oneOf": [ { diff --git a/source/behavior/entities/format/components/inventory.json b/source/behavior/entities/format/components/inventory.json index d4f4df71..b4e32433 100644 --- a/source/behavior/entities/format/components/inventory.json +++ b/source/behavior/entities/format/components/inventory.json @@ -8,13 +8,13 @@ "additional_slots_per_strength": { "type": "integer", "default": 0, - "description": "Number of slots that this entity can gain per extra strength", + "description": "Number of slots that this entity can gain per extra strength.", "title": "Additional Slots Per Strength" }, "can_be_siphoned_from": { "type": "boolean", "default": false, - "description": "If true, the contents of this inventory can be removed by a hopper", + "description": "If true, the contents of this inventory can be removed by a hopper.", "title": "Can Be Siphoned From" }, "container_type": { @@ -27,19 +27,19 @@ "inventory_size": { "type": "integer", "default": 5, - "description": "Number of slots the container has", + "description": "Number of slots the container has.", "title": "Inventory Size" }, "private": { "type": "boolean", "default": false, - "description": "If true, only the entity can access the inventory", + "description": "If true, only the entity can access the inventory.", "title": "Private" }, "restrict_to_owner": { "type": "boolean", "default": false, - "description": "If true, the entity's inventory can only be accessed by its owner or itself", + "description": "If true, the entity's inventory can only be accessed by its owner or itself.", "title": "Restrict To Owner" } }, diff --git a/source/behavior/entities/format/components/is_dyeable.json b/source/behavior/entities/format/components/is_dyeable.json index e3b1be7f..9bcabad4 100644 --- a/source/behavior/entities/format/components/is_dyeable.json +++ b/source/behavior/entities/format/components/is_dyeable.json @@ -8,7 +8,7 @@ "properties": { "interact_text": { "type": "string", - "description": "The text that will display when interacting with this entity with a dye when playing with Touch-screen controls", + "description": "The text that will display when interacting with this entity with a dye when playing with Touch-screen controls.", "title": "Interact Text" } }, diff --git a/source/behavior/entities/format/components/is_stackable.json b/source/behavior/entities/format/components/is_stackable.json index daa92cae..3df63a57 100644 --- a/source/behavior/entities/format/components/is_stackable.json +++ b/source/behavior/entities/format/components/is_stackable.json @@ -7,7 +7,7 @@ "properties": { "value": { "title": "Value", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "type": "boolean" } } diff --git a/source/behavior/entities/format/components/item_controllable.json b/source/behavior/entities/format/components/item_controllable.json index 9722039b..bcc7ad45 100644 --- a/source/behavior/entities/format/components/item_controllable.json +++ b/source/behavior/entities/format/components/item_controllable.json @@ -1,19 +1,19 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.item_controllable", - "description": "Efines what items can be used to control this entity while ridden", + "description": "Efines what items can be used to control this entity while ridden.", "type": "object", "title": "Item Controllable", "additionalProperties": false, "required": [], "properties": { "control_items": { - "description": "List of items that can be used to control this entity", + "description": "List of items that can be used to control this entity.", "oneOf": [ { "type": "array", "items": { "type": "string", - "description": "An item that can be used to control this entity", + "description": "An item that can be used to control this entity.", "title": "Item" } }, diff --git a/source/behavior/entities/format/components/item_hopper.json b/source/behavior/entities/format/components/item_hopper.json index 24da50e9..ca9e0822 100644 --- a/source/behavior/entities/format/components/item_hopper.json +++ b/source/behavior/entities/format/components/item_hopper.json @@ -5,5 +5,5 @@ "additionalProperties": false, "required": [], "properties": {}, - "description": "Determines that this entity is an item hopper" + "description": "Determines that this entity is an item hopper." } diff --git a/source/behavior/entities/format/components/jump.static.json b/source/behavior/entities/format/components/jump.static.json index ae956056..9e986d90 100644 --- a/source/behavior/entities/format/components/jump.static.json +++ b/source/behavior/entities/format/components/jump.static.json @@ -9,7 +9,7 @@ "jump_power": { "type": "number", "default": 0.42, - "description": "The initial vertical velocity for the jump", + "description": "The initial vertical velocity for the jump.", "title": "Jump Power" } }, diff --git a/source/behavior/entities/format/components/lava_movement.json b/source/behavior/entities/format/components/lava_movement.json index 0b919dc7..e4d7b0ca 100644 --- a/source/behavior/entities/format/components/lava_movement.json +++ b/source/behavior/entities/format/components/lava_movement.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.lava_movement", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "title": "Lava Movement", @@ -10,7 +10,7 @@ "value": { "type": "number", "title": "Value", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, diff --git a/source/behavior/entities/format/components/lookat.json b/source/behavior/entities/format/components/lookat.json index 51b08425..e13d937c 100644 --- a/source/behavior/entities/format/components/lookat.json +++ b/source/behavior/entities/format/components/lookat.json @@ -13,17 +13,17 @@ }, "filters": { "$ref": "../../filters/filters.json", - "description": "Defines the entities that can trigger this component", + "description": "Defines the entities that can trigger this component.", "title": "Filters" }, "look_cooldown": { "$ref": "../types/range_number_type.json", "default": [0.0, 0.0], - "description": "The range for the random amount of time during which the entity is `cooling down` and won't get angered or look for a target", + "description": "The range for the random amount of time during which the entity is `cooling down` and won't get angered or look for a target.", "title": "Look Cooldown" }, "look_event": { - "description": "The event identifier to run when the entities specified in filters look at this entity", + "description": "The event identifier to run when the entities specified in filters look at this entity.", "title": "Look Event", "$ref": "../types/event.json" }, diff --git a/source/behavior/entities/format/components/managed_wandering_trader.json b/source/behavior/entities/format/components/managed_wandering_trader.json index 9108de3b..98893ffa 100644 --- a/source/behavior/entities/format/components/managed_wandering_trader.json +++ b/source/behavior/entities/format/components/managed_wandering_trader.json @@ -5,5 +5,5 @@ "additionalProperties": false, "required": [], "properties": {}, - "description": "This component is used to implement part of the Wandering Trader behavior" + "description": "This component is used to implement part of the Wandering Trader behavior." } diff --git a/source/behavior/entities/format/components/mob_effect.json b/source/behavior/entities/format/components/mob_effect.json index 3a1400c3..b07bcf0e 100644 --- a/source/behavior/entities/format/components/mob_effect.json +++ b/source/behavior/entities/format/components/mob_effect.json @@ -26,7 +26,7 @@ "entity_filter": { "$ref": "../../filters/filters.json", "title": "Entity Filter", - "description": "Filter to use for conditions" + "description": "Filter to use for conditions." }, "mob_effect": { "title": "Mob Effect", diff --git a/source/behavior/entities/format/components/movement.glide.json b/source/behavior/entities/format/components/movement.glide.json index 77f9e1dd..a1cf44cd 100644 --- a/source/behavior/entities/format/components/movement.glide.json +++ b/source/behavior/entities/format/components/movement.glide.json @@ -15,13 +15,13 @@ "start_speed": { "type": "number", "title": "Start Speed", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "speed_when_turning": { "type": "number", "title": "Speed When Turning", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, diff --git a/source/behavior/entities/format/components/movement.json b/source/behavior/entities/format/components/movement.json index b06f33af..c99c40ab 100644 --- a/source/behavior/entities/format/components/movement.json +++ b/source/behavior/entities/format/components/movement.json @@ -2,14 +2,14 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.movement", "type": "object", "title": "Movement", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "required": [], "properties": { "value": { "title": "Value", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [ { @@ -42,7 +42,7 @@ "max": { "type": "number", "title": "Maximum", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, diff --git a/source/behavior/entities/format/components/nameable.json b/source/behavior/entities/format/components/nameable.json index 6c7eeb12..b295a75e 100644 --- a/source/behavior/entities/format/components/nameable.json +++ b/source/behavior/entities/format/components/nameable.json @@ -8,18 +8,18 @@ "name_action": { "type": "object", "additionalProperties": false, - "description": "Describes the special names for this entity and the events to call when the entity acquires those names", + "description": "Describes the special names for this entity and the events to call when the entity acquires those names.", "title": "Name Action", "properties": { "name_filter": { "type": "string", "default": "", - "description": "List of special names that will cause the events defined in `on_named` to fire", + "description": "List of special names that will cause the events defined in `on_named` to fire.", "title": "Name Filter" }, "on_named": { "$ref": "../types/event.json", - "description": "Event to be called when this entity acquires the name specified in `name_filter'", + "description": "Event to be called when this entity acquires the name specified in `name_filter'.", "title": "On Named" } } @@ -29,23 +29,23 @@ "allow_name_tag_renaming": { "type": "boolean", "default": true, - "description": "If true, this entity can be renamed with name tags", + "description": "If true, this entity can be renamed with name tags.", "title": "Allow Name Tag Renaming" }, "always_show": { "type": "boolean", "default": false, - "description": "If true, the name will always be shown", + "description": "If true, the name will always be shown.", "title": "Always Show" }, "default_trigger": { "$ref": "../types/trigger.json", - "description": "Trigger to run when the entity gets named", + "description": "Trigger to run when the entity gets named.", "title": "Default Trigger" }, "name_actions": { "title": "Name Actions", - "description": "Describes the special names for this entity and the events to call when the entity acquires those names", + "description": "Describes the special names for this entity and the events to call when the entity acquires those names.", "oneOf": [ { "type": "array", diff --git a/source/behavior/entities/format/components/navigation.climb.json b/source/behavior/entities/format/components/navigation.climb.json index fb44c91c..1dbf787f 100644 --- a/source/behavior/entities/format/components/navigation.climb.json +++ b/source/behavior/entities/format/components/navigation.climb.json @@ -8,119 +8,119 @@ "avoid_damage_blocks": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path", + "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path.", "title": "Avoid Damage Blocks" }, "avoid_portals": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path", + "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path.", "title": "Avoid Portals" }, "avoid_sun": { "type": "boolean", "default": false, - "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths", + "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths.", "title": "Avoid Sun" }, "avoid_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid water when creating a path", + "description": "Tells the pathfinder to avoid water when creating a path.", "title": "Avoid Water" }, "blocks_to_avoid": { "type": "array", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "title": "Blocks To Avoid", "items": { "title": "Block", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "$ref": "../../../../general/block/reference.json" } }, "can_breach": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin)", + "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin).", "title": "Can Breach" }, "can_break_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door and break it", + "description": "Tells the pathfinder that it can path through a closed door and break it.", "title": "Can Break Doors" }, "can_jump": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can jump up blocks", + "description": "Tells the pathfinder whether or not it can jump up blocks.", "title": "Can Jump" }, "can_open_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door.", "title": "Can Open Doors" }, "can_open_iron_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door.", "title": "Can Open Iron Doors" }, "can_pass_doors": { "type": "boolean", "default": true, - "description": "Whether a path can be created through a door", + "description": "Whether a path can be created through a door.", "title": "Can Pass Doors" }, "can_path_from_air": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can start pathing when in the air", + "description": "Tells the pathfinder that it can start pathing when in the air.", "title": "Can Path From Air" }, "can_path_over_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the lava", + "description": "Tells the pathfinder whether or not it can travel on the surface of the lava.", "title": "Can Path Over Lava" }, "can_path_over_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the water", + "description": "Tells the pathfinder whether or not it can travel on the surface of the water.", "title": "Can Path Over Water" }, "can_sink": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water", + "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water.", "title": "Can Sink" }, "can_swim": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path", + "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path.", "title": "Can Swim" }, "can_walk": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can walk on the ground outside water", + "description": "Tells the pathfinder whether or not it can walk on the ground outside water.", "title": "Can Walk" }, "can_walk_in_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground", + "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground.", "title": "Can Walk In Lava" }, "is_amphibious": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can walk on the ground underwater", + "description": "Tells the pathfinder whether or not it can walk on the ground underwater.", "title": "Is Amphibious" } }, diff --git a/source/behavior/entities/format/components/navigation.float.json b/source/behavior/entities/format/components/navigation.float.json index b860b52f..6e9ffde4 100644 --- a/source/behavior/entities/format/components/navigation.float.json +++ b/source/behavior/entities/format/components/navigation.float.json @@ -8,119 +8,119 @@ "avoid_damage_blocks": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path", + "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path.", "title": "Avoid Damage Blocks" }, "avoid_portals": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path", + "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path.", "title": "Avoid Portals" }, "avoid_sun": { "type": "boolean", "default": false, - "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths", + "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths.", "title": "Avoid Sun" }, "avoid_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid water when creating a path", + "description": "Tells the pathfinder to avoid water when creating a path.", "title": "Avoid Water" }, "blocks_to_avoid": { "type": "array", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "title": "Blocks To Avoid", "items": { "title": "Block", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "$ref": "../../../../general/block/reference.json" } }, "can_breach": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin)", + "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin).", "title": "Can Breach" }, "can_break_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door and break it", + "description": "Tells the pathfinder that it can path through a closed door and break it.", "title": "Can Break Doors" }, "can_jump": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can jump up blocks", + "description": "Tells the pathfinder whether or not it can jump up blocks.", "title": "Can Jump" }, "can_open_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door.", "title": "Can Open Doors" }, "can_open_iron_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door.", "title": "Can Open Iron Doors" }, "can_pass_doors": { "type": "boolean", "default": true, - "description": "Whether a path can be created through a door", + "description": "Whether a path can be created through a door.", "title": "Can Pass Doors" }, "can_path_from_air": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can start pathing when in the air", + "description": "Tells the pathfinder that it can start pathing when in the air.", "title": "Can Path From Air" }, "can_path_over_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the lava", + "description": "Tells the pathfinder whether or not it can travel on the surface of the lava.", "title": "Can Path Over Lava" }, "can_path_over_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the water", + "description": "Tells the pathfinder whether or not it can travel on the surface of the water.", "title": "Can Path Over Water" }, "can_sink": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water", + "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water.", "title": "Can Sink" }, "can_swim": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path", + "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path.", "title": "Can Swim" }, "can_walk": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can walk on the ground outside water", + "description": "Tells the pathfinder whether or not it can walk on the ground outside water.", "title": "Can Walk" }, "can_walk_in_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground", + "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground.", "title": "Can Walk In Lava" }, "is_amphibious": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can walk on the ground underwater", + "description": "Tells the pathfinder whether or not it can walk on the ground underwater.", "title": "Is Amphibious" } }, diff --git a/source/behavior/entities/format/components/navigation.fly.json b/source/behavior/entities/format/components/navigation.fly.json index 5505dfa7..35e7525d 100644 --- a/source/behavior/entities/format/components/navigation.fly.json +++ b/source/behavior/entities/format/components/navigation.fly.json @@ -8,119 +8,119 @@ "avoid_damage_blocks": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path", + "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path.", "title": "Avoid Damage Blocks" }, "avoid_portals": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path", + "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path.", "title": "Avoid Portals" }, "avoid_sun": { "type": "boolean", "default": false, - "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths", + "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths.", "title": "Avoid Sun" }, "avoid_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid water when creating a path", + "description": "Tells the pathfinder to avoid water when creating a path.", "title": "Avoid Water" }, "blocks_to_avoid": { "type": "array", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "title": "Blocks To Avoid", "items": { "title": "Block", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "$ref": "../../../../general/block/reference.json" } }, "can_breach": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin)", + "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin).", "title": "Can Breach" }, "can_break_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door and break it", + "description": "Tells the pathfinder that it can path through a closed door and break it.", "title": "Can Break Doors" }, "can_jump": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can jump up blocks", + "description": "Tells the pathfinder whether or not it can jump up blocks.", "title": "Can Jump" }, "can_open_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door.", "title": "Can Open Doors" }, "can_open_iron_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door.", "title": "Can Open Iron Doors" }, "can_pass_doors": { "type": "boolean", "default": true, - "description": "Whether a path can be created through a door", + "description": "Whether a path can be created through a door.", "title": "Can Pass Doors" }, "can_path_from_air": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can start pathing when in the air", + "description": "Tells the pathfinder that it can start pathing when in the air.", "title": "Can Path From Air" }, "can_path_over_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the lava", + "description": "Tells the pathfinder whether or not it can travel on the surface of the lava.", "title": "Can Path Over Lava" }, "can_path_over_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the water", + "description": "Tells the pathfinder whether or not it can travel on the surface of the water.", "title": "Can Path Over Water" }, "can_sink": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water", + "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water.", "title": "Can Sink" }, "can_swim": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path", + "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path.", "title": "Can Swim" }, "can_walk": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can walk on the ground outside water", + "description": "Tells the pathfinder whether or not it can walk on the ground outside water.", "title": "Can Walk" }, "can_walk_in_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground", + "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground.", "title": "Can Walk In Lava" }, "is_amphibious": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can walk on the ground underwater", + "description": "Tells the pathfinder whether or not it can walk on the ground underwater.", "title": "Is Amphibious" } }, diff --git a/source/behavior/entities/format/components/navigation.generic.json b/source/behavior/entities/format/components/navigation.generic.json index b02db343..41879d7b 100644 --- a/source/behavior/entities/format/components/navigation.generic.json +++ b/source/behavior/entities/format/components/navigation.generic.json @@ -8,119 +8,119 @@ "avoid_damage_blocks": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path", + "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path.", "title": "Avoid Damage Blocks" }, "avoid_portals": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path", + "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path.", "title": "Avoid Portals" }, "avoid_sun": { "type": "boolean", "default": false, - "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths", + "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths.", "title": "Avoid Sun" }, "avoid_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid water when creating a path", + "description": "Tells the pathfinder to avoid water when creating a path.", "title": "Avoid Water" }, "blocks_to_avoid": { "type": "array", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "title": "Blocks To Avoid", "items": { "title": "Block", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "$ref": "../../../../general/block/reference.json" } }, "can_breach": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin)", + "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin).", "title": "Can Breach" }, "can_break_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door and break it", + "description": "Tells the pathfinder that it can path through a closed door and break it.", "title": "Can Break Doors" }, "can_jump": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can jump up blocks", + "description": "Tells the pathfinder whether or not it can jump up blocks.", "title": "Can Jump" }, "can_open_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door.", "title": "Can Open Doors" }, "can_open_iron_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door.", "title": "Can Open Iron Doors" }, "can_pass_doors": { "type": "boolean", "default": true, - "description": "Whether a path can be created through a door", + "description": "Whether a path can be created through a door.", "title": "Can Pass Doors" }, "can_path_from_air": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can start pathing when in the air", + "description": "Tells the pathfinder that it can start pathing when in the air.", "title": "Can Path From Air" }, "can_path_over_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the lava", + "description": "Tells the pathfinder whether or not it can travel on the surface of the lava.", "title": "Can Path Over Lava" }, "can_path_over_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the water", + "description": "Tells the pathfinder whether or not it can travel on the surface of the water.", "title": "Can Path Over Water" }, "can_sink": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water", + "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water.", "title": "Can Sink" }, "can_swim": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path", + "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path.", "title": "Can Swim" }, "can_walk": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can walk on the ground outside water", + "description": "Tells the pathfinder whether or not it can walk on the ground outside water.", "title": "Can Walk" }, "can_walk_in_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground", + "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground.", "title": "Can Walk In Lava" }, "is_amphibious": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can walk on the ground underwater", + "description": "Tells the pathfinder whether or not it can walk on the ground underwater.", "title": "Is Amphibious" } }, diff --git a/source/behavior/entities/format/components/navigation.hover.json b/source/behavior/entities/format/components/navigation.hover.json index eca6d6b2..4ec7c7e9 100644 --- a/source/behavior/entities/format/components/navigation.hover.json +++ b/source/behavior/entities/format/components/navigation.hover.json @@ -8,119 +8,119 @@ "avoid_damage_blocks": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path", + "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path.", "title": "Avoid Damage Blocks" }, "avoid_portals": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path", + "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path.", "title": "Avoid Portals" }, "avoid_sun": { "type": "boolean", "default": false, - "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths", + "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths.", "title": "Avoid Sun" }, "avoid_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid water when creating a path", + "description": "Tells the pathfinder to avoid water when creating a path.", "title": "Avoid Water" }, "blocks_to_avoid": { "type": "array", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "title": "Blocks To Avoid", "items": { "title": "Block", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "$ref": "../../../../general/block/reference.json" } }, "can_breach": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin)", + "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin).", "title": "Can Breach" }, "can_break_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door and break it", + "description": "Tells the pathfinder that it can path through a closed door and break it.", "title": "Can Break Doors" }, "can_jump": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can jump up blocks", + "description": "Tells the pathfinder whether or not it can jump up blocks.", "title": "Can Jump" }, "can_open_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door.", "title": "Can Open Doors" }, "can_open_iron_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door.", "title": "Can Open Iron Doors" }, "can_pass_doors": { "type": "boolean", "default": true, - "description": "Whether a path can be created through a door", + "description": "Whether a path can be created through a door.", "title": "Can Pass Doors" }, "can_path_from_air": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can start pathing when in the air", + "description": "Tells the pathfinder that it can start pathing when in the air.", "title": "Can Path From Air" }, "can_path_over_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the lava", + "description": "Tells the pathfinder whether or not it can travel on the surface of the lava.", "title": "Can Path Over Lava" }, "can_path_over_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the water", + "description": "Tells the pathfinder whether or not it can travel on the surface of the water.", "title": "Can Path Over Water" }, "can_sink": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water", + "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water.", "title": "Can Sink" }, "can_swim": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path", + "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path.", "title": "Can Swim" }, "can_walk": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can walk on the ground outside water", + "description": "Tells the pathfinder whether or not it can walk on the ground outside water.", "title": "Can Walk" }, "can_walk_in_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground", + "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground.", "title": "Can Walk In Lava" }, "is_amphibious": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can walk on the ground underwater", + "description": "Tells the pathfinder whether or not it can walk on the ground underwater.", "title": "Is Amphibious" } }, diff --git a/source/behavior/entities/format/components/navigation.swim.json b/source/behavior/entities/format/components/navigation.swim.json index 53400cab..1f13f9d4 100644 --- a/source/behavior/entities/format/components/navigation.swim.json +++ b/source/behavior/entities/format/components/navigation.swim.json @@ -8,119 +8,119 @@ "avoid_damage_blocks": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path", + "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path.", "title": "Avoid Damage Blocks" }, "avoid_portals": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path", + "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path.", "title": "Avoid Portals" }, "avoid_sun": { "type": "boolean", "default": false, - "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths", + "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths.", "title": "Avoid Sun" }, "avoid_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid water when creating a path", + "description": "Tells the pathfinder to avoid water when creating a path.", "title": "Avoid Water" }, "blocks_to_avoid": { "type": "array", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "title": "Blocks To Avoid", "items": { "title": "Block", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "$ref": "../../../../general/block/reference.json" } }, "can_breach": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin)", + "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin).", "title": "Can Breach" }, "can_break_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door and break it", + "description": "Tells the pathfinder that it can path through a closed door and break it.", "title": "Can Break Doors" }, "can_jump": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can jump up blocks", + "description": "Tells the pathfinder whether or not it can jump up blocks.", "title": "Can Jump" }, "can_open_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door.", "title": "Can Open Doors" }, "can_open_iron_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door.", "title": "Can Open Iron Doors" }, "can_pass_doors": { "type": "boolean", "default": true, - "description": "Whether a path can be created through a door", + "description": "Whether a path can be created through a door.", "title": "Can Pass Doors" }, "can_path_from_air": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can start pathing when in the air", + "description": "Tells the pathfinder that it can start pathing when in the air.", "title": "Can Path From Air" }, "can_path_over_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the lava", + "description": "Tells the pathfinder whether or not it can travel on the surface of the lava.", "title": "Can Path Over Lava" }, "can_path_over_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the water", + "description": "Tells the pathfinder whether or not it can travel on the surface of the water.", "title": "Can Path Over Water" }, "can_sink": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water", + "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water.", "title": "Can Sink" }, "can_swim": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path", + "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path.", "title": "Can Swim" }, "can_walk": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can walk on the ground outside water", + "description": "Tells the pathfinder whether or not it can walk on the ground outside water.", "title": "Can Walk" }, "can_walk_in_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground", + "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground.", "title": "Can Walk In Lava" }, "is_amphibious": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can walk on the ground underwater", + "description": "Tells the pathfinder whether or not it can walk on the ground underwater.", "title": "Is Amphibious" } }, diff --git a/source/behavior/entities/format/components/navigation.walk.json b/source/behavior/entities/format/components/navigation.walk.json index 26deb4f2..0c8e9ad1 100644 --- a/source/behavior/entities/format/components/navigation.walk.json +++ b/source/behavior/entities/format/components/navigation.walk.json @@ -8,119 +8,119 @@ "avoid_damage_blocks": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path", + "description": "Tells the pathfinder to avoid blocks that cause damage when finding a path.", "title": "Avoid Damage Blocks" }, "avoid_portals": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path", + "description": "Tells the pathfinder to avoid portals (like nether portals) when finding a path.", "title": "Avoid Portals" }, "avoid_sun": { "type": "boolean", "default": false, - "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths", + "description": "Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths.", "title": "Avoid Sun" }, "avoid_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder to avoid water when creating a path", + "description": "Tells the pathfinder to avoid water when creating a path.", "title": "Avoid Water" }, "blocks_to_avoid": { "type": "array", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "title": "Blocks To Avoid", "items": { "title": "Block", - "description": "Tells the pathfinder which blocks to avoid when creating a path", + "description": "Tells the pathfinder which blocks to avoid when creating a path.", "$ref": "../../../../general/block/reference.json" } }, "can_breach": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin)", + "description": "Tells the pathfinder whether or not it can jump out of water (like a dolphin).", "title": "Can Breach" }, "can_break_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door and break it", + "description": "Tells the pathfinder that it can path through a closed door and break it.", "title": "Can Break Doors" }, "can_jump": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can jump up blocks", + "description": "Tells the pathfinder whether or not it can jump up blocks.", "title": "Can Jump" }, "can_open_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed door assuming the AI will open the door.", "title": "Can Open Doors" }, "can_open_iron_doors": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door", + "description": "Tells the pathfinder that it can path through a closed iron door assuming the AI will open the door.", "title": "Can Open Iron Doors" }, "can_pass_doors": { "type": "boolean", "default": true, - "description": "Whether a path can be created through a door", + "description": "Whether a path can be created through a door.", "title": "Can Pass Doors" }, "can_path_from_air": { "type": "boolean", "default": false, - "description": "Tells the pathfinder that it can start pathing when in the air", + "description": "Tells the pathfinder that it can start pathing when in the air.", "title": "Can Path From Air" }, "can_path_over_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the lava", + "description": "Tells the pathfinder whether or not it can travel on the surface of the lava.", "title": "Can Path Over Lava" }, "can_path_over_water": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel on the surface of the water", + "description": "Tells the pathfinder whether or not it can travel on the surface of the water.", "title": "Can Path Over Water" }, "can_sink": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water", + "description": "Tells the pathfinder whether or not it will be pulled down by gravity while in water.", "title": "Can Sink" }, "can_swim": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path", + "description": "Tells the pathfinder whether or not it can path anywhere through water and plays swimming animation along that path.", "title": "Can Swim" }, "can_walk": { "type": "boolean", "default": true, - "description": "Tells the pathfinder whether or not it can walk on the ground outside water", + "description": "Tells the pathfinder whether or not it can walk on the ground outside water.", "title": "Can Walk" }, "can_walk_in_lava": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground", + "description": "Tells the pathfinder whether or not it can travel in lava like walking on ground.", "title": "Can Walk In Lava" }, "is_amphibious": { "type": "boolean", "default": false, - "description": "Tells the pathfinder whether or not it can walk on the ground underwater", + "description": "Tells the pathfinder whether or not it can walk on the ground underwater.", "title": "Is Amphibious" } }, diff --git a/source/behavior/entities/format/components/npc.json b/source/behavior/entities/format/components/npc.json index b25c8b79..59984213 100644 --- a/source/behavior/entities/format/components/npc.json +++ b/source/behavior/entities/format/components/npc.json @@ -27,27 +27,27 @@ "npc_data": { "type": "object", "title": "Npc Data", - "description": "The data belonging to this npc", + "description": "The data belonging to this npc.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "portrait_offsets": { "type": "object", "title": "Portrait Offsets", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } @@ -55,20 +55,20 @@ "picker_offsets": { "type": "object", "title": "Picker Offsets", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } @@ -76,18 +76,18 @@ "skin_list": { "type": "array", "title": "Skin List", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "type": "object", "title": "Skin", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "variant": { "title": "Variant", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 diff --git a/source/behavior/entities/format/components/peek.json b/source/behavior/entities/format/components/peek.json index 61a85eb8..71bb60e9 100644 --- a/source/behavior/entities/format/components/peek.json +++ b/source/behavior/entities/format/components/peek.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.peek", - "description": "Defines the entity's `peek` behavior, defining the events that should be called during it", + "description": "Defines the entity's `peek` behavior, defining the events that should be called during it.", "type": "object", "title": "Peek", "additionalProperties": false, @@ -8,17 +8,17 @@ "properties": { "on_close": { "$ref": "../types/event.json", - "description": "Event to call when the entity is done peeking", + "description": "Event to call when the entity is done peeking.", "title": "On Close" }, "on_open": { "$ref": "../types/event.json", - "description": "Event to call when the entity starts peeking", + "description": "Event to call when the entity starts peeking.", "title": "On Open" }, "on_target_open": { "$ref": "../types/event.json", - "description": "Event to call when the entity's target entity starts peeking", + "description": "Event to call when the entity's target entity starts peeking.", "title": "On Target Open" } } diff --git a/source/behavior/entities/format/components/player.exhaustion.json b/source/behavior/entities/format/components/player.exhaustion.json index cb4beccb..c3eb79cb 100644 --- a/source/behavior/entities/format/components/player.exhaustion.json +++ b/source/behavior/entities/format/components/player.exhaustion.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Player.exhaustion", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "required": [], "properties": { @@ -11,14 +11,14 @@ "type": "number", "default": true, "title": "Value", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "max": { "type": "number", "default": true, "title": "Maximum", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, diff --git a/source/behavior/entities/format/components/player.experience.json b/source/behavior/entities/format/components/player.experience.json index 90c087ae..34d7eca6 100644 --- a/source/behavior/entities/format/components/player.experience.json +++ b/source/behavior/entities/format/components/player.experience.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Player.experience", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "required": [], "properties": { @@ -11,14 +11,14 @@ "type": "number", "default": true, "title": "Value", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "max": { "type": "number", "default": true, "title": "Maximum", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, diff --git a/source/behavior/entities/format/components/player.level.json b/source/behavior/entities/format/components/player.level.json index e90a878b..0a3d0fd3 100644 --- a/source/behavior/entities/format/components/player.level.json +++ b/source/behavior/entities/format/components/player.level.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Player.level", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "required": [], "properties": { @@ -11,14 +11,14 @@ "type": "number", "default": true, "title": "Value", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "max": { "type": "number", "default": true, "title": "Maximum", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, diff --git a/source/behavior/entities/format/components/player.saturation.json b/source/behavior/entities/format/components/player.saturation.json index e68ba9c5..0217b9e1 100644 --- a/source/behavior/entities/format/components/player.saturation.json +++ b/source/behavior/entities/format/components/player.saturation.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Player.saturation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "required": [], "properties": { @@ -11,7 +11,7 @@ "type": "number", "default": true, "title": "Value", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, diff --git a/source/behavior/entities/format/components/preferred_path.json b/source/behavior/entities/format/components/preferred_path.json index fbe8925a..c4fff3eb 100644 --- a/source/behavior/entities/format/components/preferred_path.json +++ b/source/behavior/entities/format/components/preferred_path.json @@ -9,29 +9,29 @@ "default_block_cost": { "type": "number", "default": 0, - "description": "Cost for non-preferred blocks", + "description": "Cost for non-preferred blocks.", "title": "Default Block Cost" }, "jump_cost": { "type": "integer", "default": 0, - "description": "Added cost for jumping up a node", + "description": "Added cost for jumping up a node.", "title": "Jump Cost" }, "max_fall_blocks": { "type": "integer", "default": 3, - "description": "Distance mob can fall without taking damage", + "description": "Distance mob can fall without taking damage.", "title": "Maximum Fall Blocks" }, "preferred_path_blocks": { "type": "array", "title": "Preferred Path Blocks", - "description": "A list of blocks with their associated cost", + "description": "A list of blocks with their associated cost.", "items": { "additionalProperties": false, "type": "object", - "description": "Blocks cost", + "description": "Blocks cost.", "properties": { "cost": { "type": "number" diff --git a/source/behavior/entities/format/components/projectile.json b/source/behavior/entities/format/components/projectile.json index 498cacac..6b3cf569 100644 --- a/source/behavior/entities/format/components/projectile.json +++ b/source/behavior/entities/format/components/projectile.json @@ -110,7 +110,7 @@ "mob_effect": { "title": "Mob Effect", "$comment": "Deprecated", - "description": "SEE on_hit/mob_effect" + "description": "SEE on_hit/mob_effect." }, "offset": { "type": "array", @@ -333,7 +333,7 @@ "title": "Semi Random Diff Damage", "type": "boolean", "default": false, - "description": "If true, damage will be randomized based on damage and speed" + "description": "If true, damage will be randomized based on damage and speed." }, "set_last_hurt_requires_damage": { "title": "Set Last Hurt Requires Damage", @@ -579,7 +579,7 @@ "potion_effect": { "type": "integer", "default": -1, - "description": "Defines the effect the arrow will apply to the entity it hits", + "description": "Defines the effect the arrow will apply to the entity it hits.", "title": "Potion Effect" }, "power": { @@ -597,7 +597,7 @@ "semi_random_diff_damage": { "type": "boolean", "default": false, - "description": "If true, damage will be randomized based on damage and speed", + "description": "If true, damage will be randomized based on damage and speed.", "title": "Semi Random Diff Damage" }, "shoot_sound": { diff --git a/source/behavior/entities/format/components/push_through.json b/source/behavior/entities/format/components/push_through.json index 6c0af8e4..d75ab75c 100644 --- a/source/behavior/entities/format/components/push_through.json +++ b/source/behavior/entities/format/components/push_through.json @@ -9,7 +9,7 @@ "value": { "type": "number", "default": 0.0, - "description": "The value of the entity's push-through, in blocks", + "description": "The value of the entity's push-through, in blocks.", "title": "Value" } }, diff --git a/source/behavior/entities/format/components/rail_movement.json b/source/behavior/entities/format/components/rail_movement.json index cae4e30c..0dd51479 100644 --- a/source/behavior/entities/format/components/rail_movement.json +++ b/source/behavior/entities/format/components/rail_movement.json @@ -9,7 +9,7 @@ "max_speed": { "type": "number", "default": 0.4, - "description": "Maximum speed that this entity will move at when on the rail", + "description": "Maximum speed that this entity will move at when on the rail.", "title": "Maximum Speed" } }, diff --git a/source/behavior/entities/format/components/rail_sensor.json b/source/behavior/entities/format/components/rail_sensor.json index c1077f25..e88ccc00 100644 --- a/source/behavior/entities/format/components/rail_sensor.json +++ b/source/behavior/entities/format/components/rail_sensor.json @@ -9,41 +9,41 @@ "check_block_types": { "type": "boolean", "default": false, - "description": "If true, on tick this entity will trigger its on_deactivate behavior", + "description": "If true, on tick this entity will trigger its on_deactivate behavior.", "title": "Check Block Types" }, "eject_on_activate": { "type": "boolean", "default": true, - "description": "If true, this entity will eject all of its riders when it passes over an activated rail", + "description": "If true, this entity will eject all of its riders when it passes over an activated rail.", "title": "Eject On Activate" }, "eject_on_deactivate": { "type": "boolean", "default": false, - "description": "If true, this entity will eject all of its riders when it passes over a deactivated rail", + "description": "If true, this entity will eject all of its riders when it passes over a deactivated rail.", "title": "Eject On Deactivate" }, "on_activate": { "$ref": "../types/event.json", - "description": "Event to call when the rail is activated", + "description": "Event to call when the rail is activated.", "title": "On Activate" }, "on_deactivate": { "$ref": "../types/event.json", - "description": "Event to call when the rail is deactivated", + "description": "Event to call when the rail is deactivated.", "title": "On Deactivate" }, "tick_command_block_on_activate": { "type": "boolean", "default": true, - "description": "If true, command blocks will start ticking when passing over an activated rail", + "description": "If true, command blocks will start ticking when passing over an activated rail.", "title": "Tick Command Block On Activate" }, "tick_command_block_on_deactivate": { "type": "boolean", "default": false, - "description": "If false, command blocks will stop ticking when passing over a deactivated rail", + "description": "If false, command blocks will stop ticking when passing over a deactivated rail.", "title": "Tick Command Block On Deactivate" } }, diff --git a/source/behavior/entities/format/components/ravager_blocked.json b/source/behavior/entities/format/components/ravager_blocked.json index 2dfc01e4..7ab77640 100644 --- a/source/behavior/entities/format/components/ravager_blocked.json +++ b/source/behavior/entities/format/components/ravager_blocked.json @@ -9,12 +9,12 @@ "knockback_strength": { "type": "number", "default": 3.0, - "description": "The strength with which blocking entities should be knocked back", + "description": "The strength with which blocking entities should be knocked back.", "title": "Knockback Strength" }, "reaction_choices": { "type": "array", - "description": "A list of weighted responses to the melee attack being blocked", + "description": "A list of weighted responses to the melee attack being blocked.", "title": "Reaction Choices", "items": { "additionalProperties": false, @@ -23,12 +23,12 @@ "weight": { "type": "integer", "title": "Weight", - "description": "The chance of this reaction being picked", + "description": "The chance of this reaction being picked.", "$comment": "UNDOCUMENTED" }, "value": { "title": "Value", - "description": "An event that runs when this reaction is picked", + "description": "An event that runs when this reaction is picked.", "$comment": "UNDOCUMENTED", "$ref": "../types/event.json" } diff --git a/source/behavior/entities/format/components/rideable.json b/source/behavior/entities/format/components/rideable.json index 69d212c6..8ae5a647 100644 --- a/source/behavior/entities/format/components/rideable.json +++ b/source/behavior/entities/format/components/rideable.json @@ -17,21 +17,21 @@ "max_rider_count": { "type": "integer", "default": 0, - "description": "Defines the maximum number of riders that can be riding this entity for this seat to be valid" + "description": "Defines the maximum number of riders that can be riding this entity for this seat to be valid." }, "min_rider_count": { "type": "integer", "default": 0, - "description": "Defines the minimum number of riders that need to be riding this entity before this seat can be used" + "description": "Defines the minimum number of riders that need to be riding this entity before this seat can be used." }, "position": { "$ref": "../../../../general/vectors/number3.json", "default": [0.0, 0.0, 0.0], - "description": "Position of this seat relative to this entity's position" + "description": "Position of this seat relative to this entity's position." }, "rotate_rider_by": { "$ref": "../../../../molang/number.json", - "description": "Offset to rotate riders by" + "description": "Offset to rotate riders by." } } } @@ -40,13 +40,13 @@ "controlling_seat": { "type": "integer", "default": 0, - "description": "The seat that designates the driver of the entity", + "description": "The seat that designates the driver of the entity.", "title": "Controlling Seat" }, "crouching_skip_interact": { "type": "boolean", "default": true, - "description": "If true, this entity can't be interacted with if the entity interacting with it is crouching", + "description": "If true, this entity can't be interacted with if the entity interacting with it is crouching.", "title": "Crouching Skip Interact" }, "family_types": { @@ -54,35 +54,35 @@ "items": { "type": "string" }, - "description": "List of entities that can ride this entity", + "description": "List of entities that can ride this entity.", "title": "Family Types" }, "interact_text": { "type": "string", "default": "", - "description": "The text to display when the player can interact with the entity when playing with Touch-screen controls", + "description": "The text to display when the player can interact with the entity when playing with Touch-screen controls.", "title": "Interact Text" }, "pull_in_entities": { "type": "boolean", "default": false, - "description": "If true, this entity will pull in entities that are in the correct family_types into any available seats", + "description": "If true, this entity will pull in entities that are in the correct family_types into any available seats.", "title": "Pull In Entities" }, "rider_can_interact": { "type": "boolean", "default": false, - "description": "If true, this entity will be picked when looked at by the rider", + "description": "If true, this entity will be picked when looked at by the rider.", "title": "Rider Can Interact" }, "seat_count": { "type": "integer", "default": 1, - "description": "The number of entities that can ride this entity at the same time", + "description": "The number of entities that can ride this entity at the same time.", "title": "Seat Count" }, "seats": { - "description": "The list of positions and number of riders for each position for entities riding this entity", + "description": "The list of positions and number of riders for each position for entities riding this entity.", "title": "Seats", "oneOf": [ { diff --git a/source/behavior/entities/format/components/scale_by_age.json b/source/behavior/entities/format/components/scale_by_age.json index 3d9bf096..f4d66f3a 100644 --- a/source/behavior/entities/format/components/scale_by_age.json +++ b/source/behavior/entities/format/components/scale_by_age.json @@ -9,13 +9,13 @@ "end_scale": { "type": "number", "default": 1, - "description": "Ending scale of the entity when it's fully grown", + "description": "Ending scale of the entity when it's fully grown.", "title": "End Scale" }, "start_scale": { "type": "number", "default": 1, - "description": "Initial scale of the newborn entity", + "description": "Initial scale of the newborn entity.", "title": "Start Scale" } }, diff --git a/source/behavior/entities/format/components/shareables.json b/source/behavior/entities/format/components/shareables.json index 22a17e60..e10ae71d 100644 --- a/source/behavior/entities/format/components/shareables.json +++ b/source/behavior/entities/format/components/shareables.json @@ -31,11 +31,11 @@ }, "items": { "type": "array", - "description": "List of items that the entity wants to share", + "description": "List of items that the entity wants to share.", "items": { "type": "object", "title": "Item", - "description": "An Item that the entity wants to share", + "description": "An Item that the entity wants to share.", "additionalProperties": false, "properties": { "admire": { @@ -60,7 +60,7 @@ }, "item": { "type": "string", - "description": "The name of the item", + "description": "The name of the item.", "$ref": "../../../../general/item/identifier.json" }, "item_aux": { diff --git a/source/behavior/entities/format/components/shooter.json b/source/behavior/entities/format/components/shooter.json index ef411fe1..1f9a85a4 100644 --- a/source/behavior/entities/format/components/shooter.json +++ b/source/behavior/entities/format/components/shooter.json @@ -9,7 +9,7 @@ "type": "integer", "title": "Aux Val", "default": -1, - "description": "ID of the Potion effect to be applied on hit" + "description": "ID of the Potion effect to be applied on hit." }, "def": { "title": "Def", @@ -20,7 +20,7 @@ "type": { "title": "Type", "type": "string", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "examples": ["dragonfireball"] } diff --git a/source/behavior/entities/format/components/sittable.json b/source/behavior/entities/format/components/sittable.json index b028b3b3..ee97bff2 100644 --- a/source/behavior/entities/format/components/sittable.json +++ b/source/behavior/entities/format/components/sittable.json @@ -8,12 +8,12 @@ "properties": { "sit_event": { "$ref": "../types/event.json", - "description": "Event to run when the entity enters the `sit` state", + "description": "Event to run when the entity enters the `sit` state.", "title": "Sit Event" }, "stand_event": { "$ref": "../types/event.json", - "description": "Event to run when the entity exits the `sit` state", + "description": "Event to run when the entity exits the `sit` state.", "title": "Stand Event" } } diff --git a/source/behavior/entities/format/components/sound_volume.json b/source/behavior/entities/format/components/sound_volume.json index 34eaba36..477ecd26 100644 --- a/source/behavior/entities/format/components/sound_volume.json +++ b/source/behavior/entities/format/components/sound_volume.json @@ -9,7 +9,7 @@ "value": { "type": "number", "default": 1.0, - "description": "The value of the volume the entity uses for sound effects", + "description": "The value of the volume the entity uses for sound effects.", "title": "Value" } }, diff --git a/source/behavior/entities/format/components/spawn_entity.json b/source/behavior/entities/format/components/spawn_entity.json index 3de130c8..2e6d1de8 100644 --- a/source/behavior/entities/format/components/spawn_entity.json +++ b/source/behavior/entities/format/components/spawn_entity.json @@ -11,7 +11,7 @@ "title": "Entity Spawn", "properties": { "filters": { - "description": "If present, the specified entity will only spawn if the filter evaluates to true", + "description": "If present, the specified entity will only spawn if the filter evaluates to true.", "$ref": "../../filters/filters.json" }, "max_wait_time": { @@ -80,7 +80,7 @@ "properties": { "entities": { "title": "Entities", - "description": "The entities to spawn", + "description": "The entities to spawn.", "oneOf": [ { "type": "object", diff --git a/source/behavior/entities/format/components/spell_effects.json b/source/behavior/entities/format/components/spell_effects.json index b27a25fb..819deef7 100644 --- a/source/behavior/entities/format/components/spell_effects.json +++ b/source/behavior/entities/format/components/spell_effects.json @@ -8,7 +8,7 @@ "properties": { "add_effects": { "type": "array", - "description": "List of effects to add to this entity after adding this component", + "description": "List of effects to add to this entity after adding this component.", "items": { "oneOf": [ { "type": "string" }, @@ -58,14 +58,14 @@ }, "remove_effects": { "title": "Remove Effects", - "description": "List of identifiers of effects to be removed from this entity after adding this component", + "description": "List of identifiers of effects to be removed from this entity after adding this component.", "oneOf": [ { "type": "array", "items": { "type": ["string"], "title": "Spell Effect ID", - "description": "identifier of the effect to be removed from this entity after adding this component" + "description": "identifier of the effect to be removed from this entity after adding this component." } }, { diff --git a/source/behavior/entities/format/components/strength.json b/source/behavior/entities/format/components/strength.json index be170094..8d26ca33 100644 --- a/source/behavior/entities/format/components/strength.json +++ b/source/behavior/entities/format/components/strength.json @@ -8,13 +8,13 @@ "max": { "type": "integer", "default": 5, - "description": "The maximum strength of this entity", + "description": "The maximum strength of this entity.", "title": "Maximum" }, "value": { "type": "integer", "default": 1, - "description": "The initial value of the strength", + "description": "The initial value of the strength.", "title": "Value" } }, diff --git a/source/behavior/entities/format/components/suspect_tracking.json b/source/behavior/entities/format/components/suspect_tracking.json index 5e45c22c..6dda6994 100644 --- a/source/behavior/entities/format/components/suspect_tracking.json +++ b/source/behavior/entities/format/components/suspect_tracking.json @@ -5,5 +5,5 @@ "additionalProperties": false, "required": [], "properties": {}, - "description": "Allows this entity to remember suspicious locations" + "description": "Allows this entity to remember suspicious locations." } diff --git a/source/behavior/entities/format/components/tameable.json b/source/behavior/entities/format/components/tameable.json index 3b0e6894..dcdf9b83 100644 --- a/source/behavior/entities/format/components/tameable.json +++ b/source/behavior/entities/format/components/tameable.json @@ -17,11 +17,11 @@ "tame_event": { "title": "Tame Event", "$ref": "../types/event.json", - "description": "Event to run when this entity becomes tamed" + "description": "Event to run when this entity becomes tamed." }, "tame_items": { "title": "Tame Items", - "description": "The list of items that can be used to tame this entity", + "description": "The list of items that can be used to tame this entity.", "oneOf": [ { "type": "array", diff --git a/source/behavior/entities/format/components/tamemount.json b/source/behavior/entities/format/components/tamemount.json index 12e85753..cc827506 100644 --- a/source/behavior/entities/format/components/tamemount.json +++ b/source/behavior/entities/format/components/tamemount.json @@ -7,17 +7,17 @@ "definitions": { "feed_items": { "type": "object", - "description": "The list of items that can be used to increase the entity's temper and speed up the taming process", + "description": "The list of items that can be used to increase the entity's temper and speed up the taming process.", "properties": { "item": { "$ref": "../../../../general/item/identifier.json", - "description": "Name of the item this entity likes and can be used to increase this entity's temper", + "description": "Name of the item this entity likes and can be used to increase this entity's temper.", "title": "Item" }, "temper_mod": { "type": "number", "default": 0, - "description": "The amount of temper this entity gains when fed this item", + "description": "The amount of temper this entity gains when fed this item.", "title": "Temper Mod" } } @@ -28,7 +28,7 @@ "properties": { "item": { "$ref": "../../../../general/item/identifier.json", - "description": "Name of the item this entity dislikes and will cause it to get angry if used while untamed" + "description": "Name of the item this entity dislikes and will cause it to get angry if used while untamed." } } } @@ -58,11 +58,11 @@ }, "feed_text": { "type": "string", - "description": "The text that shows in the feeding interact button", + "description": "The text that shows in the feeding interact button.", "title": "Feed Text" }, "feed_items": { - "description": "The list of items that can be used to increase the entity's temper and speed up the taming process", + "description": "The list of items that can be used to increase the entity's temper and speed up the taming process.", "title": "Feed Items", "oneOf": [ { @@ -80,23 +80,23 @@ "max_temper": { "type": "integer", "default": 100, - "description": "The maximum value for the entity's random starting temper", + "description": "The maximum value for the entity's random starting temper.", "title": "Maximum Temper" }, "min_temper": { "type": "integer", "default": 0, - "description": "The minimum value for the entity's random starting temper", + "description": "The minimum value for the entity's random starting temper.", "title": "Minimum Temper" }, "ride_text": { "type": "string", - "description": "The text that shows in the riding interact button", + "description": "The text that shows in the riding interact button.", "title": "Ride Text" }, "tame_event": { "$ref": "../types/event.json", - "description": "Event that triggers when the entity becomes tamed", + "description": "Event that triggers when the entity becomes tamed.", "title": "Tame Event" } }, diff --git a/source/behavior/entities/format/components/target_nearby_sensor.json b/source/behavior/entities/format/components/target_nearby_sensor.json index a1116f35..08de749c 100644 --- a/source/behavior/entities/format/components/target_nearby_sensor.json +++ b/source/behavior/entities/format/components/target_nearby_sensor.json @@ -9,13 +9,13 @@ "must_see": { "type": "boolean", "default": false, - "description": "Whether the other entity needs to be visible to trigger `inside` events", + "description": "Whether the other entity needs to be visible to trigger `inside` events.", "title": "Must See" }, "inside_range": { "type": "number", "default": 1, - "description": "Maximum distance in blocks that another entity will be considered in the `inside` range", + "description": "Maximum distance in blocks that another entity will be considered in the `inside` range.", "title": "Inside Range" }, "on_inside_range": { @@ -36,7 +36,7 @@ "outside_range": { "type": "number", "default": 5, - "description": "Maximum distance in blocks that another entity will be considered in the `outside` range", + "description": "Maximum distance in blocks that another entity will be considered in the `outside` range.", "title": "Outside Range" } }, diff --git a/source/behavior/entities/format/components/teleport.json b/source/behavior/entities/format/components/teleport.json index e0b2fcf5..5675f821 100644 --- a/source/behavior/entities/format/components/teleport.json +++ b/source/behavior/entities/format/components/teleport.json @@ -9,30 +9,30 @@ "dark_teleport_chance": { "type": "number", "default": 0.01, - "description": "Modifies the chance that the entity will teleport if the entity is in darkness", + "description": "Modifies the chance that the entity will teleport if the entity is in darkness.", "title": "Dark Teleport Chance" }, "light_teleport_chance": { "type": "number", "default": 0.01, - "description": "Modifies the chance that the entity will teleport if the entity is in daylight", + "description": "Modifies the chance that the entity will teleport if the entity is in daylight.", "title": "Light Teleport Chance" }, "max_random_teleport_time": { "type": "number", "default": 20, - "description": "Maximum amount of time in seconds between random teleports", + "description": "Maximum amount of time in seconds between random teleports.", "title": "Maximum Random Teleport Time" }, "min_random_teleport_time": { "type": "number", "default": 0, - "description": "Minimum amount of time in seconds between random teleports", + "description": "Minimum amount of time in seconds between random teleports.", "title": "Minimum Random Teleport Time" }, "random_teleport_cube": { "title": "Random Teleport Cube", - "description": "Entity will teleport to a random position within the area defined by this cube", + "description": "Entity will teleport to a random position within the area defined by this cube.", "type": "array", "default": [32.0, 16.0, 32.0], "items": [ @@ -53,13 +53,13 @@ "random_teleports": { "type": "boolean", "default": true, - "description": "If true, the entity will teleport randomly", + "description": "If true, the entity will teleport randomly.", "title": "Random Teleports" }, "target_distance": { "type": "number", "default": 16, - "description": "Maximum distance the entity will teleport when chasing a target", + "description": "Maximum distance the entity will teleport when chasing a target.", "title": "Target Distance" }, "target_teleport_chance": { diff --git a/source/behavior/entities/format/components/timer.json b/source/behavior/entities/format/components/timer.json index f63a85b5..89563bee 100644 --- a/source/behavior/entities/format/components/timer.json +++ b/source/behavior/entities/format/components/timer.json @@ -9,13 +9,13 @@ "looping": { "type": "boolean", "default": true, - "description": "If true, the timer will restart every time after it fires", + "description": "If true, the timer will restart every time after it fires.", "title": "Looping" }, "randomInterval": { "type": "boolean", "default": true, - "description": "If true, the amount of time on the timer will be random between the Minimum and Maximum values specified in time", + "description": "If true, the amount of time on the timer will be random between the Minimum and Maximum values specified in time.", "title": "Random Interval" }, "time": { @@ -35,7 +35,7 @@ ] }, "time_down_event": { - "description": "Event to fire when the time on the timer runs out", + "description": "Event to fire when the time on the timer runs out.", "title": "Time Down Event", "$ref": "../types/event.json" }, @@ -52,13 +52,13 @@ "properties": { "weight": { "type": "integer", - "description": "The weight on how likely this section is to trigger", + "description": "The weight on how likely this section is to trigger.", "$comment": "UNDOCUMENTED", "title": "Weight" }, "value": { "type": "integer", - "description": "The value in seconds that would be used if this section was picked", + "description": "The value in seconds that would be used if this section was picked.", "$comment": "UNDOCUMENTED", "title": "Value" } diff --git a/source/behavior/entities/format/components/transformation.json b/source/behavior/entities/format/components/transformation.json index 336ef01c..1d7afb49 100644 --- a/source/behavior/entities/format/components/transformation.json +++ b/source/behavior/entities/format/components/transformation.json @@ -7,13 +7,13 @@ "properties": { "add": { "type": "object", - "description": "List of components to add to the entity after the transformation", + "description": "List of components to add to the entity after the transformation.", "title": "Add", "additionalProperties": false, "properties": { "component_groups": { "type": "array", - "description": "Names of component groups to add", + "description": "Names of component groups to add.", "items": { "type": "string" } @@ -22,11 +22,11 @@ }, "begin_transform_sound": { "type": "string", - "description": "Sound to play when the transformation starts", + "description": "Sound to play when the transformation starts.", "title": "Begin Transform Sound" }, "delay": { - "description": "Defines the properties of the delay for the transformation", + "description": "Defines the properties of the delay for the transformation.", "title": "Delay", "oneOf": [ { "type": "number" }, @@ -41,7 +41,7 @@ "block_chance": { "type": "number", "default": 0, - "description": "Chance that, once a block is found, will help speed up the transformation" + "description": "Chance that, once a block is found, will help speed up the transformation." }, "block_max": { "type": "integer", @@ -51,11 +51,11 @@ "block_radius": { "type": "integer", "default": 0, - "description": "Distance in Blocks that the entity will search for blocks that can help the transformation" + "description": "Distance in Blocks that the entity will search for blocks that can help the transformation." }, "block_types": { "type": "array", - "description": "List of blocks that can help the transformation of this entity", + "description": "List of blocks that can help the transformation of this entity.", "items": { "$ref": "../../../../general/block/identifier.json" } @@ -63,7 +63,7 @@ "value": { "type": "number", "default": 0, - "description": "Time in seconds before the entity transforms" + "description": "Time in seconds before the entity transforms." } } } @@ -72,19 +72,19 @@ "drop_equipment": { "type": "boolean", "default": false, - "description": "Cause the entity to drop all equipment upon transformation", + "description": "Cause the entity to drop all equipment upon transformation.", "title": "Drop Equipment" }, "drop_inventory": { "type": "boolean", "default": false, - "description": "Cause the entity to drop all items in inventory upon transformation", + "description": "Cause the entity to drop all items in inventory upon transformation.", "title": "Drop Inventory" }, "into": { "type": "string", "default": "", - "description": "Entity Definition that this entity will transform into", + "description": "Entity Definition that this entity will transform into.", "title": "Into" }, "keep_level": { @@ -102,13 +102,13 @@ "preserve_equipment": { "type": "boolean", "default": false, - "description": "Cause the entity to keep equipment after going through transformation", + "description": "Cause the entity to keep equipment after going through transformation.", "title": "Preserve Equipment" }, "transformation_sound": { "type": "string", "default": "", - "description": "Sound to play when the entity is done transforming", + "description": "Sound to play when the entity is done transforming.", "title": "Transformation Sound" } }, diff --git a/source/behavior/entities/format/components/trusting.json b/source/behavior/entities/format/components/trusting.json index 328ac335..729ef59a 100644 --- a/source/behavior/entities/format/components/trusting.json +++ b/source/behavior/entities/format/components/trusting.json @@ -14,13 +14,13 @@ }, "trust_event": { "$ref": "../types/event.json", - "description": "Event to run when this entity becomes trusting", + "description": "Event to run when this entity becomes trusting.", "title": "Trust Event" }, "trust_items": { "title": "Trust Items", "type": "array", - "description": "The list of items that can be used to get the entity to trust players", + "description": "The list of items that can be used to get the entity to trust players.", "items": { "$ref": "../../../../general/item/identifier.json", "title": "Trust Item" diff --git a/source/behavior/entities/format/components/type_family.json b/source/behavior/entities/format/components/type_family.json index 74763fdb..b9d6d749 100644 --- a/source/behavior/entities/format/components/type_family.json +++ b/source/behavior/entities/format/components/type_family.json @@ -9,8 +9,8 @@ "properties": { "family": { "type": "array", - "items": { "type": "string", "description": "Family name", "title": "Family", "examples": ["monster", "mob", "animal", "npc"] }, - "description": "List of family names", + "items": { "type": "string", "description": "Family name.", "title": "Family", "examples": ["monster", "mob", "animal", "npc"] }, + "description": "List of family names.", "title": "Family" } } diff --git a/source/behavior/entities/format/components/underwater_movement.json b/source/behavior/entities/format/components/underwater_movement.json index fd0b97d0..33f435a5 100644 --- a/source/behavior/entities/format/components/underwater_movement.json +++ b/source/behavior/entities/format/components/underwater_movement.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.underwater_movement", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "title": "Underwater Movement", @@ -10,7 +10,7 @@ "value": { "type": "number", "title": "Value", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, diff --git a/source/behavior/entities/format/components/vibration_listener.json b/source/behavior/entities/format/components/vibration_listener.json index c17727dd..37e9de74 100644 --- a/source/behavior/entities/format/components/vibration_listener.json +++ b/source/behavior/entities/format/components/vibration_listener.json @@ -5,5 +5,5 @@ "additionalProperties": false, "required": [], "properties": {}, - "description": "This entity will respond to vibrations" + "description": "This entity will respond to vibrations." } diff --git a/source/behavior/entities/format/events.json b/source/behavior/entities/format/events.json index 0e8dfd21..76c0b74f 100644 --- a/source/behavior/entities/format/events.json +++ b/source/behavior/entities/format/events.json @@ -2,21 +2,21 @@ "$id": "blockception.minecraft.behavior.entities.events", "type": "object", "title": "Events", - "description": "Events for entities", + "description": "Events for entities.", "additionalProperties": { "$ref": "#/definitions/event_base" }, "definitions": { "addremove": { "additionalProperties": false, "title": "Add Or Remove", - "description": "The components groups to add or remove", + "description": "The components groups to add or remove.", "type": "object", "examples": [{ "component_groups": ["self:variant1"] }], "properties": { "component_groups": { "title": "Component Groups", - "description": "The components groups to add or remove", + "description": "The components groups to add or remove.", "type": "array", - "items": { "type": "string", "description": "A reference to a component group", "title": "Component Groups" } + "items": { "type": "string", "description": "A reference to a component group.", "title": "Component Groups" } } } }, @@ -45,26 +45,26 @@ ], "properties": { "filters": { "$ref": "./../filters/filters.json" }, - "trigger": { "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger", "$ref": "./types/trigger.json" }, - "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, - "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, + "trigger": { "description": "Triggers additional events.", "$comment": "UNDOCUMENTED", "title": "Trigger", "$ref": "./types/trigger.json" }, + "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered.", "title": "Add" }, + "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered.", "title": "Remove" }, "randomize": { "type": "array", - "description": "Randomly selects one of the following items based upon their weight and the total weights", + "description": "Randomly selects one of the following items based upon their weight and the total weights.", "title": "Randomize", "items": { - "description": "Randomly selects one of the following items based upon their weight and the total weights", + "description": "Randomly selects one of the following items based upon their weight and the total weights.", "title": "Randomize", "examples": [{ "add": { "component_groups": ["foo:example"] }, "weight": 1 }], "properties": { - "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, - "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger", "$ref": "./types/trigger.json" }, + "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered.", "title": "Add" }, + "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered.", "title": "Remove" }, + "trigger": { "description": "Triggers additional events.", "$comment": "UNDOCUMENTED", "title": "Trigger", "$ref": "./types/trigger.json" }, "weight": { "type": "number", "default": 1, "minimum": 1, - "description": "The weight on how likely this section is to trigger", + "description": "The weight on how likely this section is to trigger.", "$comment": "UNDOCUMENTED", "title": "Weight" } @@ -73,16 +73,16 @@ }, "sequence": { "type": "array", - "description": "A series of filters and components to be added", + "description": "A series of filters and components to be added.", "title": "Sequences", "items": { - "description": "Filters and components to be added", + "description": "Filters and components to be added.", "title": "Sequence", "type": "object", "properties": { - "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, - "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger", "$ref": "./types/trigger.json" }, + "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered.", "title": "Add" }, + "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered.", "title": "Remove" }, + "trigger": { "description": "Triggers additional events.", "$comment": "UNDOCUMENTED", "title": "Trigger", "$ref": "./types/trigger.json" }, "filters": { "$ref": "./../filters/filters.json" } } } diff --git a/source/behavior/entities/format/minecraft.entity.json b/source/behavior/entities/format/minecraft.entity.json index 4cf10fdf..fe9cb8e1 100644 --- a/source/behavior/entities/format/minecraft.entity.json +++ b/source/behavior/entities/format/minecraft.entity.json @@ -9,7 +9,7 @@ "description": { "required": ["identifier"], "title": "Description", - "description": "The description of the this entity", + "description": "The description of the this entity.", "properties": { "animations": { "title": "Animations", @@ -17,7 +17,7 @@ "type": "object", "additionalProperties": { "title": "Animation / Controller", - "description": "The name of the animation controller / animation", + "description": "The name of the animation controller / animation.", "type": "string", "examples": ["animation.", "controller."] } @@ -59,14 +59,14 @@ "animate": { "type": "array", "title": "Animate", - "description": "Tells minecraft to run which animation / animation controllers and under what conditions", + "description": "Tells minecraft to run which animation / animation controllers and under what conditions.", "items": { "oneOf": [ - { "type": "string", "title": "Animation", "description": "The name of an animation controller referenced in animations" }, + { "type": "string", "title": "Animation", "description": "The name of an animation controller referenced in animations." }, { "type": "object", "title": "Conditional Animation", - "description": "A conditional statement to run the animation under a specified condition", + "description": "A conditional statement to run the animation under a specified condition.", "$comment": "UNDOCUMENTED", "additionalProperties": { "type": "string", "title": "Animation" } } @@ -79,27 +79,27 @@ }, "component_groups": { "title": "Component Groups", - "description": "Each group when add / remove the default components", + "description": "Each group when add / remove the default components.", "uniqueItems": true, "type": "object", "propertyNames": { "examples": ["self:"] }, "additionalProperties": { "$ref": "./components.json", "uniqueItems": true, - "description": "The components that are added as the foundation of the entity", + "description": "The components that are added as the foundation of the entity.", "title": "Component" } }, "components": { "$ref": "./components.json", "uniqueItems": true, - "description": "The components that are added as the foundation of the entity", + "description": "The components that are added as the foundation of the entity.", "title": "Component" }, "events": { "$ref": "./events.json", "uniqueItems": true, - "description": "The events that the entity can run, these add or remove components_groups", + "description": "The events that the entity can run, these add or remove components_groups.", "title": "Events" } } diff --git a/source/behavior/entities/format/types/entity_types.json b/source/behavior/entities/format/types/entity_types.json index 5713b91e..5d0ee5e4 100644 --- a/source/behavior/entities/format/types/entity_types.json +++ b/source/behavior/entities/format/types/entity_types.json @@ -3,14 +3,14 @@ "title": "Entity Types", "definitions": { "entity_definition": { - "description": "The entity type", + "description": "The entity type.", "title": "Entity Type", "type": "object", "properties": { "filters": { "type": "object", "$ref": "../../filters/filters.json" }, "max_dist": { "type": "number", - "description": "Maximum distance this mob can be away to be a valid choice", + "description": "Maximum distance this mob can be away to be a valid choice.", "default": 16, "title": "Maximum Dist" }, @@ -28,13 +28,13 @@ }, "must_see": { "type": "boolean", - "description": "If true, the mob has to be visible to be a valid choice", + "description": "If true, the mob has to be visible to be a valid choice.", "default": false, "title": "Must See" }, "must_see_forget_duration": { "type": "number", - "description": "Determines the amount of time in seconds that this mob will look for a target before forgetting about it and looking for a new one when the target isn't visible any more", + "description": "Determines the amount of time in seconds that this mob will look for a target before forgetting about it and looking for a new one when the target isn't visible any more.", "default": 3, "title": "Must See Forget Duration" } diff --git a/source/behavior/entities/format/types/event.json b/source/behavior/entities/format/types/event.json index b1f8b866..d64963c8 100644 --- a/source/behavior/entities/format/types/event.json +++ b/source/behavior/entities/format/types/event.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.entities.event", "title": "Event", - "description": "Minecraft behavior event", + "description": "Minecraft behavior event.", "examples": ["example:foo", { "event": "example:foo", "target": "self" }], "defaultSnippets": [ { @@ -10,14 +10,14 @@ } ], "oneOf": [ - { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire" }, + { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire." }, { "type": "object", "properties": { - "event": { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire", "title": "Event" }, + "event": { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire.", "title": "Event" }, "target": { "type": "string", - "description": "The target of the event", + "description": "The target of the event.", "title": "Target", "enum": ["baby", "block", "damager", "other", "parent", "player", "self", "target"] } diff --git a/source/behavior/entities/format/types/range_number_type.json b/source/behavior/entities/format/types/range_number_type.json index 79e28274..05bb0966 100644 --- a/source/behavior/entities/format/types/range_number_type.json +++ b/source/behavior/entities/format/types/range_number_type.json @@ -1,15 +1,15 @@ { "$id": "blockception.minecraft.behavior.entities.type.range_number_type", "title": "Range [A, B]", - "description": "A described range", + "description": "A described range.", "examples": [[0.0, 1.0]], "oneOf": [ { "type": "number" }, { "type": "array", "items": [ - { "type": "number", "title": "A", "description": "The first value of the range" }, - { "type": "number", "title": "B", "description": "The second value of the range" } + { "type": "number", "title": "A", "description": "The first value of the range." }, + { "type": "number", "title": "B", "description": "The second value of the range." } ] }, { @@ -19,12 +19,12 @@ "range_min": { "type": "number", "title": "Range Min", - "description": "The minimum value of the range" + "description": "The minimum value of the range." }, "range_max": { "type": "number", "title": "Range Max", - "description": "The maximum value of the range" + "description": "The maximum value of the range." } } } diff --git a/source/behavior/entities/format/types/trigger.json b/source/behavior/entities/format/types/trigger.json index 53c35cd0..f254229b 100644 --- a/source/behavior/entities/format/types/trigger.json +++ b/source/behavior/entities/format/types/trigger.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.type.trigger", "title": "Trigger", - "description": "Trigger to fire", + "description": "Trigger to fire.", "examples": [ "event:example", { diff --git a/source/behavior/feature_rules/1.13.0/feature_rules.json b/source/behavior/feature_rules/1.13.0/feature_rules.json index 5b0c6752..c257252c 100644 --- a/source/behavior/feature_rules/1.13.0/feature_rules.json +++ b/source/behavior/feature_rules/1.13.0/feature_rules.json @@ -10,7 +10,7 @@ "definitions": { "coord_dist": { "title": "", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [ { @@ -25,14 +25,14 @@ "properties": { "numerator": { "title": "Numerator", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 1 }, "denominator": { "title": "Denominator", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 1 @@ -57,7 +57,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -124,7 +124,7 @@ }, "iterations": { "title": "Iterations", - "description": "Number of scattered positions to generate", + "description": "Number of scattered positions to generate.", "$ref": "../../../molang/number.json" }, "scatter_chance": { @@ -141,14 +141,14 @@ "properties": { "numerator": { "title": "Numerator", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 1 }, "denominator": { "title": "Denominator", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 1 diff --git a/source/behavior/features/1.13.0/features/minecraft.aggregate_feature.json b/source/behavior/features/1.13.0/features/minecraft.aggregate_feature.json index 9394c300..fdb5385c 100644 --- a/source/behavior/features/1.13.0/features/minecraft.aggregate_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.aggregate_feature.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -27,7 +27,7 @@ "minItems": 1, "items": { "title": "Feature", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" } diff --git a/source/behavior/features/1.13.0/features/minecraft.beards_and_shavers.json b/source/behavior/features/1.13.0/features/minecraft.beards_and_shavers.json index 5b789865..ae52bf33 100644 --- a/source/behavior/features/1.13.0/features/minecraft.beards_and_shavers.json +++ b/source/behavior/features/1.13.0/features/minecraft.beards_and_shavers.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -28,7 +28,7 @@ }, "bounding_box_min": { "title": "Bounding Box Min", - "description": "Dimensions of the Bounding Box", + "description": "Dimensions of the Bounding Box.", "type": "array", "items": [ { "type": "number", "title": "X" }, @@ -38,7 +38,7 @@ }, "bounding_box_max": { "title": "Bounding Box Max", - "description": "Dimensions of the Bounding Box", + "description": "Dimensions of the Bounding Box.", "type": "array", "items": [ { "type": "number", "title": "X" }, @@ -48,7 +48,7 @@ }, "y_delta": { "title": "Y Delta", - "description": "Y Delta for BAS", + "description": "Y Delta for BAS.", "type": "number" }, "surface_block_type": { @@ -65,12 +65,12 @@ }, "beard_raggedness_min": { "title": "Beard Raggedness Min", - "description": "Y Delta for BAS", + "description": "Y Delta for BAS.", "type": "number" }, "beard_raggedness_max": { "title": "Beard Raggedness Max", - "description": "Y Delta for BAS", + "description": "Y Delta for BAS.", "type": "number" } } diff --git a/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json b/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json index dd3c3943..3da71000 100644 --- a/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], diff --git a/source/behavior/features/1.13.0/features/minecraft.conditional_list.json b/source/behavior/features/1.13.0/features/minecraft.conditional_list.json index 223dc084..9c0ec219 100644 --- a/source/behavior/features/1.13.0/features/minecraft.conditional_list.json +++ b/source/behavior/features/1.13.0/features/minecraft.conditional_list.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -38,7 +38,7 @@ }, "condition": { "title": "Condition", - "description": "Condition for placing associated Feature", + "description": "Condition for placing associated Feature.", "$ref": "../../../../molang/string.json" } } diff --git a/source/behavior/features/1.13.0/features/minecraft.geode_feature.json b/source/behavior/features/1.13.0/features/minecraft.geode_feature.json index 253bb251..602e9cfb 100644 --- a/source/behavior/features/1.13.0/features/minecraft.geode_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.geode_feature.json @@ -65,7 +65,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -115,7 +115,7 @@ "minItems": 1, "items": { "title": "Block reference", - "description": "A block that may be replaced during placement", + "description": "A block that may be replaced during placement.", "$ref": "../../../../general/block/identifier.json" } }, diff --git a/source/behavior/features/1.13.0/features/minecraft.growing_plant_feature.json b/source/behavior/features/1.13.0/features/minecraft.growing_plant_feature.json index 4c1d42a2..73ffae4c 100644 --- a/source/behavior/features/1.13.0/features/minecraft.growing_plant_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.growing_plant_feature.json @@ -7,7 +7,7 @@ "definitions": { "range": { "title": "Range", - "description": "A range", + "description": "A range.", "type": "object", "required": ["range_min", "range_max"], "examples": [{ "range_min": 8, "range_max": 9 }], @@ -15,12 +15,12 @@ "range_max": { "title": "Range Max", "type": "integer", - "description": "The maximum plant height" + "description": "The maximum plant height." }, "range_min": { "title": "Range Min", "type": "integer", - "description": "The minimum plant height" + "description": "The minimum plant height." } } }, @@ -59,7 +59,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], diff --git a/source/behavior/features/1.13.0/features/minecraft.hell_cave_carver_feature.json b/source/behavior/features/1.13.0/features/minecraft.hell_cave_carver_feature.json index 0229cf8e..4d8dd63b 100644 --- a/source/behavior/features/1.13.0/features/minecraft.hell_cave_carver_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.hell_cave_carver_feature.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], diff --git a/source/behavior/features/1.13.0/features/minecraft.multiface_feature.json b/source/behavior/features/1.13.0/features/minecraft.multiface_feature.json index 8206a079..4b1b6173 100644 --- a/source/behavior/features/1.13.0/features/minecraft.multiface_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.multiface_feature.json @@ -3,19 +3,11 @@ "description": "`minecraft:multiface_feature` places one or a few multiface blocks on floors/walls/ceilings. Despite the name, any block can be placed by this feature. During placement, existing world blocks are checked to see if this feature can be placed on them based on the list provided in the `can_place_on` field. If no `can_replace_on` field is specified, the `place_block` block can be placed on any existing block.\nThis feature will also try to spread the `place_block` block around the location in world the feature is placed.\nSucceeds if: At least one block is successfully placed.\nFails if: All block placements fail.", "type": "object", "additionalProperties": false, - "required": [ - "description", - "places_block", - "search_range", - "can_place_on_floor", - "can_place_on_ceiling", - "can_place_on_wall", - "chance_of_spreading" - ], + "required": ["description", "places_block", "search_range", "can_place_on_floor", "can_place_on_ceiling", "can_place_on_wall", "chance_of_spreading"], "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -43,22 +35,22 @@ }, "can_place_on_floor": { "title": "Can Place On Floor", - "description": "Can this feature be placed on the ground (top face of a block)?", + "description": "Can this feature be placed on the ground (top face of a block)?.", "type": "boolean" }, "can_place_on_ceiling": { "title": "Can Place On Ceiling", - "description": "Can this feature be placed on the ceiling (bottom face of a block)?", + "description": "Can this feature be placed on the ceiling (bottom face of a block)?.", "type": "boolean" }, "can_place_on_wall": { "title": "Can Place On Wall", - "description": "Can this feature be placed on the wall (side faces of a block)?", + "description": "Can this feature be placed on the wall (side faces of a block)?.", "type": "boolean" }, "chance_of_spreading": { "title": "Chance of Spreading", - "description": "For each block placed by this feature, how likely will that block spread to another?", + "description": "For each block placed by this feature, how likely will that block spread to another?.", "type": "number", "minimum": 0.0, "maximum": 1.0 diff --git a/source/behavior/features/1.13.0/features/minecraft.ore_feature.json b/source/behavior/features/1.13.0/features/minecraft.ore_feature.json index 7bb933d7..72f4d044 100644 --- a/source/behavior/features/1.13.0/features/minecraft.ore_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.ore_feature.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], diff --git a/source/behavior/features/1.13.0/features/minecraft.rect_layout.json b/source/behavior/features/1.13.0/features/minecraft.rect_layout.json index fb5436e0..d62c1507 100644 --- a/source/behavior/features/1.13.0/features/minecraft.rect_layout.json +++ b/source/behavior/features/1.13.0/features/minecraft.rect_layout.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -27,14 +27,14 @@ }, "feature_areas": { "title": "Feature Areas", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "minItems": 1, "maxItems": 4294967295, "items": { "type": "object", "title": "Feature Area", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { diff --git a/source/behavior/features/1.13.0/features/minecraft.scan_surface.json b/source/behavior/features/1.13.0/features/minecraft.scan_surface.json index 06888d38..515abb72 100644 --- a/source/behavior/features/1.13.0/features/minecraft.scan_surface.json +++ b/source/behavior/features/1.13.0/features/minecraft.scan_surface.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -22,7 +22,7 @@ }, "scan_surface_feature": { "title": "Scan Surface Feature", - "description": "Named reference of feature to be placed", + "description": "Named reference of feature to be placed.", "type": "string", "$ref": "../../../../general/feature/identifier.json" } diff --git a/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json b/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json index 09670095..a146348b 100644 --- a/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json @@ -20,37 +20,37 @@ "properties": { "distribution": { "title": "Distribution", - "description": "Type of distribution - uniform random, gaussian (centered in the range), or grid (either fixed-step or jittered)", + "description": "Type of distribution - uniform random, gaussian (centered in the range), or grid (either fixed-step or jittered).", "type": "string", "enum": ["uniform", "gaussian", "inverse_gaussian", "fixed_grid", "jittered_grid"] }, "step_size": { "title": "Step Size", - "description": "When the distribution type is grid, defines the distance between steps along this axis", + "description": "When the distribution type is grid, defines the distance between steps along this axis.", "type": "integer", "minimum": 1 }, "grid_offset": { "title": "Step Size", - "description": "When the distribution type is grid, defines the offset along this axis", + "description": "When the distribution type is grid, defines the offset along this axis.", "type": "integer", "minimum": 0 }, "extent": { "title": "Extent", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": [ { "title": "Lower Bound", "$ref": "../../../../molang/number.json", - "description": "Lower bound (inclusive) of the scatter range, as an offset from the input point to scatter around" + "description": "Lower bound (inclusive) of the scatter range, as an offset from the input point to scatter around." }, { "title": "Upper Bound", "$ref": "../../../../molang/number.json", - "description": "Upper bound (inclusive) of the scatter range, as an offset from the input point to scatter around" + "description": "Upper bound (inclusive) of the scatter range, as an offset from the input point to scatter around." } ] } @@ -62,7 +62,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -77,7 +77,7 @@ }, "places_feature": { "title": "Places Feature", - "description": "Named reference of feature to be placed", + "description": "Named reference of feature to be placed.", "type": "string", "$ref": "../../../../general/feature/identifier.json" }, @@ -88,7 +88,7 @@ }, "iterations": { "title": "Iterations", - "description": "Number of scattered positions to generate", + "description": "Number of scattered positions to generate.", "$ref": "../../../../molang/number.json" }, "scatter_chance": { @@ -101,13 +101,13 @@ "properties": { "numerator": { "title": "Numerator", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "type": "integer", "minimum": 1 }, "denominator": { "title": "Denominator", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "type": "integer", "minimum": 1 } diff --git a/source/behavior/features/1.13.0/features/minecraft.search_feature.json b/source/behavior/features/1.13.0/features/minecraft.search_feature.json index f3f78f8e..4d6b8f59 100644 --- a/source/behavior/features/1.13.0/features/minecraft.search_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.search_feature.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -22,7 +22,7 @@ }, "places_feature": { "title": "Places Feature", - "description": "Named reference of feature to be placed", + "description": "Named reference of feature to be placed.", "type": "string", "$ref": "../../../../general/feature/identifier.json" }, @@ -35,7 +35,7 @@ "properties": { "max": { "title": "Max", - "description": "Maximum extent of the bounding volume expressed as [ x, y, z ]", + "description": "Maximum extent of the bounding volume expressed as [ x, y, z ].", "type": "array", "items": [ { "title": "Maximum X", "type": "integer" }, @@ -45,7 +45,7 @@ }, "min": { "title": "Min", - "description": "Maxium extent of the bounding volume expressed as [ x, y, z ]", + "description": "Maxium extent of the bounding volume expressed as [ x, y, z ].", "type": "array", "items": [ { "title": "Minimum X", "type": "integer" }, @@ -57,13 +57,13 @@ }, "search_axis": { "title": "Search Axis", - "description": "Axis that the search will sweep along through the `search_volume`", + "description": "Axis that the search will sweep along through the `search_volume`.", "type": "string", "enum": ["-x", "+x", "-y", "+y", "-z", "+z"] }, "required_successes": { "title": "Required successes", - "description": "Number of valid positions the search must find in order to place the referenced feature", + "description": "Number of valid positions the search must find in order to place the referenced feature.", "type": "integer", "minimum": 1 } diff --git a/source/behavior/features/1.13.0/features/minecraft.sequence_feature.json b/source/behavior/features/1.13.0/features/minecraft.sequence_feature.json index b50a0389..de72289a 100644 --- a/source/behavior/features/1.13.0/features/minecraft.sequence_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.sequence_feature.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], diff --git a/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json b/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json index 14aab9f3..5d0db636 100644 --- a/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json @@ -6,16 +6,13 @@ "required": ["description", "places_block", "enforce_placement_rules", "enforce_survivability_rules"], "definitions": { "block_side": { - "oneOf": [ - { "type": "string" }, - { "type": "array", "items": { "title": "Block Side", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" } } - ] + "oneOf": [{ "type": "string" }, { "type": "array", "items": { "title": "Block Side", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" } }] } }, "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -46,7 +43,7 @@ }, "may_attach_to": { "title": "May Attach To", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -54,7 +51,7 @@ "properties": { "min_sides_must_attach": { "title": "Minimum Sides Must Attach", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "minimum": 1, "maximum": 4 @@ -63,14 +60,14 @@ "title": "Auto Rotate", "description": "Automatically rotate the block to attach sensibly." }, - "top": { "title": "Top", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, - "bottom": { "title": "Bottom", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, - "north": { "title": "North", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, - "south": { "title": "South", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, - "east": { "title": "East", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, - "west": { "title": "West", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, - "all": { "title": "All", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, - "sides": { "title": "Sides", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" } + "top": { "title": "Top", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, + "bottom": { "title": "Bottom", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, + "north": { "title": "North", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, + "south": { "title": "South", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, + "east": { "title": "East", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, + "west": { "title": "West", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, + "all": { "title": "All", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }, + "sides": { "title": "Sides", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" } } }, "may_replace": { diff --git a/source/behavior/features/1.13.0/features/minecraft.snap_to_surface_feature.json b/source/behavior/features/1.13.0/features/minecraft.snap_to_surface_feature.json index 12cd322f..d051b32c 100644 --- a/source/behavior/features/1.13.0/features/minecraft.snap_to_surface_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.snap_to_surface_feature.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -22,7 +22,7 @@ }, "feature_to_snap": { "title": "Feature to snap", - "description": "Named reference of feature to be snapped", + "description": "Named reference of feature to be snapped.", "type": "string", "$ref": "../../../../general/feature/identifier.json" }, diff --git a/source/behavior/features/1.13.0/features/minecraft.structure_template_feature.json b/source/behavior/features/1.13.0/features/minecraft.structure_template_feature.json index b35688e4..9b4c5496 100644 --- a/source/behavior/features/1.13.0/features/minecraft.structure_template_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.structure_template_feature.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], diff --git a/source/behavior/features/1.13.0/features/minecraft.tree_feature.json b/source/behavior/features/1.13.0/features/minecraft.tree_feature.json index 77345754..abe29b72 100644 --- a/source/behavior/features/1.13.0/features/minecraft.tree_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.tree_feature.json @@ -7,35 +7,35 @@ "definitions": { "branch_canopy": { "title": "branch_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "acacia_canopy": { "title": "acacia_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_size": { "title": "canopy_size", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "simplify_canopy": { "title": "simplify_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" } @@ -43,27 +43,27 @@ }, "canopy": { "title": "canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_offset": { "title": "canopy_offset", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "min": { "title": "min", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" }, "max": { "title": "max", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" } @@ -71,28 +71,28 @@ }, "min_width": { "title": "min_width", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "canopy_slope": { "title": "canopy_slope", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "rise": { "title": "rise", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "run": { "title": "run", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 @@ -101,7 +101,7 @@ }, "variation_chance": { "title": "variation_chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [ { "$ref": "../../../../general/1.14.0/chance_information.json" }, @@ -116,41 +116,41 @@ }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "canopy_decoration": { "title": "canopy_decoration", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "decoration_chance": { "title": "decoration_chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "../../../../general/1.14.0/chance_information.json" }, "decoration_block": { "title": "decoration_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "num_steps": { "title": "num_steps", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "step_direction": { "title": "step_direction", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "enum": ["down", "up", "out", "away"] @@ -161,28 +161,28 @@ }, "fancy_canopy": { "title": "fancy_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "height": { "title": "height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "radius": { "title": "radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -191,41 +191,41 @@ }, "mega_canopy": { "title": "mega_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_height": { "title": "canopy_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "base_radius": { "title": "base_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0 }, "core_width": { "title": "core_width", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 1 }, "simplify_canopy": { "title": "simplify_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -234,42 +234,42 @@ }, "mega_pine_canopy": { "title": "mega_pine_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_height": { "title": "canopy_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "base_radius": { "title": "base_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "radius_step_modifier": { "title": "radius_step_modifier", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0.0 }, "core_width": { "title": "core_width", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -278,28 +278,28 @@ }, "pine_canopy": { "title": "pine_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_height": { "title": "canopy_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "base_radius": { "title": "base_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -308,42 +308,42 @@ }, "roofed_canopy": { "title": "roofed_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_height": { "title": "canopy_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 3 }, "core_width": { "title": "core_width", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "outer_radius": { "title": "outer_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "inner_radius": { "title": "inner_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -352,35 +352,35 @@ }, "spruce_canopy": { "title": "spruce_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "lower_offset": { "title": "lower_offset", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "upper_offset": { "title": "upper_offset", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "max_radius": { "title": "max_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -393,7 +393,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -418,7 +418,7 @@ }, "base_cluster": { "title": "base_cluster", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -426,7 +426,7 @@ "properties": { "may_replace": { "title": "May Replace", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -435,14 +435,14 @@ }, "num_clusters": { "title": "Num Clusters", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "cluster_radius": { "title": "Clusters Radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 @@ -451,7 +451,7 @@ }, "may_grow_on": { "title": "May grow on", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -460,7 +460,7 @@ }, "may_replace": { "title": "May grow on", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -469,7 +469,7 @@ }, "may_grow_through": { "title": "May grow on", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -478,35 +478,35 @@ }, "acacia_trunk": { "title": "Acacia Trunk", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "trunk_width": { "title": "Trunk Width", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "trunk_height": { "title": "Trunk Height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "base": { "title": "Base", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "intervals": { "title": "Intervals", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "minItems": 1, @@ -517,7 +517,7 @@ }, "min_height_for_canopy": { "title": "Minimum Height For Canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 @@ -527,100 +527,100 @@ "trunk_lean": { "allow_diagonal_growth": { "title": "Allow Diagonal Growth", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "lean_height": { "title": "Lean Height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, "lean_steps": { "title": "Lean Steps", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, "lean_length": { "title": "Lean Length", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" } }, "trunk_block": { "title": "Trunk Block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "branches": { "title": "Branches", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "branch_length": { "title": "Branch Length", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0 }, "branch_position": { "title": "Branch Position", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0 }, "branch_chance": { "title": "Branch Chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "../../../../general/1.14.0/chance_information.json" }, "branch_canopy": { "title": "branch_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/branch_canopy" }, "trunk_decoration": { "title": "trunk_decoration", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "decoration_chance": { "title": "decoration_chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "../../../../general/1.14.0/chance_information.json" }, "decoration_block": { "title": "decoration_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "num_steps": { "title": "num_steps", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "step_direction": { "title": "step_direction", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "enum": ["down", "up", "out", "away"] @@ -633,75 +633,75 @@ }, "fallen_trunk": { "title": "fallen_trunk", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "log_length": { "title": "log_length", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "stump_height": { "title": "stump_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "height_modifier": { "title": "height_modifier", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "trunk_block": { "title": "trunk_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "log_decoration_feature": { "title": "log_decoration_feature", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/feature/identifier.json" }, "trunk_decoration": { "title": "trunk_decoration", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "decoration_chance": { "title": "decoration_chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "../../../../general/1.14.0/chance_information.json" }, "decoration_block": { "title": "decoration_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "num_steps": { "title": "num_steps", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" }, "step_direction": { "title": "step_direction", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "enum": ["down", "up", "out", "away"] @@ -712,35 +712,35 @@ }, "fancy_trunk": { "title": "fancy_trunk", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "trunk_height": { "title": "trunk_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "base": { "title": "base", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "variance": { "title": "variance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "scale": { "title": "scale", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" } @@ -748,33 +748,33 @@ }, "trunk_width": { "title": "trunk_width", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "branches": { "title": "branches", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "slope": { "title": "slope", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, "density": { "title": "density", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, "min_altitude_factor": { "title": "min_altitude_factor", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0.0, @@ -784,21 +784,21 @@ }, "trunk_block": { "title": "trunk_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "width_scale": { "title": "width_scale", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0.0 }, "foliage_altitude_factor": { "title": "foliage_altitude_factor", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0.0, @@ -808,39 +808,39 @@ }, "mega_trunk": { "title": "mega_trunk", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "trunk_width": { "title": "trunk_width", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" }, "trunk_height": { "title": "trunk_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "base": { "title": "base", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "intervals": { "title": "intervals", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { "title": "items", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 @@ -850,40 +850,40 @@ }, "trunk_block": { "title": "trunk_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "trunk_decoration": { "title": "trunk_decoration", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "decoration_chance": { "title": "decoration_chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "../../../../general/1.14.0/chance_information.json" }, "decoration_block": { "title": "decoration_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "num_steps": { "title": "num_steps", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" }, "step_direction": { "title": "step_direction", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "enum": ["down", "up", "out", "away"] @@ -892,35 +892,35 @@ }, "branches": { "title": "branches", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "branch_length": { "title": "branch_length", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "branch_slope": { "title": "branch_slope", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, - "branch_interval": { "title": "", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, + "branch_interval": { "title": "", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "branch_altitude_factor": { "title": "branch_altitude_factor", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "min": { "title": "min", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0.0, @@ -928,7 +928,7 @@ }, "max": { "title": "max", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0.0, @@ -938,7 +938,7 @@ }, "branch_canopy": { "title": "branch_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/branch_canopy" } @@ -948,28 +948,28 @@ }, "trunk": { "title": "trunk", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "trunk_height": { "title": "trunk_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "height_modifier": { "title": "height_modifier", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "can_be_submerged": { "title": "can_be_submerged", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [ @@ -979,7 +979,7 @@ "properties": { "max_depth": { "title": "max_depth", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 @@ -988,7 +988,7 @@ }, { "title": "can_be_submerged", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" } @@ -996,40 +996,40 @@ }, "trunk_block": { "title": "trunk_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "trunk_decoration": { "title": "trunk_decoration", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "decoration_chance": { "title": "decoration_chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "../../../../general/1.14.0/chance_information.json" }, "decoration_block": { "title": "decoration_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "num_steps": { "title": "num_steps", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" }, "step_direction": { "title": "step_direction", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "enum": ["down", "up", "out", "away"] @@ -1040,28 +1040,28 @@ }, "acacia_canopy": { "title": "acacia_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_size": { "title": "canopy_size", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "simplify_canopy": { "title": "simplify_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" } @@ -1069,27 +1069,27 @@ }, "canopy": { "title": "canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_offset": { "title": "canopy_offset", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "min": { "title": "min", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" }, "max": { "title": "max", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" } @@ -1097,28 +1097,28 @@ }, "min_width": { "title": "min_width", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "canopy_slope": { "title": "canopy_slope", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "rise": { "title": "rise", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "run": { "title": "run", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 @@ -1127,7 +1127,7 @@ }, "variation_chance": { "title": "variation_chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [ { "$ref": "../../../../general/1.14.0/chance_information.json" }, @@ -1142,41 +1142,41 @@ }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "canopy_decoration": { "title": "canopy_decoration", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "decoration_chance": { "title": "decoration_chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "../../../../general/1.14.0/chance_information.json" }, "decoration_block": { "title": "decoration_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "num_steps": { "title": "num_steps", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "step_direction": { "title": "step_direction", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "enum": ["down", "up", "out", "away"] @@ -1187,28 +1187,28 @@ }, "fancy_canopy": { "title": "fancy_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "height": { "title": "height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "radius": { "title": "radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -1217,41 +1217,41 @@ }, "mega_canopy": { "title": "mega_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_height": { "title": "canopy_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "base_radius": { "title": "base_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0 }, "core_width": { "title": "core_width", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 1 }, "simplify_canopy": { "title": "simplify_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -1260,42 +1260,42 @@ }, "mega_pine_canopy": { "title": "mega_pine_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_height": { "title": "canopy_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "base_radius": { "title": "base_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "radius_step_modifier": { "title": "radius_step_modifier", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0.0 }, "core_width": { "title": "core_width", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -1304,28 +1304,28 @@ }, "pine_canopy": { "title": "pine_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_height": { "title": "canopy_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "base_radius": { "title": "base_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -1334,42 +1334,42 @@ }, "roofed_canopy": { "title": "roofed_canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_height": { "title": "canopy_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 3 }, "core_width": { "title": "core_width", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "outer_radius": { "title": "outer_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "inner_radius": { "title": "inner_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -1378,35 +1378,35 @@ }, "spruce_canopy": { "title": "Spruce Canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "lower_offset": { "title": "lower_offset", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "upper_offset": { "title": "upper_offset", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "max_radius": { "title": "max_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "leaf_block": { "title": "leaf_block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" @@ -1415,41 +1415,41 @@ }, "random_spread_canopy": { "title": "Random Spread Canopy", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "canopy_height": { "title": "canopy_height", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "canopy_radius": { "title": "canopy_radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "leaf_placement_attempts": { "title": "leaf_placement_attempts", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 1 }, "leaf_blocks": { "title": "leaf_blocks", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "additionalProperties": false, "items": { "title": "items", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "additionalProperties": false, diff --git a/source/behavior/features/1.13.0/features/minecraft.underwater_cave_carver_feature.json b/source/behavior/features/1.13.0/features/minecraft.underwater_cave_carver_feature.json index eee600f1..c241ef64 100644 --- a/source/behavior/features/1.13.0/features/minecraft.underwater_cave_carver_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.underwater_cave_carver_feature.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], diff --git a/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json b/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json index f6249aca..150c7eb2 100644 --- a/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], @@ -22,7 +22,7 @@ }, "replaceable_blocks": { "title": "Replaceable Blocks", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -33,69 +33,69 @@ }, "ground_block": { "title": "Ground Block", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "vegetation_feature": { "title": "Vegetation Feature", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string", "$ref": "../../../../general/feature/identifier.json" }, "surface": { "title": "Surface", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, "depth": { "title": "Depth", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "extra_deep_block_chance": { "title": "Extra Deep Block Chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0 }, "vertical_range": { "title": "Vertical Range", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "vegetation_chance": { "title": "Vegatation Chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0 }, "horizontal_radius": { "title": "Horizontal Radius", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "extra_edge_column_chance": { "title": "Extra Egde Column Chance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number", "minimum": 0 }, "waterlogged": { "title": "Waterlogged", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" } diff --git a/source/behavior/features/1.13.0/features/minecraft.weighted_random_feature.json b/source/behavior/features/1.13.0/features/minecraft.weighted_random_feature.json index 43345de5..5bdd9903 100644 --- a/source/behavior/features/1.13.0/features/minecraft.weighted_random_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.weighted_random_feature.json @@ -7,7 +7,7 @@ "properties": { "description": { "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "required": ["identifier"], diff --git a/source/behavior/functions/tick.json b/source/behavior/functions/tick.json index 52f51141..38ac8cf8 100644 --- a/source/behavior/functions/tick.json +++ b/source/behavior/functions/tick.json @@ -1,17 +1,17 @@ { "$schema": "http://json-schema.org/draft-07/schema", "title": "Tick", - "description": "Mcfunction that are to be called per game tick (20 times per second)", + "description": "Mcfunction that are to be called per game tick (20 times per second).", "additionalProperties": false, "examples": [{ "values": ["foo"] }], "properties": { "values": { "title": "Values", - "description": "The collection of function path to execute", + "description": "The collection of function path to execute.", "type": "array", "items": { "title": "Function path", - "description": "The path to the function", + "description": "The path to the function.", "type": "string", "pattern": "[a-zA-Z_\\-\\/ ]+", "examples": ["foo", "folder/foo"] diff --git a/source/behavior/items/format/components/block_placer.json b/source/behavior/items/format/components/block_placer.json index a072dbb5..1149a7aa 100644 --- a/source/behavior/items/format/components/block_placer.json +++ b/source/behavior/items/format/components/block_placer.json @@ -9,8 +9,8 @@ "use_on_item": { "type": "object", "title": "Allowed Block", - "description": "A block descriptor that allows to be placed", - "properties": { "tags": { "title": "Tags", "description": "Tags", "$ref": "../../../../molang/string.json" } } + "description": "A block descriptor that allows to be placed.", + "properties": { "tags": { "title": "Tags", "description": "Tags.", "$ref": "../../../../molang/string.json" } } } }, "properties": { diff --git a/source/behavior/items/format/components/digger.json b/source/behavior/items/format/components/digger.json index 09cf6595..c1e4a9d0 100644 --- a/source/behavior/items/format/components/digger.json +++ b/source/behavior/items/format/components/digger.json @@ -9,7 +9,7 @@ "use_efficiency": { "title": "Use Efficiency", "type": "boolean", - "description": "Toggles if the item will be used efficiently", + "description": "Toggles if the item will be used efficiently.", "default": false }, "destroy_speeds": { @@ -22,21 +22,21 @@ "type": "object", "additionalProperties": false, "properties": { - "speed": { "title": "Speed", "description": "Speed", "type": "number" }, - "on_dig": { "type": "string", "title": "On Dig", "description": "Trigger for when you dig a block that isn't listed in destroy_speeds" }, + "speed": { "title": "Speed", "description": "Speed.", "type": "number" }, + "on_dig": { "type": "string", "title": "On Dig", "description": "Trigger for when you dig a block that isn't listed in destroy_speeds." }, "block": { "title": "Block", "oneOf": [ - { "type": "string", "description": "The block identifier" }, + { "type": "string", "description": "The block identifier." }, { "type": "object", "additionalProperties": false, - "description": "Block descriptor", + "description": "Block descriptor.", "properties": { "any_tag": { "type": "array", "title": "Any Block Tag", - "description": "The block tag", + "description": "The block tag.", "items": { "type": "string", "title": "Block Tag" } } } @@ -46,6 +46,6 @@ } } }, - "on_dig": { "type": "string", "title": "On Dig", "description": "Trigger for when you dig a block that isn't listed in destroy_speeds" } + "on_dig": { "type": "string", "title": "On Dig", "description": "Trigger for when you dig a block that isn't listed in destroy_speeds." } } } diff --git a/source/behavior/items/format/components/durability.json b/source/behavior/items/format/components/durability.json index 7a4334d0..907a520a 100644 --- a/source/behavior/items/format/components/durability.json +++ b/source/behavior/items/format/components/durability.json @@ -9,12 +9,12 @@ "damage_chance": { "type": "object", "title": "Damange Chance", - "description": "Damange chance", + "description": "Damange chance.", "additionalProperties": false, "required": ["min", "max"], "properties": { - "min": { "title": "Min", "type": "integer", "description": "The minimum" }, - "max": { "title": "Max", "type": "integer", "description": "The minimum" } + "min": { "title": "Min", "type": "integer", "description": "The minimum." }, + "max": { "title": "Max", "type": "integer", "description": "The minimum." } } }, "max_durability": { diff --git a/source/behavior/items/format/components/entity_placer.json b/source/behavior/items/format/components/entity_placer.json index 19232cf7..9e349ba7 100644 --- a/source/behavior/items/format/components/entity_placer.json +++ b/source/behavior/items/format/components/entity_placer.json @@ -11,13 +11,13 @@ "type": "array", "title": "Dispense On", "description": "List of block descriptors that contain blocks that this item can be dispensed on. If left empty, all blocks will be allowed.", - "items": { "title": "Dispense On", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "items": { "title": "Dispense On", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, "use_on": { "type": "array", "title": "Use On", "description": "List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed.", - "items": { "title": "Use On", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "items": { "title": "Use On", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } } } diff --git a/source/behavior/items/format/components/food.json b/source/behavior/items/format/components/food.json index 5dce0647..3cbccd58 100644 --- a/source/behavior/items/format/components/food.json +++ b/source/behavior/items/format/components/food.json @@ -14,13 +14,13 @@ "nutrition": { "title": "Nutrition", "description": "How much nutrition does this food item give the player when eaten.", "type": "number" }, "on_consume": { "title": "On Consume", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { - "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["self"] } + "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["self"] } } }, "is_meat": { @@ -48,19 +48,19 @@ }, "effects": { "title": "Effects", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { "title": "Effect", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "name": { "title": "Name", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, diff --git a/source/behavior/items/format/components/max_damage.json b/source/behavior/items/format/components/max_damage.json index 433e7ea5..c3e04e89 100644 --- a/source/behavior/items/format/components/max_damage.json +++ b/source/behavior/items/format/components/max_damage.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "integer", "title": "Max Damage", - "description": "Maximum Damage", + "description": "Maximum Damage.", "$comment": "UNDOCUMENTED", "minimum": 0 } diff --git a/source/behavior/items/format/components/on_use.json b/source/behavior/items/format/components/on_use.json index e676f6f8..67ad14ca 100644 --- a/source/behavior/items/format/components/on_use.json +++ b/source/behavior/items/format/components/on_use.json @@ -12,8 +12,8 @@ "type": "object", "additionalProperties": false, "properties": { - "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["self"] } + "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["self"] } } } } diff --git a/source/behavior/items/format/components/on_use_on.json b/source/behavior/items/format/components/on_use_on.json index d3ae9387..f3a1124a 100644 --- a/source/behavior/items/format/components/on_use_on.json +++ b/source/behavior/items/format/components/on_use_on.json @@ -12,8 +12,8 @@ "type": "object", "additionalProperties": false, "properties": { - "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["block"] } + "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["block"] } } } } diff --git a/source/behavior/items/format/components/render_offsets.json b/source/behavior/items/format/components/render_offsets.json index f5259978..0334db39 100644 --- a/source/behavior/items/format/components/render_offsets.json +++ b/source/behavior/items/format/components/render_offsets.json @@ -8,19 +8,19 @@ "offset_spec": { "type": "object", "title": "Offset", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "first_person": { "title": "First Person", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/mode" }, "thrid_person": { "title": "Thrid Person", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/mode" } @@ -29,23 +29,23 @@ "mode": { "type": "object", "title": "Mode", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "position": { "title": "Position", - "description": "The position transformation", + "description": "The position transformation.", "$ref": "#/definitions/vec3" }, "rotation": { "title": "Rotation", - "description": "The rotation transformation", + "description": "The rotation transformation.", "$ref": "#/definitions/vec3" }, "scale": { "title": "Scale", - "description": "The scale transformation", + "description": "The scale transformation.", "$ref": "#/definitions/vec3" } } @@ -53,11 +53,11 @@ "vec3": { "type": "array", "title": "Vector", - "description": "X Y Z", + "description": "X Y Z.", "items": [ - { "title": "X", "description": "The X tranformation", "type": "number" }, - { "title": "Y", "description": "The Y tranformation", "type": "number" }, - { "title": "Z", "description": "The Z tranformation", "type": "number" } + { "title": "X", "description": "The X tranformation.", "type": "number" }, + { "title": "Y", "description": "The Y tranformation.", "type": "number" }, + { "title": "Z", "description": "The Z tranformation.", "type": "number" } ] } }, diff --git a/source/behavior/items/format/components/repairable.json b/source/behavior/items/format/components/repairable.json index d4c3a1e8..b4f3fed4 100644 --- a/source/behavior/items/format/components/repairable.json +++ b/source/behavior/items/format/components/repairable.json @@ -13,20 +13,20 @@ "items": { "type": "object", "title": "Repar Item", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "items": { "title": "Items", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", - "items": { "type": "string", "title": "Item", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "items": { "type": "string", "title": "Item", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, "repair_amount": { "title": "Repair Amount", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "../../../../molang/number.json" } diff --git a/source/behavior/items/format/components/shooter.json b/source/behavior/items/format/components/shooter.json index 1d9febcd..bf74c13a 100644 --- a/source/behavior/items/format/components/shooter.json +++ b/source/behavior/items/format/components/shooter.json @@ -7,19 +7,19 @@ "properties": { "ammunition": { "title": "Ammunition", - "description": "Ammunition", + "description": "Ammunition.", "type": "array", "items": { "type": "object", "title": "Ammunition", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { - "item": { "title": "Item", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }, - "use_offhand": { "title": "Use Offhand", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" }, - "search_inventory": { "title": "Search Inventory", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" }, - "use_in_creative": { "title": "Use In Creative", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" } + "item": { "title": "Item", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, + "use_offhand": { "title": "Use Offhand", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, + "search_inventory": { "title": "Search Inventory", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, + "use_in_creative": { "title": "Use In Creative", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" } } } }, diff --git a/source/behavior/items/format/components/weapon.json b/source/behavior/items/format/components/weapon.json index dac0eca6..b65ea671 100644 --- a/source/behavior/items/format/components/weapon.json +++ b/source/behavior/items/format/components/weapon.json @@ -7,27 +7,27 @@ "properties": { "on_hit_block": { "title": "On Hit Block", - "description": "Trigger for letting you know when this item is used to hit a block", + "description": "Trigger for letting you know when this item is used to hit a block.", "type": "object", "additionalProperties": false, - "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["self"] } + "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["self"] } }, "on_hurt_entity": { "title": "On Hurt Entity", - "description": "Trigger for letting you know when this item is used to hurt another mob", + "description": "Trigger for letting you know when this item is used to hurt another mob.", "type": "object", "additionalProperties": false, - "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["self", "holder"] } + "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["self", "holder"] } }, "on_not_hurt_entity": { "title": "On Not Hurt Entity", - "description": "Trigger for letting you know when this item hit another actor, but didn't do damage", + "description": "Trigger for letting you know when this item hit another actor, but didn't do damage.", "type": "object", "additionalProperties": false, - "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["self"] } + "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["self"] } } } } diff --git a/source/behavior/items/format/components/wearable.json b/source/behavior/items/format/components/wearable.json index 2f79452a..a5a0f1bc 100644 --- a/source/behavior/items/format/components/wearable.json +++ b/source/behavior/items/format/components/wearable.json @@ -5,7 +5,7 @@ "type": "object", "additionalProperties": false, "properties": { - "dispensable": { "title": "Dispensable", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" }, + "dispensable": { "title": "Dispensable", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, "slot": { "title": "Slot", "description": "equipment_slot: slot.weapon.mainhand, slot.weapon.offhand, slot.armor.head, slot.armor.chest, slot.armor.legs, slot.armor.feet, slot.hotbar, slot.inventory, slot.enderchest, slot.saddle, slot.armor, slot.chest", diff --git a/source/behavior/items/format/events.json b/source/behavior/items/format/events.json index 567fcff1..288d2366 100644 --- a/source/behavior/items/format/events.json +++ b/source/behavior/items/format/events.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.items.events", "title": "Events", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "properties": { "on_consume": { "$ref": "#/definitions/event_base" } }, @@ -9,7 +9,7 @@ "definitions": { "event_base": { "title": "Event", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -17,12 +17,12 @@ "properties": { "sequence": { "title": "Sequence", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { "title": "Sequence", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "$ref": "#/definitions/event_functions" @@ -30,43 +30,43 @@ }, "randomize": { "title": "Randomize", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { "title": "Randomize", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "$ref": "#/definitions/event_functions", "required": ["weight"], "properties": { - "weight": { "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 } + "weight": { "title": "Weight", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 } } } }, "run_command": { "title": "Run Command", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "command": { "title": "Command", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", - "items": { "type": "string", "title": "Command", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "items": { "type": "string", "title": "Command", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, - "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["other"] } + "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["other"] } } } } }, "event_functions": { "title": "Event", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "properties": { diff --git a/source/behavior/items/format/events/add_mob_effect.json b/source/behavior/items/format/events/add_mob_effect.json index 277fd3c9..4280a08b 100644 --- a/source/behavior/items/format/events/add_mob_effect.json +++ b/source/behavior/items/format/events/add_mob_effect.json @@ -1,14 +1,14 @@ { "$id": "blockception.minecraft.behavior.items.events.add_mob_effect", "title": "Add Mob Effect", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { - "effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["holder"] }, - "duration": { "type": "number", "title": "Duration", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "amplifier": { "type": "number", "title": "Amplifier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["holder"] }, + "duration": { "type": "number", "title": "Duration", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "amplifier": { "type": "number", "title": "Amplifier", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } } diff --git a/source/behavior/items/format/events/damage.json b/source/behavior/items/format/events/damage.json index 9decf2c3..50adc0c6 100644 --- a/source/behavior/items/format/events/damage.json +++ b/source/behavior/items/format/events/damage.json @@ -1,12 +1,12 @@ { "$id": "blockception.minecraft.behavior.items.events.shoot", "title": "Shoot", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { - "type": { "type": "string", "title": "Type", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["magic"] }, - "amount": { "type": "number", "title": "Amount", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "type": { "type": "string", "title": "Type", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["magic"] }, + "amount": { "type": "number", "title": "Amount", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } } diff --git a/source/behavior/items/format/events/decrement_stack.json b/source/behavior/items/format/events/decrement_stack.json index 5db44215..b294ee51 100644 --- a/source/behavior/items/format/events/decrement_stack.json +++ b/source/behavior/items/format/events/decrement_stack.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.items.events.decrement_stack", "title": "Decrement Stack", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false diff --git a/source/behavior/items/format/events/remove_mob_effect.json b/source/behavior/items/format/events/remove_mob_effect.json index 1f18fe2f..b8ef6262 100644 --- a/source/behavior/items/format/events/remove_mob_effect.json +++ b/source/behavior/items/format/events/remove_mob_effect.json @@ -1,12 +1,12 @@ { "$id": "blockception.minecraft.behavior.items.events.remove_mob_effect", "title": "Remove Mob Effect", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { - "effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["holder"] } + "effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["holder"] } } } diff --git a/source/behavior/items/format/events/shoot.json b/source/behavior/items/format/events/shoot.json index 8a8a42a7..f93adebe 100644 --- a/source/behavior/items/format/events/shoot.json +++ b/source/behavior/items/format/events/shoot.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.items.events.shoot", "title": "Shoot", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -9,15 +9,15 @@ "angle_offset": { "type": "number", "title": "Angle Offset", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "launch_power": { "type": "number", "title": "Launch Power", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, - "projectile": { "type": "string", "title": "Projectile", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "projectile": { "type": "string", "title": "Projectile", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } } diff --git a/source/behavior/items/format/events/swing.json b/source/behavior/items/format/events/swing.json index df2be5b8..1cd6300d 100644 --- a/source/behavior/items/format/events/swing.json +++ b/source/behavior/items/format/events/swing.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.items.events.swing", "title": "Swing", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false diff --git a/source/behavior/items/format/events/teleport.json b/source/behavior/items/format/events/teleport.json index d0ac4cc5..d1a15745 100644 --- a/source/behavior/items/format/events/teleport.json +++ b/source/behavior/items/format/events/teleport.json @@ -1,21 +1,21 @@ { "$id": "blockception.minecraft.behavior.items.events.teleport", "title": "Teleport", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { - "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["holder"] }, + "target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["holder"] }, "max_range": { "type": "array", "title": "Maximum Range", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": [ - { "type": "number", "title": "X", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - { "type": "number", "title": "Y", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - { "type": "number", "title": "Z", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + { "type": "number", "title": "X", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + { "type": "number", "title": "Y", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + { "type": "number", "title": "Z", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } ] } } diff --git a/source/behavior/items/format/events/transform_item.json b/source/behavior/items/format/events/transform_item.json index b94676b0..84740821 100644 --- a/source/behavior/items/format/events/transform_item.json +++ b/source/behavior/items/format/events/transform_item.json @@ -1,9 +1,9 @@ { "$id": "blockception.minecraft.behavior.items.events.transform_item", "title": "Transform Item", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, - "properties": { "transform": { "title": "Transform", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" } } + "properties": { "transform": { "title": "Transform", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" } } } diff --git a/source/behavior/items/format/minecraft.item.json b/source/behavior/items/format/minecraft.item.json index 963aca93..fa0959cc 100644 --- a/source/behavior/items/format/minecraft.item.json +++ b/source/behavior/items/format/minecraft.item.json @@ -3,7 +3,7 @@ "additionalProperties": false, "required": ["description"], "type": "object", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Item", "properties": { @@ -11,7 +11,7 @@ "additionalProperties": false, "type": "object", "title": "Description", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { "identifier": { @@ -38,7 +38,7 @@ "components": { "additionalProperties": { "type": "object" }, "type": "object", - "description": "The components of this item", + "description": "The components of this item.", "properties": { "minecraft:armor": { "$ref": "./components/armor.json" }, "minecraft:block_placer": { "$ref": "./components/block_placer.json" }, diff --git a/source/behavior/loot_tables/conditions.json b/source/behavior/loot_tables/conditions.json index 83ec0208..aca112c4 100644 --- a/source/behavior/loot_tables/conditions.json +++ b/source/behavior/loot_tables/conditions.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.loot_tables.conditions", - "description": "A minecraft loot table condition", + "description": "A minecraft loot table condition.", "title": "Condition", "allOf": [ { diff --git a/source/behavior/loot_tables/conditions/entity_properties.json b/source/behavior/loot_tables/conditions/entity_properties.json index d9a008d5..e9f7bef6 100644 --- a/source/behavior/loot_tables/conditions/entity_properties.json +++ b/source/behavior/loot_tables/conditions/entity_properties.json @@ -16,13 +16,13 @@ "properties": { "on_fire": { "title": "On Fire", - "description": "Checks if the entity is on fire or not", + "description": "Checks if the entity is on fire or not.", "$comment": "UNDOCUMENTED", "type": "boolean" }, "on_ground": { "title": "On Ground", - "description": "Checks if the entity is on the ground or not", + "description": "Checks if the entity is on the ground or not.", "$comment": "UNDOCUMENTED", "type": "boolean" } diff --git a/source/behavior/loot_tables/conditions/has_mark_variant.json b/source/behavior/loot_tables/conditions/has_mark_variant.json index 7a2770a2..82756690 100644 --- a/source/behavior/loot_tables/conditions/has_mark_variant.json +++ b/source/behavior/loot_tables/conditions/has_mark_variant.json @@ -14,7 +14,7 @@ "value": { "type": "integer", "default": "0", - "description": "Tests for the actor's mark variant (if it has one)", + "description": "Tests for the actor's mark variant (if it has one).", "title": "Value" } } diff --git a/source/behavior/loot_tables/conditions/killed_by_player.json b/source/behavior/loot_tables/conditions/killed_by_player.json index b7c970fc..f853a2d2 100644 --- a/source/behavior/loot_tables/conditions/killed_by_player.json +++ b/source/behavior/loot_tables/conditions/killed_by_player.json @@ -5,6 +5,6 @@ "description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.", "title": "Killed By Player", "properties": { - "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } } diff --git a/source/behavior/loot_tables/conditions/killed_by_player_or_pets.json b/source/behavior/loot_tables/conditions/killed_by_player_or_pets.json index c50216a6..9a73f65c 100644 --- a/source/behavior/loot_tables/conditions/killed_by_player_or_pets.json +++ b/source/behavior/loot_tables/conditions/killed_by_player_or_pets.json @@ -5,6 +5,6 @@ "description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.", "title": "Killed By Player Or Pets Or Pets", "properties": { - "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } } diff --git a/source/behavior/loot_tables/conditions/random_chance.json b/source/behavior/loot_tables/conditions/random_chance.json index 42efbe56..5d4a0514 100644 --- a/source/behavior/loot_tables/conditions/random_chance.json +++ b/source/behavior/loot_tables/conditions/random_chance.json @@ -5,8 +5,8 @@ "description": "Sets a random chance of the specified value.", "title": "Random Chance", "properties": { - "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "chance": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Chance" }, + "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "chance": { "type": "number", "default": 0, "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Chance" }, "max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Maximum Chance" } } } diff --git a/source/behavior/loot_tables/conditions/random_chance_with_looting.json b/source/behavior/loot_tables/conditions/random_chance_with_looting.json index 9d3db8d8..0c280ebb 100644 --- a/source/behavior/loot_tables/conditions/random_chance_with_looting.json +++ b/source/behavior/loot_tables/conditions/random_chance_with_looting.json @@ -5,7 +5,7 @@ "description": "Sets a random chance of the specified value. Looting enchantment increase the random chance multiplier.", "title": "Random Chance With Looting", "properties": { - "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, + "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "chance": { "type": "number", "default": 0, "description": "The random chance of the value.", "title": "Chance" }, "looting_multiplier": { "type": "number", diff --git a/source/behavior/loot_tables/conditions/random_difficulty_chance.json b/source/behavior/loot_tables/conditions/random_difficulty_chance.json index 18b2991c..0a1d6efd 100644 --- a/source/behavior/loot_tables/conditions/random_difficulty_chance.json +++ b/source/behavior/loot_tables/conditions/random_difficulty_chance.json @@ -5,7 +5,7 @@ "description": "Sets a random chance of the specified value based on the level difficulty.", "title": "Random Difficulty Chance", "properties": { - "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, + "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "default_chance": { "type": "number", "default": 0, diff --git a/source/behavior/loot_tables/conditions/random_regional_difficulty_chance.json b/source/behavior/loot_tables/conditions/random_regional_difficulty_chance.json index 94308999..85163da0 100644 --- a/source/behavior/loot_tables/conditions/random_regional_difficulty_chance.json +++ b/source/behavior/loot_tables/conditions/random_regional_difficulty_chance.json @@ -5,14 +5,14 @@ "description": "Sets a Maximum regional difficulty random chance of the specified value.", "title": "Random Regional Difficulty Chance", "properties": { - "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, + "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "default_chance": { "type": "number", "default": 0, "description": "The default random chance if the level difficulty is not assigned.", "title": "Default Chance" }, - "max_chance": { "title": "Maximum Chance", "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, + "max_chance": { "title": "Maximum Chance", "type": "number", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "easy": { "type": "number", "default": 0, diff --git a/source/behavior/loot_tables/functions.json b/source/behavior/loot_tables/functions.json index 6fde58a5..eb632257 100644 --- a/source/behavior/loot_tables/functions.json +++ b/source/behavior/loot_tables/functions.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.loot_tables.Functions", - "description": "A minecraft loot table condition", + "description": "A minecraft loot table condition.", "title": "Functions", "type": "object", "properties": { @@ -56,7 +56,7 @@ }, "add": { "title": "Add", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "type": "boolean", "default": false } diff --git a/source/behavior/loot_tables/functions/enchant_book_for_trading.json b/source/behavior/loot_tables/functions/enchant_book_for_trading.json index c16a243c..2fa606b9 100644 --- a/source/behavior/loot_tables/functions/enchant_book_for_trading.json +++ b/source/behavior/loot_tables/functions/enchant_book_for_trading.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.loot_tables.enchant_book_for_trading", "additionalProperties": false, "type": "object", - "description": "The function enchant_book_for_trading", + "description": "The function enchant_book_for_trading.", "title": "Enchant Book For Trading", "required": ["function", "base_cost", "base_random_cost", "per_level_random_cost", "per_level_cost"], "properties": { @@ -10,26 +10,26 @@ "type": "string", "const": "enchant_book_for_trading", "title": "Function", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, - "base_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, + "base_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "base_random_cost": { "type": "integer", "title": "Base Cost", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "per_level_random_cost": { "type": "integer", "title": "Base Cost", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "per_level_cost": { "type": "integer", "title": "Base Cost", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } diff --git a/source/behavior/loot_tables/functions/enchant_random_gear.json b/source/behavior/loot_tables/functions/enchant_random_gear.json index 63168b70..aead0d18 100644 --- a/source/behavior/loot_tables/functions/enchant_random_gear.json +++ b/source/behavior/loot_tables/functions/enchant_random_gear.json @@ -2,14 +2,14 @@ "$id": "blockception.minecraft.behavior.loot_tables.enchant_random_gear", "additionalProperties": false, "type": "object", - "description": "The function enchant_random_gear", + "description": "The function enchant_random_gear.", "title": "Enchant Random Gear", "properties": { "function": { "type": "string", "const": "enchant_random_gear", "title": "Function", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "chance": { diff --git a/source/behavior/loot_tables/functions/enchant_randomly.json b/source/behavior/loot_tables/functions/enchant_randomly.json index cd62ea3d..e421e59e 100644 --- a/source/behavior/loot_tables/functions/enchant_randomly.json +++ b/source/behavior/loot_tables/functions/enchant_randomly.json @@ -2,14 +2,14 @@ "$id": "blockception.minecraft.behavior.loot_tables.enchant_randomly", "additionalProperties": false, "type": "object", - "description": "The function enchant_randomly", + "description": "The function enchant_randomly.", "title": "Enchant Randomly", "properties": { "function": { "type": "string", "const": "enchant_randomly", "title": "Function", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "treasure": { diff --git a/source/behavior/loot_tables/functions/enchant_with_levels.json b/source/behavior/loot_tables/functions/enchant_with_levels.json index 3aa784f3..68fb7e26 100644 --- a/source/behavior/loot_tables/functions/enchant_with_levels.json +++ b/source/behavior/loot_tables/functions/enchant_with_levels.json @@ -1,20 +1,20 @@ { "$id": "blockception.minecraft.behavior.loot_tables.enchant_with_levels", "additionalProperties": false, - "description": "The function enchant_with_levels", + "description": "The function enchant_with_levels.", "title": "Enchant With Levels", "type": "object", "properties": { "function": { "type": "string", "const": "enchant_with_levels", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, "levels": { "title": "Levels", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [ { "type": "integer" }, @@ -26,6 +26,6 @@ } ] }, - "treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } } diff --git a/source/behavior/loot_tables/functions/exploration_map.json b/source/behavior/loot_tables/functions/exploration_map.json index 3c191f7a..3609ce4b 100644 --- a/source/behavior/loot_tables/functions/exploration_map.json +++ b/source/behavior/loot_tables/functions/exploration_map.json @@ -1,14 +1,14 @@ { "$id": "blockception.minecraft.behavior.loot_tables.exploration_map", "additionalProperties": false, - "description": "Transforms a normal map into a treasure map that marks the location of hidden treasure", + "description": "Transforms a normal map into a treasure map that marks the location of hidden treasure.", "title": "Exploration Map", "type": "object", "properties": { "function": { "type": "string", "const": "exploration_map", - "description": "Transforms a normal map into a treasure map that marks the location of hidden treasure", + "description": "Transforms a normal map into a treasure map that marks the location of hidden treasure.", "title": "Function" }, "destination": { diff --git a/source/behavior/loot_tables/functions/fill_container.json b/source/behavior/loot_tables/functions/fill_container.json index 86c91316..2db8a7f9 100644 --- a/source/behavior/loot_tables/functions/fill_container.json +++ b/source/behavior/loot_tables/functions/fill_container.json @@ -2,21 +2,21 @@ "$id": "blockception.minecraft.behavior.loot_tables.fill_container", "additionalProperties": false, "type": "object", - "description": "The function fill_container", + "description": "The function fill_container.", "title": "Fill Container", "properties": { "function": { "type": "string", "const": "fill_container", "title": "Function", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "loot_table": { "type": "string", "title": "Loot Table", "pattern": "^loot_tables/.*\\.json$", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } diff --git a/source/behavior/loot_tables/functions/furnace_smelt.json b/source/behavior/loot_tables/functions/furnace_smelt.json index f2014285..affe8f5b 100644 --- a/source/behavior/loot_tables/functions/furnace_smelt.json +++ b/source/behavior/loot_tables/functions/furnace_smelt.json @@ -5,10 +5,10 @@ "description": "If the item to return has a smelted crafting recipe and the loot table is triggered by an entity killed with fire. the result will be the smelted version of the item", "title": "Furnace Smelt", "properties": { - "function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }, + "function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, "conditions": { "title": "Conditions", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { "$ref": "../conditions.json" } diff --git a/source/behavior/loot_tables/functions/looting_enchant.json b/source/behavior/loot_tables/functions/looting_enchant.json index aa0edecc..fc1e43c3 100644 --- a/source/behavior/loot_tables/functions/looting_enchant.json +++ b/source/behavior/loot_tables/functions/looting_enchant.json @@ -1,15 +1,15 @@ { "$id": "blockception.minecraft.behavior.loot_tables.looting_enchant", "additionalProperties": false, - "description": "The function looting_enchant", + "description": "The function looting_enchant.", "title": "Looting Enchant", "type": "object", "properties": { - "function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }, + "function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, "count": { "type": "object", "properties": { "min": { "type": "integer" }, "max": { "type": "integer" } }, - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Count", "additionalProperties": false diff --git a/source/behavior/loot_tables/functions/random_aux_value.json b/source/behavior/loot_tables/functions/random_aux_value.json index 85d5fd5c..a4f428e6 100644 --- a/source/behavior/loot_tables/functions/random_aux_value.json +++ b/source/behavior/loot_tables/functions/random_aux_value.json @@ -1,20 +1,20 @@ { "$id": "blockception.minecraft.behavior.loot_tables.random_aux_value", "additionalProperties": false, - "description": "The function random_aux_value", + "description": "The function random_aux_value.", "title": "Random Aux Value", "type": "object", "properties": { - "function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }, + "function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, "values": { - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Values", "additionalProperties": false, "type": "object", "properties": { - "min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum" }, - "max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum" } + "min": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Minimum" }, + "max": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Maximum" } } } } diff --git a/source/behavior/loot_tables/functions/random_block_state.json b/source/behavior/loot_tables/functions/random_block_state.json index 196a149d..905ec01c 100644 --- a/source/behavior/loot_tables/functions/random_block_state.json +++ b/source/behavior/loot_tables/functions/random_block_state.json @@ -1,16 +1,16 @@ { "$id": "blockception.minecraft.behavior.loot_tables.random_block_state", "additionalProperties": false, - "description": "The function random_block_state", + "description": "The function random_block_state.", "title": "Random Block State", "type": "object", "properties": { - "function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }, - "block_state": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Block State" }, + "function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, + "block_state": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Block State" }, "values": { "type": "object", "properties": { "min": { "title": "Min", "type": "integer" }, "max": { "title": "Max", "type": "integer" } }, - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Values", "additionalProperties": false diff --git a/source/behavior/loot_tables/functions/random_dye.json b/source/behavior/loot_tables/functions/random_dye.json index bac9b2fa..9ecd3caf 100644 --- a/source/behavior/loot_tables/functions/random_dye.json +++ b/source/behavior/loot_tables/functions/random_dye.json @@ -1,10 +1,10 @@ { "$id": "blockception.minecraft.behavior.loot_tables.random_dye", "additionalProperties": false, - "description": "The function random_dye", + "description": "The function random_dye.", "title": "Trader Material Type", "type": "object", "properties": { - "function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" } + "function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" } } } diff --git a/source/behavior/loot_tables/functions/set_actor_id.json b/source/behavior/loot_tables/functions/set_actor_id.json index 1ab065d9..829727e0 100644 --- a/source/behavior/loot_tables/functions/set_actor_id.json +++ b/source/behavior/loot_tables/functions/set_actor_id.json @@ -1,11 +1,11 @@ { "$id": "blockception.minecraft.behavior.loot_tables.set_actor_id", "additionalProperties": false, - "description": "The function set_actor_id", + "description": "The function set_actor_id.", "title": "Set Actor Id", "type": "object", "properties": { - "function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }, - "id": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Id" } + "function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, + "id": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Id" } } } diff --git a/source/behavior/loot_tables/functions/set_banner_details.json b/source/behavior/loot_tables/functions/set_banner_details.json index 6a23b289..a61ee6e5 100644 --- a/source/behavior/loot_tables/functions/set_banner_details.json +++ b/source/behavior/loot_tables/functions/set_banner_details.json @@ -1,11 +1,11 @@ { "$id": "blockception.minecraft.behavior.loot_tables.set_banner_details", "additionalProperties": false, - "description": "The function set_banner_details", + "description": "The function set_banner_details.", "title": "Set Banner Details", "type": "object", "properties": { - "function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }, - "type": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Type" } + "function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, + "type": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Type" } } } diff --git a/source/behavior/loot_tables/functions/set_book_contents.json b/source/behavior/loot_tables/functions/set_book_contents.json index 86c49d30..58d38bcb 100644 --- a/source/behavior/loot_tables/functions/set_book_contents.json +++ b/source/behavior/loot_tables/functions/set_book_contents.json @@ -1,18 +1,18 @@ { "$id": "blockception.minecraft.behavior.loot_tables.set_book_contents", "additionalProperties": false, - "description": "The function set_book_contents", + "description": "The function set_book_contents.", "title": "Set Book Contents", "required": ["function", "author", "title", "pages"], "type": "object", "properties": { - "function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }, - "author": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Author" }, - "title": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Title" }, + "function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, + "author": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Author" }, + "title": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Title" }, "pages": { "type": "array", "items": { "type": "string", "examples": ["Some text", "{`rawtext`:[ {`translate`:`some.text`}]}"] }, - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Pages" } diff --git a/source/behavior/loot_tables/functions/set_count.json b/source/behavior/loot_tables/functions/set_count.json index c1a46707..08f52efb 100644 --- a/source/behavior/loot_tables/functions/set_count.json +++ b/source/behavior/loot_tables/functions/set_count.json @@ -2,20 +2,20 @@ "$id": "blockception.minecraft.behavior.loot_tables.set_count", "additionalProperties": false, "type": "object", - "description": "The function set_count", + "description": "The function set_count.", "title": "Set Count", "properties": { "function": { "type": "string", "const": "set_count", "title": "Function", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "count": { "title": "Count", "oneOf": [{ "type": "integer" }, { "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }], - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } diff --git a/source/behavior/loot_tables/functions/set_damage.json b/source/behavior/loot_tables/functions/set_damage.json index 46ae4aa8..613f6f06 100644 --- a/source/behavior/loot_tables/functions/set_damage.json +++ b/source/behavior/loot_tables/functions/set_damage.json @@ -1,13 +1,13 @@ { "$id": "blockception.minecraft.behavior.loot_tables.set_damage", "additionalProperties": false, - "description": "The function set_damage", + "description": "The function set_damage.", "title": "Set Damage", "type": "object", "properties": { - "function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }, + "function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, "damage": { - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Damage", "oneOf": [ @@ -15,8 +15,8 @@ { "type": "object", "properties": { - "min": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum", "minimum": 0, "maximum": 1 }, - "max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum", "minimum": 0, "maximum": 1 } + "min": { "type": "number", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Minimum", "minimum": 0, "maximum": 1 }, + "max": { "type": "number", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Maximum", "minimum": 0, "maximum": 1 } } } ] diff --git a/source/behavior/loot_tables/functions/set_data.json b/source/behavior/loot_tables/functions/set_data.json index 842b7842..fb123f89 100644 --- a/source/behavior/loot_tables/functions/set_data.json +++ b/source/behavior/loot_tables/functions/set_data.json @@ -1,22 +1,22 @@ { "$id": "blockception.minecraft.behavior.loot_tables.set_data", "additionalProperties": false, - "description": "The function set_data", + "description": "The function set_data.", "title": "Set Data", "type": "object", "properties": { - "function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }, + "function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, "data": { "title": "Data", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [ { "type": "integer" }, { "type": "object", "properties": { - "min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } } ] diff --git a/source/behavior/loot_tables/functions/set_data_from_color_index.json b/source/behavior/loot_tables/functions/set_data_from_color_index.json index 4ad35b22..27e72957 100644 --- a/source/behavior/loot_tables/functions/set_data_from_color_index.json +++ b/source/behavior/loot_tables/functions/set_data_from_color_index.json @@ -1,14 +1,14 @@ { "$id": "blockception.minecraft.behavior.loot_tables.set_data_from_color_index", "additionalProperties": false, - "description": "The function set_data_from_color_index", + "description": "The function set_data_from_color_index.", "title": "Set Data From Color Index", "type": "object", "properties": { "function": { "type": "string", "const": "set_data_from_color_index", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" } diff --git a/source/behavior/loot_tables/functions/set_lore.json b/source/behavior/loot_tables/functions/set_lore.json index d1833163..15974e21 100644 --- a/source/behavior/loot_tables/functions/set_lore.json +++ b/source/behavior/loot_tables/functions/set_lore.json @@ -1,11 +1,11 @@ { "$id": "blockception.minecraft.behavior.loot_tables.set_lore", "additionalProperties": false, - "description": "The function set_lore", + "description": "The function set_lore.", "title": "Set Lore", "type": "object", "properties": { - "function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }, - "lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Lore" } + "function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, + "lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Lore" } } } diff --git a/source/behavior/loot_tables/functions/set_name.json b/source/behavior/loot_tables/functions/set_name.json index fb0fa215..f49293d0 100644 --- a/source/behavior/loot_tables/functions/set_name.json +++ b/source/behavior/loot_tables/functions/set_name.json @@ -1,11 +1,11 @@ { "$id": "blockception.minecraft.behavior.loot_tables.set_name", "additionalProperties": false, - "description": "The function set_name", + "description": "The function set_name.", "title": "Set Name", "type": "object", "properties": { - "function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }, - "name": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "name" } + "function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, + "name": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "name" } } } diff --git a/source/behavior/loot_tables/functions/specific_enchants.json b/source/behavior/loot_tables/functions/specific_enchants.json index 9fc93471..ba33d054 100644 --- a/source/behavior/loot_tables/functions/specific_enchants.json +++ b/source/behavior/loot_tables/functions/specific_enchants.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.loot_tables.specific_enchants", "additionalProperties": false, "type": "object", - "description": "The function specific_enchants", + "description": "The function specific_enchants.", "title": "Specific Enchants", "definitions": { "IDEnchant": { @@ -71,10 +71,10 @@ } }, "properties": { - "function": { "type": "string", "const": "specific_enchants", "description": "Specific enchants", "title": "Specific Enchants" }, + "function": { "type": "string", "const": "specific_enchants", "description": "Specific enchants.", "title": "Specific Enchants" }, "enchants": { "title": "Enchants", - "description": "A enchanting specification", + "description": "A enchanting specification.", "oneOf": [ { "type": "string", "$ref": "#/definitions/IDEnchant" }, { "type": "object", "$ref": "#/definitions/Enchant" }, diff --git a/source/behavior/loot_tables/functions/trader_material_type.json b/source/behavior/loot_tables/functions/trader_material_type.json index 13a922bb..4381e1ed 100644 --- a/source/behavior/loot_tables/functions/trader_material_type.json +++ b/source/behavior/loot_tables/functions/trader_material_type.json @@ -1,10 +1,10 @@ { "$id": "blockception.minecraft.behavior.loot_tables.trader_material_type", "additionalProperties": false, - "description": "The function trader_material_type", + "description": "The function trader_material_type.", "title": "Trader Material Type", "type": "object", "properties": { - "function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" } + "function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" } } } diff --git a/source/behavior/loot_tables/loot_tables.json b/source/behavior/loot_tables/loot_tables.json index a2365f31..20fc44d7 100644 --- a/source/behavior/loot_tables/loot_tables.json +++ b/source/behavior/loot_tables/loot_tables.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behavior.loot_tables", "additionalProperties": false, - "description": "A minecraft loot table", + "description": "A minecraft loot table.", "title": "Loot Table", "type": "object", "examples": [ @@ -25,7 +25,7 @@ "definitions": { "pools_spec": { "title": "Pools", - "description": "A collection of items where the system will choice one or more from", + "description": "A collection of items where the system will choice one or more from.", "$comment": "UNDOCUMENTED", "type": "array", "additionalProperties": false, @@ -36,7 +36,7 @@ "properties": { "rolls": { "title": "Rolls", - "description": "Determines how many items, will be selected", + "description": "Determines how many items, will be selected.", "$comment": "UNDOCUMENTED", "oneOf": [ { "type": "integer", "minimum": 0 }, @@ -44,8 +44,8 @@ "type": "object", "required": ["min", "max"], "properties": { - "min": { "title": "Minimum", "type": "number", "minimum": 0, "description": "The minimum amount" }, - "max": { "title": "Maximum", "type": "number", "minimum": 1, "description": "The maximum amount" } + "min": { "title": "Minimum", "type": "number", "minimum": 0, "description": "The minimum amount." }, + "max": { "title": "Maximum", "type": "number", "minimum": 1, "description": "The maximum amount." } } } ] @@ -53,13 +53,13 @@ "type": { "title": "Type", "type": "string", - "description": "Whenever this pool item is an item or another table", + "description": "Whenever this pool item is an item or another table.", "$comment": "UNDOCUMENTED", "enum": ["loot_table", "item", "empty"] }, "conditions": { "title": "Conditions", - "description": "Possible conditions that need to have been met before selecting this item", + "description": "Possible conditions that need to have been met before selecting this item.", "$comment": "UNDOCUMENTED", "type": "array", "items": { "$ref": "./conditions.json" } @@ -67,44 +67,44 @@ "entries": { "title": "Entries", "type": "array", - "description": "The items specifiation of this pool", + "description": "The items specifiation of this pool.", "$comment": "UNDOCUMENTED", "items": { "additionalProperties": false, "type": "object", "required": ["type"], "title": "Entry", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { "type": { "title": "Type", "type": "string", "enum": ["item", "empty", "loot_table"], - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "count": { "type": "integer", "title": "Count", - "description": "The amount of the item" + "description": "The amount of the item." }, - "name": { "title": "Name", "type": "string", "description": "An item or loottable", "pattern": "^([\\w]+:|loot_tables/)" }, + "name": { "title": "Name", "type": "string", "description": "An item or loottable.", "pattern": "^([\\w]+:|loot_tables/)" }, "weight": { "title": "Weight", "type": "integer", "minimum": 1, - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "functions": { "title": "Functions", "type": "array", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "type": "object", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "required": ["function"], "title": "Function", @@ -112,25 +112,25 @@ } }, "pools": { "$ref": "#/definitions/pools_spec" }, - "quality": { "title": "Quality", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" } + "quality": { "title": "Quality", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" } } } }, "tiers": { "title": "Tiers", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { - "bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }, - "bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" }, - "initial_range": { "title": "Initial Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" } + "bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, + "bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" }, + "initial_range": { "title": "Initial Range", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" } } }, "bonus_rolls": { "title": "Bonus Rolls", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0, @@ -141,7 +141,7 @@ } }, "properties": { - "pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Pools" }, - "type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["minecraft:chest"] } + "pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Pools" }, + "type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["minecraft:chest"] } } } diff --git a/source/behavior/recipes/1.12.0/types/base types/definition.json b/source/behavior/recipes/1.12.0/types/base types/definition.json index 447aabbf..f8cd61f3 100644 --- a/source/behavior/recipes/1.12.0/types/base types/definition.json +++ b/source/behavior/recipes/1.12.0/types/base types/definition.json @@ -8,7 +8,7 @@ "type": "string", "pattern": "[a-z0-9_:\\-]+", "title": "Recipe Identifier", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, diff --git a/source/behavior/recipes/1.12.0/types/recipe_shaped.json b/source/behavior/recipes/1.12.0/types/recipe_shaped.json index c7d6a880..e2161f66 100644 --- a/source/behavior/recipes/1.12.0/types/recipe_shaped.json +++ b/source/behavior/recipes/1.12.0/types/recipe_shaped.json @@ -15,7 +15,7 @@ "minProperties": 1, "additionalProperties": { "$ref": "./base types/item.json" } }, - "group": { "type": "string", "title": "Group", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, + "group": { "type": "string", "title": "Group", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "pattern": { "type": "array", "description": "Characters that represent a pattern to be defined by keys.", diff --git a/source/behavior/recipes/1.12.0/types/recipe_shapeless.json b/source/behavior/recipes/1.12.0/types/recipe_shapeless.json index b95e7590..327eb601 100644 --- a/source/behavior/recipes/1.12.0/types/recipe_shapeless.json +++ b/source/behavior/recipes/1.12.0/types/recipe_shapeless.json @@ -13,7 +13,7 @@ "title": "Ingredients", "oneOf": [{ "$ref": "./base types/item.json" }, { "type": "array", "items": { "$ref": "./base types/item.json" } }] }, - "group": { "type": "string", "title": "Group", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, + "group": { "type": "string", "title": "Group", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "priority": { "type": "integer", "description": "Item used as output for the furnace recipe.", "title": "Priority" }, "result": { "description": "When input items match the pattern then these items are the result.", diff --git a/source/behavior/spawn_rules/components/biome_filter.json b/source/behavior/spawn_rules/components/biome_filter.json index 644d06f2..705e92f6 100644 --- a/source/behavior/spawn_rules/components/biome_filter.json +++ b/source/behavior/spawn_rules/components/biome_filter.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.biome_filter", "title": "Biome Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [ { "type": "array", "items": { "$ref": "../../entities/filters/filters.json" } }, diff --git a/source/behavior/spawn_rules/components/brightness_filter.json b/source/behavior/spawn_rules/components/brightness_filter.json index 6a6c76ee..d2c47c0b 100644 --- a/source/behavior/spawn_rules/components/brightness_filter.json +++ b/source/behavior/spawn_rules/components/brightness_filter.json @@ -3,11 +3,11 @@ "additionalProperties": false, "type": "object", "title": "Brightness Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { - "min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn", "title": "Min" }, - "max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn", "title": "Max" }, + "min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn.", "title": "Min" }, + "max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn.", "title": "Max" }, "adjust_for_weather": { "type": "boolean", "description": "This determines if weather can affect the light level conditions that cause the mob to spawn (e.g. Allowing hostile mobs to spawn during the day when it rains.)", diff --git a/source/behavior/spawn_rules/components/delay_filter.json b/source/behavior/spawn_rules/components/delay_filter.json index 792c582c..ecd2da6f 100644 --- a/source/behavior/spawn_rules/components/delay_filter.json +++ b/source/behavior/spawn_rules/components/delay_filter.json @@ -3,12 +3,12 @@ "additionalProperties": false, "type": "object", "title": "Delay Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { - "min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" }, - "max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }, - "identifier": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Identifier" }, - "spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" } + "min": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Min" }, + "max": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Max" }, + "identifier": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Identifier" }, + "spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" } } } diff --git a/source/behavior/spawn_rules/components/density_limit.json b/source/behavior/spawn_rules/components/density_limit.json index 06cbec4d..e5587f94 100644 --- a/source/behavior/spawn_rules/components/density_limit.json +++ b/source/behavior/spawn_rules/components/density_limit.json @@ -3,13 +3,13 @@ "additionalProperties": false, "type": "object", "title": "Density Limit", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { - "surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" }, + "surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface.", "title": "Surface" }, "underground": { "type": "integer", - "description": "This is the maximum number of mobs of this type spawnable underground", + "description": "This is the maximum number of mobs of this type spawnable underground.", "title": "Underground" } } diff --git a/source/behavior/spawn_rules/components/difficulty_filter.json b/source/behavior/spawn_rules/components/difficulty_filter.json index 21b95832..d6d5a436 100644 --- a/source/behavior/spawn_rules/components/difficulty_filter.json +++ b/source/behavior/spawn_rules/components/difficulty_filter.json @@ -3,11 +3,11 @@ "additionalProperties": false, "type": "object", "title": "Difficulty Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } }, "properties": { - "min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns", "title": "Min" }, - "max": { "$ref": "#/definitions/difficulty", "description": "This is the maximum difficulty level that a mob spawns", "title": "Max" } + "min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns.", "title": "Min" }, + "max": { "$ref": "#/definitions/difficulty", "description": "This is the maximum difficulty level that a mob spawns.", "title": "Max" } } } diff --git a/source/behavior/spawn_rules/components/disallow_spawns_in_bubble.json b/source/behavior/spawn_rules/components/disallow_spawns_in_bubble.json index 138c1f84..e6fb9373 100644 --- a/source/behavior/spawn_rules/components/disallow_spawns_in_bubble.json +++ b/source/behavior/spawn_rules/components/disallow_spawns_in_bubble.json @@ -3,6 +3,6 @@ "additionalProperties": false, "type": "object", "title": "Disallow Spawns In Bubble", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } diff --git a/source/behavior/spawn_rules/components/distance_filter.json b/source/behavior/spawn_rules/components/distance_filter.json index 431ef932..6fea755c 100644 --- a/source/behavior/spawn_rules/components/distance_filter.json +++ b/source/behavior/spawn_rules/components/distance_filter.json @@ -3,10 +3,10 @@ "additionalProperties": false, "type": "object", "title": "Distance Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { - "min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" }, - "max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" } + "min": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Min" }, + "max": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Max" } } } diff --git a/source/behavior/spawn_rules/components/height_filter.json b/source/behavior/spawn_rules/components/height_filter.json index 9c732b7f..918fdd60 100644 --- a/source/behavior/spawn_rules/components/height_filter.json +++ b/source/behavior/spawn_rules/components/height_filter.json @@ -3,10 +3,10 @@ "additionalProperties": false, "type": "object", "title": "Height Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { - "min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" }, - "max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" } + "min": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Min" }, + "max": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Max" } } } diff --git a/source/behavior/spawn_rules/components/herd.json b/source/behavior/spawn_rules/components/herd.json index ee73f0e1..a3c2fbc6 100644 --- a/source/behavior/spawn_rules/components/herd.json +++ b/source/behavior/spawn_rules/components/herd.json @@ -1,23 +1,23 @@ { "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.height_filter", "title": "Height Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "definitions": { "herd": { "type": "object", "title": "Herd", - "description": "Herd", + "description": "Herd.", "additionalProperties": false, "properties": { - "initial_event": { "title": "Initial Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }, - "initial_event_count": { "title": "Initial Event Count", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" }, - "min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd", "title": "Minimum Size" }, - "max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd", "title": "Maximum Size" }, - "event": { "type": "string", "description": "This is an event that can be triggered from spawning", "title": "Event" }, + "initial_event": { "title": "Initial Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, + "initial_event_count": { "title": "Initial Event Count", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" }, + "min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd.", "title": "Minimum Size" }, + "max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd.", "title": "Maximum Size" }, + "event": { "type": "string", "description": "This is an event that can be triggered from spawning.", "title": "Event" }, "event_skip_count": { "type": "integer", - "description": "This is the number of mobs spawned before the specified event is triggered", + "description": "This is the number of mobs spawned before the specified event is triggered.", "title": "Event Skip Count" } } diff --git a/source/behavior/spawn_rules/components/mob_event_filter.json b/source/behavior/spawn_rules/components/mob_event_filter.json index ba6889f4..3c89b834 100644 --- a/source/behavior/spawn_rules/components/mob_event_filter.json +++ b/source/behavior/spawn_rules/components/mob_event_filter.json @@ -1,9 +1,9 @@ { "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.mob_event_filter", "title": "Mob Event Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "type": "object", - "properties": { "event": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Event" } } + "properties": { "event": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Event" } } } diff --git a/source/behavior/spawn_rules/components/permute_type.json b/source/behavior/spawn_rules/components/permute_type.json index 92c3edc6..c5ffcce1 100644 --- a/source/behavior/spawn_rules/components/permute_type.json +++ b/source/behavior/spawn_rules/components/permute_type.json @@ -3,20 +3,20 @@ "additionalProperties": false, "type": "array", "title": "Permute Type", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "type": "object", "additionalProperties": false, "title": "Permute Type", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { - "weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, + "weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "entity_type": { "type": "string", "title": "Entity Type", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } diff --git a/source/behavior/spawn_rules/components/player_in_village_filter.json b/source/behavior/spawn_rules/components/player_in_village_filter.json index 48ac8fed..42147b82 100644 --- a/source/behavior/spawn_rules/components/player_in_village_filter.json +++ b/source/behavior/spawn_rules/components/player_in_village_filter.json @@ -3,14 +3,14 @@ "additionalProperties": false, "type": "object", "title": "Player In Village Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { - "distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, + "distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } diff --git a/source/behavior/spawn_rules/components/spawn_event.json b/source/behavior/spawn_rules/components/spawn_event.json index 2f6c069c..00e469d7 100644 --- a/source/behavior/spawn_rules/components/spawn_event.json +++ b/source/behavior/spawn_rules/components/spawn_event.json @@ -1,11 +1,11 @@ { "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawn_event", "title": "Spawn Event", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { - "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } + "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } } diff --git a/source/behavior/spawn_rules/components/spawns_above_block_filter.json b/source/behavior/spawn_rules/components/spawns_above_block_filter.json index 4d01d82b..8731d16b 100644 --- a/source/behavior/spawn_rules/components/spawns_above_block_filter.json +++ b/source/behavior/spawn_rules/components/spawns_above_block_filter.json @@ -1,21 +1,21 @@ { "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_above_block_filter", "title": "Spawns Underwater", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "blocks": { "title": "Blocks", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] }, "distance": { "title": "Distance", "type": "number", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "minimum": 0 } diff --git a/source/behavior/spawn_rules/components/spawns_lava.json b/source/behavior/spawn_rules/components/spawns_lava.json index 76f02eab..b56a0006 100644 --- a/source/behavior/spawn_rules/components/spawns_lava.json +++ b/source/behavior/spawn_rules/components/spawns_lava.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Spawns On Lava", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": {} } diff --git a/source/behavior/spawn_rules/components/spawns_on_block_filter.json b/source/behavior/spawn_rules/components/spawns_on_block_filter.json index 00102ea4..eb288b3a 100644 --- a/source/behavior/spawn_rules/components/spawns_on_block_filter.json +++ b/source/behavior/spawn_rules/components/spawns_on_block_filter.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_on_block_filter", "title": "Spawns On Block Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] } diff --git a/source/behavior/spawn_rules/components/spawns_on_block_prevented_filter.json b/source/behavior/spawn_rules/components/spawns_on_block_prevented_filter.json index 4b02ade6..c7f3ff3c 100644 --- a/source/behavior/spawn_rules/components/spawns_on_block_prevented_filter.json +++ b/source/behavior/spawn_rules/components/spawns_on_block_prevented_filter.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_on_block_prevented_filter", "title": "Spawns On Block Prevented Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] } diff --git a/source/behavior/spawn_rules/components/spawns_on_surface.json b/source/behavior/spawn_rules/components/spawns_on_surface.json index 73476de5..06eb27fc 100644 --- a/source/behavior/spawn_rules/components/spawns_on_surface.json +++ b/source/behavior/spawn_rules/components/spawns_on_surface.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Spawns On Surface", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": {} } diff --git a/source/behavior/spawn_rules/components/spawns_underground.json b/source/behavior/spawn_rules/components/spawns_underground.json index 109e9c32..f5fe50cc 100644 --- a/source/behavior/spawn_rules/components/spawns_underground.json +++ b/source/behavior/spawn_rules/components/spawns_underground.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Spawns Underground", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": {} } diff --git a/source/behavior/spawn_rules/components/spawns_underwater.json b/source/behavior/spawn_rules/components/spawns_underwater.json index ea372fee..92558019 100644 --- a/source/behavior/spawn_rules/components/spawns_underwater.json +++ b/source/behavior/spawn_rules/components/spawns_underwater.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_underwater", "title": "Spawns Underwater", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false diff --git a/source/behavior/spawn_rules/components/weight.json b/source/behavior/spawn_rules/components/weight.json index 2ba5c0a8..72c7a520 100644 --- a/source/behavior/spawn_rules/components/weight.json +++ b/source/behavior/spawn_rules/components/weight.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Weight", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", - "properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Default" } } + "properties": { "default": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Default" } } } diff --git a/source/behavior/spawn_rules/components/world_age_filter.json b/source/behavior/spawn_rules/components/world_age_filter.json index 98c38399..303d77fa 100644 --- a/source/behavior/spawn_rules/components/world_age_filter.json +++ b/source/behavior/spawn_rules/components/world_age_filter.json @@ -1,8 +1,8 @@ { "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.world_age_filter", "title": "World Age Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, - "properties": { "min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" } } + "properties": { "min": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Min" } } } diff --git a/source/behavior/spawn_rules/spawn_rules.json b/source/behavior/spawn_rules/spawn_rules.json index c165e2eb..f89e57d1 100644 --- a/source/behavior/spawn_rules/spawn_rules.json +++ b/source/behavior/spawn_rules/spawn_rules.json @@ -9,7 +9,7 @@ ], "type": "object", "title": "Spawn Rules", - "description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs", + "description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs.", "additionalProperties": false, "required": ["format_version", "minecraft:spawn_rules"], "properties": { @@ -17,20 +17,20 @@ "minecraft:spawn_rules": { "type": "object", "title": "Spawn Rules", - "description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs", + "description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs.", "additionalProperties": false, "properties": { "description": { "type": "object", "title": "Description", - "description": "The descripton of to which entity this spawn rule belongs", + "description": "The descripton of to which entity this spawn rule belongs.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "required": ["identifier", "population_control"], "properties": { "identifier": { "title": "Identifier", - "description": "The entity identifier this spawn rule will apply to, entity must exist", + "description": "The entity identifier this spawn rule will apply to, entity must exist.", "$comment": "UNDOCUMENTED", "$ref": "../../general/entity/identifier.json" }, @@ -46,13 +46,13 @@ "conditions": { "type": "array", "title": "Conditions", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "additionalProperties": false, "type": "object", "title": "Condition", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { "minecraft:biome_filter": { "$ref": "./components/biome_filter.json" }, diff --git a/source/behavior/trading/trading.json b/source/behavior/trading/trading.json index 8997f17d..6589ce66 100644 --- a/source/behavior/trading/trading.json +++ b/source/behavior/trading/trading.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behavior.trading", "type": "object", "additionalProperties": false, - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Trading", "examples": [ @@ -29,7 +29,7 @@ "functions": { "$ref": "#/definitions/Functions" }, "biomes": { "title": "Biomes", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "type": "array", "items": { "$ref": "../../general/biome_item.json" @@ -98,7 +98,7 @@ "functions": { "$ref": "#/definitions/Functions" }, "choice": { "title": "Choice", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { "$ref": "#/definitions/Item" } @@ -135,11 +135,11 @@ } ] }, - "price_multiplier": { "title": "Price Multiplier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }, + "price_multiplier": { "title": "Price Multiplier", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, "functions": { "$ref": "#/definitions/Functions" }, "choice": { "title": "Choice", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { "$ref": "#/definitions/Item" } @@ -162,7 +162,7 @@ "tiers": { "type": "array", "title": "Tiers", - "description": "A collection of tiers", + "description": "A collection of tiers.", "items": { "additionalProperties": false, "type": "object", @@ -173,7 +173,7 @@ "groups": { "type": "array", "title": "Groups", - "description": "A collection of groups", + "description": "A collection of groups.", "items": { "type": "object", "title": "Group", diff --git a/source/behavior/volumes/1.17.0/volumes.json b/source/behavior/volumes/1.17.0/volumes.json index ec176fa3..7cf488c1 100644 --- a/source/behavior/volumes/1.17.0/volumes.json +++ b/source/behavior/volumes/1.17.0/volumes.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.volumes.1.17.0", "type": "object", "title": "Spawn Rules 1.17.0", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "required": ["format_version", "minecraft:volume"], @@ -15,14 +15,14 @@ "minecraft:volume": { "type": "object", "title": "Spawn Rules", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "description": { "type": "object", "title": "Description", - "description": "The description contains a single `identifier` string", + "description": "The description contains a single `identifier` string.", "additionalProperties": false, "properties": { "identifier": { @@ -35,7 +35,7 @@ "components": { "type": "object", "title": "Components", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { @@ -106,7 +106,7 @@ "type": "array", "items": { "title": "On Enter Trigger", - "description": "Trigger", + "description": "Trigger.", "type": "object", "additionalProperties": false, "properties": { @@ -145,7 +145,7 @@ "type": "array", "items": { "title": "On Enter Trigger", - "description": "Trigger", + "description": "Trigger.", "type": "object", "additionalProperties": false, "properties": { diff --git a/source/general/1.14.0/chance_information.json b/source/general/1.14.0/chance_information.json index a751ba47..eeb4c81b 100644 --- a/source/general/1.14.0/chance_information.json +++ b/source/general/1.14.0/chance_information.json @@ -3,10 +3,10 @@ "additionalProperties": false, "type": "object", "title": "Chance Information", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { - "numerator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Numerator" }, - "denominator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Denominator" } + "numerator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Numerator" }, + "denominator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Denominator" } } } diff --git a/source/general/UUIDV4.json b/source/general/UUIDV4.json index c52e2cfa..225de8f3 100644 --- a/source/general/UUIDV4.json +++ b/source/general/UUIDV4.json @@ -1,6 +1,6 @@ { "$id": "UUIDV4", - "description": "A valid uuid v4", + "description": "A valid uuid v4.", "format": "uuid", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$", "title": "A UUID V4", diff --git a/source/general/Version.json b/source/general/Version.json index cf44b0a3..2d9a9ca8 100644 --- a/source/general/Version.json +++ b/source/general/Version.json @@ -2,7 +2,7 @@ "$id": "Version", "type": "array", "title": "Version Numbering", - "description": "A version made of 3 numbers", + "description": "A version made of 3 numbers.", "examples": [[1, 0, 0]], "items": [ { "type": "number", "minimum": 1, "title": "" }, diff --git a/source/general/biome_item.json b/source/general/biome_item.json index 77e5162a..627c54e1 100644 --- a/source/general/biome_item.json +++ b/source/general/biome_item.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.general.1.8.0.biome.item", "type": "string", "title": "Biome Name", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": [ "animal", diff --git a/source/general/block/identifier.json b/source/general/block/identifier.json index 9abc7431..214107d1 100644 --- a/source/general/block/identifier.json +++ b/source/general/block/identifier.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.block.identifier", - "description": "A minecraft block identifier", + "description": "A minecraft block identifier.", "examples": ["namespace:block"], "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", "title": "Block Identifier", diff --git a/source/general/block/reference.json b/source/general/block/reference.json index ace5413e..eaf10b50 100644 --- a/source/general/block/reference.json +++ b/source/general/block/reference.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.block.reference", - "description": "A minecraft block reference", + "description": "A minecraft block reference.", "examples": ["namespace:block", { "name": "namespace:block" }], "title": "Block Reference", "defaultSnippets": [{ "label": "New Identifier", "body": "$1:$2" }], @@ -24,7 +24,7 @@ "additionalProperties": { "type": ["boolean", "integer", "string"], "title": "State Value", - "description": "The key of property is the name of the block state/property, the value must be the same as the block properties accepted values" + "description": "The key of property is the name of the block state/property, the value must be the same as the block properties accepted values." } } } diff --git a/source/general/block_definition.json b/source/general/block_definition.json index dcf04d5e..222806e7 100644 --- a/source/general/block_definition.json +++ b/source/general/block_definition.json @@ -3,14 +3,14 @@ "type": "object", "additionalProperties": false, "properties": { - "name": { "title": "Name", "description": "The block id, for example: `minecraft:air'", "type": "string" }, + "name": { "title": "Name", "description": "The block id, for example: `minecraft:air'.", "type": "string" }, "states": { "title": "States", - "description": "The block states", + "description": "The block states.", "type": "object", "additionalProperties": { "title": "State", - "description": "A single state of a block", + "description": "A single state of a block.", "oneOf": [{ "type": "string" }, { "type": "boolean" }, { "type": "number" }] } } diff --git a/source/general/blocks_item.json b/source/general/blocks_item.json index 325c6d0a..e8d6c4e6 100644 --- a/source/general/blocks_item.json +++ b/source/general/blocks_item.json @@ -2,6 +2,6 @@ "$id": "blockception.minecraft.general.1.8.0.blocks.item", "type": "string", "title": "Block Name", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } diff --git a/source/general/entity/damage_source.json b/source/general/entity/damage_source.json index cf11f9ed..b517d767 100644 --- a/source/general/entity/damage_source.json +++ b/source/general/entity/damage_source.json @@ -1,6 +1,6 @@ { "title": "Entity Damage Source", - "description": "The types of damage an entity can receive", + "description": "The types of damage an entity can receive.", "type": "string", "enum": [ "all", diff --git a/source/general/entity/identifier.json b/source/general/entity/identifier.json index 28633e72..87a450af 100644 --- a/source/general/entity/identifier.json +++ b/source/general/entity/identifier.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.entity.identifier", - "description": "A minecraft entity identifier", + "description": "A minecraft entity identifier.", "examples": ["namespace:entity_name"], "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", "title": "Entity Identifier", diff --git a/source/general/feature/identifier.json b/source/general/feature/identifier.json index 7516a018..d2a91860 100644 --- a/source/general/feature/identifier.json +++ b/source/general/feature/identifier.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.feature.identifier", - "description": "A minecraft feature identifier", + "description": "A minecraft feature identifier.", "examples": ["namespace:feature"], "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", "title": "Feature Identifier", diff --git a/source/general/fog/identifier.json b/source/general/fog/identifier.json index 7345244e..04e3d656 100644 --- a/source/general/fog/identifier.json +++ b/source/general/fog/identifier.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.fog.identifier", - "description": "A minecraft fog identifier", + "description": "A minecraft fog identifier.", "examples": ["namespace:fog_name"], "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", "title": "Fog Identifier", diff --git a/source/general/item/identifier.json b/source/general/item/identifier.json index 3d1cfaf1..82f78e0a 100644 --- a/source/general/item/identifier.json +++ b/source/general/item/identifier.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.item.identifier", - "description": "A minecraft item identifier", + "description": "A minecraft item identifier.", "pattern": "^[0-9a-zA-Z:_\\-\\.]+$", "title": "Item Identifier", "type": "string", diff --git a/source/general/loot_table/identifier.json b/source/general/loot_table/identifier.json index ec615bcb..4ec98c6a 100644 --- a/source/general/loot_table/identifier.json +++ b/source/general/loot_table/identifier.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.loot_table.identifier", - "description": "A minecraft loot_table identifier", + "description": "A minecraft loot_table identifier.", "examples": ["loot_tables/"], "pattern": "^loot_tables/.*\\.json$", "title": "Loot Table Identifier", diff --git a/source/general/manifest.json b/source/general/manifest.json index 51d40030..c50de891 100644 --- a/source/general/manifest.json +++ b/source/general/manifest.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.manifest", "type": "object", "title": "Manifest Schema", - "description": "The minecraft manifest schema", + "description": "The minecraft manifest schema.", "required": ["format_version", "header"], "examples": [ { diff --git a/source/general/manifest/manifest.1.json b/source/general/manifest/manifest.1.json index beb7ad5b..72d42ccd 100644 --- a/source/general/manifest/manifest.1.json +++ b/source/general/manifest/manifest.1.json @@ -15,7 +15,7 @@ "header": { "required": ["name", "uuid", "version"], "properties": { - "name": { "type": "string", "default": 0, "description": "This is the name of the pack as it appears within Minecraft", "title": "Name" }, + "name": { "type": "string", "default": 0, "description": "This is the name of the pack as it appears within Minecraft.", "title": "Name" }, "description": { "type": "string", "default": 0, @@ -39,10 +39,10 @@ "description": "This is the minimum version of the game that this pack was written for. This helps the game identify whether any backwards compatibility is needed for your pack. You should always use the highest version currently available when creating packs", "title": "Minimum Engine Version" }, - "lock_template_options": { "type": "boolean", "description": "UNDOCUMENTED: lock template options", "title": "Lock Template Options" }, - "base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTED: base game version", "title": "Base Game Version" } + "lock_template_options": { "type": "boolean", "description": "UNDOCUMENTED: lock template options.", "title": "Lock Template Options" }, + "base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTED: base game version.", "title": "Base Game Version" } }, - "description": "UNDOCUMENTED: header", + "description": "UNDOCUMENTED: header.", "title": "Header" }, "modules": { @@ -51,7 +51,7 @@ "items": { "additionalProperties": false, "type": "object", - "description": "UNDOCUMENTED: modules", + "description": "UNDOCUMENTED: modules.", "title": "Modules", "required": ["type", "uuid", "version"], "properties": { @@ -79,7 +79,7 @@ } } }, - "description": "UNDOCUMENTED: modules" + "description": "UNDOCUMENTED: modules." }, "dependencies": { "type": "array", @@ -100,7 +100,7 @@ "title": "Version" } }, - "description": "UNDOCUMENTED: dependencies", + "description": "UNDOCUMENTED: dependencies.", "title": "Dependencies" }, "title": "Dependencies" @@ -112,22 +112,22 @@ "properties": { "experimental_custom_ui": { "type": "boolean", - "description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI", + "description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI.", "title": "Experimental Custom Ui" }, - "chemistry": { "type": "boolean", "description": "Allows the pack to add, change or replace Chemistry functionality", "title": "Chemistry" } + "chemistry": { "type": "boolean", "description": "Allows the pack to add, change or replace Chemistry functionality.", "title": "Chemistry" } } }, "metadata": { "authors": { "title": "Authors", - "description": "Name of the author(s) of the pack", + "description": "Name of the author(s) of the pack.", "type": "array", - "items": { "type": "string", "title": "Name", "description": "Name of the author of the pack" } + "items": { "type": "string", "title": "Name", "description": "Name of the author of the pack." } }, - "license": { "type": "string", "description": "The license of the pack", "title": "License" }, - "url": { "type": "string", "description": "The home website of your pack", "title": "Url" }, - "description": "UNDOCUMENTED: metadata", + "license": { "type": "string", "description": "The license of the pack.", "title": "License" }, + "url": { "type": "string", "description": "The home website of your pack.", "title": "Url" }, + "description": "UNDOCUMENTED: metadata.", "title": "Metadata" } } diff --git a/source/general/manifest/manifest.2.json b/source/general/manifest/manifest.2.json index f43f2ba3..7d20491f 100644 --- a/source/general/manifest/manifest.2.json +++ b/source/general/manifest/manifest.2.json @@ -9,7 +9,7 @@ "uuidv4": { "type": "string", "title": "An UUID V4", - "description": "A valid uuid v4", + "description": "A valid uuid v4.", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$", "format": "uuid" }, @@ -28,17 +28,17 @@ "properties": { "experimental_custom_ui": { "type": "boolean", - "description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI", + "description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI.", "title": "Experimental Custom Ui" }, "chemistry": { "type": "boolean", - "description": "Allows the pack to add, change or replace Chemistry functionality", + "description": "Allows the pack to add, change or replace Chemistry functionality.", "title": "Chemistry" }, "raytraced": { "type": "boolean", - "description": "Indicates that this pack contains Raytracing Enhanced or Physical Based Materials for rendering", + "description": "Indicates that this pack contains Raytracing Enhanced or Physical Based Materials for rendering.", "title": "Raytraced" } } @@ -135,7 +135,7 @@ "language": { "type": "string", "title": "Language", - "description": "The programming language to use", + "description": "The programming language to use.", "enum": ["javascript"] }, "uuid": { @@ -151,7 +151,7 @@ "entry": { "type": "string", "title": "Entry", - "description": "The javascript entry point for tests, only works if types has been set to `javascript`" + "description": "The javascript entry point for tests, only works if types has been set to `javascript`." } } } @@ -164,15 +164,15 @@ "properties": { "authors": { "title": "Authors", - "description": "Name of the author(s) of the pack", + "description": "Name of the author(s) of the pack.", "type": "array", - "items": { "type": "string", "title": "Name", "description": "Name of the author of the pack" } + "items": { "type": "string", "title": "Name", "description": "Name of the author of the pack." } }, - "license": { "type": "string", "title": "License", "description": "The license of the pack" }, - "url": { "type": "string", "format": "uri", "title": "Url", "description": "The home website of your pack" }, + "license": { "type": "string", "title": "License", "description": "The license of the pack." }, + "url": { "type": "string", "format": "uri", "title": "Url", "description": "The home website of your pack." }, "generated_with": { "title": "Generated With", - "description": "A list of tools and their version that have modified this pack", + "description": "A list of tools and their version that have modified this pack.", "type": "object", "propertyNames": { "pattern": "^[a-zA-Z0-9\\_\\-]+$", @@ -183,7 +183,7 @@ "type": "array", "examples": [["1.0.0"]], "title": "Tool", - "description": "The tool and the version used to modified this pack", + "description": "The tool and the version used to modified this pack.", "items": { "type": "string", "title": "Version", @@ -197,18 +197,18 @@ "subpacks": { "type": "array", "title": "Subpacks", - "description": "A list of subpacks that are applied per memory tier", + "description": "A list of subpacks that are applied per memory tier.", "items": { "type": "object", "additionalProperties": false, - "description": "A single definition of a subpack", + "description": "A single definition of a subpack.", "title": "Subpacks", "required": ["folder_name", "name", "memory_tier"], "example": [{ "folder_name": "tier1", "name": "low", "memory_tier": 1 }], "properties": { "folder_name": { "type": "string", - "description": "This represents the folder name located in \"subpacks\" folder. When user select this resolution Minecraft loads the content inside the folder.", + "description": "This represents the folder name located in \."subpacks\" folder. When user select this resolution Minecraft loads the content inside the folder.", "title": "Folder Name" }, "name": { diff --git a/source/general/particle/identifier.json b/source/general/particle/identifier.json index 6c2f6026..3b6ae0f9 100644 --- a/source/general/particle/identifier.json +++ b/source/general/particle/identifier.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.particle.identifier", - "description": "The minecraft particle identifier", + "description": "The minecraft particle identifier.", "examples": ["namespace:particle_name"], "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", "title": "Particle Identifier", diff --git a/source/general/rawtext/rawtext.json b/source/general/rawtext/rawtext.json index 69661f7e..79924efe 100644 --- a/source/general/rawtext/rawtext.json +++ b/source/general/rawtext/rawtext.json @@ -1,6 +1,6 @@ { "title": "RawText", - "description": "A json structure that allows for translations, or go from scores and selectors to text", + "description": "A json structure that allows for translations, or go from scores and selectors to text.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -9,7 +9,7 @@ "definitions": { "rawtext": { "title": "Rawtext", - "description": "The raw text component, which consists of an array of text components", + "description": "The raw text component, which consists of an array of text components.", "$comment": "UNDOCUMENTED", "type": "array", "default": [], @@ -20,7 +20,7 @@ }, "selector": { "title": "Selector", - "description": "A text component that turns a selector into text, will usually display like: `Player1, Player2 and Player3`", + "description": "A text component that turns a selector into text, will usually display like: `Player1, Player2 and Player3`.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -29,7 +29,7 @@ "properties": { "selector": { "title": "Selector", - "description": "The selector to target, for dialogue files, you can use @initiator", + "description": "The selector to target, for dialogue files, you can use @initiator.", "$comment": "UNDOCUMENTED", "type": "string", "examples": ["@a", "@s", "@r", "@p", "@e", "@initiator"], @@ -39,7 +39,7 @@ }, "score": { "title": "Score", - "description": "A text component that grabs the score from an given target and turns its value of a specified score", + "description": "A text component that grabs the score from an given target and turns its value of a specified score.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -48,7 +48,7 @@ "properties": { "score": { "title": "Score", - "description": "The score text component", + "description": "The score text component.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -60,13 +60,13 @@ "properties": { "name": { "title": "Selector", - "description": "A selector, player name (can be fake), or * to target who is reading the message", + "description": "A selector, player name (can be fake), or * to target who is reading the message.", "type": "string", "examples": ["@a", "@s", "@r", "@p", "@e", "@initiator", "*"] }, "objective": { "title": "Objective", - "description": "The scoreboard objective to retrieve the value of", + "description": "The scoreboard objective to retrieve the value of.", "$comment": "UNDOCUMENTED", "type": "string" } @@ -76,7 +76,7 @@ }, "text": { "title": "Text", - "description": "A simple text component, will display the text raw (without processing)", + "description": "A simple text component, will display the text raw (without processing).", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -85,7 +85,7 @@ "properties": { "text": { "title": "Text", - "description": "The text to display", + "description": "The text to display.", "$comment": "UNDOCUMENTED", "type": "string" } @@ -93,7 +93,7 @@ }, "translate": { "title": "Translate", - "description": "A text component that will attempt to translate the given key through the languages files", + "description": "A text component that will attempt to translate the given key through the languages files.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, @@ -102,7 +102,7 @@ "properties": { "translate": { "title": "Translate", - "description": "The key to translate", + "description": "The key to translate.", "$comment": "UNDOCUMENTED", "type": "string", "examples": ["example.translation.key"] @@ -114,7 +114,7 @@ }, "with": { "title": "With", - "description": "Specifies for the translator that additional text component needs to be inserted, this will cause the translator to look for variables in the translation text and replaced them with the corresponding 'With' text component", + "description": "Specifies for the translator that additional text component needs to be inserted, this will cause the translator to look for variables in the translation text and replaced them with the corresponding 'With' text component.", "$comment": "UNDOCUMENTED", "examples": ["\n", { "rawtext": [] }], "items": { @@ -122,7 +122,7 @@ { "type": "string" }, { "title": "Rawtext", - "description": "Specifies that this 'with' component needs to be processed", + "description": "Specifies that this 'with' component needs to be processed.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, diff --git a/source/general/vectors/integer2.json b/source/general/vectors/integer2.json index 4ba895c2..7c6c7dd8 100644 --- a/source/general/vectors/integer2.json +++ b/source/general/vectors/integer2.json @@ -1,11 +1,11 @@ { "type": "array", "title": "Vector Of 2 Items", - "description": "An vector of 2 integers", + "description": "An vector of 2 integers.", "examples": [[0, 0]], "items": [ - { "type": "integer", "description": "The X component", "title": "X", "default": 0 }, - { "type": "integer", "description": "The Y component", "title": "Y", "default": 0 } + { "type": "integer", "description": "The X component.", "title": "X", "default": 0 }, + { "type": "integer", "description": "The Y component.", "title": "Y", "default": 0 } ], "defaultSnippets": [{ "label": "New Array 2", "body": ["^$1", "^$2"] }] } diff --git a/source/general/vectors/integer3.json b/source/general/vectors/integer3.json index b02721ec..bb1038f7 100644 --- a/source/general/vectors/integer3.json +++ b/source/general/vectors/integer3.json @@ -1,12 +1,12 @@ { "type": "array", "title": "Vector Of 3 Items", - "description": "An vector of 3 integers", + "description": "An vector of 3 integers.", "examples": [[0, 0, 0]], "items": [ - { "type": "integer", "description": "The X component", "title": "X", "default": 0 }, - { "type": "integer", "description": "The Y component", "title": "Y", "default": 0 }, - { "type": "integer", "description": "The Z component", "title": "Z", "default": 0 } + { "type": "integer", "description": "The X component.", "title": "X", "default": 0 }, + { "type": "integer", "description": "The Y component.", "title": "Y", "default": 0 }, + { "type": "integer", "description": "The Z component.", "title": "Z", "default": 0 } ], "defaultSnippets": [{ "label": "New Array 3", "body": ["^$1", "^$2", "^$3"] }] } diff --git a/source/general/vectors/number2.json b/source/general/vectors/number2.json index 17933f59..9f8506fe 100644 --- a/source/general/vectors/number2.json +++ b/source/general/vectors/number2.json @@ -1,11 +1,11 @@ { "type": "array", "title": "Vector Of 2 Items", - "description": "An vector of 2 number", + "description": "An vector of 2 number.", "examples": [[0, 0]], "items": [ - { "type": "number", "description": "The X component", "title": "X", "default": 0 }, - { "type": "number", "description": "The Y component", "title": "Y", "default": 0 } + { "type": "number", "description": "The X component.", "title": "X", "default": 0 }, + { "type": "number", "description": "The Y component.", "title": "Y", "default": 0 } ], "defaultSnippets": [{ "label": "New Array 2", "body": ["^$1", "^$2"] }] } diff --git a/source/general/vectors/number3.json b/source/general/vectors/number3.json index d571d844..5bd23852 100644 --- a/source/general/vectors/number3.json +++ b/source/general/vectors/number3.json @@ -1,12 +1,12 @@ { "type": "array", "title": "Vector Of 3 Items", - "description": "An vector of 3 number", + "description": "An vector of 3 number.", "examples": [[0.0, 0.0, 0.0]], "items": [ - { "type": "number", "description": "The X component", "title": "X", "default": 0 }, - { "type": "number", "description": "The Y component", "title": "Y", "default": 0 }, - { "type": "number", "description": "The Z component", "title": "Z", "default": 0 } + { "type": "number", "description": "The X component.", "title": "X", "default": 0 }, + { "type": "number", "description": "The Y component.", "title": "Y", "default": 0 }, + { "type": "number", "description": "The Z component.", "title": "Z", "default": 0 } ], "defaultSnippets": [{ "label": "New Array 3", "body": ["^$1", "^$2", "^$3"] }] } diff --git a/source/general/volume/identifier.json b/source/general/volume/identifier.json index f7ed7b53..0310f2c6 100644 --- a/source/general/volume/identifier.json +++ b/source/general/volume/identifier.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.entity.volume", - "description": "A minecraft entity volume", + "description": "A minecraft entity volume.", "examples": ["namespace:volume_name"], "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", "title": "Volume Identifier", diff --git a/source/general/world_x_packs.json b/source/general/world_x_packs.json index 83cec674..84fcb96e 100644 --- a/source/general/world_x_packs.json +++ b/source/general/world_x_packs.json @@ -3,16 +3,16 @@ "$id": "blockception.minecraft.world_x_packs", "type": "array", "title": "World X Pack Schema", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "examples": [[{ "pack_id": "UUID", "version": [1, 0, 0] }]], "items": { "title": "Items", - "description": "A reference to a pack", + "description": "A reference to a pack.", "type": "object", "properties": { - "pack_id": { "description": "The uuid of the pack to include", "$ref": "./UUIDV4.json", "title": "Pack Id" }, - "version": { "description": "The version of the pack", "$ref": "./Version.json", "title": "Version" } + "pack_id": { "description": "The uuid of the pack to include.", "$ref": "./UUIDV4.json", "title": "Pack Id" }, + "version": { "description": "The version of the pack.", "$ref": "./Version.json", "title": "Version" } } } } diff --git a/source/language/language_names.json b/source/language/language_names.json index 905ed2e7..845b022c 100644 --- a/source/language/language_names.json +++ b/source/language/language_names.json @@ -37,13 +37,13 @@ "additionalProperties": false, "type": "array", "title": "Language Names", - "description": "A language names definitions file", + "description": "A language names definitions file.", "items": { "type": "array", - "description": "A language name identifier", + "description": "A language name identifier.", "items": [ - { "type": "string", "description": "A language identifier", "pattern": "^[a-z]{2}_[A-Z]{2}$" }, - { "type": "string", "description": "The name of the language" } + { "type": "string", "description": "A language identifier.", "pattern": "^[a-z]{2}_[A-Z]{2}$" }, + { "type": "string", "description": "The name of the language." } ] } } diff --git a/source/language/languages.json b/source/language/languages.json index 17d2b6f8..fa0caa60 100644 --- a/source/language/languages.json +++ b/source/language/languages.json @@ -37,10 +37,10 @@ ], "type": "array", "title": "Languages", - "description": "A language definitions file", + "description": "A language definitions file.", "items": { "type": "string", - "description": "A language identifier", + "description": "A language identifier.", "pattern": "^[a-z]{2}_[A-Z]{2}$", "enum": [ "en_US", diff --git a/source/molang/arraynumber3.json b/source/molang/arraynumber3.json index 51e1dfbc..859ca71d 100644 --- a/source/molang/arraynumber3.json +++ b/source/molang/arraynumber3.json @@ -1,6 +1,6 @@ { "title": "Molang Array Of 3 Numbers", - "description": "The minecraft molang definition that results in a 3 floats", + "description": "The minecraft molang definition that results in a 3 floats.", "items": [ { "$ref": "./number.json", "minLength": 0 }, { "$ref": "./number.json", "minLength": 0 }, diff --git a/source/molang/number.json b/source/molang/number.json index 6937dd05..be612679 100644 --- a/source/molang/number.json +++ b/source/molang/number.json @@ -1,7 +1,7 @@ { "$id": "molang_number1.8.0", "title": "Molang Number", - "description": "The minecraft molang definition that results in a float", + "description": "The minecraft molang definition that results in a float.", "anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }], "examples": [0, "query.variant", "(1.0)", "query.", "variable.=;"], "defaultSnippets": [{ "label": "New Molang", "body": "$1" }] diff --git a/source/molang/string.json b/source/molang/string.json index 658597e3..6a3c6df8 100644 --- a/source/molang/string.json +++ b/source/molang/string.json @@ -2,7 +2,7 @@ "$id": "molang.string.1.8.0", "type": "string", "title": "Molang", - "description": "Molang definition", + "description": "Molang definition.", "format": "molang", "examples": ["query.variant", "(1.0)", "query.", "variable.=;"], "defaultSnippets": [{ "label": "New Molang", "body": "$1" }] diff --git a/source/resource/animation_controllers/animation_controller.json b/source/resource/animation_controllers/animation_controller.json index 0820d6a8..340bebe0 100644 --- a/source/resource/animation_controllers/animation_controller.json +++ b/source/resource/animation_controllers/animation_controller.json @@ -16,22 +16,22 @@ ], "type": "object", "title": "Animation Controller", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "definitions": { "animationspec": { "anyOf": [ - { "title": "Animation Specification", "description": "A single string that specifies which animation there are", "type": "string" }, + { "title": "Animation Specification", "description": "A single string that specifies which animation there are.", "type": "string" }, { "type": "object", "title": "Animation Specification", - "description": "A object specification on how to transition", + "description": "A object specification on how to transition.", "maxProperties": 1, "minProperties": 1, "additionalProperties": { "oneOf": [ { "type": "string", "$ref": "../../molang/string.json" }, - { "type": "number", "description": "A blend weight" } + { "type": "number", "description": "A blend weight." } ] } } @@ -48,17 +48,17 @@ "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", "const": false }, - "effect": { "type": "string", "title": "Effect", "description": "The name of a particle effect that should be played" }, - "locator": { "type": "string", "title": "Locator", "description": "The name of a locator on the actor where the effect should be located" }, + "effect": { "type": "string", "title": "Effect", "description": "The name of a particle effect that should be played." }, + "locator": { "type": "string", "title": "Locator", "description": "The name of a locator on the actor where the effect should be located." }, "pre_effect_script": { "type": "string", "title": "Pre Effect Script", - "description": "A molang script that will be run when the particle emitter is initialized", + "description": "A molang script that will be run when the particle emitter is initialized.", "pattern": "^.+;$" } } }, - "commands": { "type": "string", "description": "The event or commands to execute", "pattern": "^(@s .+|/.+)$" } + "commands": { "type": "string", "description": "The event or commands to execute.", "pattern": "^(@s .+|/.+)$" } }, "required": ["format_version", "animation_controllers"], "additionalProperties": false, @@ -67,7 +67,7 @@ "animation_controllers": { "type": "object", "title": "Animation Controllers Schema", - "description": "The animation controllers schema for", + "description": "The animation controllers schema for.", "propertyNames": { "pattern": "^controller\\.animation\\.[a-z\\.]+", "examples": ["controller.animation.example", "controller.animation.example.foo"] @@ -76,20 +76,20 @@ "additionalProperties": false, "type": "object", "title": "A Animation Controller", - "description": "A single animation controller", + "description": "A single animation controller.", "required": ["states"], "minProperties": 1, "properties": { "states": { "title": "States", - "description": "The states of this animation controller", + "description": "The states of this animation controller.", "propertyNames": { "pattern": "[a-z\\.]+", "examples": ["default"] }, "minProperties": 1, "type": "object", "additionalProperties": { "additionalProperties": false, "title": "Animation State", - "description": "Animation state", + "description": "Animation state.", "type": "object", "examples": [ { @@ -100,7 +100,7 @@ "properties": { "animations": { "title": "Animations", - "description": "The animations definition for", + "description": "The animations definition for.", "type": "array", "items": { "$ref": "#/definitions/animationspec", "title": "Animations" } }, @@ -111,11 +111,11 @@ "type": "number", "default": 0.1, "minimum": 0, - "description": "A short-hand version of blend_out that simply sets the amount of time to fade out if the animation is interrupted" + "description": "A short-hand version of blend_out that simply sets the amount of time to fade out if the animation is interrupted." }, { "type": "object", - "description": "Specifies the cross-fade time in seconds when transitioning to another state", + "description": "Specifies the cross-fade time in seconds when transitioning to another state.", "additionalProperties": { "type": "number", "description": "Mapping of time since the animation was canceled, to the blend value at that time. A default key of time=0 to a blend value of 1.0 is provided if any other key is set and a blend value at time=0 hasn't already been set." @@ -124,16 +124,16 @@ ] }, "blend_via_shortest_path": { - "description": "When blending a transition to another state, animate each euler axis through the shortest rotation, instead of by value", + "description": "When blending a transition to another state, animate each euler axis through the shortest rotation, instead of by value.", "type": "boolean", "title": "Blend Via Shortest Path" }, "particle_effects": { - "description": "The effects to be emitted", + "description": "The effects to be emitted.", "type": "array", "items": { "$ref": "#/definitions/particle_effect_spec", - "description": "UNDOCUMENTED: particle effects", + "description": "UNDOCUMENTED: particle effects.", "title": "Particle Effects" }, "title": "Particle Effects" @@ -155,12 +155,12 @@ }, "transitions": { "title": "Transition", - "description": "The transition definition for", + "description": "The transition definition for.", "minProperties": 1, "type": "array", "items": { "$ref": "#/definitions/animationspec", - "description": "The specification on when to transition to a new state", + "description": "The specification on when to transition to a new state.", "title": "Transitions" } }, @@ -182,24 +182,24 @@ }, "on_entry": { "title": "On Entry", - "description": "Sets molang on data on entry", + "description": "Sets molang on data on entry.", "$comment": "UNDOCUMENTED", "type": "array", - "items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" } + "items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" } }, "on_exit": { "title": "On Exit", - "description": "Sets molang on data on exit", + "description": "Sets molang on data on exit.", "$comment": "UNDOCUMENTED", "type": "array", - "items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" } + "items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" } } } } }, "initial_state": { "type": "string", - "description": "The state to start with, if not specified state at position 0 in the array is used", + "description": "The state to start with, if not specified state at position 0 in the array is used.", "title": "Initial State" } } diff --git a/source/resource/animations/actor_animation.json b/source/resource/animations/actor_animation.json index 7bbd1130..0fb7edae 100644 --- a/source/resource/animations/actor_animation.json +++ b/source/resource/animations/actor_animation.json @@ -14,11 +14,11 @@ "additionalProperties": false, "required": ["effect"], "properties": { - "effect": { "type": "string", "title": "Particle Id", "description": "The name of a particle effect that should be played" }, - "locator": { "type": "string", "title": "Locator", "description": "The name of a locator on the actor where the effect should be located" }, + "effect": { "type": "string", "title": "Particle Id", "description": "The name of a particle effect that should be played." }, + "locator": { "type": "string", "title": "Locator", "description": "The name of a locator on the actor where the effect should be located." }, "pre_effect_script": { "title": "Pre Effect Script", - "description": "A molang script that will be run when the particle emitter is initialized", + "description": "A molang script that will be run when the particle emitter is initialized.", "$ref": "../../molang/string.json" }, "bind_to_actor": { @@ -31,7 +31,7 @@ }, "PositionV3": { "title": "Position Array", - "description": "An array of 3 items that describe the bones position", + "description": "An array of 3 items that describe the bones position.", "type": "array", "examples": [[0, 0, 0]], "maxItems": 3, @@ -44,7 +44,7 @@ }, "RotationV3": { "title": "Rotation Array", - "description": "An array of 3 items that describe the bones rotation", + "description": "An array of 3 items that describe the bones rotation.", "type": "array", "examples": [[0, 0, 0]], "maxItems": 3, @@ -57,7 +57,7 @@ }, "ScaleV3": { "title": "Scale Array", - "description": "An array of 3 items that describe the bones scale", + "description": "An array of 3 items that describe the bones scale.", "type": "array", "examples": [[0, 0, 0]], "maxItems": 3, @@ -86,14 +86,14 @@ "format_version": { "$ref": "../../general/format_version.json" }, "animations": { "title": "Animations Schema", - "description": "The animation specification", + "description": "The animation specification.", "propertyNames": { "pattern": "^animation\\.[a-z\\.]+" }, "type": "object", "additionalProperties": { "additionalProperties": false, "type": "object", "title": "Animation", - "description": "The animation specification", + "description": "The animation specification.", "properties": { "anim_time_update": { "title": "Start Delay", @@ -113,19 +113,19 @@ }, "bones": { "title": "Bones", - "description": "Defines how the bones in an animation move or transform", + "description": "Defines how the bones in an animation move or transform.", "propertyNames": { "examples": ["leftArm"] }, "type": "object", "minProperties": 1, "additionalProperties": { "title": "Bone Transformation", - "description": "The bone definition that declare how it transforms during animation", + "description": "The bone definition that declare how it transforms during animation.", "type": "object", "additionalProperties": false, "properties": { "position": { "title": "Position", - "description": "The Position transformation during this animation", + "description": "The Position transformation during this animation.", "oneOf": [ { "type": "array", "$ref": "#/definitions/PositionV3" }, { @@ -133,9 +133,9 @@ "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", - "description": "A single point in time", + "description": "A single point in time.", "oneOf": [ - { "$ref": "../../molang/number.json", "description": "Uniform position" }, + { "$ref": "../../molang/number.json", "description": "Uniform position." }, { "type": "array", "$ref": "#/definitions/PositionV3" }, { "additionalProperties": false, @@ -144,19 +144,19 @@ "lerp_mode": { "type": "string", "title": "Lerp Mode", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["linear", "catmullrom"] }, "pre": { "title": "Pre", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" }, "post": { "title": "Pre", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" } @@ -169,7 +169,7 @@ }, "rotation": { "title": "Rotation", - "description": "The rotation transformation during this animation", + "description": "The rotation transformation during this animation.", "oneOf": [ { "type": "array", "$ref": "#/definitions/RotationV3" }, { @@ -177,12 +177,12 @@ "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", - "description": "A single point in time", + "description": "A single point in time.", "oneOf": [ - { "$ref": "../../molang/number.json", "description": "Uniform rotation" }, + { "$ref": "../../molang/number.json", "description": "Uniform rotation." }, { "type": "array", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" }, @@ -193,19 +193,19 @@ "lerp_mode": { "type": "string", "title": "Lerp Mode", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["linear", "catmullrom"] }, "pre": { "title": "Pre", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" }, "post": { "title": "Pre", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" } @@ -218,33 +218,33 @@ }, "relative_to": { "title": "Relative To", - "description": "If set, makes the bone rotation relative to the entity instead of the bone's parent", + "description": "If set, makes the bone rotation relative to the entity instead of the bone's parent.", "properties": { "rotation": { "title": "Rotation", - "description": "If set, makes the bone rotation relative to the entity instead of the bone's parent", + "description": "If set, makes the bone rotation relative to the entity instead of the bone's parent.", "type": "string" } } }, "scale": { "title": "Scale", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [ - { "$ref": "../../molang/number.json", "description": "Uniform scale" }, + { "$ref": "../../molang/number.json", "description": "Uniform scale." }, { "$ref": "#/definitions/ScaleV3" }, { "type": "object", "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", - "description": "A single point in time", + "description": "A single point in time.", "oneOf": [ - { "$ref": "../../molang/number.json", "description": "Uniform rotation" }, + { "$ref": "../../molang/number.json", "description": "Uniform rotation." }, { "type": "array", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" }, @@ -255,19 +255,19 @@ "lerp_mode": { "type": "string", "title": "Lerp Mode", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["linear", "catmullrom"] }, "pre": { "title": "Pre", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" }, "post": { "title": "Pre", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" } @@ -283,7 +283,7 @@ }, "loop": { "title": "Loop", - "description": "Should this animation stop, loop, or stay on the last frame when finished (true, false, hold_on_last_frame)", + "description": "Should this animation stop, loop, or stay on the last frame when finished (true, false, hold_on_last_frame).", "oneOf": [{ "type": "boolean" }, { "type": "string", "enum": ["hold_on_last_frame"] }] }, "loop_delay": { @@ -298,14 +298,14 @@ }, "particle_effects": { "title": "Particle Effects", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "examples": [{ "0.0": {} }], "additionalProperties": { "title": "Timeline Object", - "description": "A single point in time", + "description": "A single point in time.", "oneOf": [ { "type": "object", "$ref": "#/definitions/ParticleEffect" }, { "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } } @@ -319,13 +319,13 @@ }, "sound_effects": { "title": "Sound Effect", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", - "description": "A single point in time", + "description": "A single point in time.", "oneOf": [ { "type": "object", "$ref": "#/definitions/SoundEffect" }, { "type": "array", "items": { "$ref": "#/definitions/SoundEffect" } } @@ -334,17 +334,17 @@ }, "timeline": { "title": "Timeline", - "description": "The time line", + "description": "The time line.", "type": "object", "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "examples": [{ "0.0": {} }], "additionalProperties": { "oneOf": [ - { "type": "string", "title": "Molang", "description": "Variable definition", "pattern": "^(v|variable)\\..*=.*;$" }, + { "type": "string", "title": "Molang", "description": "Variable definition.", "pattern": "^(v|variable)\\..*=.*;$" }, { "type": "array", "title": "Collection Timelime Items", - "items": { "type": "string", "title": "Molang", "description": "Variable definition", "pattern": "^(v|variable)\\..*=.*;$" } + "items": { "type": "string", "title": "Molang", "description": "Variable definition.", "pattern": "^(v|variable)\\..*=.*;$" } } ] } diff --git a/source/resource/attachables/1.10.0/attachables.json b/source/resource/attachables/1.10.0/attachables.json index 277fa179..6eec5a8b 100644 --- a/source/resource/attachables/1.10.0/attachables.json +++ b/source/resource/attachables/1.10.0/attachables.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.1.10.0.attachables", "type": "object", "title": "Actor Animation 1.10.0", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "required": ["format_version", "minecraft:attachable"], "properties": { @@ -15,7 +15,7 @@ "minecraft:attachable": { "type": "object", "title": "Attachables", - "description": "The attachables definition", + "description": "The attachables definition.", "required": ["description"], "properties": { "description": { @@ -26,89 +26,89 @@ "properties": { "animations": { "type": "object", - "additionalProperties": { "type": "string", "description": "A single animation reference", "title": "Animation" }, - "description": "The collection of animations references", + "additionalProperties": { "type": "string", "description": "A single animation reference.", "title": "Animation" }, + "description": "The collection of animations references.", "title": "Animations" }, "animation_controllers": { "type": "array", "additionalProperties": { "type": "object", - "description": "A collection of animation controller references", + "description": "A collection of animation controller references.", "title": "Animation Controller", "additionalProperties": { "type": "string", - "description": "A single Animation controller reference", + "description": "A single Animation controller reference.", "title": "Animation Controller Reference" } }, - "description": "The specification of animation controllers", + "description": "The specification of animation controllers.", "title": "Animation Controllers" }, - "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: enable attachables", "title": "Enable Attachables" }, + "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: enable attachables.", "title": "Enable Attachables" }, "geometry": { "title": "Geometry", "type": "object", "propertyNames": { "pattern": "[a-zA-Z0-9_\\.\\-]+" }, "minProperties": 1, - "additionalProperties": { "type": "string", "description": "A single geometry reference", "title": "Geometry" }, - "description": "The geometry specification" + "additionalProperties": { "type": "string", "description": "A single geometry reference.", "title": "Geometry" }, + "description": "The geometry specification." }, "identifier": { "type": "string", - "description": "UNDOCUMENTED: identifier", + "description": "UNDOCUMENTED: identifier.", "title": "Identifier", "$ref": "../../../general/item/identifier.json" }, "item": { "type": "object", "title": "Item", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": { "type": "string", "title": "Item", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, "materials": { "type": "object", - "additionalProperties": { "type": "string", "description": "A single material reference", "title": "Material" }, - "description": "A collection of material references", + "additionalProperties": { "type": "string", "description": "A single material reference.", "title": "Material" }, + "description": "A collection of material references.", "title": "Materials" }, "min_engine_version": { "type": "string", "pattern": "[0-9]+\\.[0-9]+\\.[0-9]+", - "description": "The minimum engine needed to use this", + "description": "The minimum engine needed to use this.", "title": "Minimum Engine Version" }, "particle_effects": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "A single particle effect reference", "title": "Particle Effect" }, - "description": "A collection of particle effect references", + "additionalProperties": { "type": "string", "description": "A single particle effect reference.", "title": "Particle Effect" }, + "description": "A collection of particle effect references.", "title": "Particle Effects" }, "particle_emitters": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Particle Emitters" }, - "description": "UNDOCUMENTED: particle emitters", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Particle Emitters" }, + "description": "UNDOCUMENTED: particle emitters.", "title": "Particle Emitters" }, "render_controllers": { "type": "array", - "description": "UNDOCUMENTED: render controllers", + "description": "UNDOCUMENTED: render controllers.", "title": "Render Controllers", "minItems": 1, - "items": { "type": "string", "description": "UNDOCUMENTED: render controllers", "title": "Render Controllers" } + "items": { "type": "string", "description": "UNDOCUMENTED: render controllers.", "title": "Render Controllers" } }, "scripts": { "additionalProperties": false, "type": "object", - "description": "UNDOCUMENTED: scripts", + "description": "UNDOCUMENTED: scripts.", "title": "Scripts", "properties": { "animate": { @@ -117,61 +117,61 @@ "minItems": 1, "items": { "oneOf": [ - { "type": "string", "description": "UNDOCUMENTED: oneOf[0]", "title": "Animate" }, + { "type": "string", "description": "UNDOCUMENTED: oneOf[0].", "title": "Animate" }, { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animate" }, - "description": "UNDOCUMENTED: oneOf[1]", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Animate" }, + "description": "UNDOCUMENTED: oneOf[1].", "title": "Animate" } ], - "description": "UNDOCUMENTED: animate", + "description": "UNDOCUMENTED: animate.", "title": "Animate" }, - "description": "UNDOCUMENTED: animate" + "description": "UNDOCUMENTED: animate." }, "initialize": { "type": "array", - "description": "UNDOCUMENTED: initialize", + "description": "UNDOCUMENTED: initialize.", "title": "Initialize", "items": { "pattern": ";$", "$ref": "../../../molang/number.json", - "description": "UNDOCUMENTED: initialize", + "description": "UNDOCUMENTED: initialize.", "title": "Initialize" } }, "pre_animation": { "type": "array", - "description": "UNDOCUMENTED: pre aninamtion", + "description": "UNDOCUMENTED: pre aninamtion.", "title": "Pre Animation", "items": { "pattern": ";$", "$ref": "../../../molang/number.json", - "description": "UNDOCUMENTED: pre aninamtion", + "description": "UNDOCUMENTED: pre aninamtion.", "title": "Pre Animation" } }, "parent_setup": { "type": "string", - "description": "UNDOCUMENTED: parent setup", + "description": "UNDOCUMENTED: parent setup.", "title": "Parent Setup", "$ref": "../../../molang/number.json" }, - "scale": { "type": "string", "description": "UNDOCUMENTED: scale", "title": "Scale", "$ref": "../../../molang/number.json" } + "scale": { "type": "string", "description": "UNDOCUMENTED: scale.", "title": "Scale", "$ref": "../../../molang/number.json" } } }, "sound_effects": { "type": "array", - "description": "UNDOCUMENTED: sound effects", + "description": "UNDOCUMENTED: sound effects.", "title": "Sound Effects", "minItems": 1, - "items": { "type": "string", "description": "UNDOCUMENTED: sound effects", "title": "Sound Effects" } + "items": { "type": "string", "description": "UNDOCUMENTED: sound effects.", "title": "Sound Effects" } }, "spawn_egg": { "type": "object", - "description": "UNDOCUMENTED: spawn egg", + "description": "UNDOCUMENTED: spawn egg.", "title": "Spawn Egg", "dependencies": { "texture": ["texture_index"], @@ -180,20 +180,20 @@ "overlay_color": ["base_colour"] }, "properties": { - "base_colour": { "type": "string", "description": "UNDOCUMENTED: base colour", "title": "Base Colour" }, - "overlay_color": { "type": "string", "description": "UNDOCUMENTED: overlay color", "title": "Overlay Color" }, - "texture": { "type": "string", "description": "UNDOCUMENTED: texture", "title": "Texture" }, - "texture_index": { "type": "integer", "description": "UNDOCUMENTED: texture index", "title": "Texture Index" } + "base_colour": { "type": "string", "description": "UNDOCUMENTED: base colour.", "title": "Base Colour" }, + "overlay_color": { "type": "string", "description": "UNDOCUMENTED: overlay color.", "title": "Overlay Color" }, + "texture": { "type": "string", "description": "UNDOCUMENTED: texture.", "title": "Texture" }, + "texture_index": { "type": "integer", "description": "UNDOCUMENTED: texture index.", "title": "Texture Index" } } }, "textures": { "type": "object", - "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Texture" }, - "description": "UNDOCUMENTED: textures", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Texture" }, + "description": "UNDOCUMENTED: textures.", "title": "Textures" } }, - "description": "UNDOCUMENTED: description" + "description": "UNDOCUMENTED: description." } }, "additionalProperties": false diff --git a/source/resource/attachables/1.8.0/attachables.json b/source/resource/attachables/1.8.0/attachables.json index e8073c8a..3155a15e 100644 --- a/source/resource/attachables/1.8.0/attachables.json +++ b/source/resource/attachables/1.8.0/attachables.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.1.8.0.attachables", "type": "object", "title": "Actor Animation 1.8.0", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "required": ["format_version", "minecraft:attachable"], "properties": { @@ -21,98 +21,98 @@ "description": { "additionalProperties": false, "title": "Description", - "description": "UNDOCUMENTED: description", + "description": "UNDOCUMENTED: description.", "type": "object", "required": ["identifier", "geometry"], "properties": { "animations": { - "description": "The connecting of animations in animations controllers with the actuall animations, names should corosponds", + "description": "The connecting of animations in animations controllers with the actuall animations, names should corosponds.", "title": "Animations", "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animation" } + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Animation" } }, "animation_controllers": { "type": "array", "minItems": 1, - "description": "UNDOCUMENTED: animation controllers", + "description": "UNDOCUMENTED: animation controllers.", "title": "Animation Controllers", "items": { "type": "object", - "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animation Controller" }, - "description": "UNDOCUMENTED: animation controllers", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Animation Controller" }, + "description": "UNDOCUMENTED: animation controllers.", "title": "Animation Controllers" } }, - "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: enable attachables", "title": "Enable Attachables" }, + "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: enable attachables.", "title": "Enable Attachables" }, "geometry": { "title": "Geometry", "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Geometry" }, - "description": "UNDOCUMENTED: geometry" + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Geometry" }, + "description": "UNDOCUMENTED: geometry." }, "identifier": { "type": "string", - "description": "UNDOCUMENTED: identifier", + "description": "UNDOCUMENTED: identifier.", "title": "Identifier", "$ref": "../../../general/item/identifier.json" }, "item": { "type": "object", "title": "Item", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": { "type": "string", "title": "Item", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, "materials": { "type": "object", - "description": "UNDOCUMENTED: materials", + "description": "UNDOCUMENTED: materials.", "title": "Materials", - "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Material" } + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Material" } }, "min_engine_version": { "type": "string", "pattern": "[0-9]+\\.[0-9]+\\.[0-9]+", - "description": "UNDOCUMENTED: Minimum engine version", + "description": "UNDOCUMENTED: Minimum engine version.", "title": "Minimum Engine Version" }, "particle_effects": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Particle Effects" }, - "description": "UNDOCUMENTED: particle effects", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Particle Effects" }, + "description": "UNDOCUMENTED: particle effects.", "title": "Particle Effects" }, "particle_emitters": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Particle Emitter" }, - "description": "UNDOCUMENTED: particle emitters", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Particle Emitter" }, + "description": "UNDOCUMENTED: particle emitters.", "title": "Particle Emitters" }, "render_controllers": { "type": "array", - "description": "UNDOCUMENTED: render controllers", + "description": "UNDOCUMENTED: render controllers.", "title": "Render Controllers", "minItems": 1, - "items": { "type": "string", "description": "UNDOCUMENTED: render controllers", "title": "Render Controllers" } + "items": { "type": "string", "description": "UNDOCUMENTED: render controllers.", "title": "Render Controllers" } }, "sound_effects": { "type": "array", - "description": "UNDOCUMENTED: sound effects", + "description": "UNDOCUMENTED: sound effects.", "title": "Sound Effects", "minItems": 1, - "items": { "type": "string", "description": "UNDOCUMENTED: sound effects", "title": "Sound Effects" } + "items": { "type": "string", "description": "UNDOCUMENTED: sound effects.", "title": "Sound Effects" } }, "spawn_egg": { "type": "object", - "description": "UNDOCUMENTED: spawn egg", + "description": "UNDOCUMENTED: spawn egg.", "title": "Spawn Egg", "dependencies": { "texture": ["texture_index"], @@ -121,15 +121,15 @@ "overlay_color": ["base_colour"] }, "properties": { - "base_colour": { "type": "string", "description": "UNDOCUMENTED: base colour", "title": "Base Colour" }, - "overlay_color": { "type": "string", "description": "UNDOCUMENTED: overlay color", "title": "Overlay Color" }, - "texture": { "type": "string", "description": "UNDOCUMENTED: texture", "title": "Texture" }, - "texture_index": { "type": "integer", "description": "UNDOCUMENTED: texture index", "title": "Texture Index" } + "base_colour": { "type": "string", "description": "UNDOCUMENTED: base colour.", "title": "Base Colour" }, + "overlay_color": { "type": "string", "description": "UNDOCUMENTED: overlay color.", "title": "Overlay Color" }, + "texture": { "type": "string", "description": "UNDOCUMENTED: texture.", "title": "Texture" }, + "texture_index": { "type": "integer", "description": "UNDOCUMENTED: texture index.", "title": "Texture Index" } } }, "scripts": { "type": "object", - "description": "UNDOCUMENTED: scripts", + "description": "UNDOCUMENTED: scripts.", "title": "Scripts", "properties": { "pre_animation": { @@ -137,39 +137,39 @@ "items": { "pattern": ";$", "$ref": "../../../molang/number.json", - "description": "UNDOCUMENTED: pre aninamtion", + "description": "UNDOCUMENTED: pre aninamtion.", "title": "Pre Animation" }, - "description": "UNDOCUMENTED: pre aninamtion", + "description": "UNDOCUMENTED: pre aninamtion.", "title": "Pre Animation" }, - "scale": { "type": "string", "description": "UNDOCUMENTED: scale", "title": "Scale" }, + "scale": { "type": "string", "description": "UNDOCUMENTED: scale.", "title": "Scale" }, "animate": { "type": "array", "title": "Animate", "items": { "oneOf": [ - { "type": "string", "description": "UNDOCUMENTED: oneOf[0]", "title": "Animate" }, + { "type": "string", "description": "UNDOCUMENTED: oneOf[0].", "title": "Animate" }, { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animate" }, - "description": "UNDOCUMENTED: oneOf[1]", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Animate" }, + "description": "UNDOCUMENTED: oneOf[1].", "title": "Animate" } ], - "description": "UNDOCUMENTED: animate", + "description": "UNDOCUMENTED: animate.", "title": "Animate" }, - "description": "UNDOCUMENTED: animate" + "description": "UNDOCUMENTED: animate." }, "parent_setup": { "$ref": "../../../molang/number.json" } } }, "textures": { "type": "object", - "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Textures" }, - "description": "UNDOCUMENTED: textures", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Textures" }, + "description": "UNDOCUMENTED: textures.", "title": "Textures" } } diff --git a/source/resource/biomes_client.json b/source/resource/biomes_client.json index 3e396664..fa21fd16 100644 --- a/source/resource/biomes_client.json +++ b/source/resource/biomes_client.json @@ -3,24 +3,24 @@ "$id": "blockception.minecraft.biomes_client.json", "type": "object", "title": "Biomes Client", - "description": "The minecraft biomes definition file", + "description": "The minecraft biomes definition file.", "additionalProperties": false, "definitions": { "biomespec": { "additionalProperties": false, - "description": "The specification of colors in a given biome", + "description": "The specification of colors in a given biome.", "title": "Biome", "type": "object", "properties": { - "fog_color": { "$ref": "#/definitions/colorhex", "title": "Fog Color", "description": "The color of the fog" }, + "fog_color": { "$ref": "#/definitions/colorhex", "title": "Fog Color", "description": "The color of the fog." }, "fog_identifier": { "title": "Fog Identifier", - "description": "The fog to be associated to this biome", + "description": "The fog to be associated to this biome.", "$ref": "../general/fog/identifier.json" }, "fog_ids_to_merge": { "title": "Fog Ids To Merge", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -31,34 +31,34 @@ }, "inherit_from_prior_fog": { "title": "Inherit From Prior Fog", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, "remove_all_prior_fog": { "title": "Remove All Prior Fog", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, - "water_fog_color": { "$ref": "#/definitions/colorhex", "title": "Water Fog Color", "description": "The color of the water fog" }, - "water_fog_distance": { "type": "integer", "title": "Water Fog Distance", "description": "The distance the water fog start at" }, - "water_surface_color": { "$ref": "#/definitions/colorhex", "title": "Water Surface Color", "description": "The color of the water surface" }, + "water_fog_color": { "$ref": "#/definitions/colorhex", "title": "Water Fog Color", "description": "The color of the water fog." }, + "water_fog_distance": { "type": "integer", "title": "Water Fog Distance", "description": "The distance the water fog start at." }, + "water_surface_color": { "$ref": "#/definitions/colorhex", "title": "Water Surface Color", "description": "The color of the water surface." }, "water_surface_transparency": { "type": "number", "title": "Water Surface Transparency", - "description": "The amount of transpareny the surface of the water has" + "description": "The amount of transpareny the surface of the water has." } } }, - "colorhex": { "description": "The colouration of this object", "title": "Colorhex", "format": "color-hex", "examples": ["#FFFFFF"] } + "colorhex": { "description": "The colouration of this object.", "title": "Colorhex", "format": "color-hex", "examples": ["#FFFFFF"] } }, "properties": { "biomes": { "type": "object", "title": "Biomes", "additionalProperties": false, - "description": "A collection of predefined biomes", + "description": "A collection of predefined biomes.", "properties": { "bamboo_jungle_hills": { "$ref": "#/definitions/biomespec" }, "bamboo_jungle": { "$ref": "#/definitions/biomespec" }, diff --git a/source/resource/blocks.json b/source/resource/blocks.json index ccc250d2..b23a9006 100644 --- a/source/resource/blocks.json +++ b/source/resource/blocks.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.block.json", "type": "object", "title": "Blocks", - "description": "The minecraft block definition file", + "description": "The minecraft block definition file.", "definitions": { "texture": { "oneOf": [ @@ -31,24 +31,24 @@ "additionalProperties": { "additionalProperties": false, "title": "Block", - "description": "Block texture definition", + "description": "Block texture definition.", "type": "object", "properties": { "brightness_gamma": { "type": "number", "title": "Brightness Gamma", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "carried_textures": { "$ref": "#/definitions/texture", "title": "Carried Textures", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "isotropic": { "title": "Isotropic", - "description": "Marks if this block is isotropic or not, or which side are", + "description": "Marks if this block is isotropic or not, or which side are.", "oneOf": [ { "type": "boolean" }, { @@ -66,8 +66,8 @@ } ] }, - "sound": { "type": "string", "title": "Sound", "description": "The sound definition of this block" }, - "textures": { "$ref": "#/definitions/texture", "title": "Sound", "description": "Textures" } + "sound": { "type": "string", "title": "Sound", "description": "The sound definition of this block." }, + "textures": { "$ref": "#/definitions/texture", "title": "Sound", "description": "Textures." } } } } diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index 05d600d1..02288d51 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.1.10.0.entity", "type": "object", "title": "Actor Entity 1.10.0", - "description": "A client side entity definition", + "description": "A client side entity definition.", "additionalProperties": false, "required": ["format_version", "minecraft:client_entity"], "properties": { @@ -11,13 +11,13 @@ "type": "object", "additionalProperties": false, "title": "Client Entity", - "description": "The entity description for clientside rendering, animations and models", + "description": "The entity description for clientside rendering, animations and models.", "required": ["description"], "properties": { "description": { "additionalProperties": false, "title": "Description", - "description": "The entity description for clientside rendering, animations and models", + "description": "The entity description for clientside rendering, animations and models.", "type": "object", "required": ["identifier"], "properties": { @@ -34,25 +34,25 @@ "examples": ["controller.", "animation."] } }, - "enable_attachables": { "type": "boolean", "description": "Whether or not attachables are enaboled", "title": "Enable Attachables" }, + "enable_attachables": { "type": "boolean", "description": "Whether or not attachables are enaboled.", "title": "Enable Attachables" }, "geometry": { "title": "Geometry", - "description": "The reference to defined geometries in `/models/'", + "description": "The reference to defined geometries in `/models/'.", "type": "object", "propertyNames": { "pattern": "[a-zA-Z0-9_\\.\\-]+" }, "minProperties": 1, - "additionalProperties": { "type": "string", "description": "The reference to the geometry", "title": "Geometry Reference" } + "additionalProperties": { "type": "string", "description": "The reference to the geometry.", "title": "Geometry Reference" } }, "queryable_geometry": { "title": "Queryable Geometry", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "type": "string" }, "hide_armor": { "type": "boolean", "default": true, "title": "Hide Armor", - "description": "Hides or shows the possible armor" + "description": "Hides or shows the possible armor." }, "held_item_ignores_lighting": { "type": "boolean", @@ -62,7 +62,7 @@ }, "identifier": { "type": "string", - "description": "The entity indentifier", + "description": "The entity indentifier.", "title": "Identifier", "$ref": "../../../general/entity/identifier.json" }, @@ -70,7 +70,7 @@ "type": "object", "additionalProperties": { "type": "string", - "description": "Material reference", + "description": "Material reference.", "title": "Material", "examples": [ "agent", @@ -438,42 +438,42 @@ "zombie_villager_v2_masked" ] }, - "description": "A collection of material definitions", + "description": "A collection of material definitions.", "title": "Materials" }, "min_engine_version": { "type": "string", "pattern": "[0-9]+\\.[0-9]+\\.[0-9]+", - "description": "The minimum engine version to be used", + "description": "The minimum engine version to be used.", "title": "Minimum Engine Version" }, "particle_effects": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "Particle reference", "title": "Particle" }, - "description": "A collection of particle definitions", + "additionalProperties": { "type": "string", "description": "Particle reference.", "title": "Particle" }, + "description": "A collection of particle definitions.", "title": "Particle Effects" }, "particle_emitters": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "Particle emitter reference", "title": "Particle Emitter" }, - "description": "A collection of particle emitters definitions", + "additionalProperties": { "type": "string", "description": "Particle emitter reference.", "title": "Particle Emitter" }, + "description": "A collection of particle emitters definitions.", "title": "Particle Emitters" }, "render_controllers": { "type": "array", - "description": "A collection of Render controller definitions", + "description": "A collection of Render controller definitions.", "title": "Render Controllers", "minItems": 1, "items": { "oneOf": [ - { "type": "string", "title": "Render Controller", "description": "A single render controller definition" }, + { "type": "string", "title": "Render Controller", "description": "A single render controller definition." }, { "type": "object", "additionalProperties": { "type": "string", - "description": "A render controller activate on conditional", + "description": "A render controller activate on conditional.", "title": "Render Controller" } } @@ -484,26 +484,26 @@ "additionalProperties": false, "type": "object", "title": "Scripts", - "description": "The place where variables, and animations / controller to be run is specified", + "description": "The place where variables, and animations / controller to be run is specified.", "properties": { "animate": { "type": "array", "title": "Animate", - "description": "The array of items to animate", + "description": "The array of items to animate.", "minItems": 1, "items": { "oneOf": [ - { "type": "string", "description": "A single animation or animation controller to run", "title": "Animation (Controller)" }, + { "type": "string", "description": "A single animation or animation controller to run.", "title": "Animation (Controller)" }, { "type": "object", "minProperties": 1, "maxProperties": 1, "title": "Animation (Controller) Condition", - "description": "A single animation or animation controller to run on condition", + "description": "A single animation or animation controller to run on condition.", "additionalProperties": { "oneOf": [ - { "type": "string", "description": "A molang condition", "title": "Molang" }, - { "type": "number", "description": "Blend weight", "title": "Blend Weight" } + { "type": "string", "description": "A molang condition.", "title": "Molang" }, + { "type": "number", "description": "Blend weight.", "title": "Blend Weight" } ] } } @@ -512,30 +512,30 @@ }, "initialize": { "type": "array", - "description": "Clientside molang variables that are to be evualated during the creation of the entity", + "description": "Clientside molang variables that are to be evualated during the creation of the entity.", "title": "Initialize", "minItems": 1, "items": { "pattern": ";$", "$ref": "../../../molang/string.json", - "description": "Clientside molang variables that are to be evualated during the creation of the entity", + "description": "Clientside molang variables that are to be evualated during the creation of the entity.", "title": "Initialize" } }, "pre_animation": { "type": "array", - "description": "Clientside molang variables that are to be evualated during the animation", + "description": "Clientside molang variables that are to be evualated during the animation.", "title": "Pre Animation", "items": { "pattern": ";$", "$ref": "../../../molang/string.json", - "description": "Clientside molang variables that are to be evualated during the animation", + "description": "Clientside molang variables that are to be evualated during the animation.", "title": "Pre Animation" } }, "parent_setup": { "type": "string", - "description": "UNDOCUMENTED: parent setup", + "description": "UNDOCUMENTED: parent setup.", "title": "Parent Setup", "$ref": "../../../molang/number.json" }, @@ -575,15 +575,15 @@ }, "sound_effects": { "title": "Sound Effects", - "description": "A collection of sound effect definition", + "description": "A collection of sound effect definition.", "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "A sound effect definition", "title": "Sound Effect" } + "additionalProperties": { "type": "string", "description": "A sound effect definition.", "title": "Sound Effect" } }, "spawn_egg": { "additionalProperties": false, "type": "object", - "description": "The definition of how the spawn_egg icon looks like", + "description": "The definition of how the spawn_egg icon looks like.", "title": "Spawn Egg", "dependencies": { "texture_index": ["texture"], "base_colour": ["overlay_color"], "overlay_color": ["base_color"] }, "examples": [ @@ -593,26 +593,26 @@ "properties": { "base_color": { "type": "string", - "description": "The basic color of the egg", + "description": "The basic color of the egg.", "title": "Base Color", "format": "color-hex", "examples": ["#FFFFFF"] }, "overlay_color": { "type": "string", - "description": "The colors of the dots on the egg", + "description": "The colors of the dots on the egg.", "title": "Overlay Color", "format": "color-hex", "examples": ["#FFFFFF"] }, "texture": { "type": "string", "description": "The texture reference in item_texture.json", "title": "Texture" }, - "texture_index": { "type": "integer", "description": "The index of the texture", "title": "Texture Index", "default": 0 } + "texture_index": { "type": "integer", "description": "The index of the texture.", "title": "Texture Index", "default": 0 } } }, "textures": { "type": "object", - "additionalProperties": { "type": "string", "description": "A reference to a texture in the resourcepack", "title": "Texture" }, - "description": "A collection of references to textures in the resourcepack", + "additionalProperties": { "type": "string", "description": "A reference to a texture in the resourcepack.", "title": "Texture" }, + "description": "A collection of references to textures in the resourcepack.", "title": "Textures" } } diff --git a/source/resource/entity/1.8.0/entity.json b/source/resource/entity/1.8.0/entity.json index 737b74ce..83a9e014 100644 --- a/source/resource/entity/1.8.0/entity.json +++ b/source/resource/entity/1.8.0/entity.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.1.8.0.entity", "type": "object", "title": "Actor Entity 1.8.0", - "description": "A client side entity definition", + "description": "A client side entity definition.", "additionalProperties": false, "required": ["format_version", "minecraft:client_entity"], "properties": { @@ -16,13 +16,13 @@ "type": "object", "additionalProperties": false, "title": "Client Entity", - "description": "The entity description for clientside rendering, animations and models", + "description": "The entity description for clientside rendering, animations and models.", "required": ["description"], "properties": { "description": { "additionalProperties": false, "title": "Description", - "description": "The entity description for clientside rendering, animations and models", + "description": "The entity description for clientside rendering, animations and models.", "type": "object", "required": ["identifier"], "properties": { @@ -42,34 +42,34 @@ "animation_controllers": { "type": "array", "minItems": 1, - "description": "A reference to an animation controller", + "description": "A reference to an animation controller.", "title": "Animation Controllers", "items": { "type": "object", - "description": "A collection of animation controllers", + "description": "A collection of animation controllers.", "title": "Animation Controllers", "additionalProperties": { "type": "string", - "description": "A reference to an animation", + "description": "A reference to an animation.", "title": "Animation Reference", "examples": [{ "basic": "controller.generic.basic" }] } } }, - "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: enable attachables", "title": "Enable Attachables" }, + "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: enable attachables.", "title": "Enable Attachables" }, "geometry": { "title": "Geometry", - "description": "The reference to defined geometries in `/models/'", + "description": "The reference to defined geometries in `/models/'.", "type": "object", "propertyNames": { "pattern": "[a-zA-Z0-9_\\.\\-]+" }, "minProperties": 1, - "additionalProperties": { "type": "string", "description": "The reference to the geometry", "title": "Geometry Reference" } + "additionalProperties": { "type": "string", "description": "The reference to the geometry.", "title": "Geometry Reference" } }, "hide_armor": { "type": "boolean", "default": true, "title": "Hide Armor", - "description": "Hides or shows the possible armor" + "description": "Hides or shows the possible armor." }, "held_item_ignores_lighting": { "type": "boolean", @@ -79,34 +79,34 @@ }, "identifier": { "type": "string", - "description": "The entity indentifier", + "description": "The entity indentifier.", "title": "Identifier", "$ref": "../../../general/entity/identifier.json" }, "materials": { "type": "object", - "additionalProperties": { "type": "string", "description": "Material reference", "title": "Material" }, - "description": "A collection of material definitions", + "additionalProperties": { "type": "string", "description": "Material reference.", "title": "Material" }, + "description": "A collection of material definitions.", "title": "Materials" }, "min_engine_version": { "type": "string", "pattern": "[0-9]+\\.[0-9]+\\.[0-9]+", - "description": "The minimum engine version to be used", + "description": "The minimum engine version to be used.", "title": "Minimum Engine Version" }, "particle_effects": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "Particle reference", "title": "Particle" }, + "additionalProperties": { "type": "string", "description": "Particle reference.", "title": "Particle" }, "description": "Keys are required and need to be unique from all other keys in the animation controllers. Players can reference particles from the vanilla Minecraft Resource Pack or create their own. Custom particles should be in the particle folder at the root of the Resource Pack.", "title": "Particle Effects" }, "particle_emitters": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "Particle emitter reference", "title": "Particle Emitter" }, - "description": "A collection of particle emitters definitions", + "additionalProperties": { "type": "string", "description": "Particle emitter reference.", "title": "Particle Emitter" }, + "description": "A collection of particle emitters definitions.", "title": "Particle Emitters" }, "render_controllers": { @@ -116,12 +116,12 @@ "minItems": 1, "items": { "oneOf": [ - { "type": "string", "title": "Render Controller", "description": "A single render controller definition" }, + { "type": "string", "title": "Render Controller", "description": "A single render controller definition." }, { "type": "object", "additionalProperties": { "type": "string", - "description": "A render controller activate on conditional", + "description": "A render controller activate on conditional.", "title": "Render Controller" } } @@ -132,7 +132,7 @@ "additionalProperties": false, "type": "object", "title": "Scripts", - "description": "The place where variables, and animations / controller to be run is specified", + "description": "The place where variables, and animations / controller to be run is specified.", "properties": { "pre_animation": { "type": "array", @@ -141,13 +141,13 @@ "items": { "pattern": ";$", "$ref": "../../../molang/string.json", - "description": "Clientside molang variables that are to be evualated during the animation", + "description": "Clientside molang variables that are to be evualated during the animation.", "title": "Pre Animation" } }, "parent_setup": { "type": "string", - "description": "UNDOCUMENTED: parent setup", + "description": "UNDOCUMENTED: parent setup.", "title": "Parent Setup", "$ref": "../../../molang/number.json" }, @@ -164,15 +164,15 @@ }, "sound_effects": { "title": "Sound Effects", - "description": "A collection of sound effect definition", + "description": "A collection of sound effect definition.", "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "A sound effect definition", "title": "Sound Effect" } + "additionalProperties": { "type": "string", "description": "A sound effect definition.", "title": "Sound Effect" } }, "spawn_egg": { "additionalProperties": false, "type": "object", - "description": "The definition of how the spawn_egg icon looks like", + "description": "The definition of how the spawn_egg icon looks like.", "title": "Spawn Egg", "dependencies": { "texture_index": ["texture"], "base_colour": ["overlay_color"], "overlay_color": ["base_color"] }, "examples": [ @@ -182,26 +182,26 @@ "properties": { "base_color": { "type": "string", - "description": "The basic color of the egg", + "description": "The basic color of the egg.", "title": "Base Color", "format": "color-hex", "examples": ["#FFFFFF"] }, "overlay_color": { "type": "string", - "description": "The colors of the dots on the egg", + "description": "The colors of the dots on the egg.", "title": "Overlay Color", "format": "color-hex", "examples": ["#FFFFFF"] }, "texture": { "type": "string", "description": "The texture reference in item_texture.json", "title": "Texture" }, - "texture_index": { "type": "integer", "description": "The index of the texture", "title": "Texture Index", "default": 0 } + "texture_index": { "type": "integer", "description": "The index of the texture.", "title": "Texture Index", "default": 0 } } }, "textures": { "type": "object", - "additionalProperties": { "type": "string", "description": "A reference to a texture in the resourcepack", "title": "Texture" }, - "description": "A collection of references to textures in the resourcepack", + "additionalProperties": { "type": "string", "description": "A reference to a texture in the resourcepack.", "title": "Texture" }, + "description": "A collection of references to textures in the resourcepack.", "title": "Textures" } } diff --git a/source/resource/fog/fog.json b/source/resource/fog/fog.json index 644c814a..864f554b 100644 --- a/source/resource/fog/fog.json +++ b/source/resource/fog/fog.json @@ -5,7 +5,7 @@ "type": "object", "additionalProperties": false, "title": "Fog", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "definitions": { "colorHexOrArray": { @@ -171,13 +171,13 @@ "format_version": { "$ref": "../../general/format_version.json" }, "minecraft:fog_settings": { "title": "Fog Settings", - "description": "The definition of a single fog", + "description": "The definition of a single fog.", "type": "object", "additionalProperties": false, "properties": { "description": { "title": "Description", - "description": "The identifying description of this fog settings", + "description": "The identifying description of this fog settings.", "type": "object", "additionalProperties": false, "properties": { diff --git a/source/resource/items/1.10.0/items.json b/source/resource/items/1.10.0/items.json index b2faeca8..93311c05 100644 --- a/source/resource/items/1.10.0/items.json +++ b/source/resource/items/1.10.0/items.json @@ -12,36 +12,36 @@ }, "minecraft:item": { "title": "Item", - "description": "A resource pack definition of an item", + "description": "A resource pack definition of an item.", "required": ["description", "components"], "type": "object", "additionalProperties": false, "properties": { "description": { "title": "Description", - "description": "The description of an item", + "description": "The description of an item.", "required": ["identifier"], "type": "object", "additionalProperties": false, "properties": { "identifier": { "title": "Identifier", - "description": "The item identifier", + "description": "The item identifier.", "$ref": "../../../general/item/identifier.json", "examples": ["namespace:example"] }, - "category": { "title": "Category", "description": "The category this item belongs in", "type": "string" } + "category": { "title": "Category", "description": "The category this item belongs in.", "type": "string" } } }, "components": { "title": "Components", - "description": "The components that describe this item", + "description": "The components that describe this item.", "additionalProperties": false, "properties": { "minecraft:icon": { "title": "Icon", "description": "The texture defined in `textures/item_texture.json`", "type": "string" }, "minecraft:render_offsets": { "type": "string", - "description": "The render offset used for the item", + "description": "The render offset used for the item.", "title": "Render Offsets", "enum": ["apple"] } diff --git a/source/resource/materials/materials.json b/source/resource/materials/materials.json index a936091b..f55ed2c1 100644 --- a/source/resource/materials/materials.json +++ b/source/resource/materials/materials.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.materials", "type": "object", "title": "Material", - "description": "A collection of material specifications for the render engine of minecraft", + "description": "A collection of material specifications for the render engine of minecraft.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "required": ["materials"], @@ -11,12 +11,12 @@ "DefinesSpecification": { "type": "array", "title": "Defines", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "type": "string", "title": "Definition", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": [ "ALLOW_FADE", @@ -102,43 +102,43 @@ "FailOperation": { "type": "string", "title": "Fail Operation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["Keep", "Replace"] }, "FaceSpecification": { "type": "object", "title": "Face", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "stencilDepthFailOp": { "type": "string", "title": "Stencil Depth Fail Operation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/FailOperation" }, "stencilFailOp": { "type": "string", "title": "Stencil Fail Operation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/FailOperation" }, "stencilFunc": { "type": "string", "title": "Stencil Function", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["Always", "Equal", "NotEqual"] }, - "stencilPass": { "type": "string", "title": "Stencil Pass", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["Replace"] }, + "stencilPass": { "type": "string", "title": "Stencil Pass", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["Replace"] }, "stencilPassOp": { "type": "string", "title": "Stencil Depth Fail Operation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/FailOperation" } @@ -147,12 +147,12 @@ "StatesSpecification": { "type": "array", "title": "States", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "type": "string", "title": "State", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": [ "Blending", @@ -171,32 +171,32 @@ "SamplerStatesSpecification": { "type": "array", "title": "Sampler States", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "type": "object", "title": "Sample State", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "samplerIndex": { "type": "integer", "title": "Sample State", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "textureFilter": { "type": "string", "title": "Texture Filter", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["Point", "Bilinear", "TexelAA"] }, "textureWrap": { "type": "string", "title": "Texture Wrap", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["Repeat", "Clamp"] } @@ -206,19 +206,19 @@ "VertexFieldsSpecification": { "type": "array", "title": "Vertex Fields", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "type": "object", "title": "Vertex Field", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "field": { "type": "string", "title": "Vertex Field", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } @@ -227,17 +227,17 @@ "VariantSpecification": { "type": "array", "title": "Variants", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "type": "object", "title": "Variant", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "propertyNames": { "enum": ["fading", "fog", "fog.underwater", "lit", "skinning", "skinning_color", "underlava", "underwater"] }, "additionalProperties": { "title": "Variant Item", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/VariantsItemSpecificaiton" } @@ -246,20 +246,20 @@ "VariantsItemSpecificaiton": { "type": "object", "title": "Variant Item", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { - "+defines": { "title": "Defines", "description": "UNDOCUMENTED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" }, + "+defines": { "title": "Defines", "description": "UNDOCUMENTED, Add definitions???.", "$ref": "#/definitions/DefinesSpecification" }, "vertexFields": { "title": "Vertex Fields", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/VertexFieldsSpecification" }, - "states": { "title": "States", "description": "UNDOCUMENTED, start states???", "$ref": "#/definitions/StatesSpecification" }, - "+states": { "title": "States", "description": "UNDOCUMENTED, Add additional states???", "$ref": "#/definitions/StatesSpecification" }, - "-states": { "title": "States", "description": "UNDOCUMENTED, remove additional states???", "$ref": "#/definitions/StatesSpecification" } + "states": { "title": "States", "description": "UNDOCUMENTED, start states???.", "$ref": "#/definitions/StatesSpecification" }, + "+states": { "title": "States", "description": "UNDOCUMENTED, Add additional states???.", "$ref": "#/definitions/StatesSpecification" }, + "-states": { "title": "States", "description": "UNDOCUMENTED, remove additional states???.", "$ref": "#/definitions/StatesSpecification" } } } }, @@ -267,7 +267,7 @@ "materials": { "type": "object", "title": "Materials", - "description": "The collection of materials, each property key is the identification key of the material, and what it implements if : are used", + "description": "The collection of materials, each property key is the identification key of the material, and what it implements if : are used.", "$comment": "UNDOCUMENTED", "required": ["version"], "properties": { @@ -275,13 +275,13 @@ "type": "string", "const": "1.0.0", "title": "Version", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } }, "additionalProperties": { "title": "Material Definitions", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "type": "object", @@ -289,151 +289,151 @@ "alphaDst": { "type": "string", "title": "Alpha Distance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["DestColor", "OneMinusSrcAlpha"] }, - "backFace": { "title": "Back Face", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/FaceSpecification" }, + "backFace": { "title": "Back Face", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/FaceSpecification" }, "blendDst": { "type": "string", "title": "Blend Distance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["SourceAlpha", "OneMinusSrcAlpha", "OneMinusSrcColor", "SourceColor", "Zero", "One"] }, "blendSrc": { "type": "string", "title": "Blend Source", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["DestColor", "One", "OneMinusDestColor", "SourceAlpha", "SourceColor"] }, "defines": { "title": "Defines", - "description": "UNDOCUMENTED, sets or starts definitions???", + "description": "UNDOCUMENTED, sets or starts definitions???.", "$ref": "#/definitions/DefinesSpecification" }, - "+defines": { "title": "Defines", "description": "UNDOCUMENTED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" }, - "-defines": { "title": "Defines", "description": "UNDOCUMENTED, removes definitions???", "$ref": "#/definitions/DefinesSpecification" }, + "+defines": { "title": "Defines", "description": "UNDOCUMENTED, Add definitions???.", "$ref": "#/definitions/DefinesSpecification" }, + "-defines": { "title": "Defines", "description": "UNDOCUMENTED, removes definitions???.", "$ref": "#/definitions/DefinesSpecification" }, "depthBias": { "type": "number", "title": "Depth Bias", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "depthBiasOGL": { "type": "number", "title": "Depth Bias OGL", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "depthFunc": { "type": "string", "title": "Depth Function", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["LessEqual", "Always", "Equal"] }, "fragmentShader": { "type": "string", "title": "Fragment Shader", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "pattern": "^shaders/.*\\.fragment$" }, "frontFace": { "title": "Front Face", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/FaceSpecification" }, "isAnimatedTexture": { "type": "integer", "title": "Is Animated Texture", - "description": "UNDOCUMENTED, think its a boolean value as a number, so 1 and 0????" + "description": "UNDOCUMENTED, think its a boolean value as a number, so 1 and 0????." }, "msaaSupport": { "type": "string", "title": "MSAA Support", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["Both", "MSAA"] }, "primitiveMode": { "type": "string", "title": "Primitive Mode", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["Line"] }, "samplerStates": { "title": "Sampler States", - "description": "UNDOCUMENTED, set or start samplerStates???", + "description": "UNDOCUMENTED, set or start samplerStates???.", "$ref": "#/definitions/SamplerStatesSpecification" }, "+samplerStates": { "title": "Sampler States", - "description": "UNDOCUMENTED, Add samplerStates???", + "description": "UNDOCUMENTED, Add samplerStates???.", "$ref": "#/definitions/SamplerStatesSpecification" }, "slopeScaledDepthBias": { "type": "number", "title": "Slope Scaled Depth Bias", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "slopeScaledDepthBiasOGL": { "type": "number", "title": "Slope Scaled Depth Bias OGL", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, - "states": { "title": "States", "description": "UNDOCUMENTED, start states???", "$ref": "#/definitions/StatesSpecification" }, - "+states": { "title": "States", "description": "UNDOCUMENTED, Add additional states???", "$ref": "#/definitions/StatesSpecification" }, - "-states": { "title": "States", "description": "UNDOCUMENTED, remove additional states???", "$ref": "#/definitions/StatesSpecification" }, + "states": { "title": "States", "description": "UNDOCUMENTED, start states???.", "$ref": "#/definitions/StatesSpecification" }, + "+states": { "title": "States", "description": "UNDOCUMENTED, Add additional states???.", "$ref": "#/definitions/StatesSpecification" }, + "-states": { "title": "States", "description": "UNDOCUMENTED, remove additional states???.", "$ref": "#/definitions/StatesSpecification" }, "stencilRef": { "type": "integer", "title": "Stencil Ref", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "stencilRefOverride": { "type": "integer", "title": "Stencil Ref Override", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "stencilReadMask": { "type": "integer", "title": "Stencil Read Mask", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "stencilWriteMask": { "type": "integer", "title": "Stencil Write Mask", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, - "variants": { "title": "Variants", "description": "UNDOCUMENTED, sets the variants?", "$ref": "#/definitions/VariantSpecification" }, - "+variants": { "title": "Variants", "description": "UNDOCUMENTED, adds variants?", "$ref": "#/definitions/VariantSpecification" }, + "variants": { "title": "Variants", "description": "UNDOCUMENTED, sets the variants?.", "$ref": "#/definitions/VariantSpecification" }, + "+variants": { "title": "Variants", "description": "UNDOCUMENTED, adds variants?.", "$ref": "#/definitions/VariantSpecification" }, "vertexFields": { "title": "Vertex Fields", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/VertexFieldsSpecification" }, "vertexShader": { "type": "string", "title": "Vertex Shader", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "pattern": "^shaders/.*\\.vertex$" }, "vrGeometryShader": { "type": "string", "title": "VR Geometry Shader", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "pattern": "^shaders/.*\\.geometry$" } diff --git a/source/resource/models/entity/1.16.0/model_entity.json b/source/resource/models/entity/1.16.0/model_entity.json index 062990fe..41bd4ad9 100644 --- a/source/resource/models/entity/1.16.0/model_entity.json +++ b/source/resource/models/entity/1.16.0/model_entity.json @@ -9,8 +9,8 @@ "uv": { "type": "array", "items": [ - { "type": "number", "title": "X", "description": "The x component of the uv" }, - { "type": "number", "title": "Y", "description": "The y component of the uv" } + { "type": "number", "title": "X", "description": "The x component of the uv." }, + { "type": "number", "title": "Y", "description": "The y component of the uv." } ] }, "direction_uv": { @@ -27,21 +27,21 @@ "description": "The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.", "$ref": "#/definitions/uv" }, - "material_instance": { "type": "string", "title": "Material Instance", "description": "Specifies the UV's for the face that stretches" } + "material_instance": { "type": "string", "title": "Material Instance", "description": "Specifies the UV's for the face that stretches." } } } }, "properties": { - "debug": { "title": "Debug", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean", "default": false }, + "debug": { "title": "Debug", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean", "default": false }, "format_version": { "$ref": "../../../../general/format_version.json" }, "minecraft:geometry": { "type": "array", "title": "Geometry", - "description": "The collection of geometries", + "description": "The collection of geometries.", "minItems": 1, "items": { "additionalProperties": false, - "description": "Model specification", + "description": "Model specification.", "title": "Model", "type": "object", "required": ["description"], @@ -49,7 +49,7 @@ "description": { "type": "object", "additionalProperties": false, - "description": "The descriptions of the geometry", + "description": "The descriptions of the geometry.", "title": "Description", "required": ["identifier"], "properties": { @@ -96,7 +96,7 @@ "items": { "additionalProperties": false, "type": "object", - "description": "A bones specification", + "description": "A bones specification.", "required": ["name"], "properties": { "binding": { @@ -111,7 +111,7 @@ "items": { "additionalProperties": false, "type": "object", - "description": "A single cube", + "description": "A single cube.", "properties": { "inflate": { "type": "number", @@ -154,7 +154,7 @@ }, "reset": { "title": "Reset", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, @@ -206,35 +206,35 @@ "south": { "title": "South", "$ref": "#/definitions/direction_uv", - "description": "Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis" + "description": "Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis." }, "east": { "title": "East", "$ref": "#/definitions/direction_uv", - "description": "Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis" + "description": "Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis." }, "west": { "title": "West", "$ref": "#/definitions/direction_uv", - "description": "Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis" + "description": "Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis." }, "up": { "title": "Up", "$ref": "#/definitions/direction_uv", - "description": "Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis" + "description": "Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis." }, "down": { "title": "Down", "$ref": "#/definitions/direction_uv", - "description": "Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis" + "description": "Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis." } } }, { "type": "array", "items": [ - { "type": "number", "title": "X", "description": "The x component of the uv" }, - { "type": "number", "title": "Y", "description": "The y component of the uv" } + { "type": "number", "title": "X", "description": "The x component of the uv." }, + { "type": "number", "title": "Y", "description": "The y component of the uv." } ] } ] @@ -329,7 +329,7 @@ "oneOf": [ { "type": "string", - "description": "If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either `tri_list` or `quad_list`", + "description": "If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either `tri_list` or `quad_list`.", "enum": ["tri_list", "quad_list"] }, { @@ -345,9 +345,9 @@ "minItems": 3, "maxItems": 3, "items": [ - { "type": "number", "description": "The index of the position" }, - { "type": "number", "description": "The index of the normal vertex" }, - { "type": "number", "description": "The index of the uv vertex" } + { "type": "number", "description": "The index of the position." }, + { "type": "number", "description": "The index of the normal vertex." }, + { "type": "number", "description": "The index of the uv vertex." } ] } } @@ -388,15 +388,15 @@ "title": "Rotation", "description": "This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order).", "items": [ - { "type": "number", "title": "X", "description": "in degrees" }, - { "type": "number", "title": "Y", "description": "in degrees" }, - { "type": "number", "title": "Z", "description": "in degrees" } + { "type": "number", "title": "X", "description": "in degrees." }, + { "type": "number", "title": "Y", "description": "in degrees." }, + { "type": "number", "title": "Z", "description": "in degrees." } ] }, "texture_meshes": { "type": "array", "title": "Texture Meshes", - "description": "***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes", + "description": "***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes.", "items": { "type": "object", "additionalProperties": false, @@ -404,37 +404,37 @@ "properties": { "local_pivot": { "type": "array", - "description": "The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry", + "description": "The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry.", "minItems": 3, "maxItems": 3, "items": { "type": "number", - "description": "The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry" + "description": "The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry." } }, "position": { "type": "array", - "description": "The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry", + "description": "The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry.", "minItems": 3, "maxItems": 3, "items": { "type": "number", - "description": "The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry" + "description": "The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry." } }, "rotation": { "type": "array", - "description": "The rotation (in degrees) of the texture geometry relative to the offset", + "description": "The rotation (in degrees) of the texture geometry relative to the offset.", "minItems": 3, "maxItems": 3, - "items": { "type": "number", "description": "The rotation (in degrees) of the texture geometry relative to the offset" } + "items": { "type": "number", "description": "The rotation (in degrees) of the texture geometry relative to the offset." } }, "scale": { "type": "array", - "description": "The scale (in degrees) of the texture geometry relative to the offset", + "description": "The scale (in degrees) of the texture geometry relative to the offset.", "minItems": 3, "maxItems": 3, - "items": { "type": "number", "description": "The scale (in degrees) of the texture geometry relative to the offset" } + "items": { "type": "number", "description": "The scale (in degrees) of the texture geometry relative to the offset." } }, "texture": { "type": "string", "description": "The friendly-named texture to use." } } @@ -443,7 +443,7 @@ } } }, - "cape": { "title": "Cape", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" } + "cape": { "title": "Cape", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" } } } } diff --git a/source/resource/models/entity/1.8.0/model_entity.json b/source/resource/models/entity/1.8.0/model_entity.json index bf7ca4a9..ee93d9f5 100644 --- a/source/resource/models/entity/1.8.0/model_entity.json +++ b/source/resource/models/entity/1.8.0/model_entity.json @@ -2,11 +2,11 @@ "$id": "blockception.minecraft.resource.model.1.8.0", "type": "object", "title": "Model Schema For 1.8.0", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "required": ["format_version"], "properties": { - "debug": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" }, + "debug": { "type": "boolean", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Debug" }, "format_version": { "title": "1.8.0 Format Version", "type": "string", @@ -18,17 +18,17 @@ "additionalProperties": { "additionalProperties": false, "type": "object", - "description": "Geometry specification", + "description": "Geometry specification.", "title": "Geometry", "properties": { "bones": { "type": "array", - "description": "The bones definitions", + "description": "The bones definitions.", "title": "Bones", "items": { "additionalProperties": false, "type": "object", - "description": "The bone definition", + "description": "The bone definition.", "title": "Bone", "required": ["name"], "properties": { @@ -59,28 +59,28 @@ "type": "object", "required": ["polys"], "title": "Poly Mesh", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { - "normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" }, + "normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, "positions": { "title": "Positions", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] }, "normals": { "title": "Normals", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] }, "polys": { "title": "Polys", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": { @@ -94,20 +94,20 @@ }, "render_group_id": { "title": "Render Group Id", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }, "reset": { "title": "Reset", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, "rotation": { "title": "Rotation", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "array", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] @@ -115,7 +115,7 @@ "texture_meshes": { "type": "array", "title": "Texture Meshes", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "type": "object", @@ -132,15 +132,15 @@ } } }, - "cape": { "title": "Cape", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }, - "debug": { "title": "Debug", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" }, - "texturewidth": { "type": "integer", "description": "UNDOCUMENTED: texturewidth", "title": "Texturewidth" }, - "textureheight": { "type": "integer", "description": "UNDOCUMENTED: textureheight", "title": "Textureheight" }, - "visible_bounds_width": { "type": "number", "description": "UNDOCUMENTED: visible bounds width", "title": "Visible Bounds Width" }, - "visible_bounds_height": { "type": "number", "description": "UNDOCUMENTED: visible bounds height", "title": "Visible Bounds Height" }, + "cape": { "title": "Cape", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" }, + "debug": { "title": "Debug", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }, + "texturewidth": { "type": "integer", "description": "UNDOCUMENTED: texturewidth.", "title": "Texturewidth" }, + "textureheight": { "type": "integer", "description": "UNDOCUMENTED: textureheight.", "title": "Textureheight" }, + "visible_bounds_width": { "type": "number", "description": "UNDOCUMENTED: visible bounds width.", "title": "Visible Bounds Width" }, + "visible_bounds_height": { "type": "number", "description": "UNDOCUMENTED: visible bounds height.", "title": "Visible Bounds Height" }, "visible_bounds_offset": { "type": "array", - "description": "UNDOCUMENTED: visible bounds offset", + "description": "UNDOCUMENTED: visible bounds offset.", "title": "Visible Bounds Offset", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] } diff --git a/source/resource/particles/components/emitter_lifetime_events.json b/source/resource/particles/components/emitter_lifetime_events.json index b1425447..b826bf5e 100644 --- a/source/resource/particles/components/emitter_lifetime_events.json +++ b/source/resource/particles/components/emitter_lifetime_events.json @@ -2,18 +2,18 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_lifetime_events", "type": "object", "title": "Emitter Lifetime Events Component For 1.10.0", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "creation_event": { "title": "Creation Event", - "description": "Fires when the emitter is created", + "description": "Fires when the emitter is created.", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] }, "expiration_event": { "title": "Expiration Event", - "description": "Fires when the emitter expires (does not wait for particles to expire too)", + "description": "Fires when the emitter expires (does not wait for particles to expire too).", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] }, "timeline": { @@ -23,7 +23,7 @@ "propertyNames": { "pattern": "^[\\d\\.]+$" }, "additionalProperties": { "title": "Timeline Object", - "description": "A single point in time that executes commands/molang/events", + "description": "A single point in time that executes commands/molang/events.", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] } }, @@ -41,10 +41,10 @@ "title": "Distance Event", "additionalProperties": false, "properties": { - "distance": { "title": "Distance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }, + "distance": { "title": "Distance", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" }, "effects": { "title": "Effects", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] } diff --git a/source/resource/particles/components/emitter_lifetime_expression.json b/source/resource/particles/components/emitter_lifetime_expression.json index 31f85aea..e6a84dd9 100644 --- a/source/resource/particles/components/emitter_lifetime_expression.json +++ b/source/resource/particles/components/emitter_lifetime_expression.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_rate_manual", "type": "object", "title": "Emitter Rate Manual Component 1.10.0", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "additionalProperties": false, "properties": { "activation_expression": { diff --git a/source/resource/particles/components/emitter_lifetime_looping.json b/source/resource/particles/components/emitter_lifetime_looping.json index 52848b42..c3227210 100644 --- a/source/resource/particles/components/emitter_lifetime_looping.json +++ b/source/resource/particles/components/emitter_lifetime_looping.json @@ -6,14 +6,14 @@ "properties": { "active_time": { "$ref": "../../../molang/number.json", - "description": "Emitter will emit particles for this time per loop evaluated once per particle emitter loop", + "description": "Emitter will emit particles for this time per loop evaluated once per particle emitter loop.", "title": "Active Time" }, "sleep_time": { "$ref": "../../../molang/number.json", - "description": "Emitter will pause emitting particles for this time per loop evaluated once per particle emitter loop", + "description": "Emitter will pause emitting particles for this time per loop evaluated once per particle emitter loop.", "title": "Sleep Time" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/emitter_lifetime_once.json b/source/resource/particles/components/emitter_lifetime_once.json index 1e612580..4619bacd 100644 --- a/source/resource/particles/components/emitter_lifetime_once.json +++ b/source/resource/particles/components/emitter_lifetime_once.json @@ -6,9 +6,9 @@ "properties": { "active_time": { "$ref": "../../../molang/number.json", - "description": "How long the particles emit for evaluated once", + "description": "How long the particles emit for evaluated once.", "title": "Active Time" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/emitter_local_space.json b/source/resource/particles/components/emitter_local_space.json index 7a027c4c..31ba0167 100644 --- a/source/resource/particles/components/emitter_local_space.json +++ b/source/resource/particles/components/emitter_local_space.json @@ -2,11 +2,11 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_local_space", "type": "object", "title": "Emitter Local Space Component For 1.10.0", - "description": "UNDOCUMENTED:", + "description": "UNDOCUMENTED:.", "additionalProperties": false, "properties": { - "position": { "type": "boolean", "description": "UNDOCUMENTED: position", "title": "Position" }, - "rotation": { "type": "boolean", "description": "UNDOCUMENTED: rotation", "title": "Rotation" }, - "velocity": { "type": "boolean", "description": "UNDOCUMENTED: rotation", "title": "Rotation" } + "position": { "type": "boolean", "description": "UNDOCUMENTED: position.", "title": "Position" }, + "rotation": { "type": "boolean", "description": "UNDOCUMENTED: rotation.", "title": "Rotation" }, + "velocity": { "type": "boolean", "description": "UNDOCUMENTED: rotation.", "title": "Rotation" } } } diff --git a/source/resource/particles/components/emitter_rate_instant.json b/source/resource/particles/components/emitter_rate_instant.json index bd619f38..f212f1d3 100644 --- a/source/resource/particles/components/emitter_rate_instant.json +++ b/source/resource/particles/components/emitter_rate_instant.json @@ -11,5 +11,5 @@ "default": 10 } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/emitter_rate_manual.json b/source/resource/particles/components/emitter_rate_manual.json index d43ef60f..572bc066 100644 --- a/source/resource/particles/components/emitter_rate_manual.json +++ b/source/resource/particles/components/emitter_rate_manual.json @@ -6,9 +6,9 @@ "properties": { "max_particles": { "$ref": "../../../molang/number.json", - "description": "Evaluated once per particle emitted", + "description": "Evaluated once per particle emitted.", "title": "Maximum Particles" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/emitter_rate_steady.json b/source/resource/particles/components/emitter_rate_steady.json index d4f49fd9..ba0c120a 100644 --- a/source/resource/particles/components/emitter_rate_steady.json +++ b/source/resource/particles/components/emitter_rate_steady.json @@ -6,14 +6,14 @@ "properties": { "max_particles": { "$ref": "../../../molang/number.json", - "description": "Maximum number of particles that can be active at once for this emitter, evaluated once per particle emitter loop", + "description": "Maximum number of particles that can be active at once for this emitter, evaluated once per particle emitter loop.", "title": "Maximum Particles" }, "spawn_rate": { "$ref": "../../../molang/number.json", - "description": "How often a particle is emitted, in particles/sec evaluated once per particle emitted", + "description": "How often a particle is emitted, in particles/sec evaluated once per particle emitted.", "title": "Spawn Rate" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/emitter_shape_box.json b/source/resource/particles/components/emitter_shape_box.json index 1bebf9b4..5a037a41 100644 --- a/source/resource/particles/components/emitter_shape_box.json +++ b/source/resource/particles/components/emitter_shape_box.json @@ -16,32 +16,32 @@ ] } ], - "description": "UNDOCUMENTED: direction", + "description": "UNDOCUMENTED: direction.", "title": "Direction" }, - "radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" }, + "radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius.", "title": "Radius" }, "offset": { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Offset" }, "half_dimensions": { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTED: half dimensions", + "description": "UNDOCUMENTED: half dimensions.", "title": "Half Dimensions" }, - "surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" } + "surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only.", "title": "Surface Only" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/emitter_shape_custom.json b/source/resource/particles/components/emitter_shape_custom.json index 58c7e8fe..eaef64ea 100644 --- a/source/resource/particles/components/emitter_shape_custom.json +++ b/source/resource/particles/components/emitter_shape_custom.json @@ -7,24 +7,24 @@ "direction": { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTED: direction", + "description": "UNDOCUMENTED: direction.", "title": "Direction" }, "offset": { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Offset" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/emitter_shape_disc.json b/source/resource/particles/components/emitter_shape_disc.json index 40f8f69c..18e2a8ef 100644 --- a/source/resource/particles/components/emitter_shape_disc.json +++ b/source/resource/particles/components/emitter_shape_disc.json @@ -16,38 +16,38 @@ ] } ], - "description": "UNDOCUMENTED: direction", + "description": "UNDOCUMENTED: direction.", "title": "Direction" }, - "radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" }, + "radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius.", "title": "Radius" }, "offset": { "type": "array", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Offset", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ] }, "plane_normal": { "title": "Plane Normal", - "description": "Specifies the normal of the disc plane, the disc will be perpendicular to this direction", + "description": "Specifies the normal of the disc plane, the disc will be perpendicular to this direction.", "default": [0, 1, 0], "oneOf": [ { "type": "string", "enum": ["x", "y", "z"] }, { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ] } ] }, - "surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" } + "surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only.", "title": "Surface Only" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/emitter_shape_entity_aabb.json b/source/resource/particles/components/emitter_shape_entity_aabb.json index 5b4fca89..57790bce 100644 --- a/source/resource/particles/components/emitter_shape_entity_aabb.json +++ b/source/resource/particles/components/emitter_shape_entity_aabb.json @@ -2,28 +2,28 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_entity_aabb", "type": "object", "title": "Emitter Shape Entity Aabb Component For 1.10.0", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { "direction": { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTED: direction", + "description": "UNDOCUMENTED: direction.", "title": "Direction" }, "offset": { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Offset" } diff --git a/source/resource/particles/components/emitter_shape_point.json b/source/resource/particles/components/emitter_shape_point.json index 22011565..5f15e52a 100644 --- a/source/resource/particles/components/emitter_shape_point.json +++ b/source/resource/particles/components/emitter_shape_point.json @@ -2,27 +2,27 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_point", "type": "object", "title": "Emitter Shape Point Component For 1.10.0", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "additionalProperties": false, "properties": { "direction": { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTED: direction", + "description": "UNDOCUMENTED: direction.", "title": "Direction" }, "offset": { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Offset" } diff --git a/source/resource/particles/components/emitter_shape_sphere.json b/source/resource/particles/components/emitter_shape_sphere.json index 1813f9ac..f24aa710 100644 --- a/source/resource/particles/components/emitter_shape_sphere.json +++ b/source/resource/particles/components/emitter_shape_sphere.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_sphere", "type": "object", "title": "Emitter Shape Sphere Component For 1.10.0", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "additionalProperties": false, "properties": { "direction": { @@ -11,27 +11,27 @@ { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ] } ], - "description": "UNDOCUMENTED: direction", + "description": "UNDOCUMENTED: direction.", "title": "Direction" }, "offset": { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Offset" }, - "radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" }, - "surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" } + "radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius.", "title": "Radius" }, + "surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only.", "title": "Surface Only" } } } diff --git a/source/resource/particles/components/particle_appearance_billboard.json b/source/resource/particles/components/particle_appearance_billboard.json index c9d20439..6e932802 100644 --- a/source/resource/particles/components/particle_appearance_billboard.json +++ b/source/resource/particles/components/particle_appearance_billboard.json @@ -8,8 +8,8 @@ "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: size", "title": "Size" }, - "description": "UNDOCUMENTED: size", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: size.", "title": "Size" }, + "description": "UNDOCUMENTED: size.", "title": "Size" }, "facing_camera_mode": { @@ -22,8 +22,8 @@ "additionalProperties": false, "type": "object", "properties": { - "texture_width": { "type": "integer", "description": "UNDOCUMENTED: texture width", "title": "Texture Width" }, - "texture_height": { "type": "integer", "description": "UNDOCUMENTED: texture height", "title": "Texture Height" }, + "texture_width": { "type": "integer", "description": "UNDOCUMENTED: texture width.", "title": "Texture Width" }, + "texture_height": { "type": "integer", "description": "UNDOCUMENTED: texture height.", "title": "Texture Height" }, "flipbook": { "additionalProperties": false, "type": "object", @@ -33,58 +33,58 @@ "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: base UV", "title": "Base U V" }, - "description": "UNDOCUMENTED: base UV", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: base UV.", "title": "Base U V" }, + "description": "UNDOCUMENTED: base UV.", "title": "Base U V" }, "size_UV": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: size UV", "title": "Size U V" }, - "description": "UNDOCUMENTED: size UV", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: size UV.", "title": "Size U V" }, + "description": "UNDOCUMENTED: size UV.", "title": "Size U V" }, "step_UV": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: step UV", "title": "Step U V" }, - "description": "UNDOCUMENTED: step UV", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: step UV.", "title": "Step U V" }, + "description": "UNDOCUMENTED: step UV.", "title": "Step U V" }, "frames_per_second": { "$ref": "../../../molang/number.json", - "description": "UNDOCUMENTED: frames per second", + "description": "UNDOCUMENTED: frames per second.", "title": "Frames Per Second" }, - "max_frame": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: Maximum frame", "title": "Maximum Frame" }, - "stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTED: stretch to lifetime", "title": "Stretch To Lifetime" }, - "loop": { "type": "boolean", "description": "UNDOCUMENTED: loop", "title": "Loop" } + "max_frame": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: Maximum frame.", "title": "Maximum Frame" }, + "stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTED: stretch to lifetime.", "title": "Stretch To Lifetime" }, + "loop": { "type": "boolean", "description": "UNDOCUMENTED: loop.", "title": "Loop" } }, - "description": "UNDOCUMENTED: flipbook", + "description": "UNDOCUMENTED: flipbook.", "title": "Flipbook" }, "uv": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: uv", "title": "Uv" }, - "description": "UNDOCUMENTED: uv", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: uv.", "title": "Uv" }, + "description": "UNDOCUMENTED: uv.", "title": "Uv" }, "uv_size": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: uv size", "title": "Uv Size" }, - "description": "UNDOCUMENTED: uv size", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: uv size.", "title": "Uv Size" }, + "description": "UNDOCUMENTED: uv size.", "title": "Uv Size" } }, - "description": "UNDOCUMENTED: uv", + "description": "UNDOCUMENTED: uv.", "title": "Uv" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/particle_appearance_lighting.json b/source/resource/particles/components/particle_appearance_lighting.json index 902f41f7..b74ebaee 100644 --- a/source/resource/particles/components/particle_appearance_lighting.json +++ b/source/resource/particles/components/particle_appearance_lighting.json @@ -3,6 +3,6 @@ "type": "object", "title": "Particle Appearance Lighting Component For 1.10.0", "additionalProperties": false, - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } diff --git a/source/resource/particles/components/particle_appearance_tinting.json b/source/resource/particles/components/particle_appearance_tinting.json index 3e3a8fdf..427c2165 100644 --- a/source/resource/particles/components/particle_appearance_tinting.json +++ b/source/resource/particles/components/particle_appearance_tinting.json @@ -7,13 +7,13 @@ "properties": { "color": { "title": "Color", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "anyOf": [ - { "type": "array", "description": "Direct color field", "items": { "$ref": "../../../molang/number.json" } }, - { "type": "string", "format": "color-hex", "description": "Direct color field" }, + { "type": "array", "description": "Direct color field.", "items": { "$ref": "../../../molang/number.json" } }, + { "type": "string", "format": "color-hex", "description": "Direct color field." }, { - "description": "Interpolation based color", + "description": "Interpolation based color.", "type": "object", "additionalProperties": false, "properties": { @@ -21,25 +21,25 @@ "title": "Gradient", "oneOf": [ { - "description": "An array of colors", + "description": "An array of colors.", "type": "array", - "items": { "type": "string", "description": "Color", "title": "Color", "format": "color-hex", "examples": ["#FFFFFF"] } + "items": { "type": "string", "description": "Color.", "title": "Color", "format": "color-hex", "examples": ["#FFFFFF"] } }, { - "description": "An object of colors", + "description": "An object of colors.", "type": "object", "propertyNames": { "pattern": "(^[\\-0-9]+$|^[\\-0-9]+\\.[\\-0-9]+$)" }, - "additionalProperties": { "type": "string", "description": "Color", "format": "color-hex", "examples": ["#FFFFFF"] } + "additionalProperties": { "type": "string", "description": "Color.", "format": "color-hex", "examples": ["#FFFFFF"] } }, { - "description": "An array of colors", + "description": "An array of colors.", "type": "array", "items": { "type": "array", "minItems": 3, "items": { "oneOf": [ - { "type": "number", "description": "Color", "title": "Color", "minimum": 0, "maximum": 1 }, + { "type": "number", "description": "Color.", "title": "Color", "minimum": 0, "maximum": 1 }, { "type": "string", "title": "Molang" } ] } @@ -47,7 +47,7 @@ } ] }, - "interpolant": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: interpolant", "title": "Interpolant" } + "interpolant": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: interpolant.", "title": "Interpolant" } } } ] diff --git a/source/resource/particles/components/particle_expire_if_in_blocks.json b/source/resource/particles/components/particle_expire_if_in_blocks.json index 77864c5b..c8ace05f 100644 --- a/source/resource/particles/components/particle_expire_if_in_blocks.json +++ b/source/resource/particles/components/particle_expire_if_in_blocks.json @@ -3,7 +3,7 @@ "type": "array", "title": "Particle Expire If Not In Blocks Component For 1.10.0", "additionalProperties": false, - "items": { "$ref": "../../../general/block/identifier.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Block" }, - "description": "UNDOCUMENTED", + "items": { "$ref": "../../../general/block/identifier.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Block" }, + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } diff --git a/source/resource/particles/components/particle_expire_if_not_in_blocks.json b/source/resource/particles/components/particle_expire_if_not_in_blocks.json index 91144d1c..83a151c7 100644 --- a/source/resource/particles/components/particle_expire_if_not_in_blocks.json +++ b/source/resource/particles/components/particle_expire_if_not_in_blocks.json @@ -3,7 +3,7 @@ "type": "array", "title": "Particle Expire If Not In Blocks Component For 1.10.0", "additionalProperties": false, - "items": { "$ref": "../../../general/block/identifier.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Block" }, - "description": "UNDOCUMENTED", + "items": { "$ref": "../../../general/block/identifier.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Block" }, + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } diff --git a/source/resource/particles/components/particle_initial_speed.json b/source/resource/particles/components/particle_initial_speed.json index 79bece68..b6240bda 100644 --- a/source/resource/particles/components/particle_initial_speed.json +++ b/source/resource/particles/components/particle_initial_speed.json @@ -1,16 +1,16 @@ { "$id": "blockception.minecraft.resource.particle.1.10.0.particle_initial_speed", "title": "Particle Initial Speed Component For 1.10.0", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "anyOf": [ { "$ref": "../../../molang/number.json" }, { "type": "array", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" } ] } ] diff --git a/source/resource/particles/components/particle_initial_spin.json b/source/resource/particles/components/particle_initial_spin.json index 372e4e0b..1994fd07 100644 --- a/source/resource/particles/components/particle_initial_spin.json +++ b/source/resource/particles/components/particle_initial_spin.json @@ -5,10 +5,10 @@ "additionalProperties": false, "type": "object", "properties": { - "rotation": { "$ref": "../../../molang/number.json", "description": "Specifies the initial rotation in degrees", "title": "Rotation" }, + "rotation": { "$ref": "../../../molang/number.json", "description": "Specifies the initial rotation in degrees.", "title": "Rotation" }, "rotation_rate": { "$ref": "../../../molang/number.json", - "description": "Specifies the spin rate in degrees/second", + "description": "Specifies the spin rate in degrees/second.", "title": "Rotation Rate" } } diff --git a/source/resource/particles/components/particle_initialization.json b/source/resource/particles/components/particle_initialization.json index 3da2d62a..08ca1dff 100644 --- a/source/resource/particles/components/particle_initialization.json +++ b/source/resource/particles/components/particle_initialization.json @@ -6,14 +6,14 @@ "properties": { "per_update_expression": { "$ref": "../../../molang/number.json", - "description": "UNDOCUMENTED: per update expression", + "description": "UNDOCUMENTED: per update expression.", "title": "Per Update Expression" }, "per_render_expression": { "$ref": "../../../molang/number.json", - "description": "UNDOCUMENTED: per render expression", + "description": "UNDOCUMENTED: per render expression.", "title": "Per Render Expression" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/particle_kill_plane.json b/source/resource/particles/components/particle_kill_plane.json index f80b3266..2ee2a43e 100644 --- a/source/resource/particles/components/particle_kill_plane.json +++ b/source/resource/particles/components/particle_kill_plane.json @@ -2,11 +2,11 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.particle_kill_plane", "type": "array", "title": "Particle Kill Plane Component For 1.10.0", - "description": "A*x + B*y + C*z + D = 0\nwith the parameters being [ A, B, C, D ]", + "description": "A*x + B*y + C*z + D = 0\nwith the parameters being [ A, B, C, D ].", "items": [ - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "A" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "B" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "C" }, - { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "D" } + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "A" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "B" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "C" }, + { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "D" } ] } diff --git a/source/resource/particles/components/particle_lifetime_events.json b/source/resource/particles/components/particle_lifetime_events.json index 577720bc..ada61ed9 100644 --- a/source/resource/particles/components/particle_lifetime_events.json +++ b/source/resource/particles/components/particle_lifetime_events.json @@ -6,16 +6,16 @@ "properties": { "creation_event": { "title": "Creation Event", - "description": "Fires when the particle is created", + "description": "Fires when the particle is created.", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] }, - "custom_events": { "title": "Custom Events", "description": "UNDOCUMENTED, unclear structure :(" }, + "custom_events": { "title": "Custom Events", "description": "UNDOCUMENTED, unclear structure :(." }, "expiration_event": { "title": "Expiration Event", - "description": "Fires when the particle expires (does not wait for particles to expire too)", + "description": "Fires when the particle expires (does not wait for particles to expire too).", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] }, - "timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTED: timeline", "title": "Timeline" } + "timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTED: timeline.", "title": "Timeline" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/particle_lifetime_expression.json b/source/resource/particles/components/particle_lifetime_expression.json index 33232ad9..0c81fbeb 100644 --- a/source/resource/particles/components/particle_lifetime_expression.json +++ b/source/resource/particles/components/particle_lifetime_expression.json @@ -1,18 +1,18 @@ { "$id": "blockception.minecraft.resource.particle.1.10.0.particle_lifetime_expression", "type": "object", - "description": "UNDOCUMENTED:", + "description": "UNDOCUMENTED:.", "title": "Particle Lifetime Expression Component For 1.10.0", "additionalProperties": false, "properties": { "expiration_expression": { "title": "Expiration Expression", - "description": "This expression makes the particle expire when true (non-zero), The float/expr is evaluated once per particle, evaluated every frame", + "description": "This expression makes the particle expire when true (non-zero), The float/expr is evaluated once per particle, evaluated every frame.", "$ref": "../../../molang/number.json" }, "max_lifetime": { "$ref": "../../../molang/number.json", - "description": "Alternate way to express lifetime, particle will expire after this much time, evaluated once", + "description": "Alternate way to express lifetime, particle will expire after this much time, evaluated once.", "title": "Maximum Lifetime" } } diff --git a/source/resource/particles/components/particle_motion_collision.json b/source/resource/particles/components/particle_motion_collision.json index 65a33ae6..42ce1faf 100644 --- a/source/resource/particles/components/particle_motion_collision.json +++ b/source/resource/particles/components/particle_motion_collision.json @@ -4,29 +4,29 @@ "title": "Particle Motion Collision Component For 1.10.0", "additionalProperties": false, "properties": { - "collision_drag": { "type": "number", "description": "UNDOCUMENTED: collision drag", "title": "Collision Drag" }, + "collision_drag": { "type": "number", "description": "UNDOCUMENTED: collision drag.", "title": "Collision Drag" }, "coefficient_of_restitution": { "type": "number", - "description": "UNDOCUMENTED: coefficient of restitution", + "description": "UNDOCUMENTED: coefficient of restitution.", "title": "Coefficient Of Restitution" }, - "collision_radius": { "type": "number", "description": "UNDOCUMENTED: collision radius", "title": "Collision Radius" }, - "enabled": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: enabled", "title": "Enabled" }, - "expire_on_contact": { "type": "boolean", "description": "UNDOCUMENTED: expire on contact", "title": "Expire On Contact" }, + "collision_radius": { "type": "number", "description": "UNDOCUMENTED: collision radius.", "title": "Collision Radius" }, + "enabled": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: enabled.", "title": "Enabled" }, + "expire_on_contact": { "type": "boolean", "description": "UNDOCUMENTED: expire on contact.", "title": "Expire On Contact" }, "events": { "type": "array", "items": { "properties": { "additionalProperties": false, - "event": { "type": "string", "description": "UNDOCUMENTED: event", "title": "Event" }, - "min_speed": { "type": "number", "description": "UNDOCUMENTED: Minimum speed", "title": "Minimum Speed" } + "event": { "type": "string", "description": "UNDOCUMENTED: event.", "title": "Event" }, + "min_speed": { "type": "number", "description": "UNDOCUMENTED: Minimum speed.", "title": "Minimum Speed" } }, - "description": "UNDOCUMENTED: events", + "description": "UNDOCUMENTED: events.", "title": "Events" }, - "description": "UNDOCUMENTED: events", + "description": "UNDOCUMENTED: events.", "title": "Events" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/components/particle_motion_dynamic.json b/source/resource/particles/components/particle_motion_dynamic.json index bd76f512..a932d647 100644 --- a/source/resource/particles/components/particle_motion_dynamic.json +++ b/source/resource/particles/components/particle_motion_dynamic.json @@ -22,13 +22,13 @@ }, "rotation_acceleration": { "$ref": "../../../molang/number.json", - "description": "Acceleration applies to the rotation speed of the particle", + "description": "Acceleration applies to the rotation speed of the particle.", "title": "Rotation Acceleration", "default": 0 }, "rotation_drag_coefficient": { "$ref": "../../../molang/number.json", - "description": "Drag applied to rotation", + "description": "Drag applied to rotation.", "title": "Rotation Drag Coefficient", "default": 0 } diff --git a/source/resource/particles/components/particle_motion_parametric.json b/source/resource/particles/components/particle_motion_parametric.json index bdd21988..d9acf456 100644 --- a/source/resource/particles/components/particle_motion_parametric.json +++ b/source/resource/particles/components/particle_motion_parametric.json @@ -8,19 +8,19 @@ "type": "array", "minItems": 3, "maxItems": 3, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position", "title": "Relative Position" }, - "description": "UNDOCUMENTED: relative position", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position.", "title": "Relative Position" }, + "description": "UNDOCUMENTED: relative position.", "title": "Relative Position" }, - "rotation": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: rotation", "title": "Rotation" }, + "rotation": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: rotation.", "title": "Rotation" }, "direction": { "type": "array", "minItems": 3, "maxItems": 3, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position", "title": "Direction" }, - "description": "UNDOCUMENTED: relative position", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position.", "title": "Direction" }, + "description": "UNDOCUMENTED: relative position.", "title": "Direction" } }, - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED." } diff --git a/source/resource/particles/particles.json b/source/resource/particles/particles.json index f81fc6d6..bf94a980 100644 --- a/source/resource/particles/particles.json +++ b/source/resource/particles/particles.json @@ -16,14 +16,14 @@ ], "type": "object", "additionalProperties": false, - "description": "A particle definition file", + "description": "A particle definition file.", "title": "Particle", "properties": { "format_version": { "$ref": "../../general/format_version.json" }, "particle_effect": { "type": "object", "additionalProperties": false, - "description": "UNDOCUMENTED: particle effect", + "description": "UNDOCUMENTED: particle effect.", "title": "Particle Effect", "properties": { "description": { @@ -33,27 +33,27 @@ "properties": { "identifier": { "type": "string", - "description": "UNDOCUMENTED: identifier", + "description": "UNDOCUMENTED: identifier.", "title": "Identifier", "$ref": "../../general/particle/identifier.json" }, "basic_render_parameters": { "additionalProperties": false, "type": "object", - "description": "UNDOCUMENTED: basic render parameters", + "description": "UNDOCUMENTED: basic render parameters.", "title": "Basic Render Parameters", "properties": { "material": { "type": "string", "examples": ["particles_alpha", "particles_blend"], - "description": " Minecraft material to use for emitter", + "description": " Minecraft material to use for emitter.", "title": "Material" }, - "texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter", "title": "Texture" } + "texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter.", "title": "Texture" } } } }, - "description": "UNDOCUMENTED: description", + "description": "UNDOCUMENTED: description.", "title": "Description" }, "curves": { @@ -65,10 +65,10 @@ "type": "object", "additionalProperties": false, "title": "Curve", - "description": "The curve definitions, conists out of a couple of nodes", + "description": "The curve definitions, conists out of a couple of nodes.", "$comment": "UNDOCUMENTED", "properties": { - "input": { "$ref": "../../molang/number.json", "title": "Input", "description": "What is the input value to use" }, + "input": { "$ref": "../../molang/number.json", "title": "Input", "description": "What is the input value to use." }, "nodes": { "description": "Control nodes for curve. These are assumed to be equally, used Object for bezier_chain", "title": "Nodes", @@ -84,12 +84,12 @@ "type": { "type": "string", "title": "Type", - "description": "The type of curve", + "description": "The type of curve.", "enum": ["linear", "bezier", "bezier_chain", "catmull_rom"] }, "horizontal_range": { "title": "Horizontal Range", - "description": "What is the range the input is mapped onto", + "description": "What is the range the input is mapped onto.", "$ref": "../../molang/number.json" } } @@ -134,10 +134,10 @@ }, "events": { "type": "object", - "description": "UNDOCUMENTED: events", + "description": "UNDOCUMENTED: events.", "title": "Events", "additionalProperties": { - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Event", "type": "object", @@ -145,19 +145,19 @@ "properties": { "particle_effect": { "title": "Particle Effect", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { - "effect": { "type": "string", "description": "UNDOCUMENTED: effect", "title": "Effect" }, - "type": { "type": "string", "description": "UNDOCUMENTED: type", "title": "Type" } + "effect": { "type": "string", "description": "UNDOCUMENTED: effect.", "title": "Effect" }, + "type": { "type": "string", "description": "UNDOCUMENTED: type.", "title": "Type" } } }, "sound_effect": { "title": "Sound Effect", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { - "event_name": { "type": "string", "description": "UNDOCUMENTED: effect", "title": "Event Name" } + "event_name": { "type": "string", "description": "UNDOCUMENTED: effect.", "title": "Event Name" } } } } diff --git a/source/resource/render_controllers/render_controllers.json b/source/resource/render_controllers/render_controllers.json index 5965dfac..d9773d1e 100644 --- a/source/resource/render_controllers/render_controllers.json +++ b/source/resource/render_controllers/render_controllers.json @@ -12,12 +12,12 @@ "additionalProperties": false, "type": "object", "title": "Render Controllers", - "description": "A collection of render controllers to apply", + "description": "A collection of render controllers to apply.", "definitions": { "color": { "anyOf": [ - { "type": "number", "description": "A color definition as number, between 0 and 1", "minimum": 0, "maximum": 1, "title": "Color Number" }, - { "type": "string", "description": "A color definition in molang, between 0 and 1", "title": "Molang Color" } + { "type": "number", "description": "A color definition as number, between 0 and 1.", "minimum": 0, "maximum": 1, "title": "Color Number" }, + { "type": "string", "description": "A color definition in molang, between 0 and 1.", "title": "Molang Color" } ] } }, @@ -25,70 +25,70 @@ "format_version": { "$ref": "../../general/format_version.json" }, "render_controllers": { "title": "Render Controllers", - "description": "The collection of render controllers, each property is the identifier of a render controller", + "description": "The collection of render controllers, each property is the identifier of a render controller.", "type": "object", "propertyNames": { "pattern": "^controller\\.render\\.[a-z\\.]+" }, "additionalProperties": { "title": "Render Controller", "additionalProperties": false, "type": "object", - "description": "A single render_controller", + "description": "A single render_controller.", "required": ["geometry", "materials"], "properties": { "arrays": { "type": "object", "title": "Arrays", "additionalProperties": false, - "description": "A collection of definition of arrays", + "description": "A collection of definition of arrays.", "properties": { "geometries": { "type": "object", "minProperties": 1, - "description": "A collection of Geometry array", + "description": "A collection of Geometry array.", "title": "Geometries", "additionalProperties": { "type": "array", "items": { "type": "string", "pattern": "^[Gg]eometry\\..+", - "description": "A geometry item, must be defined in the entity", + "description": "A geometry item, must be defined in the entity.", "title": "Geometry Reference" }, - "description": "A geometry array definition", + "description": "A geometry array definition.", "title": "Geometries" } }, "materials": { "type": "object", "minProperties": 1, - "description": "A collection of materials array", + "description": "A collection of materials array.", "title": "Materials", "additionalProperties": { "type": "array", "items": { "type": "string", "pattern": "^[Mm]aterial\\..+", - "description": "A material item, must be defined in the entity", + "description": "A material item, must be defined in the entity.", "title": "Material" }, - "description": "A material array definition", + "description": "A material array definition.", "title": "Materials" } }, "textures": { "type": "object", "minProperties": 1, - "description": "A collection of texture array", + "description": "A collection of texture array.", "title": "Textures", "additionalProperties": { "type": "array", - "description": "Textures", + "description": "Textures.", "title": "Texture", "items": { "type": "string", "pattern": "^[Tt]exture\\..+", "default": "texture.", - "description": "An texture item", + "description": "An texture item.", "title": "Texture" } } @@ -99,56 +99,56 @@ "additionalProperties": false, "type": "object", "properties": { - "r": { "$ref": "#/definitions/color", "description": "The value of red, between 0 and 1", "title": "R" }, - "g": { "$ref": "#/definitions/color", "description": "The value of green, between 0 and 1", "title": "G" }, - "b": { "$ref": "#/definitions/color", "description": "The value of blue, between 0 and 1", "title": "B" }, - "a": { "$ref": "#/definitions/color", "description": "The value of alpha, between 0 and 1", "title": "A" } + "r": { "$ref": "#/definitions/color", "description": "The value of red, between 0 and 1.", "title": "R" }, + "g": { "$ref": "#/definitions/color", "description": "The value of green, between 0 and 1.", "title": "G" }, + "b": { "$ref": "#/definitions/color", "description": "The value of blue, between 0 and 1.", "title": "B" }, + "a": { "$ref": "#/definitions/color", "description": "The value of alpha, between 0 and 1.", "title": "A" } }, - "description": "The color to apply", + "description": "The color to apply.", "title": "Color" }, "filter_lighting": { "type": "boolean", - "description": "Whenever or not to apply enviroment lighting to this object", + "description": "Whenever or not to apply enviroment lighting to this object.", "title": "Filter Lighting" }, "geometry": { "$ref": "../../molang/string.json", - "description": "The model data to use", + "description": "The model data to use.", "title": "Geometry", "examples": ["geometry.default"] }, - "ignore_lighting": { "type": "boolean", "description": "Whenever or not to apply enviroment lighting to this object", "title": "Ignore Lighting" }, + "ignore_lighting": { "type": "boolean", "description": "Whenever or not to apply enviroment lighting to this object.", "title": "Ignore Lighting" }, "is_hurt_color": { "additionalProperties": false, "type": "object", - "description": "The color to overlay on the entity when hurt", + "description": "The color to overlay on the entity when hurt.", "title": "Is Hurt Color", "properties": { - "r": { "$ref": "#/definitions/color", "description": "The value of red, between 0 and 1", "title": "R" }, - "g": { "$ref": "#/definitions/color", "description": "The value of green, between 0 and 1", "title": "G" }, - "b": { "$ref": "#/definitions/color", "description": "The value of blue, between 0 and 1", "title": "B" }, - "a": { "$ref": "#/definitions/color", "description": "The value of alpha, between 0 and 1", "title": "A" } + "r": { "$ref": "#/definitions/color", "description": "The value of red, between 0 and 1.", "title": "R" }, + "g": { "$ref": "#/definitions/color", "description": "The value of green, between 0 and 1.", "title": "G" }, + "b": { "$ref": "#/definitions/color", "description": "The value of blue, between 0 and 1.", "title": "B" }, + "a": { "$ref": "#/definitions/color", "description": "The value of alpha, between 0 and 1.", "title": "A" } } }, "light_color_multiplier": { "$ref": "../../molang/number.json", - "description": "The amount of light that blends into what is being rendered, lower values gives darker rendering, (1 = 100%)", + "description": "The amount of light that blends into what is being rendered, lower values gives darker rendering, (1 = 100%).", "title": "Light Color Multiplier" }, "materials": { "title": "Materials", - "description": "The specification where to apply materials to", + "description": "The specification where to apply materials to.", "type": "array", "minItems": 1, "examples": [[{ "*": "material.default" }], [{ "Alpha_*": "material.alpha" }]], "items": { "type": "object", - "description": "The definitions of what material to apply to what set of bones, can be done through specific names, or patterns using * as a wildcard", + "description": "The definitions of what material to apply to what set of bones, can be done through specific names, or patterns using * as a wildcard.", "title": "Materials", "additionalProperties": { "type": "string", - "description": "The material to apply, or patterns using * as a wildcard", + "description": "The material to apply, or patterns using * as a wildcard.", "$comment": "UNDOCUMENTED", "title": "Material" } @@ -156,35 +156,35 @@ }, "on_fire_color": { "title": "On Fire Color", - "description": "The color that will be overlayed when the object is on fire", + "description": "The color that will be overlayed when the object is on fire.", "additionalProperties": false, "type": "object", "properties": { - "r": { "$ref": "#/definitions/color", "description": "The value of red, must result in a float between 0 and 1", "title": "R" }, - "g": { "$ref": "#/definitions/color", "description": "The value of green, must result in a float between 0 and 1", "title": "G" }, - "b": { "$ref": "#/definitions/color", "description": "The value of blue, must result in a float between 0 and 1", "title": "B" }, - "a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" } + "r": { "$ref": "#/definitions/color", "description": "The value of red, must result in a float between 0 and 1.", "title": "R" }, + "g": { "$ref": "#/definitions/color", "description": "The value of green, must result in a float between 0 and 1.", "title": "G" }, + "b": { "$ref": "#/definitions/color", "description": "The value of blue, must result in a float between 0 and 1.", "title": "B" }, + "a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1.", "title": "A" } } }, "overlay_color": { "additionalProperties": false, "type": "object", - "description": "The color to put over the object", + "description": "The color to put over the object.", "title": "Overlay Color", "properties": { - "r": { "$ref": "#/definitions/color", "description": "The value of red, between 0 and 1", "title": "R" }, - "g": { "$ref": "#/definitions/color", "description": "The value of green, between 0 and 1", "title": "G" }, - "b": { "$ref": "#/definitions/color", "description": "The value of blue, between 0 and 1", "title": "B" }, - "a": { "$ref": "#/definitions/color", "description": "The value of alpha, between 0 and 1", "title": "A" } + "r": { "$ref": "#/definitions/color", "description": "The value of red, between 0 and 1.", "title": "R" }, + "g": { "$ref": "#/definitions/color", "description": "The value of green, between 0 and 1.", "title": "G" }, + "b": { "$ref": "#/definitions/color", "description": "The value of blue, between 0 and 1.", "title": "B" }, + "a": { "$ref": "#/definitions/color", "description": "The value of alpha, between 0 and 1.", "title": "A" } } }, "part_visibility": { "title": "Part Visibility", - "description": "Determines what part of the object to show or hide", + "description": "Determines what part of the object to show or hide.", "type": "array", "minItems": 1, "items": { - "description": "The object that describe different bone visibility", + "description": "The object that describe different bone visibility.", "title": "Part Visibility", "type": "object", "additionalProperties": { "oneOf": [{ "type": "string" }, { "type": "boolean" }, { "type": "number" }] } @@ -196,7 +196,7 @@ "type": "array", "minItems": 1, "items": { - "description": "The texture definition to apply", + "description": "The texture definition to apply.", "title": "Textures", "$ref": "../../molang/string.json", "examples": ["texture.default", "Array.skins[query.variant]"] @@ -204,7 +204,7 @@ }, "uv_anim": { "title": "Uv Anim", - "description": "The UV animation to apply to the render texture", + "description": "The UV animation to apply to the render texture.", "additionalProperties": false, "type": "object", "required": ["offset", "scale"], @@ -215,15 +215,15 @@ "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../molang/number.json", "description": "The offset to apply on the texture, can be molang", "title": "Offset" } + "items": { "$ref": "../../molang/number.json", "description": "The offset to apply on the texture, can be molang.", "title": "Offset" } }, "scale": { "type": "array", - "description": "The scale to apply to the texture, this will cause texture to seem to grow and shrink if done per frame", + "description": "The scale to apply to the texture, this will cause texture to seem to grow and shrink if done per frame.", "title": "Scale", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../molang/number.json", "description": "The scale to apply on the texture, can be molang", "title": "Scale" } + "items": { "$ref": "../../molang/number.json", "description": "The scale to apply on the texture, can be molang.", "title": "Scale" } } } } diff --git a/source/resource/sounds.json b/source/resource/sounds.json index ed02880a..b1efd478 100644 --- a/source/resource/sounds.json +++ b/source/resource/sounds.json @@ -3,15 +3,15 @@ "$id": "blockception.minecraft.resource.sounds.json", "type": "object", "title": "Sounds.json", - "description": "Sound definitions", + "description": "Sound definitions.", "additionalProperties": false, "definitions": { "pitch": { "title": "Pitch", "oneOf": [ - { "default": 1, "type": "number", "description": "A defined pitch" }, + { "default": 1, "type": "number", "description": "A defined pitch." }, { - "description": "A random selection between a minimum and maximum", + "description": "A random selection between a minimum and maximum.", "type": "array", "items": [ { "type": "number", "minimum": 0, "title": "Minimum" }, @@ -23,9 +23,9 @@ "volume": { "title": "Volume", "oneOf": [ - { "default": 1, "type": "number", "description": "A defined volume" }, + { "default": 1, "type": "number", "description": "A defined volume." }, { - "description": "A random selection between a minimum and maximum", + "description": "A random selection between a minimum and maximum.", "type": "array", "items": [ { "type": "number", "minimum": 0, "title": "Minimum" }, @@ -36,7 +36,7 @@ }, "sound_event": { "title": "Sound Event", - "description": "A single sound event definition", + "description": "A single sound event definition.", "oneOf": [ { "type": "string" }, { @@ -54,7 +54,7 @@ "entity_event": { "type": "object", "title": "Entity Sound", - "description": "Entity sound definitions", + "description": "Entity sound definitions.", "properties": { "volume": { "$ref": "#/definitions/volume" }, "pitch": { "$ref": "#/definitions/pitch" }, @@ -71,11 +71,11 @@ "block_sounds": { "type": "object", "title": "Block Sounds", - "description": "Block sound definitions", + "description": "Block sound definitions.", "additionalProperties": { "type": "object", "title": "Block Sound", - "description": "A single block sound definition", + "description": "A single block sound definition.", "additionalProperties": false, "properties": { "volume": { "$ref": "#/definitions/volume" }, @@ -92,14 +92,14 @@ "entity_sounds": { "type": "object", "title": "Entity Sounds", - "description": "Entity sounds definitions", + "description": "Entity sounds definitions.", "additionalProperties": false, "properties": { "defaults": { "$ref": "#/definitions/entity_event" }, "entities": { "type": "object", "title": "Entities", - "description": "Entities definitions", + "description": "Entities definitions.", "additionalProperties": { "$ref": "#/definitions/entity_event" } } } @@ -107,26 +107,26 @@ "individual_event_sounds": { "type": "object", "title": "Individual Event Sounds", - "description": "Individual event sounds definitions", + "description": "Individual event sounds definitions.", "additionalProperties": false, "properties": { - "events": { "type": "object", "title": "Events", "description": "Events", "additionalProperties": { "$ref": "#/definitions/sound_event" } } + "events": { "type": "object", "title": "Events", "description": "Events.", "additionalProperties": { "$ref": "#/definitions/sound_event" } } } }, "interactive_sounds": { "type": "object", "title": "Interactive Sounds", - "description": "Interactive sounds definitions", + "description": "Interactive sounds definitions.", "additionalProperties": false, "properties": { "block_sounds": { "type": "object", "title": "Block Sounds", - "description": "Block sound definitions", + "description": "Block sound definitions.", "additionalProperties": { "type": "object", "title": "Block Sound", - "description": "A single block sound definition", + "description": "A single block sound definition.", "additionalProperties": false, "properties": { "volume": { "$ref": "#/definitions/volume" }, @@ -137,7 +137,7 @@ "propertyNames": { "enum": ["default", "fall", "step", "hit", "jump", "land"] }, "additionalProperties": { "title": "Sound Event", - "description": "A single sound event definition", + "description": "A single sound event definition.", "oneOf": [ { "type": "string" }, { @@ -159,13 +159,13 @@ "entity_sounds": { "type": "object", "title": "Entity Sounds", - "description": "Entity sound definitions", + "description": "Entity sound definitions.", "additionalProperties": false, "properties": { "defaults": { "type": "object", "title": "Defaults", - "description": "Default sound definitions", + "description": "Default sound definitions.", "additionalProperties": { "type": "object", "title": "Entity Sounds", @@ -177,7 +177,7 @@ "additionalProperties": { "type": "object", "title": "Entity Event", - "description": "A single entity event", + "description": "A single entity event.", "additionalProperties": { "type": "string", "title": "A Sound Interaction" } } } @@ -188,7 +188,7 @@ "entities": { "type": "object", "title": "Entites Sounds", - "description": "Entities sound definitions", + "description": "Entities sound definitions.", "additionalProperties": { "type": "object", "title": "Entity Sounds", @@ -202,7 +202,7 @@ "additionalProperties": { "type": "object", "title": "Entity Event", - "description": "A single entity event", + "description": "A single entity event.", "additionalProperties": { "type": "string", "title": "A Sound Interaction" } } } diff --git a/source/resource/sounds/music_definitions.json b/source/resource/sounds/music_definitions.json index 041a880d..ca4383ab 100644 --- a/source/resource/sounds/music_definitions.json +++ b/source/resource/sounds/music_definitions.json @@ -4,32 +4,23 @@ "examples": [{ "example": { "event_name": "music.example", "min_delay": 600, "max_delay": 1200 } }], "type": "object", "title": "Music File", - "description": "The definition file of music of the resourcepack", + "description": "The definition file of music of the resourcepack.", "definitions": { "music": {} }, "propertyNames": { "examples": ["creative", "credits", "end", "endboss", "game", "hell", "menu", "nether", "soulsand_valley", "water"] }, "additionalProperties": { "additionalProperties": false, "type": "object", - "description": "A music defintion", + "description": "A music defintion.", "required": ["event_name"], "properties": { "event_name": { - "description": "The name of the minecraft music event", + "description": "The name of the minecraft music event.", "type": "string", - "examples": [ - "music.game", - "music.game.creative", - "music.game.end", - "music.game.endboss", - "music.game.nether", - "music.game.credits", - "music.game.nether_wastes", - "music.menu" - ], + "examples": ["music.game", "music.game.creative", "music.game.end", "music.game.endboss", "music.game.nether", "music.game.credits", "music.game.nether_wastes", "music.menu"], "title": "Event Name" }, - "min_delay": { "type": "integer", "description": "UNDOCUMENTED: Minimum delay", "title": "Minimum Delay" }, - "max_delay": { "type": "integer", "description": "UNDOCUMENTED: Maximum delay", "title": "Maximum Delay" } + "min_delay": { "type": "integer", "description": "UNDOCUMENTED: Minimum delay.", "title": "Minimum Delay" }, + "max_delay": { "type": "integer", "description": "UNDOCUMENTED: Maximum delay.", "title": "Maximum Delay" } }, "title": "Music" } diff --git a/source/resource/sounds/sound_definitions.json b/source/resource/sounds/sound_definitions.json index 030580c0..b37156df 100644 --- a/source/resource/sounds/sound_definitions.json +++ b/source/resource/sounds/sound_definitions.json @@ -4,14 +4,14 @@ "type": "object", "additionalProperties": false, "title": "Sound Definitions", - "description": "The collection of sound definitions this resourcepack has defined", + "description": "The collection of sound definitions this resourcepack has defined.", "$comment": "UNDOCUMENTED", "definitions": { "SoundPath": { "$id": "SoundFilepath", "type": "string", "title": "Sound Filepath Schema", - "description": "The filepath to the sound, starts with `sounds/'", + "description": "The filepath to the sound, starts with `sounds/'.", "pattern": "(^sounds/.*$|^$)", "additionalItems": true, "examples": ["sounds/"] @@ -26,25 +26,25 @@ "__use_legacy_max_distance": { "type": "boolean", "title": "Use Legacy Max Distance", - "description": "Whenever or not use legacy distance checking" + "description": "Whenever or not use legacy distance checking." }, "category": { "type": "string", "title": "Sound Category", "enum": ["ambient", "block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record", "bottle"], - "description": "The category this sound belongs to, for the user to control the volume on" + "description": "The category this sound belongs to, for the user to control the volume on." }, "sounds": { "title": "Sounds", - "description": "The collection of sounds minecraft can choice from", + "description": "The collection of sounds minecraft can choice from.", "items": { "title": "Sounds", - "description": "UNDOCUMENTED: sounds", + "description": "UNDOCUMENTED: sounds.", "anyOf": [ { "type": "string", "$ref": "#/definitions/SoundPath" }, { "title": "Sounds", - "description": "A collection of sounds to choice from", + "description": "A collection of sounds to choice from.", "$comment": "UNDOCUMENTED", "additionalProperties": false, "type": "object", @@ -52,28 +52,28 @@ "examples": [{ "load_on_low_memory": false, "name": "sounds/fx/example" }], "properties": { "is3D": { - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Is 3D", "type": "boolean" }, - "pitch": { "description": "The pitch of the audio, 1 is nomial", "type": "number", "minimum": 0, "maximum": 2, "title": "Pitch" }, - "volume": { "description": "The volume of the audio, 1 is nomial", "type": "number", "minimum": 0, "title": "Volume" }, + "pitch": { "description": "The pitch of the audio, 1 is nomial.", "type": "number", "minimum": 0, "maximum": 2, "title": "Pitch" }, + "volume": { "description": "The volume of the audio, 1 is nomial.", "type": "number", "minimum": 0, "title": "Volume" }, "load_on_low_memory": { "type": "boolean", - "description": "Marks if this audio should be loaded or not on low memory", + "description": "Marks if this audio should be loaded or not on low memory.", "title": "Load On Low Memory" }, - "stream": { "description": "If marked true then minecraft will stream the audio", "type": "boolean", "title": "Stream" }, + "stream": { "description": "If marked true then minecraft will stream the audio.", "type": "boolean", "title": "Stream" }, "name": { "$id": "#/Sound/sounds/stringItem", "type": "string", "$ref": "#/definitions/SoundPath", - "description": "UNDOCUMENTED: name", + "description": "UNDOCUMENTED: name.", "title": "Name" }, "weight": { - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Weight", "type": "integer", @@ -86,7 +86,7 @@ }, "max_distance": { "title": "Max Distance", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "type": "number", "minimum": 0 } @@ -98,11 +98,11 @@ "sound_definitions": { "type": "object", "additionalProperties": { "$ref": "#/definitions/SoundSpec" }, - "description": "UNDOCUMENTED: sound definitions", + "description": "UNDOCUMENTED: sound definitions.", "title": "Sound Definitions" }, "__use_legacy_max_distance": { - "description": "UNDOCUMENTED: use legacy Maximum distance", + "description": "UNDOCUMENTED: use legacy Maximum distance.", "title": "Use Legacy Maximum Distance", "type": "string", "enum": ["true", "false"] diff --git a/source/resource/textures/flipbook_textures.json b/source/resource/textures/flipbook_textures.json index bbb80a4a..f49359ab 100644 --- a/source/resource/textures/flipbook_textures.json +++ b/source/resource/textures/flipbook_textures.json @@ -2,51 +2,51 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.resource.texture.flipbook", "additionalProperties": false, - "description": "The file that specifies animated textures", + "description": "The file that specifies animated textures.", "title": "Flipbook Texture File", "type": "array", "items": { "additionalProperties": false, - "description": "A single flipbook texture", + "description": "A single flipbook texture.", "title": "Flipbook Texture", "type": "object", "properties": { "atlas_index": { - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Atlas Index", "type": "integer" }, "atlas_tile": { - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "pattern": "^[a-z0-9_\\-]*$", "title": "Atlas Index", "type": "string" }, "atlas_tile_variant": { - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Atlas Index", "type": "integer" }, "blend_frames": { - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Atlas Index", "type": "boolean" }, "flipbook_texture": { - "description": "A texture file", + "description": "A texture file.", "pattern": "^textures/.+$", "title": "Flipbook Texture", "type": "string" }, "frames": { "title": "Frames", - "description": "The collection of frame index to display", + "description": "The collection of frame index to display.", "items": { - "description": "The index of the frame", + "description": "The index of the frame.", "minimum": 0, "title": "Frame Index", "type": "integer" @@ -54,13 +54,13 @@ "type": "array" }, "replicate": { - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Atlas Index", "type": "integer" }, "ticks_per_frame": { - "description": "The amount of ticks to wait between frames", + "description": "The amount of ticks to wait between frames.", "title": "Ticks Per Frame", "type": "integer" } diff --git a/source/resource/textures/item_texture.json b/source/resource/textures/item_texture.json index 35681f50..93bd42b6 100644 --- a/source/resource/textures/item_texture.json +++ b/source/resource/textures/item_texture.json @@ -4,28 +4,28 @@ "additionalProperties": false, "type": "object", "title": "Item Texture File", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "definitions": { "texture": { "oneOf": [ - { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Texture" }, + { "description": "A texture file.", "type": "string", "pattern": "^textures/.+$", "title": "Texture" }, { "type": "object", "additionalProperties": false, - "description": "A collection of texture files", + "description": "A collection of texture files.", "title": "Texture", "properties": { "overlay_color": { - "description": "The color to apply to the texture", + "description": "The color to apply to the texture.", "title": "Overlay Color", "format": "color-hex", "examples": ["#FFFFFF"] }, - "path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" }, + "path": { "description": "A texture file.", "type": "string", "pattern": "^textures/.+$", "title": "Path" }, "tint_color": { "title": "Tint Color", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "format": "color-hex", "examples": ["#FFFFFF"], @@ -34,20 +34,20 @@ "variations": { "type": "array", "title": "Variantions", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "items": { "type": "object", "title": "Variantion", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "required": ["path"], "properties": { - "path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" }, + "path": { "description": "A texture file.", "type": "string", "pattern": "^textures/.+$", "title": "Path" }, "weight": { "type": "integer", "title": "Weight", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" } } @@ -62,31 +62,28 @@ "resource_pack_name": { "type": "string", "title": "Resource Pack Name", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "texture_data": { "title": "Texture Data", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "propertyNames": { "pattern": "^[\\w_\\-\\.]+$" }, "additionalProperties": { "title": "Texture Data", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "textures": { - "oneOf": [ - { "$ref": "#/definitions/texture" }, - { "description": "A collection of textures", "title": "Texture Data", "type": "array", "items": { "$ref": "#/definitions/texture" } } - ] + "oneOf": [{ "$ref": "#/definitions/texture" }, { "description": "A collection of textures.", "title": "Texture Data", "type": "array", "items": { "$ref": "#/definitions/texture" } }] } } } }, - "texture_name": { "title": "Texture Name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" } + "texture_name": { "title": "Texture Name", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" } } } diff --git a/source/resource/textures/terrain_texture.json b/source/resource/textures/terrain_texture.json index 718e1e70..2a5ff8e8 100644 --- a/source/resource/textures/terrain_texture.json +++ b/source/resource/textures/terrain_texture.json @@ -4,28 +4,28 @@ "additionalProperties": false, "type": "object", "title": "Terrain Texture File", - "description": "An collection of texture definitions", + "description": "An collection of texture definitions.", "$comment": "UNDOCUMENTED", "definitions": { "texture": { "oneOf": [ - { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Texture" }, + { "description": "A texture file.", "type": "string", "pattern": "^textures/.+$", "title": "Texture" }, { "type": "object", "additionalProperties": false, - "description": "A collection of texture files", + "description": "A collection of texture files.", "title": "Texture", "properties": { "overlay_color": { - "description": "The color to apply to the texture", + "description": "The color to apply to the texture.", "title": "Overlay Color", "format": "color-hex", "examples": ["#FFFFFF"] }, - "path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" }, + "path": { "description": "A texture file.", "type": "string", "pattern": "^textures/.+$", "title": "Path" }, "tint_color": { "title": "Tint Color", - "description": "The tint color to be applied to the texture", + "description": "The tint color to be applied to the texture.", "$comment": "UNDOCUMENTED", "format": "color-hex", "examples": ["#FFFFFF"], @@ -34,17 +34,17 @@ "variations": { "type": "array", "title": "Variantions", - "description": "The possible variations to use for this texture", + "description": "The possible variations to use for this texture.", "$comment": "UNDOCUMENTED", "items": { "type": "object", "title": "Variantion", - "description": "One of the variantions, specified along with a possible weight", + "description": "One of the variantions, specified along with a possible weight.", "$comment": "UNDOCUMENTED", "required": ["path"], "properties": { - "path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" }, - "weight": { "type": "integer", "title": "Weight", "description": "The weight of the texture", "$comment": "UNDOCUMENTED" } + "path": { "description": "A texture file.", "type": "string", "pattern": "^textures/.+$", "title": "Path" }, + "weight": { "type": "integer", "title": "Weight", "description": "The weight of the texture.", "$comment": "UNDOCUMENTED" } } } } @@ -54,25 +54,25 @@ } }, "properties": { - "num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, + "num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "texture_data": { "type": "object", "propertyNames": { "pattern": "^[\\w_\\-\\.]+$" }, "additionalProperties": { "type": "object", "title": "Texture Data", - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "properties": { "textures": { "oneOf": [{ "$ref": "#/definitions/texture" }, { "type": "array", "items": { "$ref": "#/definitions/texture" } }] } } }, - "description": "UNDOCUMENTED", + "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Texture Data" }, - "texture_name": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Texture Name" } + "texture_name": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Texture Name" } } } diff --git a/source/resource/textures/texture_list.json b/source/resource/textures/texture_list.json index 2e82c438..626b9433 100644 --- a/source/resource/textures/texture_list.json +++ b/source/resource/textures/texture_list.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema", "title": "Texture List", - "description": "A list of texture to load in", + "description": "A list of texture to load in.", "type": "array", "items": { "title": "Filepath", "type": "string", "pattern": "^textures/", "examples": ["textures/blocks/"] } } diff --git a/source/skinpacks/skins.json b/source/skinpacks/skins.json index 0933fd27..f2445a86 100644 --- a/source/skinpacks/skins.json +++ b/source/skinpacks/skins.json @@ -1,21 +1,21 @@ { "$schema": "http://json-schema.org/draft-07/schema", "title": "Skip Pack", - "description": "Skin pack definition", + "description": "Skin pack definition.", "type": "object", "additionalProperties": false, "required": ["serialize_name", "localization_name", "skins"], "properties": { "serialize_name": { "title": "Serialize Name", - "description": "The name of the pack as an identifier, they must be the same as the name of pack without spaces", + "description": "The name of the pack as an identifier, they must be the same as the name of pack without spaces.", "type": "string" }, - "localization_name": { "title": "Locatlization Name", "description": "The key in the language file to use to display text", "type": "string" }, + "localization_name": { "title": "Locatlization Name", "description": "The key in the language file to use to display text.", "type": "string" }, "skins": { "type": "array", "title": "Skins", - "description": "An array of item", + "description": "An array of item.", "examples": [ { "localization_name": "TemplateSkin1", @@ -26,25 +26,25 @@ ], "items": { "title": "Skin", - "description": "A single skin definition", + "description": "A single skin definition.", "additionalProperties": false, "required": ["localization_name", "geometry", "texture", "type"], "type": "object", "properties": { "localization_name": { "title": "Locatlization Name", - "description": "The key in the language file to use to display text", + "description": "The key in the language file to use to display text.", "type": "string" }, "geometry": { "title": "Geometry", - "description": "The type of geometry to use", + "description": "The type of geometry to use.", "type": "string", "pattern": "^[Gg]eometry\\..+$", "examples": ["geometry.humanoid.custom", "geometry.humanoid.customSlim"] }, - "texture": { "title": "Texture", "description": "The filename of the skin", "pattern": "^.*\\.png$" }, - "type": { "title": "Type", "description": "The type of skin", "enum": ["free", "paid"] } + "texture": { "title": "Texture", "description": "The filename of the skin.", "pattern": "^.*\\.png$" }, + "type": { "title": "Type", "description": "The type of skin.", "enum": ["free", "paid"] } } } }