mirror of
https://gitlab.bixilon.de/bixilon/minosoft-meta.git
synced 2025-08-03 18:16:53 -04:00
Initial commit
This commit is contained in:
commit
d6ffe8c0c3
901
1.12.2/entities.json
Normal file
901
1.12.2/entities.json
Normal file
@ -0,0 +1,901 @@
|
||||
{
|
||||
"minecraft:lightning_bolt": {
|
||||
"width": 0.6,
|
||||
"height": 1.8,
|
||||
"class": "EntityLightningBolt",
|
||||
"parent": "WeatherEffectEntity"
|
||||
},
|
||||
"minecraft:player": {
|
||||
"width": 0.6,
|
||||
"height": 1.8,
|
||||
"class": "PlayerEntity",
|
||||
"parent": "LivingBaseEntity",
|
||||
"meta": {
|
||||
"PLAYER_ABSORPTION_HEARTS": 11,
|
||||
"PLAYER_SCORE": 12,
|
||||
"PLAYER_SKIN_PARTS_FLAGS": 13,
|
||||
"PLAYER_SKIN_MAIN_HAND": 14,
|
||||
"PLAYER_LEFT_SHOULDER_DATA": 15,
|
||||
"PLAYER_RIGHT_SHOULDER_DATA": 16
|
||||
}
|
||||
},
|
||||
"minecraft:item": {
|
||||
"id": 1,
|
||||
"width": 0.25,
|
||||
"height": 0.25,
|
||||
"class": "EntityItem",
|
||||
"meta": {
|
||||
"ITEM_ITEM": 6
|
||||
},
|
||||
"parent": "Entity"
|
||||
},
|
||||
"minecraft:experience_orb": {
|
||||
"id": 2,
|
||||
"width": 0.25,
|
||||
"height": 0.25,
|
||||
"class": "EntityXPOrb",
|
||||
"original_resource_locations": "minecraft:xp_orb",
|
||||
"parent": "Entity"
|
||||
},
|
||||
"minecraft:area_effect_cloud": {
|
||||
"id": 3,
|
||||
"width": 6.0,
|
||||
"height": 0.5,
|
||||
"class": "EntityAreaEffectCloud",
|
||||
"meta": {
|
||||
"AREA_EFFECT_CLOUD_RADIUS": 6,
|
||||
"AREA_EFFECT_CLOUD_COLOR": 7,
|
||||
"AREA_EFFECT_CLOUD_IGNORE_RADIUS": 8,
|
||||
"LEGACY_AREA_EFFECT_CLOUD_PARTICLE_ID": 9,
|
||||
"LEGACY_AREA_EFFECT_CLOUD_PARTICLE_PARAMETER_1": 10,
|
||||
"LEGACY_AREA_EFFECT_CLOUD_PARTICLE_PARAMETER_2": 11
|
||||
},
|
||||
"parent": "Entity"
|
||||
},
|
||||
"minecraft:elder_guardian": {
|
||||
"id": 4,
|
||||
"width": 1.9975,
|
||||
"height": 1.9975,
|
||||
"class": "EntityElderGuardian",
|
||||
"parent": "GuardianEntity"
|
||||
},
|
||||
"minecraft:wither_skeleton": {
|
||||
"id": 5,
|
||||
"width": 0.7,
|
||||
"height": 2.4,
|
||||
"class": "EntityWitherSkeleton",
|
||||
"parent": "AbstractSkeletonEntity"
|
||||
},
|
||||
"minecraft:stray": {
|
||||
"id": 6,
|
||||
"width": 0.6,
|
||||
"height": 1.99,
|
||||
"class": "EntityStray",
|
||||
"parent": "AbstractSkeletonEntity"
|
||||
},
|
||||
"minecraft:egg": {
|
||||
"id": 7,
|
||||
"width": 0.25,
|
||||
"height": 0.25,
|
||||
"class": "EntityEgg",
|
||||
"parent": "ThrowableEntity"
|
||||
},
|
||||
"minecraft:leash_knot": {
|
||||
"id": 8,
|
||||
"width": 0.5,
|
||||
"height": 0.5,
|
||||
"class": "EntityLeashKnot",
|
||||
"parent": "HangingEntity"
|
||||
},
|
||||
"minecraft:painting": {
|
||||
"id": 9,
|
||||
"width": 0.5,
|
||||
"height": 0.5,
|
||||
"class": "EntityPainting",
|
||||
"parent": "HangingEntity"
|
||||
},
|
||||
"minecraft:arrow": {
|
||||
"id": 10,
|
||||
"width": 0.5,
|
||||
"height": 0.5,
|
||||
"class": "EntityTippedArrow",
|
||||
"meta": {
|
||||
"ARROW_EFFECT_COLOR": 7
|
||||
},
|
||||
"parent": "ArrowEntity"
|
||||
},
|
||||
"minecraft:snowball": {
|
||||
"id": 11,
|
||||
"width": 0.25,
|
||||
"height": 0.25,
|
||||
"class": "EntitySnowball",
|
||||
"parent": "ThrowableEntity"
|
||||
},
|
||||
"minecraft:fireball": {
|
||||
"id": 12,
|
||||
"width": 1.0,
|
||||
"height": 1.0,
|
||||
"class": "EntityLargeFireball",
|
||||
"parent": "FireballEntity"
|
||||
},
|
||||
"minecraft:small_fireball": {
|
||||
"id": 13,
|
||||
"width": 0.3125,
|
||||
"height": 0.3125,
|
||||
"class": "EntitySmallFireball",
|
||||
"parent": "FireballEntity"
|
||||
},
|
||||
"minecraft:ender_pearl": {
|
||||
"id": 14,
|
||||
"width": 0.25,
|
||||
"height": 0.25,
|
||||
"class": "EntityEnderPearl",
|
||||
"parent": "ThrowableEntity"
|
||||
},
|
||||
"minecraft:eye_of_ender": {
|
||||
"id": 15,
|
||||
"width": 0.25,
|
||||
"height": 0.25,
|
||||
"class": "EntityEnderEye",
|
||||
"original_resource_locations": "minecraft:eye_of_ender_signal",
|
||||
"parent": "Entity"
|
||||
},
|
||||
"minecraft:potion": {
|
||||
"id": 16,
|
||||
"width": 0.25,
|
||||
"height": 0.25,
|
||||
"class": "EntityPotion",
|
||||
"meta": {
|
||||
"THROWN_POTION_ITEM": 6
|
||||
},
|
||||
"parent": "ThrowableEntity"
|
||||
},
|
||||
"minecraft:experience_bottle": {
|
||||
"id": 17,
|
||||
"width": 0.25,
|
||||
"height": 0.25,
|
||||
"class": "EntityExpBottle",
|
||||
"original_resource_locations": "minecraft:xp_bottle",
|
||||
"parent": "ThrowableEntity"
|
||||
},
|
||||
"minecraft:item_frame": {
|
||||
"id": 18,
|
||||
"width": 0.5,
|
||||
"height": 0.5,
|
||||
"class": "EntityItemFrame",
|
||||
"meta": {
|
||||
"ITEM_FRAME_ITEM": 6,
|
||||
"ITEM_FRAME_ROTATION": 7
|
||||
},
|
||||
"parent": "HangingEntity"
|
||||
},
|
||||
"minecraft:wither_skull": {
|
||||
"id": 19,
|
||||
"width": 0.3125,
|
||||
"height": 0.3125,
|
||||
"class": "EntityWitherSkull",
|
||||
"meta": {
|
||||
"WITHER_SKULL_DANGEROUS": 6
|
||||
},
|
||||
"parent": "FireballEntity"
|
||||
},
|
||||
"minecraft:tnt": {
|
||||
"id": 20,
|
||||
"width": 0.98,
|
||||
"height": 0.98,
|
||||
"class": "EntityTNTPrimed",
|
||||
"meta": {
|
||||
"PRIMED_TNT_FUSE_TIME": 6
|
||||
},
|
||||
"parent": "Entity"
|
||||
},
|
||||
"minecraft:falling_block": {
|
||||
"id": 21,
|
||||
"width": 0.6,
|
||||
"height": 1.8,
|
||||
"class": "EntityFallingBlock",
|
||||
"meta": {
|
||||
"FALLING_BLOCK_SPAWN_POSITION": 6
|
||||
},
|
||||
"parent": "Entity"
|
||||
},
|
||||
"minecraft:firework_rocket": {
|
||||
"id": 22,
|
||||
"width": 0.25,
|
||||
"height": 0.25,
|
||||
"class": "EntityFireworkRocket",
|
||||
"original_resource_locations": "minecraft:fireworks_rocket",
|
||||
"meta": {
|
||||
"FIREWORK_ROCKET_ENTITY_ITEM": 6,
|
||||
"FIREWORK_ROCKET_ENTITY_ATTACHED_ENTITY": 7
|
||||
},
|
||||
"parent": "Entity"
|
||||
},
|
||||
"minecraft:husk": {
|
||||
"id": 23,
|
||||
"width": 0.6,
|
||||
"height": 1.95,
|
||||
"class": "EntityHusk",
|
||||
"parent": "ZombieEntity"
|
||||
},
|
||||
"minecraft:spectral_arrow": {
|
||||
"id": 24,
|
||||
"width": 0.5,
|
||||
"height": 0.5,
|
||||
"class": "EntitySpectralArrow",
|
||||
"parent": "ArrowEntity"
|
||||
},
|
||||
"minecraft:shulker_bullet": {
|
||||
"id": 25,
|
||||
"width": 0.3125,
|
||||
"height": 0.3125,
|
||||
"class": "EntityShulkerBullet",
|
||||
"parent": "Entity"
|
||||
},
|
||||
"minecraft:dragon_fireball": {
|
||||
"id": 26,
|
||||
"width": 1.0,
|
||||
"height": 1.0,
|
||||
"class": "EntityDragonFireball",
|
||||
"parent": "FireballEntity"
|
||||
},
|
||||
"minecraft:zombie_villager": {
|
||||
"id": 27,
|
||||
"width": 0.6,
|
||||
"height": 1.95,
|
||||
"class": "EntityZombieVillager",
|
||||
"meta": {
|
||||
"ZOMBIE_VILLAGER_IS_CONVERTING": 15,
|
||||
"LEGACY_VILLAGE_PROFESSION": 16
|
||||
},
|
||||
"parent": "ZombieEntity"
|
||||
},
|
||||
"minecraft:skeleton_horse": {
|
||||
"id": 28,
|
||||
"width": 1.3964844,
|
||||
"height": 1.6,
|
||||
"class": "EntitySkeletonHorse",
|
||||
"parent": "AbstractHorseEntity"
|
||||
},
|
||||
"minecraft:zombie_horse": {
|
||||
"id": 29,
|
||||
"width": 1.3964844,
|
||||
"height": 1.6,
|
||||
"class": "EntityZombieHorse",
|
||||
"parent": "AbstractHorseEntity"
|
||||
},
|
||||
"minecraft:armor_stand": {
|
||||
"id": 30,
|
||||
"width": 0.5,
|
||||
"height": 1.975,
|
||||
"class": "EntityArmorStand",
|
||||
"meta": {
|
||||
"ARMOR_STAND_FLAGS": 11,
|
||||
"ARMOR_STAND_HEAD_ROTATION": 12,
|
||||
"ARMOR_STAND_BODY_ROTATION": 13,
|
||||
"ARMOR_STAND_LEFT_ARM_ROTATION": 14,
|
||||
"ARMOR_STAND_RIGHT_ARM_ROTATION": 15,
|
||||
"ARMOR_STAND_LEFT_LAG_ROTATION": 16,
|
||||
"ARMOR_STAND_RIGHT_LAG_ROTATION": 17
|
||||
},
|
||||
"parent": "LivingBaseEntity"
|
||||
},
|
||||
"minecraft:donkey": {
|
||||
"id": 31,
|
||||
"width": 1.3964844,
|
||||
"height": 1.6,
|
||||
"class": "EntityDonkey",
|
||||
"parent": "AbstractChestHorseEntity"
|
||||
},
|
||||
"minecraft:mule": {
|
||||
"id": 32,
|
||||
"width": 1.3964844,
|
||||
"height": 1.6,
|
||||
"class": "EntityMule",
|
||||
"parent": "AbstractChestHorseEntity"
|
||||
},
|
||||
"minecraft:evoker_fangs": {
|
||||
"id": 33,
|
||||
"width": 0.5,
|
||||
"height": 0.8,
|
||||
"class": "EntityEvokerFangs",
|
||||
"original_resource_locations": "minecraft:evocation_fangs",
|
||||
"parent": "Entity"
|
||||
},
|
||||
"minecraft:evoker": {
|
||||
"id": 34,
|
||||
"width": 0.6,
|
||||
"height": 1.95,
|
||||
"class": "EntityEvoker",
|
||||
"original_resource_locations": "minecraft:evocation_illager",
|
||||
"parent": "SpellcasterIllagerEntity"
|
||||
},
|
||||
"minecraft:vex": {
|
||||
"id": 35,
|
||||
"width": 0.4,
|
||||
"height": 0.8,
|
||||
"class": "EntityVex",
|
||||
"meta": {
|
||||
"VEX_FLAGS": 12
|
||||
},
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:vindicator": {
|
||||
"id": 36,
|
||||
"width": 0.6,
|
||||
"height": 1.95,
|
||||
"class": "EntityVindicator",
|
||||
"original_resource_locations": "minecraft:vindication_illager",
|
||||
"parent": "AbstractIllagerEntity"
|
||||
},
|
||||
"minecraft:illusioner": {
|
||||
"id": 37,
|
||||
"width": 0.6,
|
||||
"height": 1.95,
|
||||
"class": "EntityIllusionIllager",
|
||||
"original_resource_locations": "minecraft:illusion_illager",
|
||||
"parent": "SpellcasterIllagerEntity"
|
||||
},
|
||||
"minecraft:command_block_minecart": {
|
||||
"id": 40,
|
||||
"width": 0.98,
|
||||
"height": 0.7,
|
||||
"class": "EntityMinecartCommandBlock",
|
||||
"original_resource_locations": "minecraft:commandblock_minecart",
|
||||
"meta": {
|
||||
"MINECART_COMMAND_BLOCK_COMMAND": 12,
|
||||
"MINECART_COMMAND_BLOCK_LAST_OUTPUT": 13
|
||||
},
|
||||
"parent": "MinecartEntity"
|
||||
},
|
||||
"minecraft:boat": {
|
||||
"id": 41,
|
||||
"width": 1.375,
|
||||
"height": 0.5625,
|
||||
"class": "EntityBoat",
|
||||
"meta": {
|
||||
"BOAT_HURT": 6,
|
||||
"BOAT_HURT_DIRECTION": 7,
|
||||
"BOAT_DAMAGE_TAKEN": 8,
|
||||
"BOAT_MATERIAL": 9
|
||||
},
|
||||
"parent": "Entity"
|
||||
},
|
||||
"minecraft:minecart": {
|
||||
"id": 42,
|
||||
"width": 0.98,
|
||||
"height": 0.7,
|
||||
"class": "EntityMinecartEmpty",
|
||||
"parent": "MinecartEntity"
|
||||
},
|
||||
"minecraft:chest_minecart": {
|
||||
"id": 43,
|
||||
"width": 0.98,
|
||||
"height": 0.7,
|
||||
"class": "EntityMinecartChest",
|
||||
"parent": "MinecartContainerEntity"
|
||||
},
|
||||
"minecraft:furnace_minecart": {
|
||||
"id": 44,
|
||||
"width": 0.98,
|
||||
"height": 0.7,
|
||||
"class": "EntityMinecartFurnace",
|
||||
"meta": {
|
||||
"MINECART_FURNACE_HAS_FUEL": 12
|
||||
},
|
||||
"parent": "MinecartEntity"
|
||||
},
|
||||
"minecraft:tnt_minecart": {
|
||||
"id": 45,
|
||||
"width": 0.98,
|
||||
"height": 0.7,
|
||||
"class": "EntityMinecartTNT",
|
||||
"parent": "MinecartEntity"
|
||||
},
|
||||
"minecraft:hopper_minecart": {
|
||||
"id": 46,
|
||||
"width": 0.98,
|
||||
"height": 0.7,
|
||||
"class": "EntityMinecartHopper",
|
||||
"parent": "MinecartContainerEntity"
|
||||
},
|
||||
"minecraft:spawner_minecart": {
|
||||
"id": 47,
|
||||
"width": 0.98,
|
||||
"height": 0.7,
|
||||
"class": "EntityMinecartMobSpawner",
|
||||
"parent": "MinecartEntity"
|
||||
},
|
||||
"minecraft:creeper": {
|
||||
"id": 50,
|
||||
"width": 0.6,
|
||||
"height": 1.7,
|
||||
"class": "EntityCreeper",
|
||||
"meta": {
|
||||
"CREEPER_STATE": 12,
|
||||
"CREEPER_IS_CHARGED": 13,
|
||||
"CREEPER_IS_IGNITED": 14
|
||||
},
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:skeleton": {
|
||||
"id": 51,
|
||||
"width": 0.6,
|
||||
"height": 1.99,
|
||||
"class": "EntitySkeleton",
|
||||
"parent": "AbstractSkeletonEntity"
|
||||
},
|
||||
"minecraft:spider": {
|
||||
"id": 52,
|
||||
"width": 1.4,
|
||||
"height": 0.9,
|
||||
"class": "EntitySpider",
|
||||
"meta": {
|
||||
"SPIDER_FLAGS": 12
|
||||
},
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:giant": {
|
||||
"id": 53,
|
||||
"width": 3.6000001,
|
||||
"height": 10.799999,
|
||||
"class": "EntityGiantZombie",
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:zombie": {
|
||||
"id": 54,
|
||||
"width": 0.6,
|
||||
"height": 1.95,
|
||||
"class": "EntityZombie",
|
||||
"meta": {
|
||||
"ZOMBIE_IS_BABY": 12,
|
||||
"LEGACY_ZOMBIE_VILLAGER_TYPE": 13,
|
||||
"ZOMBIE_HANDS_HELD_UP": 14
|
||||
},
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:slime": {
|
||||
"id": 55,
|
||||
"width": 0.6,
|
||||
"height": 1.8,
|
||||
"class": "EntitySlime",
|
||||
"meta": {
|
||||
"SLIME_SIZE": 12
|
||||
},
|
||||
"parent": "LivingEntity"
|
||||
},
|
||||
"minecraft:ghast": {
|
||||
"id": 56,
|
||||
"width": 4.0,
|
||||
"height": 4.0,
|
||||
"class": "EntityGhast",
|
||||
"meta": {
|
||||
"GHAST_IS_ATTACKING": 12
|
||||
},
|
||||
"parent": "FlyingEntity"
|
||||
},
|
||||
"minecraft:zombie_pigman": {
|
||||
"id": 57,
|
||||
"width": 0.6,
|
||||
"height": 1.95,
|
||||
"class": "EntityPigZombie",
|
||||
"parent": "ZombieEntity"
|
||||
},
|
||||
"minecraft:enderman": {
|
||||
"id": 58,
|
||||
"width": 0.6,
|
||||
"height": 2.9,
|
||||
"class": "EntityEnderman",
|
||||
"meta": {
|
||||
"ENDERMAN_CARRIED_BLOCK": 12,
|
||||
"ENDERMAN_IS_SCREAMING": 13
|
||||
},
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:cave_spider": {
|
||||
"id": 59,
|
||||
"width": 0.7,
|
||||
"height": 0.5,
|
||||
"class": "EntityCaveSpider",
|
||||
"parent": "SpiderEntity"
|
||||
},
|
||||
"minecraft:silverfish": {
|
||||
"id": 60,
|
||||
"width": 0.4,
|
||||
"height": 0.3,
|
||||
"class": "EntitySilverfish",
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:blaze": {
|
||||
"id": 61,
|
||||
"width": 0.6,
|
||||
"height": 1.8,
|
||||
"class": "EntityBlaze",
|
||||
"meta": {
|
||||
"BLAZE_FLAGS": 12
|
||||
},
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:magma_cube": {
|
||||
"id": 62,
|
||||
"width": 0.6,
|
||||
"height": 1.8,
|
||||
"class": "EntityMagmaCube",
|
||||
"parent": "SlimeEntity"
|
||||
},
|
||||
"minecraft:ender_dragon": {
|
||||
"id": 63,
|
||||
"width": 16.0,
|
||||
"height": 8.0,
|
||||
"class": "EntityDragon",
|
||||
"meta": {
|
||||
"ENDER_DRAGON_PHASE": 12
|
||||
},
|
||||
"parent": "LivingEntity"
|
||||
},
|
||||
"minecraft:wither": {
|
||||
"id": 64,
|
||||
"width": 0.9,
|
||||
"height": 3.5,
|
||||
"class": "EntityWither",
|
||||
"meta": {
|
||||
"WITHER_BOSS_CENTER_HEAD_TARGET_ENTITY_ID": 12,
|
||||
"WITHER_BOSS_LEFT_HEAD_TARGET_ENTITY_ID": 13,
|
||||
"WITHER_BOSS_RIGHT_HEAD_TARGET_ENTITY_ID": 14,
|
||||
"WITHER_BOSS_INVULNERABLE_TIME": 15
|
||||
},
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:bat": {
|
||||
"id": 65,
|
||||
"width": 0.5,
|
||||
"height": 0.9,
|
||||
"class": "EntityBat",
|
||||
"meta": {
|
||||
"BAT_FLAGS": 12
|
||||
},
|
||||
"parent": "AmbientCreatureEntity"
|
||||
},
|
||||
"minecraft:witch": {
|
||||
"id": 66,
|
||||
"width": 0.6,
|
||||
"height": 1.95,
|
||||
"class": "EntityWitch",
|
||||
"meta": {
|
||||
"WITCH_IS_DRINKING_POTION": 12
|
||||
},
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:endermite": {
|
||||
"id": 67,
|
||||
"width": 0.4,
|
||||
"height": 0.3,
|
||||
"class": "EntityEndermite",
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:guardian": {
|
||||
"id": 68,
|
||||
"width": 0.85,
|
||||
"height": 0.85,
|
||||
"class": "EntityGuardian",
|
||||
"meta": {
|
||||
"GUARDIAN_IS_MOVING": 12,
|
||||
"GUARDIAN_TARGET_ENTITY_ID": 13
|
||||
},
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"minecraft:shulker": {
|
||||
"id": 69,
|
||||
"width": 1.0,
|
||||
"height": 1.0,
|
||||
"class": "EntityShulker",
|
||||
"meta": {
|
||||
"SHULKER_ATTACH_FACE": 12,
|
||||
"SHULKER_ATTACHMENT_POSITION": 13,
|
||||
"SHULKER_PEEK": 14,
|
||||
"SHULKER_COLOR": 15
|
||||
},
|
||||
"parent": "GolemEntity"
|
||||
},
|
||||
"minecraft:pig": {
|
||||
"id": 90,
|
||||
"width": 0.9,
|
||||
"height": 0.9,
|
||||
"class": "EntityPig",
|
||||
"meta": {
|
||||
"PIG_HAS_SADDLE": 13,
|
||||
"PIG_BOOST_TIME": 14
|
||||
},
|
||||
"parent": "AnimalEntity"
|
||||
},
|
||||
"minecraft:sheep": {
|
||||
"id": 91,
|
||||
"width": 0.9,
|
||||
"height": 1.3,
|
||||
"class": "EntitySheep",
|
||||
"meta": {
|
||||
"SHEEP_FLAGS": 13
|
||||
},
|
||||
"parent": "AnimalEntity"
|
||||
},
|
||||
"minecraft:cow": {
|
||||
"id": 92,
|
||||
"width": 0.9,
|
||||
"height": 1.4,
|
||||
"class": "EntityCow",
|
||||
"parent": "AnimalEntity"
|
||||
},
|
||||
"minecraft:chicken": {
|
||||
"id": 93,
|
||||
"width": 0.4,
|
||||
"height": 0.7,
|
||||
"class": "EntityChicken",
|
||||
"parent": "AnimalEntity"
|
||||
},
|
||||
"minecraft:squid": {
|
||||
"id": 94,
|
||||
"width": 0.8,
|
||||
"height": 0.8,
|
||||
"class": "EntitySquid",
|
||||
"parent": "WaterMobEntity"
|
||||
},
|
||||
"minecraft:wolf": {
|
||||
"id": 95,
|
||||
"width": 0.6,
|
||||
"height": 0.85,
|
||||
"class": "EntityWolf",
|
||||
"meta": {
|
||||
"WOLF_HEALTH": 15,
|
||||
"WOLF_IS_BEGGING": 16,
|
||||
"WOLF_COLLAR_COLOR": 17
|
||||
},
|
||||
"parent": "TameableEntity"
|
||||
},
|
||||
"minecraft:mooshroom": {
|
||||
"id": 96,
|
||||
"width": 0.9,
|
||||
"height": 1.4,
|
||||
"class": "EntityMooshroom",
|
||||
"parent": "CowEntity"
|
||||
},
|
||||
"minecraft:snow_golem": {
|
||||
"id": 97,
|
||||
"width": 0.7,
|
||||
"height": 1.9,
|
||||
"class": "EntitySnowman",
|
||||
"original_resource_locations": "minecraft:snowman",
|
||||
"meta": {
|
||||
"SNOW_GOLEM_FLAGS": 12
|
||||
},
|
||||
"parent": "GolemEntity"
|
||||
},
|
||||
"minecraft:ocelot": {
|
||||
"id": 98,
|
||||
"width": 0.6,
|
||||
"height": 0.7,
|
||||
"class": "EntityOcelot",
|
||||
"meta": {
|
||||
"OCELOT_IS_TRUSTING": 15
|
||||
},
|
||||
"parent": "TameableEntity"
|
||||
},
|
||||
"minecraft:iron_golem": {
|
||||
"id": 99,
|
||||
"width": 1.4,
|
||||
"height": 2.7,
|
||||
"class": "EntityIronGolem",
|
||||
"original_resource_locations": "minecraft:villager_golem",
|
||||
"meta": {
|
||||
"IRON_GOLEM_FLAGS": 12
|
||||
},
|
||||
"parent": "GolemEntity"
|
||||
},
|
||||
"minecraft:horse": {
|
||||
"id": 100,
|
||||
"width": 1.3964844,
|
||||
"height": 1.6,
|
||||
"class": "EntityHorse",
|
||||
"meta": {
|
||||
"HORSE_VARIANT": 15,
|
||||
"LEGACY_HORSE_ARMOR": 16
|
||||
},
|
||||
"parent": "AbstractHorseEntity"
|
||||
},
|
||||
"minecraft:rabbit": {
|
||||
"id": 101,
|
||||
"width": 0.4,
|
||||
"height": 0.5,
|
||||
"class": "EntityRabbit",
|
||||
"meta": {
|
||||
"RABBIT_VARIANT": 13
|
||||
},
|
||||
"parent": "AnimalEntity"
|
||||
},
|
||||
"minecraft:polar_bear": {
|
||||
"id": 102,
|
||||
"width": 1.3,
|
||||
"height": 1.4,
|
||||
"class": "EntityPolarBear",
|
||||
"meta": {
|
||||
"POLAR_BEAR_STANDING": 13
|
||||
},
|
||||
"parent": "AnimalEntity"
|
||||
},
|
||||
"minecraft:llama": {
|
||||
"id": 103,
|
||||
"width": 1.3964844,
|
||||
"height": 1.6,
|
||||
"class": "EntityLlama",
|
||||
"meta": {
|
||||
"LLAMA_STRENGTH": 16,
|
||||
"LLAMA_CARPET_COLOR": 17,
|
||||
"LLAMA_VARIANT": 18
|
||||
},
|
||||
"parent": "AbstractChestHorseEntity"
|
||||
},
|
||||
"minecraft:llama_spit": {
|
||||
"id": 104,
|
||||
"width": 0.6,
|
||||
"height": 1.8,
|
||||
"class": "EntityLlamaSpit",
|
||||
"parent": "Entity"
|
||||
},
|
||||
"minecraft:parrot": {
|
||||
"id": 105,
|
||||
"width": 0.5,
|
||||
"height": 0.9,
|
||||
"class": "EntityParrot",
|
||||
"meta": {
|
||||
"PARROT_VARIANT": 15
|
||||
},
|
||||
"parent": "ShoulderRidingEntity"
|
||||
},
|
||||
"minecraft:villager": {
|
||||
"id": 120,
|
||||
"width": 0.6,
|
||||
"height": 1.95,
|
||||
"class": "EntityVillager",
|
||||
"meta": {
|
||||
"LEGACY_VILLAGE_PROFESSION": 13
|
||||
},
|
||||
"parent": "AgeableEntity"
|
||||
},
|
||||
"minecraft:end_crystal": {
|
||||
"id": 200,
|
||||
"width": 2.0,
|
||||
"height": 2.0,
|
||||
"class": "EntityEnderCrystal",
|
||||
"original_resource_locations": "minecraft:ender_crystal",
|
||||
"meta": {
|
||||
"END_CRYSTAL_BEAM_TARGET": 6,
|
||||
"END_CRYSTAL_SHOW_BOTTOM": 7
|
||||
},
|
||||
"parent": "Entity"
|
||||
},
|
||||
"WeatherEffectEntity": {
|
||||
"parent": "Entity"
|
||||
},
|
||||
"Entity": {
|
||||
"meta": {
|
||||
"ENTITY_FLAGS": 0,
|
||||
"ENTITY_AIR_SUPPLY": 1,
|
||||
"ENTITY_CUSTOM_NAME": 2,
|
||||
"ENTITY_CUSTOM_NAME_VISIBLE": 3,
|
||||
"ENTITY_SILENT": 4,
|
||||
"ENTITY_NO_GRAVITY": 5
|
||||
}
|
||||
},
|
||||
"LivingBaseEntity": {
|
||||
"meta": {
|
||||
"PLAYER_SKIN_MAIN_HAND": 6,
|
||||
"LIVING_ENTITY_HEALTH": 7,
|
||||
"LIVING_ENTITY_EFFECT_COLOR": 8,
|
||||
"LIVING_ENTITY_EFFECT_AMBIENCE": 9,
|
||||
"LIVING_ENTITY_ARROW_COUNT": 10
|
||||
},
|
||||
"parent": "Entity"
|
||||
},
|
||||
"MobEntity": {
|
||||
"parent": "CreatureEntity"
|
||||
},
|
||||
"CreatureEntity": {
|
||||
"parent": "LivingEntity"
|
||||
},
|
||||
"LivingEntity": {
|
||||
"meta": {
|
||||
"LIVING_ENTITY_FLAGS": 11
|
||||
},
|
||||
"parent": "LivingBaseEntity"
|
||||
},
|
||||
"AbstractSkeletonEntity": {
|
||||
"meta": {
|
||||
"SKELETON_SWING_ARMS": 12
|
||||
},
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"ThrowableEntity": {
|
||||
"parent": "Entity"
|
||||
},
|
||||
"HangingEntity": {
|
||||
"parent": "Entity"
|
||||
},
|
||||
"ArrowEntity": {
|
||||
"meta": {
|
||||
"ABSTRACT_ARROW_FLAGS": 6
|
||||
},
|
||||
"parent": "Entity"
|
||||
},
|
||||
"FireballEntity": {
|
||||
"parent": "Entity"
|
||||
},
|
||||
"AbstractHorseEntity": {
|
||||
"meta": {
|
||||
"ABSTRACT_HORSE_FLAGS": 13,
|
||||
"ABSTRACT_HORSE_OWNER_UUID": 14
|
||||
},
|
||||
"parent": "AnimalEntity"
|
||||
},
|
||||
"AnimalEntity": {
|
||||
"parent": "AgeableEntity"
|
||||
},
|
||||
"AgeableEntity": {
|
||||
"meta": {
|
||||
"AGEABLE_IS_BABY": 12
|
||||
},
|
||||
"parent": "CreatureEntity"
|
||||
},
|
||||
"AbstractChestHorseEntity": {
|
||||
"meta": {
|
||||
"ABSTRACT_CHESTED_HORSE_HAS_CHEST": 15
|
||||
},
|
||||
"parent": "AbstractHorseEntity"
|
||||
},
|
||||
"SpellcasterIllagerEntity": {
|
||||
"meta": {
|
||||
"SPELLCASTER_ILLAGER_SPELL": 13
|
||||
},
|
||||
"parent": "AbstractIllagerEntity"
|
||||
},
|
||||
"AbstractIllagerEntity": {
|
||||
"meta": {
|
||||
"ABSTRACT_ILLAGER_FLAGS": 12
|
||||
},
|
||||
"parent": "MobEntity"
|
||||
},
|
||||
"MinecartEntity": {
|
||||
"meta": {
|
||||
"MINECART_HURT": 6,
|
||||
"MINECART_HURT_DIRECTION": 7,
|
||||
"MINECART_DAMAGE_TAKEN": 8,
|
||||
"MINECART_BLOCK_ID": 9,
|
||||
"MINECART_BLOCK_Y_OFFSET": 10,
|
||||
"MINECART_SHOW_BLOCK": 11
|
||||
},
|
||||
"parent": "Entity"
|
||||
},
|
||||
"MinecartContainerEntity": {
|
||||
"parent": "MinecartEntity"
|
||||
},
|
||||
"FlyingEntity": {
|
||||
"parent": "LivingEntity"
|
||||
},
|
||||
"AmbientCreatureEntity": {
|
||||
"parent": "LivingEntity"
|
||||
},
|
||||
"GolemEntity": {
|
||||
"parent": "CreatureEntity"
|
||||
},
|
||||
"WaterMobEntity": {
|
||||
"parent": "LivingEntity"
|
||||
},
|
||||
"TameableEntity": {
|
||||
"meta": {
|
||||
"TAMABLE_ENTITY_FLAGS": 13,
|
||||
"TAMABLE_ENTITY_OWNER_UUID": 14
|
||||
},
|
||||
"parent": "AnimalEntity"
|
||||
},
|
||||
"ShoulderRidingEntity": {
|
||||
"parent": "TameableEntity"
|
||||
}
|
||||
}
|
1649
1.12.2/sound_events.json
Normal file
1649
1.12.2/sound_events.json
Normal file
File diff suppressed because it is too large
Load Diff
508
1.8.9/entities.json
Normal file
508
1.8.9/entities.json
Normal file
@ -0,0 +1,508 @@
|
||||
{
|
||||
"ghast": {
|
||||
"width": 4,
|
||||
"data": {
|
||||
"GHAST_IS_ATTACKING": 16
|
||||
},
|
||||
"id": 56,
|
||||
"height": 4
|
||||
},
|
||||
"skeleton": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"LEGACY_SKELETON_TYPE": 13
|
||||
},
|
||||
"id": 51,
|
||||
"height": 1.95
|
||||
},
|
||||
"minecart": {
|
||||
"width": 0.98,
|
||||
"data": {
|
||||
"MINECART_HURT": 17,
|
||||
"MINECART_HURT_DIRECTION": 18,
|
||||
"MINECART_DAMAGE_TAKEN": 19,
|
||||
"MINECART_BLOCK_ID": 20,
|
||||
"MINECART_SHOW_BLOCK": 22,
|
||||
"MINECART_BLOCK_Y_OFFSET": 21
|
||||
},
|
||||
"id": 42,
|
||||
"height": 0.7
|
||||
},
|
||||
"endermite": {
|
||||
"width": 0.4,
|
||||
"id": 67,
|
||||
"height": 0.3
|
||||
},
|
||||
"squid": {
|
||||
"width": 0.95,
|
||||
"id": 94,
|
||||
"height": 0.95
|
||||
},
|
||||
"spawner_minecart": {
|
||||
"width": 0.98,
|
||||
"id": 47,
|
||||
"height": 0.7
|
||||
},
|
||||
"spider": {
|
||||
"width": 1.4,
|
||||
"data": {
|
||||
"SPIDER_FLAGS": 13
|
||||
},
|
||||
"id": 52,
|
||||
"height": 0.9
|
||||
},
|
||||
"pig": {
|
||||
"width": 0.9,
|
||||
"data": {
|
||||
"PIG_HAS_SADDLE": 16
|
||||
},
|
||||
"id": 90,
|
||||
"height": 0.9
|
||||
},
|
||||
"command_block_minecart": {
|
||||
"width": 0.98,
|
||||
"data": {
|
||||
"MINECART_COMMAND_BLOCK_LAST_OUTPUT": 24,
|
||||
"MINECART_COMMAND_BLOCK_COMMAND": 23
|
||||
},
|
||||
"id": 40,
|
||||
"height": 0.7
|
||||
},
|
||||
"armor_stand": {
|
||||
"width": 0.5,
|
||||
"data": {
|
||||
"ARMOR_STAND_LEFT_LAG_ROTATION": 15,
|
||||
"ARMOR_STAND_HEAD_ROTATION": 11,
|
||||
"ARMOR_STAND_RIGHT_ARM_ROTATION": 14,
|
||||
"ARMOR_STAND_FLAGS": 10,
|
||||
"ARMOR_STAND_RIGHT_LAG_ROTATION": 16,
|
||||
"ARMOR_STAND_LEFT_ARM_ROTATION": 13,
|
||||
"ARMOR_STAND_BODY_ROTATION": 12
|
||||
},
|
||||
"id": 30,
|
||||
"height": 1.975
|
||||
},
|
||||
"zombie_pigman": {
|
||||
"width": 0.6,
|
||||
"id": 57,
|
||||
"height": 1.95
|
||||
},
|
||||
"mooshroom": {
|
||||
"width": 0.9,
|
||||
"id": 96,
|
||||
"height": 1.3
|
||||
},
|
||||
"ocelot": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"LEGACY_OCELOT_TYPE": 18
|
||||
},
|
||||
"id": 98,
|
||||
"height": 0.7
|
||||
},
|
||||
"magma_cube": {
|
||||
"width": 0.51000005,
|
||||
"id": 62,
|
||||
"height": 0.51000005
|
||||
},
|
||||
"chicken": {
|
||||
"width": 0.4,
|
||||
"id": 93,
|
||||
"height": 0.7
|
||||
},
|
||||
"boat": {
|
||||
"width": 1.5,
|
||||
"data": {
|
||||
"BOAT_HURT_DIRECTION": 18,
|
||||
"BOAT_DAMAGE_TAKEN": 19,
|
||||
"BOAT_HURT": 17
|
||||
},
|
||||
"id": 41,
|
||||
"height": 0.6
|
||||
},
|
||||
"small_fireball": {
|
||||
"width": 0.3125,
|
||||
"id": 13,
|
||||
"height": 0.3125
|
||||
},
|
||||
"elder_guardian": {
|
||||
"width": 1.9975,
|
||||
"id": 4,
|
||||
"height": 1.9975
|
||||
},
|
||||
"giant": {
|
||||
"width": 3.6,
|
||||
"id": 53,
|
||||
"height": 11.7
|
||||
},
|
||||
"silverfish": {
|
||||
"width": 0.4,
|
||||
"id": 60,
|
||||
"height": 0.3
|
||||
},
|
||||
"creeper": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"CREEPER_IS_IGNITED": 18,
|
||||
"CREEPER_STATE": 16,
|
||||
"CREEPER_IS_CHARGED": 17
|
||||
},
|
||||
"id": 50,
|
||||
"height": 1.8
|
||||
},
|
||||
"tnt_minecart": {
|
||||
"width": 0.98,
|
||||
"id": 45,
|
||||
"height": 0.7
|
||||
},
|
||||
"wither_skull": {
|
||||
"width": 0.3125,
|
||||
"data": {
|
||||
"WITHER_SKULL_DANGEROUS": 10
|
||||
},
|
||||
"id": 19,
|
||||
"height": 0.3125
|
||||
},
|
||||
"chest_minecart": {
|
||||
"width": 0.98,
|
||||
"id": 43,
|
||||
"height": 0.7
|
||||
},
|
||||
"Tameable": {
|
||||
"data": {
|
||||
"TAMABLE_ENTITY_FLAGS": 16,
|
||||
"LEGACY_AGEABLE_OWNER_NAME": 17
|
||||
}
|
||||
},
|
||||
"blaze": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"BLAZE_FLAGS": 16
|
||||
},
|
||||
"id": 61,
|
||||
"height": 1.8
|
||||
},
|
||||
"Ageable": {
|
||||
"data": {
|
||||
"LEGACY_AGEABLE_ENTITY_AGE": 12
|
||||
}
|
||||
},
|
||||
"cave_spider": {
|
||||
"width": 0.7,
|
||||
"id": 59,
|
||||
"height": 0.5
|
||||
},
|
||||
"ender_dragon": {
|
||||
"width": 16,
|
||||
"id": 63,
|
||||
"height": 8
|
||||
},
|
||||
"sheep": {
|
||||
"width": 0.9,
|
||||
"data": {
|
||||
"SHEEP_FLAGS": 16
|
||||
},
|
||||
"id": 91,
|
||||
"height": 1.3
|
||||
},
|
||||
"snow_golem": {
|
||||
"width": 0.7,
|
||||
"id": 97,
|
||||
"height": 1.9
|
||||
},
|
||||
"potion": {
|
||||
"width": 0.25,
|
||||
"id": 16,
|
||||
"height": 0.25
|
||||
},
|
||||
"item_frame": {
|
||||
"width": 1,
|
||||
"data": {
|
||||
"ITEM_FRAME_ITEM": 8,
|
||||
"ITEM_FRAME_ROTATION": 9
|
||||
},
|
||||
"id": 18,
|
||||
"height": 1
|
||||
},
|
||||
"enderman": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"LEGACY_ENDERMAN_CARRIED_BLOCK_DATA": 17,
|
||||
"LEGACY_ENDERMAN_CARRIED_BLOCK": 16,
|
||||
"ENDERMAN_IS_SCREAMING": 18
|
||||
},
|
||||
"id": 58,
|
||||
"height": 2.9
|
||||
},
|
||||
"ender_pearl": {
|
||||
"width": 0.25,
|
||||
"id": 14,
|
||||
"height": 0.25
|
||||
},
|
||||
"guardian": {
|
||||
"width": 0.85,
|
||||
"data": {
|
||||
"LEGACY_GUARDIAN_FLAGS": 16,
|
||||
"GUARDIAN_TARGET_ENTITY_ID": 17
|
||||
},
|
||||
"id": 68,
|
||||
"height": 0.85
|
||||
},
|
||||
"villager": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"LEGACY_VILLAGE_PROFESSION": 16
|
||||
},
|
||||
"id": 120,
|
||||
"height": 1.8
|
||||
},
|
||||
"fishing_bobber": {
|
||||
"width": 0.25,
|
||||
"height": 0.25
|
||||
},
|
||||
"zombie_villager": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"ZOMBIE_VILLAGER_IS_CONVERTING": 14
|
||||
},
|
||||
"id": 27,
|
||||
"height": 1.95
|
||||
},
|
||||
"horse": {
|
||||
"width": 1.4,
|
||||
"data": {
|
||||
"HORSE_VARIANT": 20,
|
||||
"ABSTRACT_HORSE_FLAGS": 16,
|
||||
"LEGACY_HORSE_SPECIAL_TYPE": 19,
|
||||
"LEGACY_HORSE_OWNER_NAME": 21,
|
||||
"LEGACY_HORSE_ARMOR": 22
|
||||
},
|
||||
"id": 100,
|
||||
"height": 1.6
|
||||
},
|
||||
"falling_block": {
|
||||
"width": 0.98,
|
||||
"id": 21,
|
||||
"height": 0.98
|
||||
},
|
||||
"mule": {
|
||||
"width": 1.4,
|
||||
"id": 32,
|
||||
"height": 1.6
|
||||
},
|
||||
"zombie": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"ZOMBIE_SPECIAL_TYPE": 13,
|
||||
"ZOMBIE_IS_BABY": 12
|
||||
},
|
||||
"id": 54,
|
||||
"height": 1.95
|
||||
},
|
||||
"iron_golem": {
|
||||
"width": 1.4,
|
||||
"data": {
|
||||
"IRON_GOLEM_FLAGS": 18
|
||||
},
|
||||
"id": 99,
|
||||
"height": 2.9
|
||||
},
|
||||
"snowball": {
|
||||
"width": 0.25,
|
||||
"id": 11,
|
||||
"height": 0.25
|
||||
},
|
||||
"witch": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"LEGACY_WITCH_IS_AGGRESSIVE": 21
|
||||
},
|
||||
"id": 66,
|
||||
"height": 1.95
|
||||
},
|
||||
"rabbit": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"RABBIT_VARIANT": 18
|
||||
},
|
||||
"id": 101,
|
||||
"height": 0.7
|
||||
},
|
||||
"leash_knot": {
|
||||
"width": 0.5,
|
||||
"id": 8,
|
||||
"height": 0.5
|
||||
},
|
||||
"end_crystal": {
|
||||
"width": 2,
|
||||
"data": {
|
||||
"LEGACY_END_CRYSTAL_HEALTH": 8
|
||||
},
|
||||
"id": 200,
|
||||
"height": 2
|
||||
},
|
||||
"experience_orb": {
|
||||
"width": 0.5,
|
||||
"id": 2,
|
||||
"height": 0.5
|
||||
},
|
||||
"LivingEntity": {
|
||||
"data": {
|
||||
"LIVING_ENTITY_HEALTH": 6,
|
||||
"LIVING_ENTITY_EFFECT_AMBIENCE": 8,
|
||||
"LIVING_ENTITY_EFFECT_COLOR": 7,
|
||||
"LEGACY_LIVING_ENTITY_AI_DISABLED": 15,
|
||||
"LIVING_ENTITY_ARROW_COUNT": 9
|
||||
}
|
||||
},
|
||||
"donkey": {
|
||||
"width": 1.4,
|
||||
"id": 31,
|
||||
"height": 1.6
|
||||
},
|
||||
"furnace_minecart": {
|
||||
"width": 0.98,
|
||||
"data": {
|
||||
"MINECART_FURNACE_HAS_FUEL": 16
|
||||
},
|
||||
"id": 44,
|
||||
"height": 0.7
|
||||
},
|
||||
"tnt": {
|
||||
"width": 0.98,
|
||||
"id": 20,
|
||||
"height": 0.98
|
||||
},
|
||||
"bat": {
|
||||
"width": 0.5,
|
||||
"data": {
|
||||
"BAT_FLAGS": 16
|
||||
},
|
||||
"id": 65,
|
||||
"height": 0.9
|
||||
},
|
||||
"cow": {
|
||||
"width": 0.9,
|
||||
"id": 92,
|
||||
"height": 1.3
|
||||
},
|
||||
"player": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"PLAYER_SCORE": 18,
|
||||
"PLAYER_SKIN_PARTS_FLAGS": 10,
|
||||
"PLAYER_ABSORPTION_HEARTS": 17
|
||||
},
|
||||
"height": 1.8
|
||||
},
|
||||
"egg": {
|
||||
"width": 0.25,
|
||||
"id": 7,
|
||||
"height": 0.25
|
||||
},
|
||||
"painting": {
|
||||
"width": 1,
|
||||
"id": 9,
|
||||
"height": 1
|
||||
},
|
||||
"eye_of_ender": {
|
||||
"width": 0.25,
|
||||
"id": 15,
|
||||
"height": 0.25
|
||||
},
|
||||
"Entity": {
|
||||
"data": {
|
||||
"ENTITY_CUSTOM_NAME_VISIBLE": 3,
|
||||
"ENTITY_FLAGS": 0,
|
||||
"ENTITY_AIR_SUPPLY": 1,
|
||||
"ENTITY_CUSTOM_NAME": 2
|
||||
}
|
||||
},
|
||||
"item": {
|
||||
"width": 0.25,
|
||||
"data": {
|
||||
"ITEM_ITEM": 10
|
||||
},
|
||||
"id": 1,
|
||||
"height": 0.25
|
||||
},
|
||||
"wither": {
|
||||
"width": 0.9,
|
||||
"data": {
|
||||
"WITHER_BOSS_CENTER_HEAD_TARGET_ENTITY_ID": 17,
|
||||
"WITHER_BOSS_INVULNERABLE_TIME": 20,
|
||||
"WITHER_BOSS_LEFT_HEAD_TARGET_ENTITY_ID": 18,
|
||||
"WITHER_BOSS_RIGHT_HEAD_TARGET_ENTITY_ID": 19
|
||||
},
|
||||
"id": 64,
|
||||
"height": 3.5
|
||||
},
|
||||
"wolf": {
|
||||
"width": 0.6,
|
||||
"data": {
|
||||
"WOLF_COLLAR_COLOR": 20,
|
||||
"WOLF_IS_BEGGING": 19,
|
||||
"WOLF_HEALTH": 18
|
||||
},
|
||||
"id": 95,
|
||||
"height": 0.8
|
||||
},
|
||||
"hopper_minecart": {
|
||||
"width": 0.98,
|
||||
"id": 46,
|
||||
"height": 0.7
|
||||
},
|
||||
"arrow": {
|
||||
"width": 0.5,
|
||||
"data": {
|
||||
"ABSTRACT_ARROW_FLAGS": 16
|
||||
},
|
||||
"id": 10,
|
||||
"height": 0.5
|
||||
},
|
||||
"experience_bottle": {
|
||||
"width": 0.25,
|
||||
"id": 17,
|
||||
"height": 0.25
|
||||
},
|
||||
"wither_skeleton": {
|
||||
"width": 0.72,
|
||||
"id": 5,
|
||||
"height": 2.535
|
||||
},
|
||||
"zombie_horse": {
|
||||
"width": 1.4,
|
||||
"id": 29,
|
||||
"height": 1.6
|
||||
},
|
||||
"skeleton_horse": {
|
||||
"width": 1.4,
|
||||
"id": 28,
|
||||
"height": 1.6
|
||||
},
|
||||
"fireball": {
|
||||
"width": 1,
|
||||
"id": 12,
|
||||
"height": 1
|
||||
},
|
||||
"slime": {
|
||||
"width": 0.51000005,
|
||||
"data": {
|
||||
"SLIME_SIZE": 16
|
||||
},
|
||||
"id": 55,
|
||||
"height": 0.51000005
|
||||
},
|
||||
"firework_rocket": {
|
||||
"width": 0.25,
|
||||
"data": {
|
||||
"FIREWORK_ROCKET_ENTITY_ITEM": 8
|
||||
},
|
||||
"id": 22,
|
||||
"height": 0.25
|
||||
},
|
||||
"lightning_bolt": {
|
||||
"width": 0,
|
||||
"height": 0
|
||||
}
|
||||
}
|
32
ReadME.md
Normal file
32
ReadME.md
Normal file
@ -0,0 +1,32 @@
|
||||
# Minosoft Meta
|
||||
This repository is (currently) for pre-flattening data for [Minosoft](https://gitlab.bixilon.de/bixilon/Minosoft).
|
||||
|
||||
|
||||
## Versions
|
||||
Generally minosoft tries to use the version that is best suited. Because the ids of blocks, ... are really reliable, most things are defined in a fallback folder (`_`). However entities (especially their data) received a major change in 1.9, in a way where it needs to get extracted (its a good thing, however bad for us). Therefore that data is put on hold, and when pixlyzer is ported to a lower version (there is an experimental version for 1.12.2, but forget about it, I just used it for entity data) that data might be used.
|
||||
|
||||
|
||||
## Support
|
||||
This repository targets version versions from the early beginning (since ids where introduced) until 1.12.2, specifically 17w46a. However nobody bothers about old snapshots or old versions, I will only support `1.7.10`, `1.8.9` and `1.12.2`. Feel free to write custom mappings for any version you need, I will merge them.
|
||||
|
||||
## Usage
|
||||
This repository itself has nothing todo with minosoft, the data can be used for any other project (beware of the license). So updates/changes don't require changes in code, they only need to get compiled and the assets index needs to be updates in minosoft.
|
||||
|
||||
|
||||
## Compiling
|
||||
This repository just contains beautified mappings. However they are not that usable (in a backwards compatible way), so I wrote a custom "compiler", that creates an assets index, compresses and converts the data (into [mbf](https://gitlab.bixilon.de/bixilon/mbf-specification). The assets index can the be used to list all available data and calculate the best matching version for it.
|
||||
|
||||
|
||||
## Publishing
|
||||
All compiled data is published into another repository ([minosoft-meta-bin](https://gitlab.bixilon.de/bixilon/minosoft-meta-bin)). Feel free to acquire the compiled data there.
|
||||
|
||||
|
||||
## Handling name changes
|
||||
All names from versions of 1.13+ are preferred over the old names.
|
||||
|
||||
|
||||
## Source
|
||||
You might think, wow, this data is insane, I really need that. From where do you have that data? The answer might sound stupid, but most of it is hand written. Some data was extracted with pixlyzer, but not much. So the source is minecraft with (`F3`+`H`) and `/setblock` and the [minecraft wiki](https://minecraft.fandom.com/wiki/Minecraft_Wiki). I am crazy, I know.
|
||||
|
||||
|
||||
correcting: (1.7k ~ id 44)
|
514
_/biomes.json
Normal file
514
_/biomes.json
Normal file
@ -0,0 +1,514 @@
|
||||
{
|
||||
"minecraft:ocean": {
|
||||
"id": 0,
|
||||
"depth": -1.0,
|
||||
"scale": 0.1,
|
||||
"temperature": 0.5,
|
||||
"downfall": 0.5,
|
||||
"sky_color": 8103167
|
||||
},
|
||||
"minecraft:plains": {
|
||||
"id": 1,
|
||||
"depth": 0.125,
|
||||
"scale": 0.05,
|
||||
"temperature": 0.8,
|
||||
"downfall": 0.4,
|
||||
"sky_color": 7907327
|
||||
},
|
||||
"minecraft:desert": {
|
||||
"id": 2,
|
||||
"depth": 0.125,
|
||||
"scale": 0.05,
|
||||
"temperature": 2.0,
|
||||
"downfall": 0.0,
|
||||
"sky_color": 7254527
|
||||
},
|
||||
"minecraft:mountains": {
|
||||
"id": 3,
|
||||
"depth": 1.0,
|
||||
"scale": 0.5,
|
||||
"temperature": 0.2,
|
||||
"downfall": 0.3,
|
||||
"sky_color": 8233727
|
||||
},
|
||||
"minecraft:forest": {
|
||||
"id": 4,
|
||||
"depth": 0.1,
|
||||
"scale": 0.2,
|
||||
"temperature": 0.7,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 7972607
|
||||
},
|
||||
"minecraft:taiga": {
|
||||
"id": 5,
|
||||
"depth": 0.2,
|
||||
"scale": 0.2,
|
||||
"temperature": 0.25,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 8233983
|
||||
},
|
||||
"minecraft:swamp": {
|
||||
"id": 6,
|
||||
"depth": -0.2,
|
||||
"scale": 0.1,
|
||||
"water_color": 14745518,
|
||||
"temperature": 0.8,
|
||||
"downfall": 0.9,
|
||||
"foliage_color_override": 6975545,
|
||||
"sky_color": 7907327
|
||||
},
|
||||
"minecraft:river": {
|
||||
"id": 7,
|
||||
"depth": -0.5,
|
||||
"scale": 0.0,
|
||||
"temperature": 0.5,
|
||||
"downfall": 0.5,
|
||||
"sky_color": 8103167
|
||||
},
|
||||
"minecraft:nether": {
|
||||
"id": 8,
|
||||
"depth": 0.1,
|
||||
"scale": 0.2,
|
||||
"temperature": 2.0,
|
||||
"downfall": 0.0,
|
||||
"sky_color": 7254527
|
||||
},
|
||||
"minecraft:the_end": {
|
||||
"id": 9,
|
||||
"depth": 0.1,
|
||||
"scale": 0.2,
|
||||
"temperature": 0.5,
|
||||
"downfall": 0.5,
|
||||
"sky_color": 0
|
||||
},
|
||||
"minecraft:frozen_ocean": {
|
||||
"id": 10,
|
||||
"depth": -1.0,
|
||||
"scale": 0.1,
|
||||
"temperature": 0.0,
|
||||
"downfall": 0.5,
|
||||
"sky_color": 8364543
|
||||
},
|
||||
"minecraft:frozen_river": {
|
||||
"id": 11,
|
||||
"depth": -0.5,
|
||||
"scale": 0.0,
|
||||
"temperature": 0.0,
|
||||
"downfall": 0.5,
|
||||
"sky_color": 8364543
|
||||
},
|
||||
"minecraft:snowy_tundra": {
|
||||
"id": 12,
|
||||
"depth": 0.125,
|
||||
"scale": 0.05,
|
||||
"temperature": 0.0,
|
||||
"downfall": 0.5,
|
||||
"sky_color": 8364543
|
||||
},
|
||||
"minecraft:snowy_mountains": {
|
||||
"id": 13,
|
||||
"depth": 0.45,
|
||||
"scale": 0.3,
|
||||
"temperature": 0.0,
|
||||
"downfall": 0.5,
|
||||
"sky_color": 8364543
|
||||
},
|
||||
"minecraft:mushroom_fields": {
|
||||
"id": 14,
|
||||
"depth": 0.2,
|
||||
"scale": 0.3,
|
||||
"temperature": 0.9,
|
||||
"downfall": 1.0,
|
||||
"sky_color": 7842047
|
||||
},
|
||||
"minecraft:mushroom_field_shore": {
|
||||
"id": 15,
|
||||
"depth": 0.0,
|
||||
"scale": 0.025,
|
||||
"temperature": 0.9,
|
||||
"downfall": 1.0,
|
||||
"sky_color": 7842047
|
||||
},
|
||||
"minecraft:beach": {
|
||||
"id": 16,
|
||||
"depth": 0.0,
|
||||
"scale": 0.025,
|
||||
"temperature": 0.8,
|
||||
"downfall": 0.4,
|
||||
"sky_color": 7907327
|
||||
},
|
||||
"minecraft:desert_hills": {
|
||||
"id": 17,
|
||||
"depth": 0.45,
|
||||
"scale": 0.3,
|
||||
"temperature": 2.0,
|
||||
"downfall": 0.0,
|
||||
"sky_color": 7254527
|
||||
},
|
||||
"minecraft:wooded_hills": {
|
||||
"id": 18,
|
||||
"depth": 0.45,
|
||||
"scale": 0.3,
|
||||
"temperature": 0.7,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 7972607
|
||||
},
|
||||
"minecraft:taiga_hills": {
|
||||
"id": 19,
|
||||
"depth": 0.45,
|
||||
"scale": 0.3,
|
||||
"temperature": 0.25,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 8233983
|
||||
},
|
||||
"minecraft:mountain_edge": {
|
||||
"id": 20,
|
||||
"depth": 0.8,
|
||||
"scale": 0.3,
|
||||
"temperature": 0.2,
|
||||
"downfall": 0.3,
|
||||
"sky_color": 8233727
|
||||
},
|
||||
"minecraft:jungle": {
|
||||
"id": 21,
|
||||
"depth": 0.1,
|
||||
"scale": 0.2,
|
||||
"temperature": 0.95,
|
||||
"downfall": 0.9,
|
||||
"sky_color": 7842047
|
||||
},
|
||||
"minecraft:jungle_hills": {
|
||||
"id": 22,
|
||||
"depth": 0.45,
|
||||
"scale": 0.3,
|
||||
"temperature": 0.95,
|
||||
"downfall": 0.9,
|
||||
"sky_color": 7842047
|
||||
},
|
||||
"minecraft:jungle_edge": {
|
||||
"id": 23,
|
||||
"depth": 0.1,
|
||||
"scale": 0.2,
|
||||
"temperature": 0.95,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 7842047
|
||||
},
|
||||
"minecraft:deep_ocean": {
|
||||
"id": 24,
|
||||
"depth": -1.8,
|
||||
"scale": 0.1,
|
||||
"temperature": 0.5,
|
||||
"downfall": 0.5,
|
||||
"sky_color": 8103167
|
||||
},
|
||||
"minecraft:stone_shore": {
|
||||
"id": 25,
|
||||
"depth": 0.1,
|
||||
"scale": 0.8,
|
||||
"temperature": 0.2,
|
||||
"downfall": 0.3,
|
||||
"sky_color": 8233727
|
||||
},
|
||||
"minecraft:snowy_beach": {
|
||||
"id": 26,
|
||||
"depth": 0.0,
|
||||
"scale": 0.025,
|
||||
"temperature": 0.05,
|
||||
"downfall": 0.3,
|
||||
"sky_color": 8364543
|
||||
},
|
||||
"minecraft:birch_forest": {
|
||||
"id": 27,
|
||||
"depth": 0.1,
|
||||
"scale": 0.2,
|
||||
"temperature": 0.6,
|
||||
"downfall": 0.6,
|
||||
"sky_color": 8037887
|
||||
},
|
||||
"minecraft:birch_forest_hills": {
|
||||
"id": 28,
|
||||
"depth": 0.45,
|
||||
"scale": 0.3,
|
||||
"temperature": 0.6,
|
||||
"downfall": 0.6,
|
||||
"sky_color": 8037887
|
||||
},
|
||||
"minecraft:dark_forest": {
|
||||
"id": 29,
|
||||
"depth": 0.1,
|
||||
"scale": 0.2,
|
||||
"temperature": 0.7,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 7972607
|
||||
},
|
||||
"minecraft:snowy_taiga": {
|
||||
"id": 30,
|
||||
"depth": 0.2,
|
||||
"scale": 0.2,
|
||||
"temperature": -0.5,
|
||||
"downfall": 0.4,
|
||||
"sky_color": 8625919
|
||||
},
|
||||
"minecraft:snowy_taiga_hills": {
|
||||
"id": 31,
|
||||
"depth": 0.45,
|
||||
"scale": 0.3,
|
||||
"temperature": -0.5,
|
||||
"downfall": 0.4,
|
||||
"sky_color": 8625919
|
||||
},
|
||||
"minecraft:giant_tree_taiga": {
|
||||
"id": 32,
|
||||
"depth": 0.2,
|
||||
"scale": 0.2,
|
||||
"temperature": 0.3,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 8168447
|
||||
},
|
||||
"minecraft:giant_tree_taiga_hills": {
|
||||
"id": 33,
|
||||
"depth": 0.45,
|
||||
"scale": 0.3,
|
||||
"temperature": 0.3,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 8168447
|
||||
},
|
||||
"minecraft:wooded_mountains": {
|
||||
"id": 34,
|
||||
"depth": 1.0,
|
||||
"scale": 0.5,
|
||||
"temperature": 0.2,
|
||||
"downfall": 0.3,
|
||||
"sky_color": 8233727
|
||||
},
|
||||
"minecraft:savanna": {
|
||||
"id": 35,
|
||||
"depth": 0.125,
|
||||
"scale": 0.05,
|
||||
"temperature": 1.2,
|
||||
"downfall": 0.0,
|
||||
"sky_color": 7711487
|
||||
},
|
||||
"minecraft:savanna_plateau": {
|
||||
"id": 36,
|
||||
"depth": 1.5,
|
||||
"scale": 0.025,
|
||||
"temperature": 1.0,
|
||||
"downfall": 0.0,
|
||||
"sky_color": 7776511
|
||||
},
|
||||
"minecraft:badlands": {
|
||||
"id": 37,
|
||||
"depth": 0.1,
|
||||
"scale": 0.2,
|
||||
"temperature": 2.0,
|
||||
"downfall": 0.0,
|
||||
"foliage_color_override": 10387789,
|
||||
"grass_color_override": 9470285,
|
||||
"sky_color": 7254527
|
||||
},
|
||||
"minecraft:wooded_badlands_plateau": {
|
||||
"id": 38,
|
||||
"depth": 1.5,
|
||||
"scale": 0.025,
|
||||
"temperature": 2.0,
|
||||
"downfall": 0.0,
|
||||
"foliage_color_override": 10387789,
|
||||
"grass_color_override": 9470285,
|
||||
"sky_color": 7254527
|
||||
},
|
||||
"minecraft:badlands_plateau": {
|
||||
"id": 39,
|
||||
"depth": 1.5,
|
||||
"scale": 0.025,
|
||||
"temperature": 2.0,
|
||||
"downfall": 0.0,
|
||||
"foliage_color_override": 10387789,
|
||||
"grass_color_override": 9470285,
|
||||
"sky_color": 7254527
|
||||
},
|
||||
"minecraft:the_void": {
|
||||
"id": 127,
|
||||
"depth": 0.1,
|
||||
"scale": 0.2,
|
||||
"temperature": 0.5,
|
||||
"downfall": 0.5,
|
||||
"sky_color": 8103167
|
||||
},
|
||||
"minecraft:sunflower_plains": {
|
||||
"id": 129,
|
||||
"depth": 0.125,
|
||||
"scale": 0.05,
|
||||
"temperature": 0.8,
|
||||
"downfall": 0.4,
|
||||
"sky_color": 7907327
|
||||
},
|
||||
"minecraft:desert_lakes": {
|
||||
"id": 130,
|
||||
"depth": 0.225,
|
||||
"scale": 0.25,
|
||||
"temperature": 2.0,
|
||||
"downfall": 0.0,
|
||||
"sky_color": 7254527
|
||||
},
|
||||
"minecraft:gravelly_mountains": {
|
||||
"id": 131,
|
||||
"depth": 1.0,
|
||||
"scale": 0.5,
|
||||
"temperature": 0.2,
|
||||
"downfall": 0.3,
|
||||
"sky_color": 8233727
|
||||
},
|
||||
"minecraft:flower_forest": {
|
||||
"id": 132,
|
||||
"depth": 0.1,
|
||||
"scale": 0.4,
|
||||
"temperature": 0.7,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 7972607
|
||||
},
|
||||
"minecraft:taiga_mountains": {
|
||||
"id": 133,
|
||||
"depth": 0.3,
|
||||
"scale": 0.4,
|
||||
"temperature": 0.25,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 8233983
|
||||
},
|
||||
"minecraft:swamp_hills": {
|
||||
"id": 134,
|
||||
"depth": -0.1,
|
||||
"scale": 0.3,
|
||||
"water_color": 14745518,
|
||||
"temperature": 0.8,
|
||||
"downfall": 0.9,
|
||||
"foliage_color_override": 6975545,
|
||||
"sky_color": 7907327
|
||||
},
|
||||
"minecraft:ice_spikes": {
|
||||
"id": 140,
|
||||
"depth": 0.425,
|
||||
"scale": 0.45000002,
|
||||
"temperature": 0.0,
|
||||
"downfall": 0.5,
|
||||
"sky_color": 8364543
|
||||
},
|
||||
"minecraft:modified_jungle": {
|
||||
"id": 149,
|
||||
"depth": 0.2,
|
||||
"scale": 0.4,
|
||||
"temperature": 0.95,
|
||||
"downfall": 0.9,
|
||||
"sky_color": 7842047
|
||||
},
|
||||
"minecraft:modified_jungle_edge": {
|
||||
"id": 151,
|
||||
"depth": 0.2,
|
||||
"scale": 0.4,
|
||||
"temperature": 0.95,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 7842047
|
||||
},
|
||||
"minecraft:tall_birch_forest": {
|
||||
"id": 155,
|
||||
"depth": 0.2,
|
||||
"scale": 0.4,
|
||||
"temperature": 0.6,
|
||||
"downfall": 0.6,
|
||||
"sky_color": 8037887
|
||||
},
|
||||
"minecraft:tall_birch_hills": {
|
||||
"id": 156,
|
||||
"depth": 0.55,
|
||||
"scale": 0.5,
|
||||
"temperature": 0.6,
|
||||
"downfall": 0.6,
|
||||
"sky_color": 8037887
|
||||
},
|
||||
"minecraft:dark_forest_hills": {
|
||||
"id": 157,
|
||||
"depth": 0.2,
|
||||
"scale": 0.4,
|
||||
"temperature": 0.7,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 7972607
|
||||
},
|
||||
"minecraft:snowy_taiga_mountains": {
|
||||
"id": 158,
|
||||
"depth": 0.3,
|
||||
"scale": 0.4,
|
||||
"temperature": -0.5,
|
||||
"downfall": 0.4,
|
||||
"sky_color": 8625919
|
||||
},
|
||||
"minecraft:giant_spruce_taiga": {
|
||||
"id": 160,
|
||||
"depth": 0.2,
|
||||
"scale": 0.2,
|
||||
"temperature": 0.25,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 8233983
|
||||
},
|
||||
"minecraft:giant_spruce_taiga_hills": {
|
||||
"id": 161,
|
||||
"depth": 0.2,
|
||||
"scale": 0.2,
|
||||
"temperature": 0.25,
|
||||
"downfall": 0.8,
|
||||
"sky_color": 8233983
|
||||
},
|
||||
"minecraft:modified_gravelly_mountains": {
|
||||
"id": 162,
|
||||
"depth": 1.0,
|
||||
"scale": 0.5,
|
||||
"temperature": 0.2,
|
||||
"downfall": 0.3,
|
||||
"sky_color": 8233727
|
||||
},
|
||||
"minecraft:shattered_savanna": {
|
||||
"id": 163,
|
||||
"depth": 0.3625,
|
||||
"scale": 1.225,
|
||||
"temperature": 1.1,
|
||||
"downfall": 0.0,
|
||||
"sky_color": 7776767
|
||||
},
|
||||
"minecraft:shattered_savanna_plateau": {
|
||||
"id": 164,
|
||||
"depth": 1.05,
|
||||
"scale": 1.2125001,
|
||||
"temperature": 1.0,
|
||||
"downfall": 0.0,
|
||||
"sky_color": 7776511
|
||||
},
|
||||
"minecraft:eroded_badlands": {
|
||||
"id": 165,
|
||||
"depth": 0.1,
|
||||
"scale": 0.2,
|
||||
"temperature": 2.0,
|
||||
"downfall": 0.0,
|
||||
"foliage_color_override": 10387789,
|
||||
"grass_color_override": 9470285,
|
||||
"sky_color": 7254527
|
||||
},
|
||||
"minecraft:modified_wooded_badlands_plateau": {
|
||||
"id": 166,
|
||||
"depth": 0.45,
|
||||
"scale": 0.3,
|
||||
"temperature": 2.0,
|
||||
"downfall": 0.0,
|
||||
"foliage_color_override": 10387789,
|
||||
"grass_color_override": 9470285,
|
||||
"sky_color": 7254527
|
||||
},
|
||||
"minecraft:modified_badlands_plateau": {
|
||||
"id": 167,
|
||||
"depth": 0.45,
|
||||
"scale": 0.3,
|
||||
"temperature": 2.0,
|
||||
"downfall": 0.0,
|
||||
"foliage_color_override": 10387789,
|
||||
"grass_color_override": 9470285,
|
||||
"sky_color": 7254527
|
||||
}
|
||||
}
|
12725
_/blocks.json
Normal file
12725
_/blocks.json
Normal file
File diff suppressed because it is too large
Load Diff
14
_/dimensions.json
Normal file
14
_/dimensions.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"minecraft:overworld": {
|
||||
"id": 0,
|
||||
"has_sky_light": true
|
||||
},
|
||||
"minecraft:the_nether": {
|
||||
"id": -1,
|
||||
"has_sky_light": false
|
||||
},
|
||||
"minecraft:the_end": {
|
||||
"id": 1,
|
||||
"has_sky_light": false
|
||||
}
|
||||
}
|
363
_/enchantments.json
Normal file
363
_/enchantments.json
Normal file
@ -0,0 +1,363 @@
|
||||
{
|
||||
"minecraft:protection": {
|
||||
"id": 0,
|
||||
"rarity": 0,
|
||||
"category": "armor",
|
||||
"slots": [
|
||||
"head",
|
||||
"chest",
|
||||
"legs",
|
||||
"feet"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 4
|
||||
},
|
||||
"minecraft:fire_protection": {
|
||||
"id": 1,
|
||||
"rarity": 1,
|
||||
"category": "armor",
|
||||
"slots": [
|
||||
"head",
|
||||
"chest",
|
||||
"legs",
|
||||
"feet"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 4
|
||||
},
|
||||
"minecraft:feather_falling": {
|
||||
"id": 2,
|
||||
"rarity": 1,
|
||||
"category": "armor_feet",
|
||||
"slots": [
|
||||
"head",
|
||||
"chest",
|
||||
"legs",
|
||||
"feet"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 4
|
||||
},
|
||||
"minecraft:blast_protection": {
|
||||
"id": 3,
|
||||
"rarity": 2,
|
||||
"category": "armor",
|
||||
"slots": [
|
||||
"head",
|
||||
"chest",
|
||||
"legs",
|
||||
"feet"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 4
|
||||
},
|
||||
"minecraft:projectile_protection": {
|
||||
"id": 4,
|
||||
"rarity": 1,
|
||||
"category": "armor",
|
||||
"slots": [
|
||||
"head",
|
||||
"chest",
|
||||
"legs",
|
||||
"feet"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 4
|
||||
},
|
||||
"minecraft:respiration": {
|
||||
"id": 5,
|
||||
"translation_key": "oxygen",
|
||||
"rarity": 2,
|
||||
"category": "armor_head",
|
||||
"slots": [
|
||||
"head",
|
||||
"chest",
|
||||
"legs",
|
||||
"feet"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 3
|
||||
},
|
||||
"minecraft:aqua_affinity": {
|
||||
"id": 6,
|
||||
"translation_key": "waterWorker",
|
||||
"rarity": 2,
|
||||
"category": "armor_head",
|
||||
"slots": [
|
||||
"head",
|
||||
"chest",
|
||||
"legs",
|
||||
"feet"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 1
|
||||
},
|
||||
"minecraft:thorns": {
|
||||
"id": 7,
|
||||
"translation_key": "thorns",
|
||||
"rarity": 3,
|
||||
"category": "armor_chest",
|
||||
"slots": [
|
||||
"head",
|
||||
"chest",
|
||||
"legs",
|
||||
"feet"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 3
|
||||
},
|
||||
"minecraft:depth_strider": {
|
||||
"id": 8,
|
||||
"translation_key": "waterWalker",
|
||||
"rarity": 2,
|
||||
"category": "armor_feet",
|
||||
"slots": [
|
||||
"head",
|
||||
"chest",
|
||||
"legs",
|
||||
"feet"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 3
|
||||
},
|
||||
"minecraft:frost_walker": {
|
||||
"id": 9,
|
||||
"translation_key": "frostWalker",
|
||||
"rarity": 2,
|
||||
"category": "armor_feet",
|
||||
"slots": [
|
||||
"feet"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 2
|
||||
},
|
||||
"minecraft:binding_curse": {
|
||||
"id": 10,
|
||||
"translation_key": "binding_curse",
|
||||
"rarity": 3,
|
||||
"category": "wearable",
|
||||
"slots": [
|
||||
"head",
|
||||
"chest",
|
||||
"legs",
|
||||
"feet"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 1
|
||||
},
|
||||
"minecraft:sharpness": {
|
||||
"id": 16,
|
||||
"rarity": 0,
|
||||
"category": "weapon",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 5
|
||||
},
|
||||
"minecraft:smite": {
|
||||
"id": 17,
|
||||
"rarity": 1,
|
||||
"category": "weapon",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 5
|
||||
},
|
||||
"minecraft:bane_of_arthropods": {
|
||||
"id": 18,
|
||||
"rarity": 1,
|
||||
"category": "weapon",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 5
|
||||
},
|
||||
"minecraft:knockback": {
|
||||
"id": 19,
|
||||
"translation_key": "knockback",
|
||||
"rarity": 1,
|
||||
"category": "weapon",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 2
|
||||
},
|
||||
"minecraft:fire_aspect": {
|
||||
"id": 20,
|
||||
"translation_key": "fire",
|
||||
"rarity": 2,
|
||||
"category": "weapon",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 2
|
||||
},
|
||||
"minecraft:looting": {
|
||||
"id": 21,
|
||||
"translation_key": "lootBonus",
|
||||
"rarity": 2,
|
||||
"category": "weapon",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 3
|
||||
},
|
||||
"minecraft:sweeping": {
|
||||
"id": 22,
|
||||
"rarity": 2,
|
||||
"category": "weapon",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 3
|
||||
},
|
||||
"minecraft:efficiency": {
|
||||
"id": 32,
|
||||
"translation_key": "digging",
|
||||
"rarity": 0,
|
||||
"category": "digger",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 5
|
||||
},
|
||||
"minecraft:silk_touch": {
|
||||
"id": 33,
|
||||
"translation_key": "untouching",
|
||||
"rarity": 3,
|
||||
"category": "digger",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 1
|
||||
},
|
||||
"minecraft:unbreaking": {
|
||||
"id": 34,
|
||||
"translation_key": "durability",
|
||||
"rarity": 1,
|
||||
"category": "breakable",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 3
|
||||
},
|
||||
"minecraft:fortune": {
|
||||
"id": 35,
|
||||
"translation_key": "lootBonusDigger",
|
||||
"rarity": 2,
|
||||
"category": "digger",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 3
|
||||
},
|
||||
"minecraft:power": {
|
||||
"id": 48,
|
||||
"translation_key": "arrowDamage",
|
||||
"rarity": 0,
|
||||
"category": "bow",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 5
|
||||
},
|
||||
"minecraft:punch": {
|
||||
"id": 49,
|
||||
"translation_key": "arrowKnockback",
|
||||
"rarity": 2,
|
||||
"category": "bow",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 2
|
||||
},
|
||||
"minecraft:flame": {
|
||||
"id": 50,
|
||||
"translation_key": "arrowFire",
|
||||
"rarity": 2,
|
||||
"category": "bow",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 1
|
||||
},
|
||||
"minecraft:infinity": {
|
||||
"id": 51,
|
||||
"translation_key": "arrowInfinite",
|
||||
"rarity": 3,
|
||||
"category": "bow",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 1
|
||||
},
|
||||
"minecraft:luck_of_the_sea": {
|
||||
"id": 61,
|
||||
"translation_key": "lootBonusFishing",
|
||||
"rarity": 2,
|
||||
"category": "fishing_rod",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 3
|
||||
},
|
||||
"minecraft:lure": {
|
||||
"id": 62,
|
||||
"translation_key": "fishingSpeed",
|
||||
"rarity": 2,
|
||||
"category": "fishing_rod",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 3
|
||||
},
|
||||
"minecraft:mending": {
|
||||
"id": 70,
|
||||
"translation_key": "mending",
|
||||
"rarity": 2,
|
||||
"category": "breakable",
|
||||
"slots": [
|
||||
"mainhand",
|
||||
"offhand",
|
||||
"feet",
|
||||
"legs",
|
||||
"chest",
|
||||
"head"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 1
|
||||
},
|
||||
"minecraft:vanishing_curse": {
|
||||
"id": 71,
|
||||
"translation_key": "vanishing_curse",
|
||||
"rarity": 3,
|
||||
"category": "all",
|
||||
"slots": [
|
||||
"mainhand",
|
||||
"offhand",
|
||||
"feet",
|
||||
"legs",
|
||||
"chest",
|
||||
"head"
|
||||
],
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 1
|
||||
}
|
||||
}
|
352
_/entities.json
Normal file
352
_/entities.json
Normal file
@ -0,0 +1,352 @@
|
||||
{
|
||||
"ghast": {
|
||||
"width": 4,
|
||||
"id": 56,
|
||||
"height": 4
|
||||
},
|
||||
"skeleton": {
|
||||
"width": 0.6,
|
||||
"id": 51,
|
||||
"height": 1.95
|
||||
},
|
||||
"minecart": {
|
||||
"width": 0.98,
|
||||
"id": 42,
|
||||
"height": 0.7
|
||||
},
|
||||
"endermite": {
|
||||
"width": 0.4,
|
||||
"id": 67,
|
||||
"height": 0.3
|
||||
},
|
||||
"squid": {
|
||||
"width": 0.95,
|
||||
"id": 94,
|
||||
"height": 0.95
|
||||
},
|
||||
"spawner_minecart": {
|
||||
"width": 0.98,
|
||||
"id": 47,
|
||||
"height": 0.7
|
||||
},
|
||||
"spider": {
|
||||
"width": 1.4,
|
||||
"id": 52,
|
||||
"height": 0.9
|
||||
},
|
||||
"pig": {
|
||||
"width": 0.9,
|
||||
"id": 90,
|
||||
"height": 0.9
|
||||
},
|
||||
"command_block_minecart": {
|
||||
"width": 0.98,
|
||||
"id": 40,
|
||||
"height": 0.7
|
||||
},
|
||||
"armor_stand": {
|
||||
"width": 0.5,
|
||||
"id": 30,
|
||||
"height": 1.975
|
||||
},
|
||||
"zombie_pigman": {
|
||||
"width": 0.6,
|
||||
"id": 57,
|
||||
"height": 1.95
|
||||
},
|
||||
"mooshroom": {
|
||||
"width": 0.9,
|
||||
"id": 96,
|
||||
"height": 1.3
|
||||
},
|
||||
"ocelot": {
|
||||
"width": 0.6,
|
||||
"id": 98,
|
||||
"height": 0.7
|
||||
},
|
||||
"magma_cube": {
|
||||
"width": 0.51000005,
|
||||
"id": 62,
|
||||
"height": 0.51000005
|
||||
},
|
||||
"chicken": {
|
||||
"width": 0.4,
|
||||
"id": 93,
|
||||
"height": 0.7
|
||||
},
|
||||
"boat": {
|
||||
"width": 1.5,
|
||||
"id": 41,
|
||||
"height": 0.6
|
||||
},
|
||||
"small_fireball": {
|
||||
"width": 0.3125,
|
||||
"id": 13,
|
||||
"height": 0.3125
|
||||
},
|
||||
"elder_guardian": {
|
||||
"width": 1.9975,
|
||||
"id": 4,
|
||||
"height": 1.9975
|
||||
},
|
||||
"giant": {
|
||||
"width": 3.6,
|
||||
"id": 53,
|
||||
"height": 11.7
|
||||
},
|
||||
"silverfish": {
|
||||
"width": 0.4,
|
||||
"id": 60,
|
||||
"height": 0.3
|
||||
},
|
||||
"creeper": {
|
||||
"width": 0.6,
|
||||
"id": 50,
|
||||
"height": 1.8
|
||||
},
|
||||
"tnt_minecart": {
|
||||
"width": 0.98,
|
||||
"id": 45,
|
||||
"height": 0.7
|
||||
},
|
||||
"wither_skull": {
|
||||
"width": 0.3125,
|
||||
"id": 19,
|
||||
"height": 0.3125
|
||||
},
|
||||
"chest_minecart": {
|
||||
"width": 0.98,
|
||||
"id": 43,
|
||||
"height": 0.7
|
||||
},
|
||||
"blaze": {
|
||||
"width": 0.6,
|
||||
"id": 61,
|
||||
"height": 1.8
|
||||
},
|
||||
"cave_spider": {
|
||||
"width": 0.7,
|
||||
"id": 59,
|
||||
"height": 0.5
|
||||
},
|
||||
"ender_dragon": {
|
||||
"width": 16,
|
||||
"id": 63,
|
||||
"height": 8
|
||||
},
|
||||
"sheep": {
|
||||
"width": 0.9,
|
||||
"id": 91,
|
||||
"height": 1.3
|
||||
},
|
||||
"snow_golem": {
|
||||
"width": 0.7,
|
||||
"id": 97,
|
||||
"height": 1.9
|
||||
},
|
||||
"potion": {
|
||||
"width": 0.25,
|
||||
"id": 16,
|
||||
"height": 0.25
|
||||
},
|
||||
"item_frame": {
|
||||
"width": 1,
|
||||
"id": 18,
|
||||
"height": 1
|
||||
},
|
||||
"enderman": {
|
||||
"width": 0.6,
|
||||
"id": 58,
|
||||
"height": 2.9
|
||||
},
|
||||
"ender_pearl": {
|
||||
"width": 0.25,
|
||||
"id": 14,
|
||||
"height": 0.25
|
||||
},
|
||||
"guardian": {
|
||||
"width": 0.85,
|
||||
"id": 68,
|
||||
"height": 0.85
|
||||
},
|
||||
"villager": {
|
||||
"width": 0.6,
|
||||
"id": 120,
|
||||
"height": 1.8
|
||||
},
|
||||
"fishing_bobber": {
|
||||
"width": 0.25,
|
||||
"height": 0.25
|
||||
},
|
||||
"zombie_villager": {
|
||||
"width": 0.6,
|
||||
"id": 27,
|
||||
"height": 1.95
|
||||
},
|
||||
"horse": {
|
||||
"width": 1.4,
|
||||
"id": 100,
|
||||
"height": 1.6
|
||||
},
|
||||
"falling_block": {
|
||||
"width": 0.98,
|
||||
"id": 21,
|
||||
"height": 0.98
|
||||
},
|
||||
"mule": {
|
||||
"width": 1.4,
|
||||
"id": 32,
|
||||
"height": 1.6
|
||||
},
|
||||
"zombie": {
|
||||
"width": 0.6,
|
||||
"id": 54,
|
||||
"height": 1.95
|
||||
},
|
||||
"iron_golem": {
|
||||
"width": 1.4,
|
||||
"id": 99,
|
||||
"height": 2.9
|
||||
},
|
||||
"snowball": {
|
||||
"width": 0.25,
|
||||
"id": 11,
|
||||
"height": 0.25
|
||||
},
|
||||
"witch": {
|
||||
"width": 0.6,
|
||||
"id": 66,
|
||||
"height": 1.95
|
||||
},
|
||||
"rabbit": {
|
||||
"width": 0.6,
|
||||
"id": 101,
|
||||
"height": 0.7
|
||||
},
|
||||
"leash_knot": {
|
||||
"width": 0.5,
|
||||
"id": 8,
|
||||
"height": 0.5
|
||||
},
|
||||
"end_crystal": {
|
||||
"width": 2,
|
||||
"id": 200,
|
||||
"height": 2
|
||||
},
|
||||
"experience_orb": {
|
||||
"width": 0.5,
|
||||
"id": 2,
|
||||
"height": 0.5
|
||||
},
|
||||
"donkey": {
|
||||
"width": 1.4,
|
||||
"id": 31,
|
||||
"height": 1.6
|
||||
},
|
||||
"furnace_minecart": {
|
||||
"width": 0.98,
|
||||
"id": 44,
|
||||
"height": 0.7
|
||||
},
|
||||
"tnt": {
|
||||
"width": 0.98,
|
||||
"id": 20,
|
||||
"height": 0.98
|
||||
},
|
||||
"bat": {
|
||||
"width": 0.5,
|
||||
"id": 65,
|
||||
"height": 0.9
|
||||
},
|
||||
"cow": {
|
||||
"width": 0.9,
|
||||
"id": 92,
|
||||
"height": 1.3
|
||||
},
|
||||
"player": {
|
||||
"width": 0.6,
|
||||
"height": 1.8
|
||||
},
|
||||
"egg": {
|
||||
"width": 0.25,
|
||||
"id": 7,
|
||||
"height": 0.25
|
||||
},
|
||||
"painting": {
|
||||
"width": 1,
|
||||
"id": 9,
|
||||
"height": 1
|
||||
},
|
||||
"eye_of_ender": {
|
||||
"width": 0.25,
|
||||
"id": 15,
|
||||
"height": 0.25
|
||||
},
|
||||
"item": {
|
||||
"width": 0.25,
|
||||
"data": {
|
||||
"ITEM_ITEM": 10
|
||||
},
|
||||
"id": 1,
|
||||
"height": 0.25
|
||||
},
|
||||
"wither": {
|
||||
"width": 0.9,
|
||||
"id": 64,
|
||||
"height": 3.5
|
||||
},
|
||||
"wolf": {
|
||||
"width": 0.6,
|
||||
"id": 95,
|
||||
"height": 0.8
|
||||
},
|
||||
"hopper_minecart": {
|
||||
"width": 0.98,
|
||||
"id": 46,
|
||||
"height": 0.7
|
||||
},
|
||||
"arrow": {
|
||||
"width": 0.5,
|
||||
"id": 10,
|
||||
"height": 0.5
|
||||
},
|
||||
"experience_bottle": {
|
||||
"width": 0.25,
|
||||
"id": 17,
|
||||
"height": 0.25
|
||||
},
|
||||
"wither_skeleton": {
|
||||
"width": 0.72,
|
||||
"id": 5,
|
||||
"height": 2.535
|
||||
},
|
||||
"zombie_horse": {
|
||||
"width": 1.4,
|
||||
"id": 29,
|
||||
"height": 1.6
|
||||
},
|
||||
"skeleton_horse": {
|
||||
"width": 1.4,
|
||||
"id": 28,
|
||||
"height": 1.6
|
||||
},
|
||||
"fireball": {
|
||||
"width": 1,
|
||||
"id": 12,
|
||||
"height": 1
|
||||
},
|
||||
"slime": {
|
||||
"width": 0.51000005,
|
||||
"id": 55,
|
||||
"height": 0.51000005
|
||||
},
|
||||
"firework_rocket": {
|
||||
"width": 0.25,
|
||||
"id": 22,
|
||||
"height": 0.25
|
||||
},
|
||||
"lightning_bolt": {
|
||||
"width": 0,
|
||||
"height": 0
|
||||
}
|
||||
}
|
8
_/fluids.json
Normal file
8
_/fluids.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"minecraft:water": {
|
||||
"id": 0
|
||||
},
|
||||
"minecraft:lava": {
|
||||
"id": 1
|
||||
}
|
||||
}
|
98
_/mob_effect.json
Normal file
98
_/mob_effect.json
Normal file
@ -0,0 +1,98 @@
|
||||
{
|
||||
"speed": {
|
||||
"id": 1
|
||||
},
|
||||
"slowness": {
|
||||
"id": 2
|
||||
},
|
||||
"haste": {
|
||||
"id": 3
|
||||
},
|
||||
"mining_fatigue": {
|
||||
"id": 4
|
||||
},
|
||||
"strength": {
|
||||
"id": 5
|
||||
},
|
||||
"instant_health": {
|
||||
"id": 6
|
||||
},
|
||||
"instant_damage": {
|
||||
"id": 7
|
||||
},
|
||||
"jump_boost": {
|
||||
"id": 8
|
||||
},
|
||||
"nausea": {
|
||||
"id": 9
|
||||
},
|
||||
"regeneration": {
|
||||
"id": 10
|
||||
},
|
||||
"resistance": {
|
||||
"id": 11
|
||||
},
|
||||
"fire_resistance": {
|
||||
"id": 12
|
||||
},
|
||||
"water_breathing": {
|
||||
"id": 13
|
||||
},
|
||||
"invisibility": {
|
||||
"id": 14
|
||||
},
|
||||
"blindness": {
|
||||
"id": 15
|
||||
},
|
||||
"night_vision": {
|
||||
"id": 16
|
||||
},
|
||||
"hunger": {
|
||||
"id": 17
|
||||
},
|
||||
"weakness": {
|
||||
"id": 18
|
||||
},
|
||||
"poison": {
|
||||
"id": 19
|
||||
},
|
||||
"wither": {
|
||||
"id": 20
|
||||
},
|
||||
"health_boost": {
|
||||
"id": 21
|
||||
},
|
||||
"absorption": {
|
||||
"id": 22
|
||||
},
|
||||
"saturation": {
|
||||
"id": 23
|
||||
},
|
||||
"glowing": {
|
||||
"id": 24
|
||||
},
|
||||
"levitation": {
|
||||
"id": 25
|
||||
},
|
||||
"luck": {
|
||||
"id": 26
|
||||
},
|
||||
"unluck": {
|
||||
"id": 27
|
||||
},
|
||||
"slow_falling": {
|
||||
"id": 28
|
||||
},
|
||||
"conduit_power": {
|
||||
"id": 29
|
||||
},
|
||||
"dolphins_grace": {
|
||||
"id": 30
|
||||
},
|
||||
"bad_omen": {
|
||||
"id": 31
|
||||
},
|
||||
"hero_of_the_village": {
|
||||
"id": 32
|
||||
}
|
||||
}
|
28
_/motif.json
Normal file
28
_/motif.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"kebab": {},
|
||||
"aztec": {},
|
||||
"alban": {},
|
||||
"aztec2": {},
|
||||
"bomb": {},
|
||||
"plant": {},
|
||||
"wasteland": {},
|
||||
"pool": {},
|
||||
"courbet": {},
|
||||
"sea": {},
|
||||
"sunset": {},
|
||||
"creebet": {},
|
||||
"wanderer": {},
|
||||
"graham": {},
|
||||
"match": {},
|
||||
"bust": {},
|
||||
"stage": {},
|
||||
"void": {},
|
||||
"skull_and_roses": {},
|
||||
"wither": {},
|
||||
"fighters": {},
|
||||
"pointer": {},
|
||||
"pigscene": {},
|
||||
"burning_skull": {},
|
||||
"skeleton": {},
|
||||
"donkey_kong": {}
|
||||
}
|
149
_/particle_type.json
Normal file
149
_/particle_type.json
Normal file
@ -0,0 +1,149 @@
|
||||
{
|
||||
"explode": {
|
||||
"id": 0
|
||||
},
|
||||
"largeexplode": {
|
||||
"id": 1
|
||||
},
|
||||
"hugeexplosion": {
|
||||
"id": 2
|
||||
},
|
||||
"fireworksSpark": {
|
||||
"id": 3
|
||||
},
|
||||
"bubble": {
|
||||
"id": 4
|
||||
},
|
||||
"splash": {
|
||||
"id": 5
|
||||
},
|
||||
"wake": {
|
||||
"id": 6
|
||||
},
|
||||
"suspended": {
|
||||
"id": 7
|
||||
},
|
||||
"depthsuspend": {
|
||||
"id": 8
|
||||
},
|
||||
"crit": {
|
||||
"id": 9
|
||||
},
|
||||
"magicCrit": {
|
||||
"id": 10
|
||||
},
|
||||
"smoke": {
|
||||
"id": 11
|
||||
},
|
||||
"largesmoke": {
|
||||
"id": 12
|
||||
},
|
||||
"spell": {
|
||||
"id": 13
|
||||
},
|
||||
"instantSpell": {
|
||||
"id": 14
|
||||
},
|
||||
"mobSpell": {
|
||||
"id": 15
|
||||
},
|
||||
"mobSpellAmbient": {
|
||||
"id": 16
|
||||
},
|
||||
"witchMagic": {
|
||||
"id": 17
|
||||
},
|
||||
"dripWater": {
|
||||
"id": 18
|
||||
},
|
||||
"dripLava": {
|
||||
"id": 19
|
||||
},
|
||||
"angryVillager": {
|
||||
"id": 20
|
||||
},
|
||||
"happyVillager": {
|
||||
"id": 21
|
||||
},
|
||||
"townaura": {
|
||||
"id": 22
|
||||
},
|
||||
"note": {
|
||||
"id": 23
|
||||
},
|
||||
"portal": {
|
||||
"id": 24
|
||||
},
|
||||
"enchantmenttable": {
|
||||
"id": 25
|
||||
},
|
||||
"flame": {
|
||||
"id": 26
|
||||
},
|
||||
"lava": {
|
||||
"id": 27
|
||||
},
|
||||
"footstep": {
|
||||
"id": 28
|
||||
},
|
||||
"cloud": {
|
||||
"id": 29
|
||||
},
|
||||
"reddust": {
|
||||
"id": 30
|
||||
},
|
||||
"snowballpoof": {
|
||||
"id": 31
|
||||
},
|
||||
"snowshovel": {
|
||||
"id": 32
|
||||
},
|
||||
"slime": {
|
||||
"id": 33
|
||||
},
|
||||
"heart": {
|
||||
"id": 34
|
||||
},
|
||||
"barrier": {
|
||||
"id": 35
|
||||
},
|
||||
"iconcrack": {
|
||||
"id": 36
|
||||
},
|
||||
"blockcrack": {
|
||||
"id": 37
|
||||
},
|
||||
"blockdust": {
|
||||
"id": 38
|
||||
},
|
||||
"droplet": {
|
||||
"id": 39
|
||||
},
|
||||
"take": {
|
||||
"id": 40
|
||||
},
|
||||
"mobappearance": {
|
||||
"id": 41
|
||||
},
|
||||
"dragonbreath": {
|
||||
"id": 42
|
||||
},
|
||||
"endrod": {
|
||||
"id": 43
|
||||
},
|
||||
"damageindicator": {
|
||||
"id": 44
|
||||
},
|
||||
"sweepattack": {
|
||||
"id": 45
|
||||
},
|
||||
"fallingdust": {
|
||||
"id": 46
|
||||
},
|
||||
"totem": {
|
||||
"id": 47
|
||||
},
|
||||
"spit": {
|
||||
"id": 48
|
||||
}
|
||||
}
|
46
index.json
Normal file
46
index.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"biomes": [
|
||||
{
|
||||
"version": "_",
|
||||
"hash": "abc"
|
||||
}
|
||||
],
|
||||
"dimensions": [
|
||||
{
|
||||
"version": "_",
|
||||
"hash": "abc"
|
||||
}
|
||||
],
|
||||
"blocks": [
|
||||
{
|
||||
"version": "_",
|
||||
"hash": "abc"
|
||||
}
|
||||
],
|
||||
"entities": [
|
||||
{
|
||||
"version": "_",
|
||||
"hash": "abc"
|
||||
},
|
||||
{
|
||||
"version": "1.8.9",
|
||||
"hash": "abc"
|
||||
},
|
||||
{
|
||||
"version": "1.12.2",
|
||||
"hash": "abc"
|
||||
}
|
||||
],
|
||||
"fluids": [
|
||||
{
|
||||
"version": "_",
|
||||
"hash": "abc"
|
||||
}
|
||||
],
|
||||
"particle_type": [
|
||||
{
|
||||
"version": "_",
|
||||
"hash": "abc"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user