UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

920 lines 27.7 kB
{ "fields": [ { "id": "has_collision", "title": "Has Collision", "description": "Whether or not the object collides with things.", "defaultValue": true, "dataType": 1 }, { "id": "has_gravity", "title": "Has Gravity", "description": "Whether or not the entity is affected by gravity.", "defaultValue": true, "dataType": 1 }, { "id": "push_towards_closest_space", "title": "Push Towards Closest Space", "description": "Whether or not the entity should be pushed towards the nearest open area when stuck inside a block.", "defaultValue": false, "dataType": 1, "samples": { "/vanilla/behavior_pack/entities/player.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": true } ] } } ], "description": "Defines physics properties of an actor, including if it is affected by gravity or if it collides with objects.", "title": "Physics", "samples": { "/vanilla/behavior_pack/entities/allay.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": { "has_gravity": false } } ], "/vanilla/behavior_pack/entities/area_effect_cloud.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": { "has_collision": false } } ], "/vanilla/behavior_pack/entities/armadillo.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/armor_stand.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/arrow.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/axolotl.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/bat.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/bee.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/blaze.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/boat.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/bogged.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/breeze_wind_charge_projectile.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/breeze.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/camel.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/cat.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/cave_spider.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/chest_boat.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/chest_minecart.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/chicken.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/command_block_minecart.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/cow.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/creaking.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/creeper.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/dolphin.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/donkey.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/dragon_fireball.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/drowned.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/egg.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/elder_guardian.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/ender_crystal.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/ender_dragon.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": { "has_gravity": false, "has_collision": false } } ], "/vanilla/behavior_pack/entities/ender_pearl.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/enderman.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/endermite.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/evocation_illager.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/eye_of_ender_signal.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/fireball.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/fireworks_rocket.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/fish.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": { "has_gravity": false } } ], "/vanilla/behavior_pack/entities/fishing_hook.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/fox.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/frog.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/ghast.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/glow_squid.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/goat.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/guardian.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/hoglin.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/hopper_minecart.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/horse.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/husk.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/iron_golem.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/lingering_potion.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/llama_spit.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/llama.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/magma_cube.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/minecart.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/mooshroom.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/mule.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/npc.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/ocelot.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/panda.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/parrot.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/phantom.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": { "has_gravity": false } } ], "/vanilla/behavior_pack/entities/pig.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/piglin_brute.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/piglin.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/pillager.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/player.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": { "push_towards_closest_space": true } } ], "/vanilla/behavior_pack/entities/polar_bear.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/pufferfish.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": { "has_gravity": false } } ], "/vanilla/behavior_pack/entities/rabbit.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/ravager.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/salmon.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": { "has_gravity": false } } ], "/vanilla/behavior_pack/entities/sheep.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/shulker_bullet.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": { "has_collision": false } } ], "/vanilla/behavior_pack/entities/shulker.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/silverfish.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/skeleton_horse.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/skeleton.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/slime.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/small_fireball.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/sniffer.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/snow_golem.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/snowball.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/spider.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/splash_potion.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/squid.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/stray.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/strider.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/tadpole.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/thrown_trident.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/tnt_minecart.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/tnt.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/trader_llama.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/tripod_camera.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/tropicalfish.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": { "has_gravity": false } } ], "/vanilla/behavior_pack/entities/turtle.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/vex.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": { "has_gravity": false, "has_collision": false } } ], "/vanilla/behavior_pack/entities/villager_v2.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/villager.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/vindicator.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/wandering_trader.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/warden.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/wind_charge_projectile.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/witch.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/wither_skeleton.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/wither_skull_dangerous.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/wither_skull.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/wither.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/wolf.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/xp_bottle.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/xp_orb.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/zoglin.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/zombie_horse.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/zombie_pigman.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/zombie_villager_v2.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/zombie_villager.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/vanilla/behavior_pack/entities/zombie.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/add_entity_robot/full/robot_example_full_behavior/entities/robot.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/add_entity_robot/min/robot_example_min_behavior/entities/robot.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/addon_starter/1_hello_world/behavior_packs/aop_mobs/entities/sheepomelon.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/addon_starter/2_entities/behavior_packs/aop_mobs/entities/biceson.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/addon_starter/2_entities/behavior_packs/aop_mobs/entities/frost_moose.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/addon_starter/2_entities/behavior_packs/aop_mobs/entities/nardolphle.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/addon_starter/2_entities/behavior_packs/aop_mobs/entities/sheepomelon.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/addon_starter/complete/behavior_packs/aop_mobs/entities/biceson.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/addon_starter/complete/behavior_packs/aop_mobs/entities/frost_moose.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/addon_starter/complete/behavior_packs/aop_mobs/entities/nardolphle.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/addon_starter/complete/behavior_packs/aop_mobs/entities/sheepomelon.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/behavior_pack_sample/entities/cow.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/chill_dreams/1_dream_turkey/behavior_packs/mamm_cds/entities/dream_turkey.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/chill_dreams/2_dreams_come_true/behavior_packs/mamm_cds/entities/dream_turkey.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/chill_dreams/complete/behavior_packs/mamm_cds/entities/dream_turkey.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/chill_dreams/complete/behavior_packs/mamm_cds/entities/memory_jar.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/custom_cat_eliza/behavior_packs/mike_eliz/entities/eliza.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/entities/axe_turret.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/entities/bow_turret.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/entities/crossbow_turret.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/entities/gray_wave_generator.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/entities/gray_wave.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/entities/gray_zombie_leader.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/entities/shbullet_turret.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ], "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/entities/smfireball_turret.behavior.json": [ { "path": "/minecraft:entity/components/minecraft:physics/", "content": {} } ] }, "id": "minecraft:physics" }