From b0be25825d7e1c80a9a3c2110b8173fc7040fa0b Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 23 Jul 2024 21:26:23 +0200 Subject: [PATCH] cleanup --- .../entities/format/minecraft.entity.json | 3 +- source/behavior/trading/trading.json | 2 +- source/general/biome_item.json | 46 --- source/general/vanilla/biome.json | 182 ++++----- source/general/vanilla/biome_tag.json | 86 ++-- source/general/vanilla/effect.json | 86 ++-- source/general/vanilla/entity.json | 128 ------ source/general/vanilla/item_group.json | 172 ++++---- source/resource/entity/1.10.0/entity.json | 367 +----------------- 9 files changed, 266 insertions(+), 806 deletions(-) delete mode 100644 source/general/biome_item.json delete mode 100644 source/general/vanilla/entity.json diff --git a/source/behavior/entities/format/minecraft.entity.json b/source/behavior/entities/format/minecraft.entity.json index 6df64a1dc..fc007580e 100644 --- a/source/behavior/entities/format/minecraft.entity.json +++ b/source/behavior/entities/format/minecraft.entity.json @@ -155,8 +155,7 @@ "runtime_identifier": { "type": "string", "title": "Runtime Identifier", - "description": "Sets the name for the Vanilla Minecraft identifier this entity will use to build itself from.", - "$ref": "../../../general/vanilla/entity.json" + "description": "Sets the name for the Vanilla Minecraft identifier this entity will use to build itself from." }, "scripts": { "type": "object", diff --git a/source/behavior/trading/trading.json b/source/behavior/trading/trading.json index 6589ce662..4aefe9b5e 100644 --- a/source/behavior/trading/trading.json +++ b/source/behavior/trading/trading.json @@ -32,7 +32,7 @@ "description": "UNDOCUMENTED.", "type": "array", "items": { - "$ref": "../../general/biome_item.json" + "$ref": "../../general/vanilla/biome.json" } }, "quantity": { diff --git a/source/general/biome_item.json b/source/general/biome_item.json deleted file mode 100644 index 627c54e1c..000000000 --- a/source/general/biome_item.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "$id": "blockception.minecraft.general.1.8.0.biome.item", - "type": "string", - "title": "Biome Name", - "description": "UNDOCUMENTED.", - "$comment": "UNDOCUMENTED", - "enum": [ - "animal", - "beach", - "birch", - "cold", - "dark_oak", - "deep", - "desert", - "edge", - "extreme_hills", - "flower_forest", - "forest", - "frozen", - "hills", - "ice", - "ice_plains", - "jungle", - "lakes", - "lukewarm", - "mega", - "mesa", - "monster", - "mooshroom_island", - "mountain", - "mutated", - "nether", - "ocean", - "plains", - "plateau", - "river", - "roofed", - "savanna", - "shore", - "stone", - "swamp", - "taiga", - "the_end", - "warm" - ] -} diff --git a/source/general/vanilla/biome.json b/source/general/vanilla/biome.json index 0cc01c086..6496d4e05 100644 --- a/source/general/vanilla/biome.json +++ b/source/general/vanilla/biome.json @@ -1,92 +1,92 @@ { - "title": "Biome", - "description": "An in game biome", - "enum": [ - "bamboo_jungle", - "bamboo_jungle_hills", - "basalt_deltas", - "beach", - "birch_forest", - "birch_forest_hills", - "birch_forest_hills_mutated", - "birch_forest_mutated", - "cherry_grove", - "cold_beach", - "cold_ocean", - "cold_taiga", - "cold_taiga_hills", - "cold_taiga_mutated", - "crimson_forest", - "deep_cold_ocean", - "deep_frozen_ocean", - "deep_lukewarm_ocean", - "deep_ocean", - "deep_warm_ocean", - "deep_dark", - "desert", - "desert_hills", - "desert_mutated", - "dripstone_caves", - "extreme_hills", - "extreme_hills_edge", - "extreme_hills_mutated", - "extreme_hills_plus_trees", - "extreme_hills_plus_trees_mutated", - "flower_forest", - "forest", - "forest_hills", - "frozen_ocean", - "frozen_peaks", - "frozen_river", - "grove", - "hell", - "ice_mountains", - "ice_plains", - "ice_plains_spikes", - "jagged_peaks", - "jungle", - "jungle_edge", - "jungle_edge_mutated", - "jungle_hills", - "jungle_mutated", - "legacy_frozen_ocean", - "lukewarm_ocean", - "lush_caves", - "mangrove_swamp", - "meadow", - "mega_taiga", - "mega_taiga_hills", - "mesa", - "mesa_bryce", - "mesa_plateau", - "mesa_plateau_mutated", - "mesa_plateau_stone", - "mesa_plateau_stone_mutated", - "mushroom_island", - "mushroom_island_shore", - "ocean", - "plains", - "redwood_taiga_hills_mutated", - "redwood_taiga_mutated", - "river", - "roofed_forest", - "roofed_forest_mutated", - "savanna", - "savanna_mutated", - "savanna_plateau", - "savanna_plateau_mutated", - "snowy_slopes", - "soulsand_valley", - "stone_beach", - "stony_peaks", - "sunflower_plains", - "swampland", - "swampland_mutated", - "taiga", - "taiga_hills", - "taiga_mutated", - "the_end", - "warm_ocean", - "warped_forest" - ] -} \ No newline at end of file + "title": "Biome", + "description": "An in game biome", + "enum": [ + "bamboo_jungle", + "bamboo_jungle_hills", + "basalt_deltas", + "beach", + "birch_forest", + "birch_forest_hills", + "birch_forest_hills_mutated", + "birch_forest_mutated", + "cherry_grove", + "cold_beach", + "cold_ocean", + "cold_taiga", + "cold_taiga_hills", + "cold_taiga_mutated", + "crimson_forest", + "deep_cold_ocean", + "deep_frozen_ocean", + "deep_lukewarm_ocean", + "deep_ocean", + "deep_warm_ocean", + "deep_dark", + "desert", + "desert_hills", + "desert_mutated", + "dripstone_caves", + "extreme_hills", + "extreme_hills_edge", + "extreme_hills_mutated", + "extreme_hills_plus_trees", + "extreme_hills_plus_trees_mutated", + "flower_forest", + "forest", + "forest_hills", + "frozen_ocean", + "frozen_peaks", + "frozen_river", + "grove", + "hell", + "ice_mountains", + "ice_plains", + "ice_plains_spikes", + "jagged_peaks", + "jungle", + "jungle_edge", + "jungle_edge_mutated", + "jungle_hills", + "jungle_mutated", + "legacy_frozen_ocean", + "lukewarm_ocean", + "lush_caves", + "mangrove_swamp", + "meadow", + "mega_taiga", + "mega_taiga_hills", + "mesa", + "mesa_bryce", + "mesa_plateau", + "mesa_plateau_mutated", + "mesa_plateau_stone", + "mesa_plateau_stone_mutated", + "mushroom_island", + "mushroom_island_shore", + "ocean", + "plains", + "redwood_taiga_hills_mutated", + "redwood_taiga_mutated", + "river", + "roofed_forest", + "roofed_forest_mutated", + "savanna", + "savanna_mutated", + "savanna_plateau", + "savanna_plateau_mutated", + "snowy_slopes", + "soulsand_valley", + "stone_beach", + "stony_peaks", + "sunflower_plains", + "swampland", + "swampland_mutated", + "taiga", + "taiga_hills", + "taiga_mutated", + "the_end", + "warm_ocean", + "warped_forest" + ] +} diff --git a/source/general/vanilla/biome_tag.json b/source/general/vanilla/biome_tag.json index ec006b874..9a9f327fe 100644 --- a/source/general/vanilla/biome_tag.json +++ b/source/general/vanilla/biome_tag.json @@ -1,44 +1,44 @@ { - "title": "Biome Tag", - "description": "An in game biome's tags", - "enum": [ - "animal", - "bamboo", - "bee_habitat", - "birch", - "caves", - "cold", - "deep", - "edge", - "frozen", - "hills", - "ice", - "lukewarm", - "mega", - "monster", - "mountain", - "mountains", - "mutated", - "nether", - "netherwart_forest", - "no_legacy_worldgen", - "ocean", - "overworld", - "overworld_generation", - "plateau", - "rare", - "roofed", - "shore", - "spawn_endermen", - "spawn_few_piglins", - "spawn_few_zombified_piglins", - "spawn_ghast", - "spawn_magma_cubes", - "spawn_many_magma_cubes", - "spawn_piglin", - "spawn_zombified_piglin", - "stone", - "swamp", - "warm" - ] -} \ No newline at end of file + "title": "Biome Tag", + "description": "An in game biome's tags", + "enum": [ + "animal", + "bamboo", + "bee_habitat", + "birch", + "caves", + "cold", + "deep", + "edge", + "frozen", + "hills", + "ice", + "lukewarm", + "mega", + "monster", + "mountain", + "mountains", + "mutated", + "nether", + "netherwart_forest", + "no_legacy_worldgen", + "ocean", + "overworld", + "overworld_generation", + "plateau", + "rare", + "roofed", + "shore", + "spawn_endermen", + "spawn_few_piglins", + "spawn_few_zombified_piglins", + "spawn_ghast", + "spawn_magma_cubes", + "spawn_many_magma_cubes", + "spawn_piglin", + "spawn_zombified_piglin", + "stone", + "swamp", + "warm" + ] +} diff --git a/source/general/vanilla/effect.json b/source/general/vanilla/effect.json index d7cd461ea..e0bf84724 100644 --- a/source/general/vanilla/effect.json +++ b/source/general/vanilla/effect.json @@ -1,44 +1,44 @@ { - "$id": "blockception.minecraft.general.vanilla.effect", - "type": "string", - "title": "Effect", - "description": "A mob effect", - "enum": [ - "absorption", - "bad_omen", - "blindness", - "conduit_power", - "darkness", - "fatal_poison", - "fire_resistance", - "haste", - "health_boost", - "hunger", - "infested", - "instant_damage", - "instant_health", - "invisibility", - "jump_boost", - "levitation", - "mining_fatigue", - "nausea", - "night_vision", - "oozing", - "poison", - "raid_omen", - "regeneration", - "resistance", - "saturation", - "slow_falling", - "slowness", - "speed", - "strength", - "trial_omen", - "village_hero", - "water_breathing", - "weakness", - "weaving", - "wind_charged", - "wither" - ] -} \ No newline at end of file + "$id": "blockception.minecraft.general.vanilla.effect", + "type": "string", + "title": "Effect", + "description": "A mob effect", + "enum": [ + "absorption", + "bad_omen", + "blindness", + "conduit_power", + "darkness", + "fatal_poison", + "fire_resistance", + "haste", + "health_boost", + "hunger", + "infested", + "instant_damage", + "instant_health", + "invisibility", + "jump_boost", + "levitation", + "mining_fatigue", + "nausea", + "night_vision", + "oozing", + "poison", + "raid_omen", + "regeneration", + "resistance", + "saturation", + "slow_falling", + "slowness", + "speed", + "strength", + "trial_omen", + "village_hero", + "water_breathing", + "weakness", + "weaving", + "wind_charged", + "wither" + ] +} diff --git a/source/general/vanilla/entity.json b/source/general/vanilla/entity.json deleted file mode 100644 index 6b69375ec..000000000 --- a/source/general/vanilla/entity.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "$id": "blockception.minecraft.general.vanilla.entity", - "type": "string", - "title": "Entity", - "description": "A vanilla entity", - "enum": [ - "minecraft:agent", - "minecraft:allay", - "minecraft:area_effect_cloud", - "minecraft:armadillo", - "minecraft:armor_stand", - "minecraft:arrow", - "minecraft:axolotl", - "minecraft:bat", - "minecraft:bee", - "minecraft:blaze", - "minecraft:boat", - "minecraft:bogged", - "minecraft:breeze", - "minecraft:breeze_wind_charge_projectile", - "minecraft:camel", - "minecraft:cat", - "minecraft:cave_spider", - "minecraft:chest_boat", - "minecraft:chest_minecart", - "minecraft:chicken", - "minecraft:cod", - "minecraft:command_block_minecart", - "minecraft:cow", - "minecraft:creeper", - "minecraft:dolphin", - "minecraft:donkey", - "minecraft:dragon_fireball", - "minecraft:drowned", - "minecraft:egg", - "minecraft:elder_guardian", - "minecraft:ender_crystal", - "minecraft:ender_dragon", - "minecraft:ender_pearl", - "minecraft:enderman", - "minecraft:endermite", - "minecraft:evocation_illager", - "minecraft:eye_of_ender_signal", - "minecraft:fireball", - "minecraft:fireworks_rocket", - "minecraft:fishing_hook", - "minecraft:fox", - "minecraft:frog", - "minecraft:ghast", - "minecraft:glow_squid", - "minecraft:goat", - "minecraft:guardian", - "minecraft:hoglin", - "minecraft:hopper_minecart", - "minecraft:horse", - "minecraft:husk", - "minecraft:iron_golem", - "minecraft:lightning_bolt", - "minecraft:lingering_potion", - "minecraft:llama", - "minecraft:llama_spit", - "minecraft:magma_cube", - "minecraft:minecart", - "minecraft:mooshroom", - "minecraft:mule", - "minecraft:npc", - "minecraft:ocelot", - "minecraft:ominous_item_spawner", - "minecraft:panda", - "minecraft:parrot", - "minecraft:phantom", - "minecraft:pig", - "minecraft:piglin", - "minecraft:piglin_brute", - "minecraft:pillager", - "minecraft:player", - "minecraft:polar_bear", - "minecraft:pufferfish", - "minecraft:rabbit", - "minecraft:ravager", - "minecraft:salmon", - "minecraft:sheep", - "minecraft:shulker", - "minecraft:shulker_bullet", - "minecraft:silverfish", - "minecraft:skeleton", - "minecraft:skeleton_horse", - "minecraft:slime", - "minecraft:small_fireball", - "minecraft:sniffer", - "minecraft:snow_golem", - "minecraft:snowball", - "minecraft:spider", - "minecraft:splash_potion", - "minecraft:squid", - "minecraft:stray", - "minecraft:strider", - "minecraft:tadpole", - "minecraft:thrown_trident", - "minecraft:tnt", - "minecraft:tnt_minecart", - "minecraft:trader_llama", - "minecraft:tripod_camera", - "minecraft:tropicalfish", - "minecraft:turtle", - "minecraft:vex", - "minecraft:villager", - "minecraft:villager_v2", - "minecraft:vindicator", - "minecraft:wandering_trader", - "minecraft:warden", - "minecraft:wind_charge_projectile", - "minecraft:witch", - "minecraft:wither", - "minecraft:wither_skeleton", - "minecraft:wither_skull", - "minecraft:wither_skull_dangerous", - "minecraft:wolf", - "minecraft:xp_bottle", - "minecraft:xp_orb", - "minecraft:zoglin", - "minecraft:zombie", - "minecraft:zombie_horse", - "minecraft:zombie_pigman", - "minecraft:zombie_villager", - "minecraft:zombie_villager_v2" - ] -} \ No newline at end of file diff --git a/source/general/vanilla/item_group.json b/source/general/vanilla/item_group.json index ed462e6be..5d2bea374 100644 --- a/source/general/vanilla/item_group.json +++ b/source/general/vanilla/item_group.json @@ -1,87 +1,87 @@ { - "$id": "blockception.minecraft.general.vanilla.item_group", - "type": "string", - "title": "Item Group", - "description": "A translation string of an existing group in minecraft to group this block/item under", - "enum": [ - "itemGroup.name.anvil", - "itemGroup.name.arrow", - "itemGroup.name.axe", - "itemGroup.name.banner", - "itemGroup.name.banner_pattern", - "itemGroup.name.bed", - "itemGroup.name.boat", - "itemGroup.name.boots", - "itemGroup.name.buttons", - "itemGroup.name.candles", - "itemGroup.name.chalkboard", - "itemGroup.name.chest", - "itemGroup.name.chestboat", - "itemGroup.name.chestplate", - "itemGroup.name.concrete", - "itemGroup.name.concretePowder", - "itemGroup.name.cookedFood", - "itemGroup.name.copper", - "itemGroup.name.coral", - "itemGroup.name.coral_decorations", - "itemGroup.name.crop", - "itemGroup.name.door", - "itemGroup.name.dye", - "itemGroup.name.enchantedBook", - "itemGroup.name.fence", - "itemGroup.name.fenceGate", - "itemGroup.name.firework", - "itemGroup.name.fireworkStars", - "itemGroup.name.flower", - "itemGroup.name.glass", - "itemGroup.name.glassPane", - "itemGroup.name.glazedTerracotta", - "itemGroup.name.goatHorn", - "itemGroup.name.grass", - "itemGroup.name.hanging_sign", - "itemGroup.name.helmet", - "itemGroup.name.hoe", - "itemGroup.name.horseArmor", - "itemGroup.name.leaves", - "itemGroup.name.leggings", - "itemGroup.name.lingeringPotion", - "itemGroup.name.log", - "itemGroup.name.minecart", - "itemGroup.name.miscFood", - "itemGroup.name.mobEgg", - "itemGroup.name.monsterStoneEgg", - "itemGroup.name.mushroom", - "itemGroup.name.netherWartBlock", - "itemGroup.name.ore", - "itemGroup.name.permission", - "itemGroup.name.pickaxe", - "itemGroup.name.planks", - "itemGroup.name.potion", - "itemGroup.name.potterySherds", - "itemGroup.name.pressurePlate", - "itemGroup.name.rail", - "itemGroup.name.rawFood", - "itemGroup.name.record", - "itemGroup.name.sandstone", - "itemGroup.name.sapling", - "itemGroup.name.sculk", - "itemGroup.name.seed", - "itemGroup.name.shovel", - "itemGroup.name.shulkerBox", - "itemGroup.name.sign", - "itemGroup.name.skull", - "itemGroup.name.slab", - "itemGroup.name.smithing_templates", - "itemGroup.name.splashPotion", - "itemGroup.name.stainedClay", - "itemGroup.name.stairs", - "itemGroup.name.stone", - "itemGroup.name.stoneBrick", - "itemGroup.name.sword", - "itemGroup.name.trapdoor", - "itemGroup.name.walls", - "itemGroup.name.wood", - "itemGroup.name.wool", - "itemGroup.name.woolCarpet" - ] -} \ No newline at end of file + "$id": "blockception.minecraft.general.vanilla.item_group", + "type": "string", + "title": "Item Group", + "description": "A translation string of an existing group in minecraft to group this block/item under", + "enum": [ + "itemGroup.name.anvil", + "itemGroup.name.arrow", + "itemGroup.name.axe", + "itemGroup.name.banner", + "itemGroup.name.banner_pattern", + "itemGroup.name.bed", + "itemGroup.name.boat", + "itemGroup.name.boots", + "itemGroup.name.buttons", + "itemGroup.name.candles", + "itemGroup.name.chalkboard", + "itemGroup.name.chest", + "itemGroup.name.chestboat", + "itemGroup.name.chestplate", + "itemGroup.name.concrete", + "itemGroup.name.concretePowder", + "itemGroup.name.cookedFood", + "itemGroup.name.copper", + "itemGroup.name.coral", + "itemGroup.name.coral_decorations", + "itemGroup.name.crop", + "itemGroup.name.door", + "itemGroup.name.dye", + "itemGroup.name.enchantedBook", + "itemGroup.name.fence", + "itemGroup.name.fenceGate", + "itemGroup.name.firework", + "itemGroup.name.fireworkStars", + "itemGroup.name.flower", + "itemGroup.name.glass", + "itemGroup.name.glassPane", + "itemGroup.name.glazedTerracotta", + "itemGroup.name.goatHorn", + "itemGroup.name.grass", + "itemGroup.name.hanging_sign", + "itemGroup.name.helmet", + "itemGroup.name.hoe", + "itemGroup.name.horseArmor", + "itemGroup.name.leaves", + "itemGroup.name.leggings", + "itemGroup.name.lingeringPotion", + "itemGroup.name.log", + "itemGroup.name.minecart", + "itemGroup.name.miscFood", + "itemGroup.name.mobEgg", + "itemGroup.name.monsterStoneEgg", + "itemGroup.name.mushroom", + "itemGroup.name.netherWartBlock", + "itemGroup.name.ore", + "itemGroup.name.permission", + "itemGroup.name.pickaxe", + "itemGroup.name.planks", + "itemGroup.name.potion", + "itemGroup.name.potterySherds", + "itemGroup.name.pressurePlate", + "itemGroup.name.rail", + "itemGroup.name.rawFood", + "itemGroup.name.record", + "itemGroup.name.sandstone", + "itemGroup.name.sapling", + "itemGroup.name.sculk", + "itemGroup.name.seed", + "itemGroup.name.shovel", + "itemGroup.name.shulkerBox", + "itemGroup.name.sign", + "itemGroup.name.skull", + "itemGroup.name.slab", + "itemGroup.name.smithing_templates", + "itemGroup.name.splashPotion", + "itemGroup.name.stainedClay", + "itemGroup.name.stairs", + "itemGroup.name.stone", + "itemGroup.name.stoneBrick", + "itemGroup.name.sword", + "itemGroup.name.trapdoor", + "itemGroup.name.walls", + "itemGroup.name.wood", + "itemGroup.name.wool", + "itemGroup.name.woolCarpet" + ] +} diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index e7d68be1a..919cda436 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -71,372 +71,7 @@ "additionalProperties": { "type": "string", "description": "Material reference.", - "title": "Material", - "examples": [ - "agent", - "alpha_block", - "alpha_block_color", - "animated_texture_blit", - "armor", - "armor_enchanted", - "armor_leather", - "armor_leather_enchanted", - "armor_stand", - "arrow", - "ash", - "axolotl", - "axolotl_limbs", - "banner", - "banner_pole", - "bat", - "beacon_beam", - "beacon_beam_transparent", - "bed", - "bee", - "bell", - "blaze_body", - "blaze_head", - "block_overlay", - "blue_spores", - "boat", - "camera", - "camera_facing_sprite", - "cat", - "chalkboard", - "charged_creeper", - "chest", - "chicken", - "chicken_legs", - "clouds", - "clownfish", - "cod", - "conduit", - "conduit_wind", - "cow", - "cracks_overlay", - "cracks_overlay_alpha_test", - "cracks_overlay_tile_entity", - "creeper", - "debug", - "debug_array_texture", - "debug_texture", - "dolphin", - "dragon_head", - "dragon_head_glint", - "drowned", - "egg", - "elytra", - "elytra_glint", - "enchanting_table_book", - "ender_crystal", - "ender_dragon", - "ender_pearl", - "enderman", - "enderman_invisible", - "endermite", - "entity", - "entity_alphablend", - "entity_alphablend_nocolor", - "entity_alphatest", - "entity_alphatest_change_color", - "entity_alphatest_change_color_glint", - "entity_alphatest_glint", - "entity_alphatest_glint_item", - "entity_alphatest_multicolor_tint", - "entity_alphatest_one_sided", - "entity_beam", - "entity_beam_additive", - "entity_change_color", - "entity_change_color_glint", - "entity_custom", - "entity_dissolve_layer0", - "entity_dissolve_layer1", - "entity_emissive", - "entity_emissive_alpha", - "entity_emissive_alpha_one_sided", - "entity_flat_color_line", - "entity_glint", - "entity_lead_base", - "entity_loyalty_rope", - "entity_multitexture", - "entity_multitexture_alpha_test", - "entity_multitexture_alpha_test_color_mask", - "entity_multitexture_color_mask", - "entity_multitexture_masked", - "entity_multitexture_multiplicative_blend", - "entity_nocull", - "entity_static", - "evoker", - "experience_orb", - "eye_of_ender_signal", - "fang", - "fireball", - "fireworks_rocket", - "fishing_hook", - "fox", - "fullscreen_cube_overlay", - "fullscreen_cube_overlay_blend", - "fullscreen_cube_overlay_opaque", - "ghast", - "glow_sign_text", - "glow_squid", - "goat", - "guardian", - "guardian_ghost", - "hoglin", - "holo_coord_frame", - "holo_hand", - "holo_hand_pointer", - "holo_hud_quad", - "hologram", - "hologram_hit_effect", - "hololens_LSRPlane", - "hololens_LSRPlaneTextured", - "hololens_UICursor", - "hololens_UICursor_ingame_mainpart", - "hololens_UICursor_ingame_pseudoshadow", - "holoscreen_level_quad", - "holoscreen_monoscopic_quad", - "holoscreen_stereoscopic_quad", - "horse", - "horse_leather_armor", - "husk", - "husk_clothes", - "im_gui", - "iron_golem", - "item_in_hand", - "item_in_hand_entity_alphatest", - "item_in_hand_entity_alphatest_color", - "item_in_hand_glint", - "item_in_hand_multicolor_tint", - "leash_knot", - "lightning", - "lingering_potion_enchanted", - "living_room", - "llama", - "llama_spit", - "magma_cube", - "map", - "map_decoration", - "map_marker", - "minecart", - "mob_head", - "mob_head_glint", - "mooshroom", - "mooshroom_mushrooms", - "moving_block", - "moving_block_alpha", - "moving_block_alpha_seasons", - "moving_block_alpha_single_side", - "moving_block_blend", - "moving_block_double_side", - "moving_block_seasons", - "name_tag", - "name_tag_depth_tested", - "name_text_depth_tested", - "npc", - "ocelot", - "on_screen_effect", - "opaque_block", - "opaque_block_color", - "opaque_block_color_uv2", - "overlay_quad", - "overlay_quad_clear", - "panda", - "parrot", - "particles_alpha", - "particles_base", - "particles_blend", - "particles_effects", - "particles_opaque", - "particles_random_test", - "passthru_postprocess", - "phantom", - "phantom_invisible", - "pig", - "piglin", - "piglin_brute", - "pillager", - "piston_arm", - "plankton", - "player", - "player_alphatest", - "player_animated", - "polar_bear", - "portal_base", - "precipitation", - "pufferfish", - "rabbit", - "rain", - "ravager", - "reality_frame_cutout", - "reality_frame_skyfill", - "red_spores", - "rift_mirror_logo", - "rift_mirror_texture", - "rift_texture_copy_noalpha", - "salmon", - "selection_box", - "selection_overlay", - "selection_overlay_alpha", - "selection_overlay_block_entity", - "selection_overlay_double_sided", - "selection_overlay_item", - "selection_overlay_level", - "selection_overlay_opaque", - "shadow_back", - "shadow_front", - "shadow_overlay", - "sheep", - "shield", - "shield_glint", - "shulker", - "shulker_box", - "shulker_bullet", - "sign", - "sign_text", - "silverfish", - "silverfish_layers", - "skeleton", - "slime", - "slime_outer", - "snow", - "snow_golem", - "snow_golem_pumpkin", - "snowball", - "spider", - "spider_invisible", - "splash_potion_enchanted", - "squid", - "ST_BatchedStandard", - "ST_Blur_1", - "ST_Blur_10", - "ST_Blur_11", - "ST_Blur_12", - "ST_Blur_2", - "ST_Blur_3", - "ST_Blur_4", - "ST_Blur_5", - "ST_Blur_6", - "ST_Blur_7", - "ST_Blur_8", - "ST_Blur_9", - "ST_Hairline", - "ST_HairlinePath", - "ST_LinearGradient2Point", - "ST_LinearGradient3PointSymmetrical", - "ST_LinearGradientFromTexture", - "ST_LinearGradientMasked2Point", - "ST_LinearGradientMasked3PointSymmetrical", - "ST_LinearGradientMaskedFromTexture", - "ST_Path", - "ST_RadialGradient2Point", - "ST_RadialGradient3PointSymmetrical", - "ST_RadialGradientFromTexture", - "ST_RadialGradientMasked2Point", - "ST_RadialGradientMasked3PointSymmetrical", - "ST_RadialGradientMaskedFromTexture", - "ST_SimpleTexture", - "ST_SimpleTextureMasked", - "ST_Standard", - "ST_StandardCircle", - "ST_StandardEllipse", - "ST_StandardRRect", - "ST_StandardStrokeCircle", - "ST_StandardStrokeEllipse", - "ST_StandardStrokeRRect", - "ST_StandardTexture", - "ST_StandardTextureWithColorMatrix", - "ST_Stencil", - "ST_StencilCircle", - "ST_StencilPath", - "ST_StencilRRect", - "ST_StencilTexture", - "ST_Text", - "ST_TextSDF", - "ST_TextStrokeSDF", - "ST_TexturesWithColorMix", - "ST_YUV2ARGB", - "ST_YUV2RGB", - "stray", - "stray_clothes", - "strider", - "terrain_alpha", - "terrain_alpha_seasons", - "terrain_alpha_single_side", - "terrain_base", - "terrain_blend", - "terrain_blend_far", - "terrain_blend_no_culling", - "terrain_doubleside", - "terrain_far", - "terrain_inside_block", - "terrain_opaque", - "terrain_opaque_seasons", - "terrain_seasons_far", - "terrain_seasons_far_alpha", - "trident", - "trident_glint", - "trident_riptide", - "tropicalfish", - "turtle", - "ui_banner", - "ui_banner_pole", - "ui_base", - "ui_conduit", - "ui_crosshair", - "ui_cubemap", - "ui_dragon_head", - "ui_dragon_head_glint", - "ui_fill_color", - "ui_fill_gradient", - "ui_fill_stencil", - "ui_grayscale", - "ui_grayscale_bilinear", - "ui_inventory_item_glint", - "ui_invert_overlay", - "ui_item", - "ui_item_glint", - "ui_item_glint_stencil", - "ui_item_multicolor_tint", - "ui_item_unglint_stencil", - "ui_mob_head", - "ui_mob_head_glint", - "ui_shield", - "ui_shield_glint", - "ui_skinning_item", - "ui_text", - "ui_text_msdf", - "ui_text_smooth", - "ui_texture_and_color", - "ui_texture_and_color_blur", - "ui_texture_and_color_tint", - "ui_textured", - "ui_textured_and_glcolor", - "ui_textured_and_glcolor_bilinear_sprite", - "ui_textured_and_glcolor_sprite", - "vex", - "villager", - "villager_v2", - "villager_v2_masked", - "vindicator", - "wandering_trader", - "water_hole", - "white_ash", - "windowsmr_holo_hand", - "wireframe", - "witch", - "wither_boss", - "wither_boss_armor", - "wither_skull", - "wolf", - "xp_bottle", - "zoglin", - "zombie", - "zombie_villager", - "zombie_villager_v2", - "zombie_villager_v2_masked" - ] + "title": "Material" }, "description": "A collection of material definitions.", "title": "Materials"