This commit is contained in:
DaanV2
2024-07-23 21:26:23 +02:00
parent b359540ab0
commit b0be25825d
9 changed files with 266 additions and 806 deletions

View File

@@ -155,8 +155,7 @@
"runtime_identifier": { "runtime_identifier": {
"type": "string", "type": "string",
"title": "Runtime Identifier", "title": "Runtime Identifier",
"description": "Sets the name for the Vanilla Minecraft identifier this entity will use to build itself from.", "description": "Sets the name for the Vanilla Minecraft identifier this entity will use to build itself from."
"$ref": "../../../general/vanilla/entity.json"
}, },
"scripts": { "scripts": {
"type": "object", "type": "object",

View File

@@ -32,7 +32,7 @@
"description": "UNDOCUMENTED.", "description": "UNDOCUMENTED.",
"type": "array", "type": "array",
"items": { "items": {
"$ref": "../../general/biome_item.json" "$ref": "../../general/vanilla/biome.json"
} }
}, },
"quantity": { "quantity": {

View File

@@ -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"
]
}

View File

@@ -1,92 +1,92 @@
{ {
"title": "Biome", "title": "Biome",
"description": "An in game biome", "description": "An in game biome",
"enum": [ "enum": [
"bamboo_jungle", "bamboo_jungle",
"bamboo_jungle_hills", "bamboo_jungle_hills",
"basalt_deltas", "basalt_deltas",
"beach", "beach",
"birch_forest", "birch_forest",
"birch_forest_hills", "birch_forest_hills",
"birch_forest_hills_mutated", "birch_forest_hills_mutated",
"birch_forest_mutated", "birch_forest_mutated",
"cherry_grove", "cherry_grove",
"cold_beach", "cold_beach",
"cold_ocean", "cold_ocean",
"cold_taiga", "cold_taiga",
"cold_taiga_hills", "cold_taiga_hills",
"cold_taiga_mutated", "cold_taiga_mutated",
"crimson_forest", "crimson_forest",
"deep_cold_ocean", "deep_cold_ocean",
"deep_frozen_ocean", "deep_frozen_ocean",
"deep_lukewarm_ocean", "deep_lukewarm_ocean",
"deep_ocean", "deep_ocean",
"deep_warm_ocean", "deep_warm_ocean",
"deep_dark", "deep_dark",
"desert", "desert",
"desert_hills", "desert_hills",
"desert_mutated", "desert_mutated",
"dripstone_caves", "dripstone_caves",
"extreme_hills", "extreme_hills",
"extreme_hills_edge", "extreme_hills_edge",
"extreme_hills_mutated", "extreme_hills_mutated",
"extreme_hills_plus_trees", "extreme_hills_plus_trees",
"extreme_hills_plus_trees_mutated", "extreme_hills_plus_trees_mutated",
"flower_forest", "flower_forest",
"forest", "forest",
"forest_hills", "forest_hills",
"frozen_ocean", "frozen_ocean",
"frozen_peaks", "frozen_peaks",
"frozen_river", "frozen_river",
"grove", "grove",
"hell", "hell",
"ice_mountains", "ice_mountains",
"ice_plains", "ice_plains",
"ice_plains_spikes", "ice_plains_spikes",
"jagged_peaks", "jagged_peaks",
"jungle", "jungle",
"jungle_edge", "jungle_edge",
"jungle_edge_mutated", "jungle_edge_mutated",
"jungle_hills", "jungle_hills",
"jungle_mutated", "jungle_mutated",
"legacy_frozen_ocean", "legacy_frozen_ocean",
"lukewarm_ocean", "lukewarm_ocean",
"lush_caves", "lush_caves",
"mangrove_swamp", "mangrove_swamp",
"meadow", "meadow",
"mega_taiga", "mega_taiga",
"mega_taiga_hills", "mega_taiga_hills",
"mesa", "mesa",
"mesa_bryce", "mesa_bryce",
"mesa_plateau", "mesa_plateau",
"mesa_plateau_mutated", "mesa_plateau_mutated",
"mesa_plateau_stone", "mesa_plateau_stone",
"mesa_plateau_stone_mutated", "mesa_plateau_stone_mutated",
"mushroom_island", "mushroom_island",
"mushroom_island_shore", "mushroom_island_shore",
"ocean", "ocean",
"plains", "plains",
"redwood_taiga_hills_mutated", "redwood_taiga_hills_mutated",
"redwood_taiga_mutated", "redwood_taiga_mutated",
"river", "river",
"roofed_forest", "roofed_forest",
"roofed_forest_mutated", "roofed_forest_mutated",
"savanna", "savanna",
"savanna_mutated", "savanna_mutated",
"savanna_plateau", "savanna_plateau",
"savanna_plateau_mutated", "savanna_plateau_mutated",
"snowy_slopes", "snowy_slopes",
"soulsand_valley", "soulsand_valley",
"stone_beach", "stone_beach",
"stony_peaks", "stony_peaks",
"sunflower_plains", "sunflower_plains",
"swampland", "swampland",
"swampland_mutated", "swampland_mutated",
"taiga", "taiga",
"taiga_hills", "taiga_hills",
"taiga_mutated", "taiga_mutated",
"the_end", "the_end",
"warm_ocean", "warm_ocean",
"warped_forest" "warped_forest"
] ]
} }

View File

@@ -1,44 +1,44 @@
{ {
"title": "Biome Tag", "title": "Biome Tag",
"description": "An in game biome's tags", "description": "An in game biome's tags",
"enum": [ "enum": [
"animal", "animal",
"bamboo", "bamboo",
"bee_habitat", "bee_habitat",
"birch", "birch",
"caves", "caves",
"cold", "cold",
"deep", "deep",
"edge", "edge",
"frozen", "frozen",
"hills", "hills",
"ice", "ice",
"lukewarm", "lukewarm",
"mega", "mega",
"monster", "monster",
"mountain", "mountain",
"mountains", "mountains",
"mutated", "mutated",
"nether", "nether",
"netherwart_forest", "netherwart_forest",
"no_legacy_worldgen", "no_legacy_worldgen",
"ocean", "ocean",
"overworld", "overworld",
"overworld_generation", "overworld_generation",
"plateau", "plateau",
"rare", "rare",
"roofed", "roofed",
"shore", "shore",
"spawn_endermen", "spawn_endermen",
"spawn_few_piglins", "spawn_few_piglins",
"spawn_few_zombified_piglins", "spawn_few_zombified_piglins",
"spawn_ghast", "spawn_ghast",
"spawn_magma_cubes", "spawn_magma_cubes",
"spawn_many_magma_cubes", "spawn_many_magma_cubes",
"spawn_piglin", "spawn_piglin",
"spawn_zombified_piglin", "spawn_zombified_piglin",
"stone", "stone",
"swamp", "swamp",
"warm" "warm"
] ]
} }

View File

@@ -1,44 +1,44 @@
{ {
"$id": "blockception.minecraft.general.vanilla.effect", "$id": "blockception.minecraft.general.vanilla.effect",
"type": "string", "type": "string",
"title": "Effect", "title": "Effect",
"description": "A mob effect", "description": "A mob effect",
"enum": [ "enum": [
"absorption", "absorption",
"bad_omen", "bad_omen",
"blindness", "blindness",
"conduit_power", "conduit_power",
"darkness", "darkness",
"fatal_poison", "fatal_poison",
"fire_resistance", "fire_resistance",
"haste", "haste",
"health_boost", "health_boost",
"hunger", "hunger",
"infested", "infested",
"instant_damage", "instant_damage",
"instant_health", "instant_health",
"invisibility", "invisibility",
"jump_boost", "jump_boost",
"levitation", "levitation",
"mining_fatigue", "mining_fatigue",
"nausea", "nausea",
"night_vision", "night_vision",
"oozing", "oozing",
"poison", "poison",
"raid_omen", "raid_omen",
"regeneration", "regeneration",
"resistance", "resistance",
"saturation", "saturation",
"slow_falling", "slow_falling",
"slowness", "slowness",
"speed", "speed",
"strength", "strength",
"trial_omen", "trial_omen",
"village_hero", "village_hero",
"water_breathing", "water_breathing",
"weakness", "weakness",
"weaving", "weaving",
"wind_charged", "wind_charged",
"wither" "wither"
] ]
} }

View File

@@ -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"
]
}

View File

@@ -1,87 +1,87 @@
{ {
"$id": "blockception.minecraft.general.vanilla.item_group", "$id": "blockception.minecraft.general.vanilla.item_group",
"type": "string", "type": "string",
"title": "Item Group", "title": "Item Group",
"description": "A translation string of an existing group in minecraft to group this block/item under", "description": "A translation string of an existing group in minecraft to group this block/item under",
"enum": [ "enum": [
"itemGroup.name.anvil", "itemGroup.name.anvil",
"itemGroup.name.arrow", "itemGroup.name.arrow",
"itemGroup.name.axe", "itemGroup.name.axe",
"itemGroup.name.banner", "itemGroup.name.banner",
"itemGroup.name.banner_pattern", "itemGroup.name.banner_pattern",
"itemGroup.name.bed", "itemGroup.name.bed",
"itemGroup.name.boat", "itemGroup.name.boat",
"itemGroup.name.boots", "itemGroup.name.boots",
"itemGroup.name.buttons", "itemGroup.name.buttons",
"itemGroup.name.candles", "itemGroup.name.candles",
"itemGroup.name.chalkboard", "itemGroup.name.chalkboard",
"itemGroup.name.chest", "itemGroup.name.chest",
"itemGroup.name.chestboat", "itemGroup.name.chestboat",
"itemGroup.name.chestplate", "itemGroup.name.chestplate",
"itemGroup.name.concrete", "itemGroup.name.concrete",
"itemGroup.name.concretePowder", "itemGroup.name.concretePowder",
"itemGroup.name.cookedFood", "itemGroup.name.cookedFood",
"itemGroup.name.copper", "itemGroup.name.copper",
"itemGroup.name.coral", "itemGroup.name.coral",
"itemGroup.name.coral_decorations", "itemGroup.name.coral_decorations",
"itemGroup.name.crop", "itemGroup.name.crop",
"itemGroup.name.door", "itemGroup.name.door",
"itemGroup.name.dye", "itemGroup.name.dye",
"itemGroup.name.enchantedBook", "itemGroup.name.enchantedBook",
"itemGroup.name.fence", "itemGroup.name.fence",
"itemGroup.name.fenceGate", "itemGroup.name.fenceGate",
"itemGroup.name.firework", "itemGroup.name.firework",
"itemGroup.name.fireworkStars", "itemGroup.name.fireworkStars",
"itemGroup.name.flower", "itemGroup.name.flower",
"itemGroup.name.glass", "itemGroup.name.glass",
"itemGroup.name.glassPane", "itemGroup.name.glassPane",
"itemGroup.name.glazedTerracotta", "itemGroup.name.glazedTerracotta",
"itemGroup.name.goatHorn", "itemGroup.name.goatHorn",
"itemGroup.name.grass", "itemGroup.name.grass",
"itemGroup.name.hanging_sign", "itemGroup.name.hanging_sign",
"itemGroup.name.helmet", "itemGroup.name.helmet",
"itemGroup.name.hoe", "itemGroup.name.hoe",
"itemGroup.name.horseArmor", "itemGroup.name.horseArmor",
"itemGroup.name.leaves", "itemGroup.name.leaves",
"itemGroup.name.leggings", "itemGroup.name.leggings",
"itemGroup.name.lingeringPotion", "itemGroup.name.lingeringPotion",
"itemGroup.name.log", "itemGroup.name.log",
"itemGroup.name.minecart", "itemGroup.name.minecart",
"itemGroup.name.miscFood", "itemGroup.name.miscFood",
"itemGroup.name.mobEgg", "itemGroup.name.mobEgg",
"itemGroup.name.monsterStoneEgg", "itemGroup.name.monsterStoneEgg",
"itemGroup.name.mushroom", "itemGroup.name.mushroom",
"itemGroup.name.netherWartBlock", "itemGroup.name.netherWartBlock",
"itemGroup.name.ore", "itemGroup.name.ore",
"itemGroup.name.permission", "itemGroup.name.permission",
"itemGroup.name.pickaxe", "itemGroup.name.pickaxe",
"itemGroup.name.planks", "itemGroup.name.planks",
"itemGroup.name.potion", "itemGroup.name.potion",
"itemGroup.name.potterySherds", "itemGroup.name.potterySherds",
"itemGroup.name.pressurePlate", "itemGroup.name.pressurePlate",
"itemGroup.name.rail", "itemGroup.name.rail",
"itemGroup.name.rawFood", "itemGroup.name.rawFood",
"itemGroup.name.record", "itemGroup.name.record",
"itemGroup.name.sandstone", "itemGroup.name.sandstone",
"itemGroup.name.sapling", "itemGroup.name.sapling",
"itemGroup.name.sculk", "itemGroup.name.sculk",
"itemGroup.name.seed", "itemGroup.name.seed",
"itemGroup.name.shovel", "itemGroup.name.shovel",
"itemGroup.name.shulkerBox", "itemGroup.name.shulkerBox",
"itemGroup.name.sign", "itemGroup.name.sign",
"itemGroup.name.skull", "itemGroup.name.skull",
"itemGroup.name.slab", "itemGroup.name.slab",
"itemGroup.name.smithing_templates", "itemGroup.name.smithing_templates",
"itemGroup.name.splashPotion", "itemGroup.name.splashPotion",
"itemGroup.name.stainedClay", "itemGroup.name.stainedClay",
"itemGroup.name.stairs", "itemGroup.name.stairs",
"itemGroup.name.stone", "itemGroup.name.stone",
"itemGroup.name.stoneBrick", "itemGroup.name.stoneBrick",
"itemGroup.name.sword", "itemGroup.name.sword",
"itemGroup.name.trapdoor", "itemGroup.name.trapdoor",
"itemGroup.name.walls", "itemGroup.name.walls",
"itemGroup.name.wood", "itemGroup.name.wood",
"itemGroup.name.wool", "itemGroup.name.wool",
"itemGroup.name.woolCarpet" "itemGroup.name.woolCarpet"
] ]
} }

View File

@@ -71,372 +71,7 @@
"additionalProperties": { "additionalProperties": {
"type": "string", "type": "string",
"description": "Material reference.", "description": "Material reference.",
"title": "Material", "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"
]
}, },
"description": "A collection of material definitions.", "description": "A collection of material definitions.",
"title": "Materials" "title": "Materials"