├── .env.example ├── .github ├── group.png └── requiredMod.png ├── .gitignore ├── .npmrc ├── Jenkinsfile ├── LICENSE ├── README.md ├── biome.json ├── docs ├── 1.12 │ ├── content │ │ ├── AdvancedFunctions │ │ │ ├── Arrays_and_Loops.md │ │ │ ├── Associative_Arrays.md │ │ │ ├── Calculations.md │ │ │ ├── Conditional_Statements.md │ │ │ ├── Cross-Script_Reference.md │ │ │ ├── Custom_Functions.md │ │ │ ├── Expansion_Methods.md │ │ │ ├── Global_Static_Variables.md │ │ │ ├── Import.md │ │ │ ├── Math_Utils.md │ │ │ └── Preprocessors │ │ │ │ ├── DebugPreprocessor.md │ │ │ │ ├── IKWIDPreprocessor.md │ │ │ │ ├── IgnoreBracketErrorPreprocessor.md │ │ │ │ ├── LoaderPreprocessor.md │ │ │ │ ├── ModLoadedPreprocessor.md │ │ │ │ ├── NoRunPreprocessor.md │ │ │ │ ├── NoWarnPreprocessor.md │ │ │ │ ├── On_Preprocessors.md │ │ │ │ ├── PriorityPreprocessor.md │ │ │ │ ├── ProfilePreprocessor.md │ │ │ │ └── SideOnlyPreprocessor.md │ │ ├── Brackets │ │ │ └── Brackets.md │ │ ├── Contribute │ │ │ ├── LocalClone │ │ │ │ ├── Clone.md │ │ │ │ ├── CreateCommit.md │ │ │ │ ├── InstallingGit.md │ │ │ │ ├── Push.md │ │ │ │ └── assets │ │ │ │ │ ├── CMD_noGit.png │ │ │ │ │ ├── Example1_Bash_GitCommit_CredentialError.png │ │ │ │ │ ├── Example1_Bash_GitCommit_Message1.png │ │ │ │ │ ├── Example1_Bash_GitCommit_Message2.png │ │ │ │ │ ├── Example1_Bash_GitCommit_MessageParameter.png │ │ │ │ │ ├── Example1_Bash_GitPush_Credentials.png │ │ │ │ │ ├── Example1_Bash_GitStatus.png │ │ │ │ │ ├── Example1_Bash_GitStatus2.png │ │ │ │ │ ├── Example1_Bash_GitStatus3.png │ │ │ │ │ ├── Example1_CommitList.png │ │ │ │ │ ├── Example1_TestMD.png │ │ │ │ │ ├── Example1_mkdocsYML.png │ │ │ │ │ ├── ExplorerContextMenu_GitBash.png │ │ │ │ │ ├── GitBash_CloneCommand.png │ │ │ │ │ ├── GitBash_CloneCommandSuccess.png │ │ │ │ │ ├── GitBash_Clone_GitStatus.png │ │ │ │ │ └── GitHub_CloneLink.png │ │ │ ├── OnlineEditor_Create.md │ │ │ ├── OnlineEditor_Edit.md │ │ │ ├── PullRequest.md │ │ │ ├── SetupGithub.md │ │ │ └── assets │ │ │ │ ├── OnlineEditor_CommitBox_Default.png │ │ │ │ ├── OnlineEditor_CommitBox_Filled.png │ │ │ │ ├── OnlineEditor_CreateFileButton.png │ │ │ │ ├── OnlineEditor_EditButton.png │ │ │ │ ├── PullRequest_Compare_PullRequestButton.png │ │ │ │ ├── PullRequest_Create.png │ │ │ │ └── SetupGitHub_ForkButton.png │ │ ├── Dev_Area │ │ │ ├── Custom_ZenClasses.md │ │ │ ├── Dev_Area.md │ │ │ ├── Ingredients.md │ │ │ ├── ZenAnnotations │ │ │ │ ├── Annotation_BracketHandler.md │ │ │ │ ├── Annotation_Iterable.md │ │ │ │ ├── Annotation_ModOnly.md │ │ │ │ ├── Annotation_Optional.md │ │ │ │ ├── Annotation_ZenCaster.md │ │ │ │ ├── Annotation_ZenClass.md │ │ │ │ ├── Annotation_ZenDoc.md │ │ │ │ ├── Annotation_ZenExpansion.md │ │ │ │ ├── Annotation_ZenMethod.md │ │ │ │ ├── Annotation_ZenMethodStatic.md │ │ │ │ ├── Annotation_ZenOperator.md │ │ │ │ ├── Annotation_ZenRegister.md │ │ │ │ ├── ZenAnnotation.md │ │ │ │ ├── ZenMembers.md │ │ │ │ └── assets │ │ │ │ │ └── zenDoc.png │ │ │ ├── ZenOperators.md │ │ │ └── ZenTokens.md │ │ ├── Getting_Started.md │ │ ├── Mods │ │ │ ├── Advanced_Mortars │ │ │ │ ├── Advanced_Mortars.md │ │ │ │ └── CraftTweaker_Support │ │ │ │ │ └── Mortars.md │ │ │ ├── Alchemistry │ │ │ │ ├── Atomizer.md │ │ │ │ ├── ChemicalCombiner.md │ │ │ │ ├── CreateCompound.md │ │ │ │ ├── CreateElement.md │ │ │ │ ├── Dissolver.md │ │ │ │ ├── Electrolyzer.md │ │ │ │ ├── Evaporator.md │ │ │ │ ├── Liquifier.md │ │ │ │ └── MetaGet.md │ │ │ ├── Applied_Energistics_2 │ │ │ │ ├── Applied_Energistics_2.md │ │ │ │ ├── Cannon.md │ │ │ │ ├── Grindstone.md │ │ │ │ ├── Inscriber.md │ │ │ │ ├── P2P_Attunement.md │ │ │ │ └── Spatial.md │ │ │ ├── Arcane_Archives │ │ │ │ └── gct.md │ │ │ ├── Arcane_World │ │ │ │ └── ArcaneWorld.md │ │ │ ├── Astral_Sorcery │ │ │ │ ├── Altar.md │ │ │ │ ├── Assets │ │ │ │ │ ├── guialtar1.png │ │ │ │ │ ├── guialtar2.png │ │ │ │ │ ├── guialtar3.png │ │ │ │ │ └── guialtar4.png │ │ │ │ ├── Astral_Sorcery.md │ │ │ │ ├── Grindstone.md │ │ │ │ ├── Infusion.md │ │ │ │ ├── LiquidInteraction.md │ │ │ │ ├── Transmutation.md │ │ │ │ ├── Util.md │ │ │ │ └── Well.md │ │ │ ├── Boson │ │ │ │ ├── About.md │ │ │ │ ├── Functions │ │ │ │ │ ├── Concept.md │ │ │ │ │ └── List.md │ │ │ │ ├── Loaders │ │ │ │ │ └── Tags.md │ │ │ │ ├── Math │ │ │ │ │ ├── Concept.md │ │ │ │ │ └── Math.md │ │ │ │ ├── Names.md │ │ │ │ ├── Preprocessor │ │ │ │ │ └── Exp.md │ │ │ │ ├── Reflection │ │ │ │ │ ├── Class.md │ │ │ │ │ ├── Concept.md │ │ │ │ │ └── NativeClass.md │ │ │ │ ├── Sequences │ │ │ │ │ ├── Concept.md │ │ │ │ │ ├── Docs.md │ │ │ │ │ └── Obtaining.md │ │ │ │ ├── Tags │ │ │ │ │ ├── BracketHandler.md │ │ │ │ │ ├── Concept.md │ │ │ │ │ ├── Tag.md │ │ │ │ │ ├── TagIngredient.md │ │ │ │ │ └── TagType.md │ │ │ │ └── ZenScriptX.md │ │ │ ├── BuildCraft │ │ │ │ ├── Crafting │ │ │ │ │ └── AssemblyTable.md │ │ │ │ ├── Energy │ │ │ │ │ └── CombustionEngine.md │ │ │ │ └── index.md │ │ │ ├── Calculator │ │ │ │ ├── Algorithm_Seperator.md │ │ │ │ ├── Atomic_Calculator.md │ │ │ │ ├── Basic_Calculator.md │ │ │ │ ├── Conductor_Mast.md │ │ │ │ ├── Extraction_Chamber.md │ │ │ │ ├── Fabrication_Chamber.md │ │ │ │ ├── Flawless_Calculator.md │ │ │ │ ├── Glowstone_Extractor.md │ │ │ │ ├── Health_Processor.md │ │ │ │ ├── Precision_Chamber.md │ │ │ │ ├── Processing_Chamber.md │ │ │ │ ├── Reassembly_Chamber.md │ │ │ │ ├── Redstone_Extractor.md │ │ │ │ ├── Restoration_Chamber.md │ │ │ │ ├── Scientific_Calculator.md │ │ │ │ ├── Starch_Extractor.md │ │ │ │ └── Stone_Seperator.md │ │ │ ├── CompatSkills │ │ │ │ ├── CompatSkills.md │ │ │ │ ├── Player_Expansion │ │ │ │ │ ├── PlayerExpansion.md │ │ │ │ │ └── Wrapper │ │ │ │ │ │ ├── CTPlayerData.md │ │ │ │ │ │ └── CTPlayerSkillInfo.md │ │ │ │ ├── Requirements │ │ │ │ │ ├── Requirement_Types │ │ │ │ │ │ ├── Advancements.md │ │ │ │ │ │ ├── Dimensions.md │ │ │ │ │ │ ├── Dynamic_Sword_Skills.md │ │ │ │ │ │ ├── GameStages.md │ │ │ │ │ │ ├── Inverted_Requirements.md │ │ │ │ │ │ ├── Items.md │ │ │ │ │ │ ├── Logic_Operators │ │ │ │ │ │ │ ├── 1_READ_ME_FIRST.md │ │ │ │ │ │ │ ├── AND-Gate.md │ │ │ │ │ │ │ ├── NAND-Gate.md │ │ │ │ │ │ │ ├── NOR-Gate.md │ │ │ │ │ │ │ ├── NOT-Gate.md │ │ │ │ │ │ │ ├── OR-Gate.md │ │ │ │ │ │ │ ├── XNOR-Gate.md │ │ │ │ │ │ │ └── XOR-Gate.md │ │ │ │ │ │ ├── Ore_Dictionary.md │ │ │ │ │ │ ├── Skills.md │ │ │ │ │ │ ├── Tool_Harvest-Level.md │ │ │ │ │ │ └── Traits.md │ │ │ │ │ ├── Requirements.md │ │ │ │ │ └── Skills_Traits.md │ │ │ │ └── Supports │ │ │ │ │ ├── Baubles.md │ │ │ │ │ ├── BloodMagic │ │ │ │ │ ├── Binding_Support.md │ │ │ │ │ ├── Blood_Magic.md │ │ │ │ │ └── Ritual_Support.md │ │ │ │ │ ├── GameStages │ │ │ │ │ ├── GameStages.md │ │ │ │ │ ├── GameStagesLock.md │ │ │ │ │ └── GameStagesUnlockables.md │ │ │ │ │ ├── Immersive_Engineering.md │ │ │ │ │ ├── Magneticraft.md │ │ │ │ │ ├── Minecraft │ │ │ │ │ ├── Armor_Point_Locking.md │ │ │ │ │ ├── Attack_Damage_Locking.md │ │ │ │ │ ├── Block_Harvest-Level_Locking.md │ │ │ │ │ ├── Dimension_Locking.md │ │ │ │ │ ├── Entity_Damage_Locking.md │ │ │ │ │ ├── Food_Locking.md │ │ │ │ │ ├── Mount_Locking.md │ │ │ │ │ ├── Ore_Dictionary_Locking.md │ │ │ │ │ ├── Tame_Locking.md │ │ │ │ │ ├── TileEntity_Locking.md │ │ │ │ │ └── Tool_Harvest-Level_Locking.md │ │ │ │ │ ├── ProjectE │ │ │ │ │ └── EMC-Locks.md │ │ │ │ │ ├── Reskillable │ │ │ │ │ ├── BracketHandlers.md │ │ │ │ │ ├── CustomSkills │ │ │ │ │ │ ├── Custom_Skills.md │ │ │ │ │ │ └── Full_Scale_Example.md │ │ │ │ │ ├── CustomTraits │ │ │ │ │ │ ├── Custom_Traits.md │ │ │ │ │ │ ├── Events.md │ │ │ │ │ │ └── Events │ │ │ │ │ │ │ ├── onAttackMob.md │ │ │ │ │ │ │ ├── onBlockDrops.md │ │ │ │ │ │ │ ├── onBreakSpeed.md │ │ │ │ │ │ │ ├── onEnderTeleport.md │ │ │ │ │ │ │ ├── onHurt.md │ │ │ │ │ │ │ ├── onKillMob.md │ │ │ │ │ │ │ ├── onMobDrops.md │ │ │ │ │ │ │ ├── onPlayerTick.md │ │ │ │ │ │ │ └── onRightClickBlock.md │ │ │ │ │ ├── LevelLockHandler.md │ │ │ │ │ ├── ModLockTweaker.md │ │ │ │ │ ├── NBTLockTweaker.md │ │ │ │ │ ├── RequirementTweaker.md │ │ │ │ │ ├── Skill_Change_Tweaker.md │ │ │ │ │ ├── Skill_Hiding.md │ │ │ │ │ └── Transmutations │ │ │ │ │ │ ├── Additions_Tweaker.md │ │ │ │ │ │ ├── Clear_Tweaker.md │ │ │ │ │ │ ├── Default_Transmutations.md │ │ │ │ │ │ └── Removal_Tweaker.md │ │ │ │ │ ├── TConstruct │ │ │ │ │ ├── MaterialLocks │ │ │ │ │ │ └── MaterialLock.md │ │ │ │ │ ├── ModifierLocks │ │ │ │ │ │ └── ModifierLock.md │ │ │ │ │ └── TConstruct.md │ │ │ │ │ └── Thaumcraft │ │ │ │ │ ├── Knowledge_Locking.md │ │ │ │ │ └── Research_Locking.md │ │ │ ├── ContentTweaker │ │ │ │ ├── Chickens │ │ │ │ │ ├── ChickenFactory.md │ │ │ │ │ └── ChickenRepresentation.md │ │ │ │ ├── Commands.md │ │ │ │ ├── ContentTweaker.md │ │ │ │ ├── Materials │ │ │ │ │ ├── Brackets │ │ │ │ │ │ └── Bracket_MaterialPart.md │ │ │ │ │ ├── DropTableBuilder.md │ │ │ │ │ ├── Introduction.md │ │ │ │ │ ├── MaterialSystem.md │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── Functions │ │ │ │ │ │ │ ├── IRegisterMaterialPart.md │ │ │ │ │ │ │ ├── MaterialPartColorSupplier.md │ │ │ │ │ │ │ └── MaterialPartLocalizedNameSupplier.md │ │ │ │ │ │ ├── Material.md │ │ │ │ │ │ ├── MaterialPart.md │ │ │ │ │ │ ├── MaterialPartData.md │ │ │ │ │ │ └── Material_Builder.md │ │ │ │ │ └── Parts │ │ │ │ │ │ ├── Assets │ │ │ │ │ │ ├── armor_chest.png │ │ │ │ │ │ ├── armor_feet.png │ │ │ │ │ │ ├── armor_head.png │ │ │ │ │ │ ├── armor_legs.png │ │ │ │ │ │ ├── beam.png │ │ │ │ │ │ ├── block.png │ │ │ │ │ │ ├── bolt.png │ │ │ │ │ │ ├── casing.png │ │ │ │ │ │ ├── clump.png │ │ │ │ │ │ ├── crushed_ore.png │ │ │ │ │ │ ├── crystal.png │ │ │ │ │ │ ├── dense_plate.png │ │ │ │ │ │ ├── dirty_dust.png │ │ │ │ │ │ ├── dust.png │ │ │ │ │ │ ├── gear.png │ │ │ │ │ │ ├── ingot.png │ │ │ │ │ │ ├── nugget.png │ │ │ │ │ │ ├── plate.png │ │ │ │ │ │ ├── rod.png │ │ │ │ │ │ └── shard.png │ │ │ │ │ │ ├── Part.md │ │ │ │ │ │ ├── PartDataPiece.md │ │ │ │ │ │ ├── PartType.md │ │ │ │ │ │ └── Part_Builder.md │ │ │ │ ├── Tinkers_Construct │ │ │ │ │ ├── Brackets │ │ │ │ │ │ ├── Bracket_Material.md │ │ │ │ │ │ └── Bracket_Trait.md │ │ │ │ │ ├── Material.md │ │ │ │ │ ├── MaterialBuilder.md │ │ │ │ │ ├── Trait.md │ │ │ │ │ ├── TraitBuilder.md │ │ │ │ │ └── TraitDataRepresentation.md │ │ │ │ ├── Vanilla │ │ │ │ │ ├── Advanced_Functionality │ │ │ │ │ │ ├── Commands.md │ │ │ │ │ │ ├── Functions │ │ │ │ │ │ │ ├── ActionResult.md │ │ │ │ │ │ │ ├── IBlockAction.md │ │ │ │ │ │ │ ├── IBlockColorSupplier.md │ │ │ │ │ │ │ ├── IBlockDropHandler.md │ │ │ │ │ │ │ ├── IItemColorSupplier.md │ │ │ │ │ │ │ ├── IItemDestroySpeed.md │ │ │ │ │ │ │ ├── IItemDestroyedBlock.md │ │ │ │ │ │ │ ├── IItemFoodEaten.md │ │ │ │ │ │ │ ├── IItemGetContainerItem.md │ │ │ │ │ │ │ ├── IItemInteractionForEntity.md │ │ │ │ │ │ │ ├── IItemRightClick.md │ │ │ │ │ │ │ ├── IItemStackSupplier.md │ │ │ │ │ │ │ ├── IItemUpdate.md │ │ │ │ │ │ │ ├── IItemUse.md │ │ │ │ │ │ │ ├── IItemUseFinish.md │ │ │ │ │ │ │ ├── ILocalizedNameSupplier.md │ │ │ │ │ │ │ └── IResourceLocationSupplier.md │ │ │ │ │ │ └── Map.md │ │ │ │ │ ├── Brackets │ │ │ │ │ │ ├── Bracket_Block_Material.md │ │ │ │ │ │ ├── Bracket_Blocks.md │ │ │ │ │ │ ├── Bracket_Creative_Tab.md │ │ │ │ │ │ ├── Bracket_Sound_Event.md │ │ │ │ │ │ └── Bracket_Sound_Type.md │ │ │ │ │ ├── Creatable_Content │ │ │ │ │ │ ├── Block.md │ │ │ │ │ │ ├── Creative_Tab.md │ │ │ │ │ │ ├── Fluid.md │ │ │ │ │ │ ├── Item.md │ │ │ │ │ │ ├── ItemFood.md │ │ │ │ │ │ └── VanillaFactory.md │ │ │ │ │ ├── Enchantments │ │ │ │ │ │ └── EnchantmentBuilder.md │ │ │ │ │ └── Types │ │ │ │ │ │ ├── Block │ │ │ │ │ │ ├── Facing.md │ │ │ │ │ │ ├── IBlockPos.md │ │ │ │ │ │ ├── ICTBlockState.md │ │ │ │ │ │ ├── IMaterialDefinition.md │ │ │ │ │ │ ├── MCAxisAlignedBB.md │ │ │ │ │ │ └── PushReaction.md │ │ │ │ │ │ ├── Color │ │ │ │ │ │ └── Color.md │ │ │ │ │ │ ├── Drops │ │ │ │ │ │ └── ICTItemList.md │ │ │ │ │ │ ├── Item │ │ │ │ │ │ └── IMutableItemStack.md │ │ │ │ │ │ ├── Player │ │ │ │ │ │ ├── Hand.md │ │ │ │ │ │ └── ICTPlayer.md │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ └── CTResourceLocation.md │ │ │ │ │ │ ├── Sound │ │ │ │ │ │ ├── ISoundEventDefinition.md │ │ │ │ │ │ └── ISoundTypeDefinition.md │ │ │ │ │ │ └── World │ │ │ │ │ │ ├── CTRandom.md │ │ │ │ │ │ └── IWorld.md │ │ │ │ └── WalkThrough.md │ │ │ ├── Cuisine │ │ │ │ ├── AxeChopping.md │ │ │ │ ├── Cuisine.md │ │ │ │ ├── Heating.md │ │ │ │ ├── Mill.md │ │ │ │ ├── Mortar.md │ │ │ │ ├── Squeezing.md │ │ │ │ ├── Throw.md │ │ │ │ └── Vessel.md │ │ │ ├── Embers_Rekindled │ │ │ │ ├── Dawnstone_Anvil.md │ │ │ │ ├── Ember_Bore.md │ │ │ │ ├── Ember_Generation.md │ │ │ │ ├── Exchange_Tablet.md │ │ │ │ ├── Expansions.md │ │ │ │ ├── Hearth_Coil.md │ │ │ │ ├── Melter.md │ │ │ │ ├── Mixer.md │ │ │ │ └── Stamper.md │ │ │ ├── EnchantingPlus │ │ │ │ └── EnchantingPlus.md │ │ │ ├── Ender_Tweaker │ │ │ │ ├── Alloy_Smelter.md │ │ │ │ ├── Combustion_Generator.md │ │ │ │ ├── Enchanter.md │ │ │ │ ├── SAG_Mill.md │ │ │ │ ├── Slice_n_Splice .md │ │ │ │ ├── Slice_n_Splice.md │ │ │ │ ├── Soul_Binder.md │ │ │ │ └── The_Vat.md │ │ │ ├── Ex_Nihilo_Creatio │ │ │ │ ├── Composting.md │ │ │ │ ├── Crooking.md │ │ │ │ ├── Hammering.md │ │ │ │ ├── Heating_Sources.md │ │ │ │ ├── Ores.md │ │ │ │ └── Sieving.md │ │ │ ├── Ex_Sartagine_Requiem │ │ │ │ └── Ex_Sartagine.md │ │ │ ├── ExtraUtilities2 │ │ │ │ ├── CustomMachines │ │ │ │ │ ├── IMachine.md │ │ │ │ │ ├── IMachineRegistry.md │ │ │ │ │ └── IMachineSlot.md │ │ │ │ ├── InterModCommsHandler.md │ │ │ │ └── XUTweaker.md │ │ │ ├── GameStages │ │ │ │ ├── DimensionStages │ │ │ │ │ └── DimensionStages.md │ │ │ │ ├── GameStages.md │ │ │ │ ├── ItemStages │ │ │ │ │ └── ItemStages.md │ │ │ │ ├── MobStages │ │ │ │ │ └── MobStages.md │ │ │ │ ├── Player_Stages.md │ │ │ │ ├── RecipeStages │ │ │ │ │ └── RecipeStages.md │ │ │ │ ├── Tiered_Tooltips │ │ │ │ │ └── Tiered_Tooltips.md │ │ │ │ ├── TinkerStages │ │ │ │ │ └── TinkerStages.md │ │ │ │ ├── WailaStages │ │ │ │ │ └── WailaStages.md │ │ │ │ └── ZenStages │ │ │ │ │ ├── CustomType.md │ │ │ │ │ ├── Stage.md │ │ │ │ │ ├── ZenStager.md │ │ │ │ │ └── ZenStages.md │ │ │ ├── Garden_Stuff │ │ │ │ ├── Composter.md │ │ │ │ └── Garden_Stuff.md │ │ │ ├── GregTechCE │ │ │ │ ├── GregTechCE.md │ │ │ │ ├── Machines.md │ │ │ │ └── Material.md │ │ │ ├── Heterorustichromia │ │ │ │ └── Recipes.md │ │ │ ├── IC2ClassicTweaker │ │ │ │ ├── AdvCrafting.md │ │ │ │ ├── CanningMachine.md │ │ │ │ ├── Electrolyzer.md │ │ │ │ ├── LiquidFuelGenerator.md │ │ │ │ ├── RareEarthExtractor.md │ │ │ │ ├── Sawmill.md │ │ │ │ └── Scrap_Box.md │ │ │ ├── IC2Tweaker │ │ │ │ ├── Blast_Furnace.md │ │ │ │ ├── Block_Cutter.md │ │ │ │ ├── Canner.md │ │ │ │ ├── Compressor.md │ │ │ │ ├── Electrolyzer.md │ │ │ │ ├── Extractor.md │ │ │ │ ├── Fermenter.md │ │ │ │ ├── Heat_Exchanger.md │ │ │ │ ├── Macerator.md │ │ │ │ ├── Metal_Former.md │ │ │ │ ├── Ore_Washer.md │ │ │ │ ├── Recycler.md │ │ │ │ ├── Scrap_Box.md │ │ │ │ ├── Semi-Fluid_Generator.md │ │ │ │ └── ThermalCentrifuge.md │ │ │ ├── Immersive_Engineering │ │ │ │ ├── CraftTweaker_Support │ │ │ │ │ ├── Alloy_Kiln.md │ │ │ │ │ ├── Alloy_Smelter.md │ │ │ │ │ ├── Arc_Furnace.md │ │ │ │ │ ├── Blast_Furnace.md │ │ │ │ │ ├── Blueprint.md │ │ │ │ │ ├── Bottling_Machine.md │ │ │ │ │ ├── Coke_Oven.md │ │ │ │ │ ├── Crusher.md │ │ │ │ │ ├── Diesel_Helper.md │ │ │ │ │ ├── Excavator │ │ │ │ │ │ ├── Excavator.md │ │ │ │ │ │ └── Mineral_Mix.md │ │ │ │ │ ├── Fermenter.md │ │ │ │ │ ├── Metal_Press.md │ │ │ │ │ ├── Mixer.md │ │ │ │ │ ├── Refinery.md │ │ │ │ │ ├── Squeezer.md │ │ │ │ │ └── Thermoelectric.md │ │ │ │ ├── Immersive_Engineering.md │ │ │ │ └── Variables │ │ │ │ │ ├── Categories.md │ │ │ │ │ └── SpecialRecipeTypes.md │ │ │ ├── Immersive_Intelligence │ │ │ │ ├── CraftTweaker_Support │ │ │ │ │ ├── Ammunition_Workshop.md │ │ │ │ │ ├── Block_Penetration_Values.md │ │ │ │ │ ├── Bullet_System.md │ │ │ │ │ ├── CO2_Input.md │ │ │ │ │ ├── Chemical_Bath.md │ │ │ │ │ ├── Chemical_Painter.md │ │ │ │ │ ├── Coagulator.md │ │ │ │ │ ├── Electrolyzer.md │ │ │ │ │ ├── Filler.md │ │ │ │ │ ├── Fuel_Station.md │ │ │ │ │ ├── Lighter_Fuels.md │ │ │ │ │ ├── Machinegun.md │ │ │ │ │ ├── Precision_Assembler.md │ │ │ │ │ ├── Rotary_Input.md │ │ │ │ │ ├── Sawmill.md │ │ │ │ │ └── Vulcanizer.md │ │ │ │ └── Immersive_Intelligence.md │ │ │ ├── Immersive_Petroleum │ │ │ │ ├── CraftTweaker_Support │ │ │ │ │ ├── Distillation.md │ │ │ │ │ ├── FuelRegistration.md │ │ │ │ │ ├── Lubricant.md │ │ │ │ │ └── Reservoir.md │ │ │ │ └── Immersive_Petroleum.md │ │ │ ├── InWorldCrafting │ │ │ │ └── InWorldCrafting.md │ │ │ ├── Industrial_Foregoing │ │ │ │ ├── BioReactor.md │ │ │ │ ├── FluidDictionary.md │ │ │ │ ├── IndustrialForegoing.md │ │ │ │ ├── LaserDrill.md │ │ │ │ ├── ProteinReactor.md │ │ │ │ ├── SludgeRefiner.md │ │ │ │ └── TreeFluidExtractor.md │ │ │ ├── IntegratedDynamics │ │ │ │ ├── DryingBasin.md │ │ │ │ ├── MechanicalDryingBasin.md │ │ │ │ ├── MechanicalSqueezer.md │ │ │ │ └── Squeezer.md │ │ │ ├── Integration_Foregoing │ │ │ │ ├── FermentationStation.md │ │ │ │ ├── FluidSievingMachine.md │ │ │ │ ├── Integration_Foregoing.md │ │ │ │ └── WashingFactory.md │ │ │ ├── JAOPCA │ │ │ │ ├── JAOPCA.md │ │ │ │ ├── OreEntry.md │ │ │ │ └── RegisteredEntries.md │ │ │ ├── JEI │ │ │ │ └── JEI.md │ │ │ ├── LootTableTweaker │ │ │ │ └── LootTableTweaker.md │ │ │ ├── Magneticraft │ │ │ │ ├── Crushing_Table.md │ │ │ │ ├── Fluid_Fuel.md │ │ │ │ ├── Gasification_Unit.md │ │ │ │ ├── Grinder.md │ │ │ │ ├── Hydraulic_Press.md │ │ │ │ ├── Oil_Heater.md │ │ │ │ ├── Refinery.md │ │ │ │ ├── Sieve.md │ │ │ │ ├── Sluice_Box.md │ │ │ │ ├── Thermopile.md │ │ │ │ └── Wrench.md │ │ │ ├── Mekanism │ │ │ │ ├── Chemical_Crystallizer.md │ │ │ │ ├── Chemical_Dissolution_Chamber.md │ │ │ │ ├── Chemical_Infuser.md │ │ │ │ ├── Chemical_Injection_Chamber.md │ │ │ │ ├── Chemical_Oxidizer.md │ │ │ │ ├── Chemical_Washer.md │ │ │ │ ├── Combiner.md │ │ │ │ ├── Crusher.md │ │ │ │ ├── Electrolytic_Separator.md │ │ │ │ ├── Energized_Smelter.md │ │ │ │ ├── Enrichment_Chamber.md │ │ │ │ ├── Gas.md │ │ │ │ ├── Gas_Conversion.md │ │ │ │ ├── Metallurgic_Infuser.md │ │ │ │ ├── Osmium_Compressor.md │ │ │ │ ├── Precision_Sawmill.md │ │ │ │ ├── Pressurised_Reaction_Chamber.md │ │ │ │ ├── Purification_Chamber.md │ │ │ │ ├── Solar_Neutron_Activator.md │ │ │ │ └── Thermal_Evaporation.md │ │ │ ├── Modtweaker │ │ │ │ ├── ActuallyAdditions │ │ │ │ │ ├── AtomicReconstructor.md │ │ │ │ │ ├── BallOfFur.md │ │ │ │ │ ├── Compost.md │ │ │ │ │ ├── Crusher.md │ │ │ │ │ ├── Empowerer.md │ │ │ │ │ ├── Mining_Lens.md │ │ │ │ │ ├── Oil_Generator.md │ │ │ │ │ └── TreasureChest.md │ │ │ │ ├── BetterWithMods │ │ │ │ │ ├── Anvil.md │ │ │ │ │ ├── Bellows.md │ │ │ │ │ ├── Buoyancy.md │ │ │ │ │ ├── Cauldron.md │ │ │ │ │ ├── Crucible.md │ │ │ │ │ ├── FilteredHopper.md │ │ │ │ │ ├── HCFurnace.md │ │ │ │ │ ├── HCMovement.md │ │ │ │ │ ├── HeatRegistry.md │ │ │ │ │ ├── Kiln.md │ │ │ │ │ ├── Mill.md │ │ │ │ │ ├── MiniBlocks.md │ │ │ │ │ ├── PulleyManager.md │ │ │ │ │ ├── Saw.md │ │ │ │ │ └── Turntable.md │ │ │ │ ├── BloodMagic │ │ │ │ │ ├── AlchemyArray.md │ │ │ │ │ ├── AlchemyTable.md │ │ │ │ │ ├── BloodAltar.md │ │ │ │ │ └── TartaricForge.md │ │ │ │ ├── Botania │ │ │ │ │ ├── Commands.md │ │ │ │ │ ├── Lexicon.md │ │ │ │ │ └── Recipes │ │ │ │ │ │ ├── Apothecary.md │ │ │ │ │ │ ├── Brew.md │ │ │ │ │ │ ├── ElvenTrade.md │ │ │ │ │ │ ├── ManaInfusion.md │ │ │ │ │ │ ├── Orechid.md │ │ │ │ │ │ ├── OrechidIgnem.md │ │ │ │ │ │ ├── PureDaisy.md │ │ │ │ │ │ └── RuneAltar.md │ │ │ │ ├── Chisel │ │ │ │ │ └── Carving.md │ │ │ │ ├── Extra_Utilities_2 │ │ │ │ │ ├── Crusher.md │ │ │ │ │ └── Resonator.md │ │ │ │ ├── Forestry │ │ │ │ │ ├── Carpenter.md │ │ │ │ │ ├── Centrifuge.md │ │ │ │ │ ├── Charcoal_Pile.md │ │ │ │ │ ├── Fermenter.md │ │ │ │ │ ├── Moistener.md │ │ │ │ │ ├── Squeezer.md │ │ │ │ │ ├── Still.md │ │ │ │ │ └── Thermionic_Fabricator.md │ │ │ │ ├── Inspirations │ │ │ │ │ ├── Handlers │ │ │ │ │ │ └── Cauldron.md │ │ │ │ │ └── Inspirations.md │ │ │ │ ├── Modtweaker.md │ │ │ │ ├── RefinedStorage │ │ │ │ │ └── Recipes │ │ │ │ │ │ └── Solderer.md │ │ │ │ ├── TComplement │ │ │ │ │ ├── Handlers │ │ │ │ │ │ ├── Blacklist.md │ │ │ │ │ │ ├── HighOven.md │ │ │ │ │ │ ├── MixRecipeBuilder.md │ │ │ │ │ │ ├── MixRecipeManager.md │ │ │ │ │ │ └── Overrides.md │ │ │ │ │ └── TComplement.md │ │ │ │ ├── TConstruct │ │ │ │ │ ├── Alloying.md │ │ │ │ │ ├── Brackets │ │ │ │ │ │ └── Bracket_Material.md │ │ │ │ │ ├── Casting.md │ │ │ │ │ ├── Commands.md │ │ │ │ │ ├── Drying.md │ │ │ │ │ ├── Fuel.md │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── ITICMaterial.md │ │ │ │ │ │ └── ITICMaterialDefinition.md │ │ │ │ │ └── Melting.md │ │ │ │ ├── Thaumcraft │ │ │ │ │ ├── Aspects │ │ │ │ │ │ ├── CTAspect.md │ │ │ │ │ │ ├── CTAspectStack.md │ │ │ │ │ │ ├── Entity_Aspects.md │ │ │ │ │ │ └── Item_Aspects.md │ │ │ │ │ ├── Brackets │ │ │ │ │ │ └── Bracket_Aspect.md │ │ │ │ │ ├── Commands.md │ │ │ │ │ └── Handlers │ │ │ │ │ │ ├── ArcaneWorkbench.md │ │ │ │ │ │ ├── Crucible.md │ │ │ │ │ │ ├── Infusion.md │ │ │ │ │ │ ├── Loot.md │ │ │ │ │ │ ├── SalisMundus.md │ │ │ │ │ │ ├── SmeltingBonus.md │ │ │ │ │ │ └── Warp.md │ │ │ │ └── ThermalExpansion │ │ │ │ │ ├── Centrifugal_Seperator.md │ │ │ │ │ ├── Compactor.md │ │ │ │ │ ├── Coolant.md │ │ │ │ │ ├── Crucible.md │ │ │ │ │ ├── Dynamos │ │ │ │ │ ├── CompressionDynamo.md │ │ │ │ │ ├── EnervationDynamo.md │ │ │ │ │ ├── MagmaticDynamo.md │ │ │ │ │ ├── NumisticDynamo.md │ │ │ │ │ ├── ReactantDynamo.md │ │ │ │ │ └── SteamDynamo.md │ │ │ │ │ ├── Enchanter.md │ │ │ │ │ ├── Energetic_Infuser.md │ │ │ │ │ ├── Factorizer.md │ │ │ │ │ ├── Fluid_Transposer.md │ │ │ │ │ ├── Imbuer.md │ │ │ │ │ ├── InductionSmelter.md │ │ │ │ │ ├── Insolator.md │ │ │ │ │ ├── Pulverizer.md │ │ │ │ │ ├── Redstone_Furnace.md │ │ │ │ │ ├── Refinery.md │ │ │ │ │ └── Sawmill.md │ │ │ ├── ModularMachinery │ │ │ │ ├── ModularMachinery.md │ │ │ │ └── Recipes │ │ │ │ │ ├── RecipeBuilder.md │ │ │ │ │ └── RecipePrimer.md │ │ │ ├── MrCrayfish_s_Furniture_Mod │ │ │ │ ├── Blender.md │ │ │ │ ├── ChoppingBoard.md │ │ │ │ ├── Dishwasher.md │ │ │ │ ├── Freezer.md │ │ │ │ ├── Grill.md │ │ │ │ ├── Microwave.md │ │ │ │ ├── MineBay.md │ │ │ │ ├── MrCrayfish_s_Furniture_Mod.md │ │ │ │ ├── Oven.md │ │ │ │ ├── Printer.md │ │ │ │ ├── Toaster.md │ │ │ │ └── WashingMachine.md │ │ │ ├── Natures_Aura │ │ │ │ ├── Altar_Of_Birthing.md │ │ │ │ ├── Natural_Altar.md │ │ │ │ ├── Offering_To_The_Gods.md │ │ │ │ └── Ritual_Of_The_Forest.md │ │ │ ├── NuclearCraft │ │ │ │ ├── Important_Info.md │ │ │ │ ├── Important_Notes.md │ │ │ │ ├── Machine_Recipes │ │ │ │ │ ├── Alloy_Furnace.md │ │ │ │ │ ├── Centrifuge.md │ │ │ │ │ ├── Chemical_Reactor.md │ │ │ │ │ ├── Condenser.md │ │ │ │ │ ├── Crystallizer.md │ │ │ │ │ ├── Decay_Generator.md │ │ │ │ │ ├── Decay_Hastener.md │ │ │ │ │ ├── Electrolyzer.md │ │ │ │ │ ├── Fission.md │ │ │ │ │ ├── Fluid_Enricher.md │ │ │ │ │ ├── Fluid_Extractor.md │ │ │ │ │ ├── Fuel_Reprocessor.md │ │ │ │ │ ├── Fusion.md │ │ │ │ │ ├── Heat_Exchanger.md │ │ │ │ │ ├── Infuser.md │ │ │ │ │ ├── Ingot_Former.md │ │ │ │ │ ├── Irradiator.md │ │ │ │ │ ├── Isotope_Separator.md │ │ │ │ │ ├── Manufactory.md │ │ │ │ │ ├── Melter.md │ │ │ │ │ ├── Pressurizer.md │ │ │ │ │ ├── Rock_Crusher.md │ │ │ │ │ ├── Salt_Fission.md │ │ │ │ │ ├── Salt_Mixer.md │ │ │ │ │ ├── Steam_Turbine.md │ │ │ │ │ └── Supercooler.md │ │ │ │ └── Radiation.md │ │ │ ├── NuclearCraft_Overhauled │ │ │ │ ├── Important_Info.md │ │ │ │ ├── Important_Notes.md │ │ │ │ ├── Machine_Recipes │ │ │ │ │ ├── Alloy_Furnace.md │ │ │ │ │ ├── Assembler.md │ │ │ │ │ ├── Centrifuge.md │ │ │ │ │ ├── Chemical_Reactor.md │ │ │ │ │ ├── Condenser.md │ │ │ │ │ ├── Crystallizer.md │ │ │ │ │ ├── Decay_Generator.md │ │ │ │ │ ├── Decay_Hastener.md │ │ │ │ │ ├── Electrolyzer.md │ │ │ │ │ ├── Fission.md │ │ │ │ │ ├── Fluid_Enricher.md │ │ │ │ │ ├── Fluid_Extractor.md │ │ │ │ │ ├── Fluid_Mixer.md │ │ │ │ │ ├── Fuel_Reprocessor.md │ │ │ │ │ ├── Fusion.md │ │ │ │ │ ├── Heat_Exchanger.md │ │ │ │ │ ├── Infuser.md │ │ │ │ │ ├── Ingot_Former.md │ │ │ │ │ ├── Isotope_Separator.md │ │ │ │ │ ├── Manufactory.md │ │ │ │ │ ├── Melter.md │ │ │ │ │ ├── Pressurizer.md │ │ │ │ │ ├── Rock_Crusher.md │ │ │ │ │ ├── Salt_Fission.md │ │ │ │ │ ├── Salt_Mixer.md │ │ │ │ │ ├── Steam_Turbine.md │ │ │ │ │ └── Supercooler.md │ │ │ │ ├── Radiation.md │ │ │ │ ├── Recipe_Info.md │ │ │ │ └── Registration.md │ │ │ ├── Pack_Mode │ │ │ │ ├── Commands │ │ │ │ │ └── Packmode_Command.md │ │ │ │ ├── Packmode.md │ │ │ │ └── Preprocessors │ │ │ │ │ └── Preprocessor_Packmode.md │ │ │ ├── PneumaticCraft_Repressurized │ │ │ │ ├── Assembly.md │ │ │ │ ├── ExplosionCrafting.md │ │ │ │ ├── HeatFrameCooling.md │ │ │ │ ├── LiquidFuels.md │ │ │ │ ├── PlasticMixer.md │ │ │ │ ├── PneumaticCraft_Repressurized.md │ │ │ │ ├── PressureChamber.md │ │ │ │ ├── Refinery.md │ │ │ │ ├── ThermopneumaticProcessingPlant.md │ │ │ │ └── XPFluids.md │ │ │ ├── PoweredThingies │ │ │ │ ├── CompoundMakerTweaker.md │ │ │ │ ├── FluidBurnerCoolantTweaker.md │ │ │ │ ├── FluidBurnerFuelTweaker.md │ │ │ │ ├── FluidCompoundProducerTweaker.md │ │ │ │ ├── IncineratorTweaker.md │ │ │ │ ├── ItemCompoundProducerTweaker.md │ │ │ │ ├── ItemLiquefierTweaker.md │ │ │ │ ├── PowderMakerTweaker.md │ │ │ │ ├── PoweredKilnTweaker.md │ │ │ │ ├── _PoweredThingies.md │ │ │ │ └── _TweakerClass.md │ │ │ ├── ProjectE │ │ │ │ ├── EntityRandomizer.md │ │ │ │ └── WorldTransmutation.md │ │ │ ├── RockyCore │ │ │ │ ├── Anvil.md │ │ │ │ └── Merchant.md │ │ │ ├── RockyTweaks │ │ │ │ ├── Anvil.md │ │ │ │ ├── Merchant.md │ │ │ │ └── RockyTweaks.md │ │ │ ├── Roots_3 │ │ │ │ ├── animalharvest.md │ │ │ │ ├── bark.md │ │ │ │ ├── blockstateabove.md │ │ │ │ ├── blockstatebelow.md │ │ │ │ ├── chrysopoeia.md │ │ │ │ ├── costs.md │ │ │ │ ├── fey.md │ │ │ │ ├── flowergrowth.md │ │ │ │ ├── herbs.md │ │ │ │ ├── modifiers.md │ │ │ │ ├── mortar.md │ │ │ │ ├── pacifist.md │ │ │ │ ├── predicates.md │ │ │ │ ├── propertypredicate.md │ │ │ │ ├── pyre.md │ │ │ │ ├── ritual.md │ │ │ │ ├── rituals.md │ │ │ │ ├── runicshears.md │ │ │ │ ├── spell.md │ │ │ │ ├── spells.md │ │ │ │ ├── statepredicate.md │ │ │ │ ├── summoncreatures.md │ │ │ │ └── transmutation.md │ │ │ ├── Sky_Resources_2 │ │ │ │ ├── Recipes │ │ │ │ │ ├── Alchemical_Fusion.md │ │ │ │ │ ├── Alchemical_Fusion_Catalysts.md │ │ │ │ │ ├── Cauldron_Cleaning.md │ │ │ │ │ ├── Combustion.md │ │ │ │ │ ├── Condenser.md │ │ │ │ │ ├── Crucible.md │ │ │ │ │ ├── Cutting_Knife.md │ │ │ │ │ ├── Freezer.md │ │ │ │ │ ├── Heat_Sources.md │ │ │ │ │ ├── Life_Infusion.md │ │ │ │ │ ├── Rock_Grinder.md │ │ │ │ │ └── Water_Extractor.md │ │ │ │ └── Sky_Resources_2.md │ │ │ ├── SteamAgeRevolution │ │ │ │ ├── AlloyForge.md │ │ │ │ ├── CastingBlock.md │ │ │ │ ├── Crucible.md │ │ │ │ ├── Distiller.md │ │ │ │ ├── Grinder.md │ │ │ │ ├── SteamFurnace.md │ │ │ │ ├── SteamHammer.md │ │ │ │ ├── Steelworks.md │ │ │ │ └── Vat.md │ │ │ ├── Survivalist │ │ │ │ └── Survivalist.md │ │ │ ├── Tech_Reborn │ │ │ │ ├── Alloy_Smelter.md │ │ │ │ ├── Assembling_Machine.md │ │ │ │ ├── Blast_Furnace.md │ │ │ │ ├── Centrifuge.md │ │ │ │ ├── Chemical_Reactor.md │ │ │ │ ├── Compressor.md │ │ │ │ ├── Distillation_Tower.md │ │ │ │ ├── Extractor.md │ │ │ │ ├── Fluid_Generators.md │ │ │ │ ├── Fluid_Replicator.md │ │ │ │ ├── Fusion_Reactor.md │ │ │ │ ├── Grinder.md │ │ │ │ ├── Implosion_Compressor.md │ │ │ │ ├── Industrial_Blast_Furnace.md │ │ │ │ ├── Industrial_Electrolyzer.md │ │ │ │ ├── Industrial_Grinder.md │ │ │ │ ├── Industrial_Sawmill.md │ │ │ │ ├── Plate_Bending_Machine.md │ │ │ │ ├── Rolling_Machine.md │ │ │ │ ├── Scrapbox.md │ │ │ │ ├── Solid_Canning_Machine.md │ │ │ │ ├── Vacuum_Freezer.md │ │ │ │ └── Wire_Mill.md │ │ │ ├── Terrafirmacraft │ │ │ │ ├── Heating.md │ │ │ │ ├── HeatingTemperatures.md │ │ │ │ ├── ItemRegistry.md │ │ │ │ ├── Metal.md │ │ │ │ ├── Recipes │ │ │ │ │ ├── Alloy.md │ │ │ │ │ ├── Anvil.md │ │ │ │ │ ├── Anvil │ │ │ │ │ │ ├── Anvil.md │ │ │ │ │ │ └── Welding.md │ │ │ │ │ ├── Barrel.md │ │ │ │ │ ├── Chisel.md │ │ │ │ │ ├── Knapping │ │ │ │ │ │ ├── Clay.md │ │ │ │ │ │ ├── FireClay.md │ │ │ │ │ │ ├── Leather.md │ │ │ │ │ │ └── Stone.md │ │ │ │ │ ├── Loom.md │ │ │ │ │ └── Quern.md │ │ │ │ └── Terrafirmacraft.md │ │ │ ├── The_Aether │ │ │ │ ├── Accessory.md │ │ │ │ ├── Enchanter.md │ │ │ │ └── Freezer.md │ │ │ ├── Tree_Tweaker │ │ │ │ └── Tree_Tweaker.md │ │ │ ├── VanillaDeathChest │ │ │ │ ├── Death_Chest_Defense.md │ │ │ │ ├── Death_Chest_Spawning.md │ │ │ │ └── VanillaDeathChest.md │ │ │ └── Zen_Foundry │ │ │ │ ├── Machines │ │ │ │ ├── AlloyMixer.md │ │ │ │ ├── AlloyingCrucible.md │ │ │ │ ├── BurnerFuel.md │ │ │ │ ├── Caster.md │ │ │ │ ├── CastingTable.md │ │ │ │ ├── FluidFuel.md │ │ │ │ ├── HeatSources.md │ │ │ │ ├── Infuser.md │ │ │ │ ├── MeltingCrucible.md │ │ │ │ └── MoldStation.md │ │ │ │ └── ZenFoundry.md │ │ ├── Tips_Tricks │ │ │ ├── Foreword.md │ │ │ ├── General │ │ │ │ ├── Loops_Readability.md │ │ │ │ └── Split_Files.md │ │ │ └── Items │ │ │ │ └── IItemDefinition_Metas.md │ │ ├── UsingThisWiki.md │ │ ├── Vanilla │ │ │ ├── Biomes │ │ │ │ ├── IBiome.md │ │ │ │ └── IBiomeType.md │ │ │ ├── Blocks │ │ │ │ ├── IBlock.md │ │ │ │ ├── IBlockDefinition.md │ │ │ │ ├── IBlockPattern.md │ │ │ │ ├── IBlockProperties.md │ │ │ │ ├── IBlockState.md │ │ │ │ ├── IBlockStateMatcher.md │ │ │ │ ├── IMaterial.md │ │ │ │ └── IMobilityFlag.md │ │ │ ├── Brackets │ │ │ │ ├── Bracket_BlockState.md │ │ │ │ ├── Bracket_CreativeTab.md │ │ │ │ ├── Bracket_DamageSource.md │ │ │ │ ├── Bracket_Enchantment.md │ │ │ │ ├── Bracket_Entity.md │ │ │ │ ├── Bracket_Item.md │ │ │ │ ├── Bracket_Liquid.md │ │ │ │ ├── Bracket_Ore.md │ │ │ │ ├── Bracket_Potion.md │ │ │ │ └── Bracket_PotionType.md │ │ │ ├── CTGUI.md │ │ │ ├── Commands.md │ │ │ ├── Commands │ │ │ │ ├── ICommand.md │ │ │ │ ├── ICommandManager.md │ │ │ │ └── ICommandSender.md │ │ │ ├── Container │ │ │ │ └── IContainer.md │ │ │ ├── CreativeTabs │ │ │ │ └── ICreativeTab.md │ │ │ ├── Damage │ │ │ │ └── IDamageSource.md │ │ │ ├── Data │ │ │ │ ├── DataMap.md │ │ │ │ └── IData.md │ │ │ ├── Dispenser │ │ │ │ ├── BehaviorSupport.md │ │ │ │ ├── DispenserSound.md │ │ │ │ └── IBlockSource.md │ │ │ ├── Enchantments │ │ │ │ ├── IEnchantment.md │ │ │ │ └── IEnchantmentDefinition.md │ │ │ ├── Entities │ │ │ │ ├── Attributes │ │ │ │ │ ├── IEntityAttribute.md │ │ │ │ │ ├── IEntityAttributeInstance.md │ │ │ │ │ └── IEntityAttributeModifier.md │ │ │ │ ├── IEntity.md │ │ │ │ ├── IEntityAgeable.md │ │ │ │ ├── IEntityAnimal.md │ │ │ │ ├── IEntityArrow.md │ │ │ │ ├── IEntityArrowTipped.md │ │ │ │ ├── IEntityCreature.md │ │ │ │ ├── IEntityDefinition.md │ │ │ │ ├── IEntityDrop.md │ │ │ │ ├── IEntityDropFunction.md │ │ │ │ ├── IEntityEquipmentSlot.md │ │ │ │ ├── IEntityFishHook.md │ │ │ │ ├── IEntityItem.md │ │ │ │ ├── IEntityLiving.md │ │ │ │ ├── IEntityLivingBase.md │ │ │ │ ├── IEntityMob.md │ │ │ │ ├── IEntityThrowable.md │ │ │ │ └── IEntityXp.md │ │ │ ├── Events │ │ │ │ ├── Events.md │ │ │ │ ├── Events │ │ │ │ │ ├── AnimalTame.md │ │ │ │ │ ├── ArrowLoose.md │ │ │ │ │ ├── ArrowNock.md │ │ │ │ │ ├── BlockBreak.md │ │ │ │ │ ├── BlockHarvestDrops.md │ │ │ │ │ ├── BlockNeighborNotify.md │ │ │ │ │ ├── BlockPlace.md │ │ │ │ │ ├── ClientTick.md │ │ │ │ │ ├── CommandEvent.md │ │ │ │ │ ├── CriticalHit.md │ │ │ │ │ ├── CropGrowPost.md │ │ │ │ │ ├── CropGrowPre.md │ │ │ │ │ ├── EnchantmentLevelSet.md │ │ │ │ │ ├── EnderTeleport.md │ │ │ │ │ ├── EntityJoinWorld.md │ │ │ │ │ ├── EntityLivingAttacked.md │ │ │ │ │ ├── EntityLivingDamage.md │ │ │ │ │ ├── EntityLivingDeath.md │ │ │ │ │ ├── EntityLivingDeathDrops.md │ │ │ │ │ ├── EntityLivingEquipmentChange.md │ │ │ │ │ ├── EntityLivingFall.md │ │ │ │ │ ├── EntityLivingHeal.md │ │ │ │ │ ├── EntityLivingHurt.md │ │ │ │ │ ├── EntityLivingJump.md │ │ │ │ │ ├── EntityLivingSpawn.md │ │ │ │ │ ├── EntityLivingUpdate.md │ │ │ │ │ ├── EntityMount.md │ │ │ │ │ ├── EntityStruckByLightning.md │ │ │ │ │ ├── EntityTravelToDimension.md │ │ │ │ │ ├── ExplosionDetonate.md │ │ │ │ │ ├── ExplosionStart.md │ │ │ │ │ ├── FarmlandTrample.md │ │ │ │ │ ├── IBlockEvent.md │ │ │ │ │ ├── IEntityEvent.md │ │ │ │ │ ├── IEventCancelable.md │ │ │ │ │ ├── IEventHasResult.md │ │ │ │ │ ├── IEventPositionable.md │ │ │ │ │ ├── IExplosionEvent.md │ │ │ │ │ ├── ILivingEvent.md │ │ │ │ │ ├── IMinecartEvent.md │ │ │ │ │ ├── IPlayerEvent.md │ │ │ │ │ ├── IPotionBrewEvent.md │ │ │ │ │ ├── IProcessableEvent.md │ │ │ │ │ ├── IProjectileImpactEvent.md │ │ │ │ │ ├── ITickEvent.md │ │ │ │ │ ├── ItemExpire.md │ │ │ │ │ ├── ItemFished.md │ │ │ │ │ ├── ItemToss.md │ │ │ │ │ ├── LivingDestroyBlock.md │ │ │ │ │ ├── LivingEntityUseItem.md │ │ │ │ │ ├── LivingExperienceDrop.md │ │ │ │ │ ├── LivingKnockBack.md │ │ │ │ │ ├── LootingLevel.md │ │ │ │ │ ├── MinecartCollision.md │ │ │ │ │ ├── MinecartInteract.md │ │ │ │ │ ├── MobGriefing.md │ │ │ │ │ ├── PlayerAdvancement.md │ │ │ │ │ ├── PlayerAnvilRepair.md │ │ │ │ │ ├── PlayerAnvilUpdate.md │ │ │ │ │ ├── PlayerAttackEntity.md │ │ │ │ │ ├── PlayerBonemeal.md │ │ │ │ │ ├── PlayerBreakSpeed.md │ │ │ │ │ ├── PlayerBrewedPotion.md │ │ │ │ │ ├── PlayerChangedDimension.md │ │ │ │ │ ├── PlayerClone.md │ │ │ │ │ ├── PlayerCloseContainer.md │ │ │ │ │ ├── PlayerCrafted.md │ │ │ │ │ ├── PlayerDeathDrops.md │ │ │ │ │ ├── PlayerDestroyItem.md │ │ │ │ │ ├── PlayerFillBucket.md │ │ │ │ │ ├── PlayerInteract.md │ │ │ │ │ ├── PlayerInteractBlock.md │ │ │ │ │ ├── PlayerInteractEntity.md │ │ │ │ │ ├── PlayerItemPickup.md │ │ │ │ │ ├── PlayerLeftClickBlock.md │ │ │ │ │ ├── PlayerLoggedIn.md │ │ │ │ │ ├── PlayerLoggedOut.md │ │ │ │ │ ├── PlayerOpenContainer.md │ │ │ │ │ ├── PlayerPickupEntity.md │ │ │ │ │ ├── PlayerPickupItem.md │ │ │ │ │ ├── PlayerPickupXp.md │ │ │ │ │ ├── PlayerRespawn.md │ │ │ │ │ ├── PlayerRightClickItem.md │ │ │ │ │ ├── PlayerSetSpawn.md │ │ │ │ │ ├── PlayerSleepInBed.md │ │ │ │ │ ├── PlayerSmelted.md │ │ │ │ │ ├── PlayerTick.md │ │ │ │ │ ├── PlayerUseHoe.md │ │ │ │ │ ├── PlayerUseItemStart.md │ │ │ │ │ ├── PlayerUseItemTick.md │ │ │ │ │ ├── PlayerVisibility.md │ │ │ │ │ ├── PortalSpawn.md │ │ │ │ │ ├── PotionBrewPost.md │ │ │ │ │ ├── PotionBrewPre.md │ │ │ │ │ ├── ProjectileImpactArrow.md │ │ │ │ │ ├── ProjectileImpactFireball.md │ │ │ │ │ ├── ProjectileImpactThrowable.md │ │ │ │ │ ├── RenderTick.md │ │ │ │ │ ├── ServerTick.md │ │ │ │ │ ├── SleepingLocationCheck.md │ │ │ │ │ ├── SleepingTimeCheck.md │ │ │ │ │ └── WorldTick.md │ │ │ │ └── IEventManager.md │ │ │ ├── Game │ │ │ │ ├── IClient.md │ │ │ │ ├── IGame.md │ │ │ │ ├── IServer.md │ │ │ │ ├── ITeam.md │ │ │ │ └── Mods.md │ │ │ ├── Global_Functions.md │ │ │ ├── Items │ │ │ │ ├── IItemDefinition.md │ │ │ │ ├── IItemStack.md │ │ │ │ ├── IMutableItemStack.md │ │ │ │ ├── IWeightedIngredient.md │ │ │ │ ├── Item_Conditions.md │ │ │ │ ├── Item_Transformers.md │ │ │ │ ├── Renaming.md │ │ │ │ ├── Tooltips.md │ │ │ │ └── WeightedItemStack.md │ │ │ ├── Liquids │ │ │ │ ├── ILiquidDefinition.md │ │ │ │ ├── ILiquidStack.md │ │ │ │ └── WeightedLiquidStack.md │ │ │ ├── OreDict │ │ │ │ ├── IOreDict.md │ │ │ │ ├── IOreDictEntry.md │ │ │ │ └── WeightedOreDictEntry.md │ │ │ ├── Players │ │ │ │ ├── IFoodStats.md │ │ │ │ ├── IPlayer.md │ │ │ │ └── IUser.md │ │ │ ├── Potions │ │ │ │ ├── IPotion.md │ │ │ │ ├── IPotionEffect.md │ │ │ │ └── IPotionType.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── ICraftingInfo.md │ │ │ │ │ ├── ICraftingInventory.md │ │ │ │ │ ├── ICraftingRecipe.md │ │ │ │ │ ├── Recipe_Functions.md │ │ │ │ │ └── Recipes_Crafting_Table.md │ │ │ │ ├── Furnace │ │ │ │ │ ├── IFurnaceRecipe.md │ │ │ │ │ └── Recipes_Furnace.md │ │ │ │ ├── Recipes_Brewing_Stand.md │ │ │ │ └── Seeds.md │ │ │ ├── Text │ │ │ │ ├── IStyle.md │ │ │ │ └── ITextComponent.md │ │ │ ├── TileEntity │ │ │ │ └── IMobSpawnerBaseLogic.md │ │ │ ├── Utils │ │ │ │ ├── IAxisAlignedBB.md │ │ │ │ ├── IFormattedText.md │ │ │ │ ├── IFormatter.md │ │ │ │ ├── IItemUtils.md │ │ │ │ ├── IRandom.md │ │ │ │ ├── Logger.md │ │ │ │ └── Position3f.md │ │ │ ├── Variable_Types │ │ │ │ ├── Basic_Variables_Functions.md │ │ │ │ ├── IIngredient.md │ │ │ │ └── Variable_Types.md │ │ │ └── World │ │ │ │ ├── IBlockAccess.md │ │ │ │ ├── IBlockPos.md │ │ │ │ ├── IExplosion.md │ │ │ │ ├── IFacing.md │ │ │ │ ├── IRayTraceResult.md │ │ │ │ ├── IVector3d.md │ │ │ │ ├── IWorld.md │ │ │ │ ├── IWorldInfo.md │ │ │ │ └── IWorldProvider.md │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ └── index.md │ └── docs.json ├── 1.14 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── index.md │ │ ├── mods │ │ │ ├── Immersive_Petroleum │ │ │ │ ├── CraftTweaker_Support │ │ │ │ │ ├── Distillation.md │ │ │ │ │ ├── FuelRegistration.md │ │ │ │ │ ├── Lubricant.md │ │ │ │ │ └── Reservoir.md │ │ │ │ └── Immersive_Petroleum.md │ │ │ ├── InitialInventory │ │ │ │ └── InitialInventory.md │ │ │ ├── JEITweaker │ │ │ │ └── JEITweaker.md │ │ │ ├── StoneAge │ │ │ │ ├── DryingRackManager.md │ │ │ │ ├── FlintWorkbenchManager.md │ │ │ │ ├── MillstoneManager.md │ │ │ │ ├── TanningRackManager.md │ │ │ │ └── TreeStumpManager.md │ │ │ ├── botanypots │ │ │ │ ├── Crop.md │ │ │ │ ├── Fertilizer.md │ │ │ │ └── Soil.md │ │ │ └── contenttweaker │ │ │ │ ├── API │ │ │ │ ├── BracketHandlers.md │ │ │ │ ├── api │ │ │ │ │ └── IIsBuilder.md │ │ │ │ ├── block │ │ │ │ │ ├── BlockBuilder.md │ │ │ │ │ ├── BlockTypeBuilder.md │ │ │ │ │ ├── basic │ │ │ │ │ │ └── BlockBuilderBasic.md │ │ │ │ │ ├── pillar │ │ │ │ │ │ └── BlockBuilderPillarRotatable.md │ │ │ │ │ └── stairs │ │ │ │ │ │ └── BlockBuilderStairs.md │ │ │ │ └── item │ │ │ │ │ ├── ItemBuilder.md │ │ │ │ │ ├── ItemTypeBuilder.md │ │ │ │ │ ├── MCItemGroup.md │ │ │ │ │ ├── MCToolType.md │ │ │ │ │ ├── basic │ │ │ │ │ └── ItemBuilderBasic.md │ │ │ │ │ └── tool │ │ │ │ │ └── ItemBuilderTool.md │ │ │ │ └── SimpleWalkthrough.md │ │ ├── recipes │ │ │ └── recipe_managers.md │ │ └── vanilla │ │ │ ├── api │ │ │ ├── block │ │ │ │ └── material │ │ │ │ │ ├── MCMaterial.md │ │ │ │ │ └── MCMaterialColor.md │ │ │ ├── blocks │ │ │ │ ├── MCBlock.md │ │ │ │ └── MCBlockState.md │ │ │ ├── brackets │ │ │ │ └── CommandStringDisplayable.md │ │ │ ├── data │ │ │ │ ├── ByteArrayData.md │ │ │ │ ├── ByteData.md │ │ │ │ ├── DoubleData.md │ │ │ │ ├── FloatData.md │ │ │ │ ├── ICollectionData.md │ │ │ │ ├── IData.md │ │ │ │ ├── INumberData.md │ │ │ │ ├── IntArrayData.md │ │ │ │ ├── IntData.md │ │ │ │ ├── ListData.md │ │ │ │ ├── LongArrayData.md │ │ │ │ ├── LongData.md │ │ │ │ ├── MapData.md │ │ │ │ ├── ShortData.md │ │ │ │ └── StringData.md │ │ │ ├── entities │ │ │ │ ├── MCEntityClassification.md │ │ │ │ └── MCEntityType.md │ │ │ ├── entity │ │ │ │ └── player │ │ │ │ │ └── MCPlayerEntity.md │ │ │ ├── event │ │ │ │ └── entity │ │ │ │ │ └── player │ │ │ │ │ ├── MCAdvancementEvent.md │ │ │ │ │ ├── MCAnvilRepairEvent.md │ │ │ │ │ ├── MCArrowLooseEvent.md │ │ │ │ │ ├── MCArrowNockEvent.md │ │ │ │ │ ├── MCAttackEntityEvent.md │ │ │ │ │ ├── MCBonemealEvent.md │ │ │ │ │ ├── MCCriticalHitEvent.md │ │ │ │ │ ├── MCEntityItemPickupEvent.md │ │ │ │ │ ├── MCFillBucketEvent.md │ │ │ │ │ ├── MCItemFishedEvent.md │ │ │ │ │ ├── MCItemTooltipEvent.md │ │ │ │ │ ├── MCPlayerDestroyItemEvent.md │ │ │ │ │ ├── MCPlayerFlyableFallEvent.md │ │ │ │ │ ├── MCPlayerSetSpawnEvent.md │ │ │ │ │ ├── MCPlayerSleepInBedEvent.md │ │ │ │ │ ├── MCPlayerWakeUpEvent.md │ │ │ │ │ ├── MCSleepingLocationCheckEvent.md │ │ │ │ │ ├── MCSleepingTimeCheckEvent.md │ │ │ │ │ ├── MCUseHoeEvent.md │ │ │ │ │ ├── PlayerContainerEvent │ │ │ │ │ ├── MCClose.md │ │ │ │ │ └── MCOpen.md │ │ │ │ │ ├── PlayerEvent │ │ │ │ │ ├── MCItemCraftedEvent.md │ │ │ │ │ ├── MCItemPickupEvent.md │ │ │ │ │ ├── MCItemSmeltedEvent.md │ │ │ │ │ ├── MCPlayerChangedDimensionEvent.md │ │ │ │ │ ├── MCPlayerLoggedInEvent.md │ │ │ │ │ ├── MCPlayerLoggedOutEvent.md │ │ │ │ │ └── MCPlayerRespawnEvent.md │ │ │ │ │ ├── PlayerInteractEvent │ │ │ │ │ ├── MCEntityInteract.md │ │ │ │ │ ├── MCEntityInteractSpecific.md │ │ │ │ │ ├── MCLeftClickBlock.md │ │ │ │ │ ├── MCLeftClickEmpty.md │ │ │ │ │ ├── MCRightClickBlock.md │ │ │ │ │ ├── MCRightClickEmpty.md │ │ │ │ │ └── MCRightClickItem.md │ │ │ │ │ └── PlayerXpEvent │ │ │ │ │ ├── MCLevelChange.md │ │ │ │ │ ├── MCPickupXp.md │ │ │ │ │ └── MCXpChange.md │ │ │ ├── food │ │ │ │ └── MCFood.md │ │ │ ├── items │ │ │ │ ├── IIngredient.md │ │ │ │ └── IItemStack.md │ │ │ ├── logger │ │ │ │ └── ILogger.md │ │ │ ├── managers │ │ │ │ ├── BlastFurnaceManager.md │ │ │ │ ├── CampFireManager.md │ │ │ │ ├── CraftingTableManager.md │ │ │ │ ├── FurnaceManager.md │ │ │ │ ├── ICookingRecipeManager.md │ │ │ │ ├── IRecipeManager.md │ │ │ │ ├── SmokerManager.md │ │ │ │ └── StoneCutterManager.md │ │ │ ├── potions │ │ │ │ ├── MCPotion.md │ │ │ │ ├── MCPotionEffect.md │ │ │ │ └── MCPotionEffectInstance.md │ │ │ ├── recipe │ │ │ │ ├── RecipeFilter.md │ │ │ │ ├── RecipeFunctionArray.md │ │ │ │ ├── RecipeFunctionMatrix.md │ │ │ │ └── RecipeFunctionSingle.md │ │ │ ├── tags │ │ │ │ └── MCTag.md │ │ │ ├── util │ │ │ │ ├── BlockPos.md │ │ │ │ ├── Direction.md │ │ │ │ └── DirectionAxis.md │ │ │ └── world │ │ │ │ ├── MCBiome.md │ │ │ │ └── MCBiomeSpawnEntry.md │ │ │ └── how_to │ │ │ └── crafting_table.md │ └── docs.json ├── 1.15 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── index.md │ │ ├── mods │ │ │ ├── Atum2 │ │ │ │ ├── Kiln.md │ │ │ │ ├── Quern.md │ │ │ │ └── SpinningWheel.md │ │ │ ├── InitialInventory │ │ │ │ └── InitialInventory.md │ │ │ ├── JEITweaker │ │ │ │ └── JEITweaker.md │ │ │ ├── StoneAge │ │ │ │ ├── DryingRackManager.md │ │ │ │ ├── FlintWorkbenchManager.md │ │ │ │ ├── MillstoneManager.md │ │ │ │ ├── TanningRackManager.md │ │ │ │ └── TreeStumpManager.md │ │ │ ├── botanypots │ │ │ │ ├── Crop.md │ │ │ │ ├── Fertilizer.md │ │ │ │ └── Soil.md │ │ │ └── contenttweaker │ │ │ │ ├── API │ │ │ │ ├── BracketHandlers.md │ │ │ │ ├── api │ │ │ │ │ └── IIsBuilder.md │ │ │ │ ├── block │ │ │ │ │ ├── BlockBuilder.md │ │ │ │ │ ├── BlockTypeBuilder.md │ │ │ │ │ ├── basic │ │ │ │ │ │ └── BlockBuilderBasic.md │ │ │ │ │ ├── pillar │ │ │ │ │ │ └── BlockBuilderPillarRotatable.md │ │ │ │ │ └── stairs │ │ │ │ │ │ └── BlockBuilderStairs.md │ │ │ │ └── item │ │ │ │ │ ├── ItemBuilder.md │ │ │ │ │ ├── ItemTypeBuilder.md │ │ │ │ │ ├── MCItemGroup.md │ │ │ │ │ ├── MCToolType.md │ │ │ │ │ ├── basic │ │ │ │ │ └── ItemBuilderBasic.md │ │ │ │ │ └── tool │ │ │ │ │ └── ItemBuilderTool.md │ │ │ │ └── SimpleWalkthrough.md │ │ ├── recipes │ │ │ └── recipe_managers.md │ │ └── vanilla │ │ │ ├── api │ │ │ ├── block │ │ │ │ └── material │ │ │ │ │ ├── MCMaterial.md │ │ │ │ │ └── MCMaterialColor.md │ │ │ ├── blocks │ │ │ │ ├── MCBlock.md │ │ │ │ └── MCBlockState.md │ │ │ ├── brackets │ │ │ │ └── CommandStringDisplayable.md │ │ │ ├── data │ │ │ │ ├── ByteArrayData.md │ │ │ │ ├── ByteData.md │ │ │ │ ├── DoubleData.md │ │ │ │ ├── FloatData.md │ │ │ │ ├── ICollectionData.md │ │ │ │ ├── IData.md │ │ │ │ ├── INumberData.md │ │ │ │ ├── IntArrayData.md │ │ │ │ ├── IntData.md │ │ │ │ ├── ListData.md │ │ │ │ ├── LongArrayData.md │ │ │ │ ├── LongData.md │ │ │ │ ├── MapData.md │ │ │ │ ├── ShortData.md │ │ │ │ └── StringData.md │ │ │ ├── entities │ │ │ │ ├── MCEntityClassification.md │ │ │ │ └── MCEntityType.md │ │ │ ├── entity │ │ │ │ └── player │ │ │ │ │ └── MCPlayerEntity.md │ │ │ ├── event │ │ │ │ └── entity │ │ │ │ │ └── player │ │ │ │ │ ├── MCAdvancementEvent.md │ │ │ │ │ ├── MCAnvilRepairEvent.md │ │ │ │ │ ├── MCArrowLooseEvent.md │ │ │ │ │ ├── MCArrowNockEvent.md │ │ │ │ │ ├── MCAttackEntityEvent.md │ │ │ │ │ ├── MCBonemealEvent.md │ │ │ │ │ ├── MCCriticalHitEvent.md │ │ │ │ │ ├── MCEntityItemPickupEvent.md │ │ │ │ │ ├── MCFillBucketEvent.md │ │ │ │ │ ├── MCItemFishedEvent.md │ │ │ │ │ ├── MCItemTooltipEvent.md │ │ │ │ │ ├── MCPlayerDestroyItemEvent.md │ │ │ │ │ ├── MCPlayerFlyableFallEvent.md │ │ │ │ │ ├── MCPlayerSetSpawnEvent.md │ │ │ │ │ ├── MCPlayerSleepInBedEvent.md │ │ │ │ │ ├── MCPlayerWakeUpEvent.md │ │ │ │ │ ├── MCSleepingLocationCheckEvent.md │ │ │ │ │ ├── MCSleepingTimeCheckEvent.md │ │ │ │ │ ├── MCUseHoeEvent.md │ │ │ │ │ ├── PlayerContainerEvent │ │ │ │ │ ├── MCClose.md │ │ │ │ │ └── MCOpen.md │ │ │ │ │ ├── PlayerEvent │ │ │ │ │ ├── MCItemCraftedEvent.md │ │ │ │ │ ├── MCItemPickupEvent.md │ │ │ │ │ ├── MCItemSmeltedEvent.md │ │ │ │ │ ├── MCPlayerChangedDimensionEvent.md │ │ │ │ │ ├── MCPlayerLoggedInEvent.md │ │ │ │ │ ├── MCPlayerLoggedOutEvent.md │ │ │ │ │ └── MCPlayerRespawnEvent.md │ │ │ │ │ ├── PlayerInteractEvent │ │ │ │ │ ├── MCEntityInteract.md │ │ │ │ │ ├── MCEntityInteractSpecific.md │ │ │ │ │ ├── MCLeftClickBlock.md │ │ │ │ │ ├── MCLeftClickEmpty.md │ │ │ │ │ ├── MCRightClickBlock.md │ │ │ │ │ ├── MCRightClickEmpty.md │ │ │ │ │ └── MCRightClickItem.md │ │ │ │ │ └── PlayerXpEvent │ │ │ │ │ ├── MCLevelChange.md │ │ │ │ │ ├── MCPickupXp.md │ │ │ │ │ └── MCXpChange.md │ │ │ ├── food │ │ │ │ └── MCFood.md │ │ │ ├── items │ │ │ │ ├── IIngredient.md │ │ │ │ └── IItemStack.md │ │ │ ├── logger │ │ │ │ └── ILogger.md │ │ │ ├── managers │ │ │ │ ├── BlastFurnaceManager.md │ │ │ │ ├── CampFireManager.md │ │ │ │ ├── CraftingTableManager.md │ │ │ │ ├── FurnaceManager.md │ │ │ │ ├── ICookingRecipeManager.md │ │ │ │ ├── IRecipeManager.md │ │ │ │ ├── SmokerManager.md │ │ │ │ └── StoneCutterManager.md │ │ │ ├── potions │ │ │ │ ├── MCPotion.md │ │ │ │ ├── MCPotionEffect.md │ │ │ │ └── MCPotionEffectInstance.md │ │ │ ├── recipe │ │ │ │ ├── RecipeFilter.md │ │ │ │ ├── RecipeFunctionArray.md │ │ │ │ ├── RecipeFunctionMatrix.md │ │ │ │ └── RecipeFunctionSingle.md │ │ │ ├── tags │ │ │ │ └── MCTag.md │ │ │ ├── util │ │ │ │ ├── BlockPos.md │ │ │ │ ├── Direction.md │ │ │ │ └── DirectionAxis.md │ │ │ └── world │ │ │ │ ├── MCBiome.md │ │ │ │ └── MCBiomeSpawnEntry.md │ │ │ └── how_to │ │ │ └── crafting_table.md │ └── docs.json ├── 1.16 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── index.md │ │ ├── migration_guide.md │ │ ├── migrations │ │ │ └── migration_7_1_0.md │ │ ├── mods │ │ │ ├── AppliedEnergistics2 │ │ │ │ ├── Grinder.md │ │ │ │ └── Inscriber.md │ │ │ ├── Aquaculture2 │ │ │ │ └── FishData.md │ │ │ ├── ArmorSetEffects │ │ │ │ └── ArmorSetEffects.md │ │ │ ├── ArmoreableMobs │ │ │ │ └── ArmoreableMobs.md │ │ │ ├── ArsNouveau │ │ │ │ ├── EnchantingApparatus.md │ │ │ │ └── GlyphPress.md │ │ │ ├── ArtisanWorktables │ │ │ │ └── ArtisanWorktables.md │ │ │ ├── AstralSorcery │ │ │ │ ├── Altar.md │ │ │ │ ├── BlockTransmutation.md │ │ │ │ ├── Infusion.md │ │ │ │ ├── LiquidInteraction.md │ │ │ │ └── Well.md │ │ │ ├── Atum2 │ │ │ │ ├── Kiln.md │ │ │ │ ├── Quern.md │ │ │ │ └── SpinningWheel.md │ │ │ ├── BloodMagic │ │ │ │ ├── AlchemicalReactionChamber.md │ │ │ │ ├── AlchemyArray.md │ │ │ │ ├── AlchemyTable.md │ │ │ │ ├── BloodAltar.md │ │ │ │ └── TartaricForge.md │ │ │ ├── BotanyPots │ │ │ │ └── BotanyPots.md │ │ │ ├── CagedMobs │ │ │ │ └── CagedMobs.md │ │ │ ├── Create │ │ │ │ ├── Compacting.md │ │ │ │ ├── Crushing.md │ │ │ │ ├── Cutting.md │ │ │ │ ├── DeployerApplication.md │ │ │ │ ├── Emptying.md │ │ │ │ ├── Filling.md │ │ │ │ ├── MechanicalCrafter.md │ │ │ │ ├── Milling.md │ │ │ │ ├── Mixing.md │ │ │ │ ├── Pressing.md │ │ │ │ ├── SandPaperPolishing.md │ │ │ │ ├── SequencedAssembly.md │ │ │ │ ├── Splashing.md │ │ │ │ └── util │ │ │ │ │ ├── HeatCondition.md │ │ │ │ │ ├── ProcessingRecipeBuilder.md │ │ │ │ │ ├── ProcessingRecipeFactory.md │ │ │ │ │ └── SequencedAssemblyRecipeBuilder.md │ │ │ ├── CreateAutomated │ │ │ │ ├── DrillHeads.md │ │ │ │ ├── ExtractingRecipes.md │ │ │ │ └── PickingRecipes.md │ │ │ ├── Cyclic │ │ │ │ ├── Melter.md │ │ │ │ └── Solidifier.md │ │ │ ├── ExNihiloSequentia │ │ │ │ ├── Composting.md │ │ │ │ ├── Crooking.md │ │ │ │ ├── Crucible.md │ │ │ │ ├── Fluid_Item_Transformation.md │ │ │ │ ├── Fluid_On_Top.md │ │ │ │ ├── Fluid_Transform.md │ │ │ │ ├── Hammering.md │ │ │ │ ├── Heating_Sources.md │ │ │ │ └── Sieving.md │ │ │ ├── GameStages │ │ │ │ ├── GameStageEvents.md │ │ │ │ ├── Introduction.md │ │ │ │ ├── PlayerStages.md │ │ │ │ └── StageHelper.md │ │ │ ├── ImmersiveEngineering │ │ │ │ ├── AlloyKiln.md │ │ │ │ ├── ArcFurnace.md │ │ │ │ ├── BlastFurnace.md │ │ │ │ ├── Blueprint.md │ │ │ │ ├── BottlingMachine.md │ │ │ │ ├── Cloche.md │ │ │ │ ├── CokeOven.md │ │ │ │ ├── Crusher.md │ │ │ │ ├── Fermenter.md │ │ │ │ ├── MetalPress.md │ │ │ │ ├── MineralMix.md │ │ │ │ ├── Mixer.md │ │ │ │ ├── Refinery.md │ │ │ │ ├── Sawmill.md │ │ │ │ └── Squeezer.md │ │ │ ├── InitialInventory │ │ │ │ └── InitialInventory.md │ │ │ ├── ItemStages │ │ │ │ └── ItemStages.md │ │ │ ├── JEITweaker │ │ │ │ └── JEITweaker.md │ │ │ ├── Mekanism │ │ │ │ ├── AboutMekanism.md │ │ │ │ ├── api │ │ │ │ │ ├── BracketDumpers.json │ │ │ │ │ ├── BracketDumpers.md │ │ │ │ │ ├── BracketHandlers.json │ │ │ │ │ ├── BracketHandlers.md │ │ │ │ │ ├── BracketValidators.json │ │ │ │ │ ├── BracketValidators.md │ │ │ │ │ ├── FloatingLong.json │ │ │ │ │ ├── FloatingLong.md │ │ │ │ │ ├── chemical │ │ │ │ │ │ ├── Chemical.json │ │ │ │ │ │ ├── Chemical.md │ │ │ │ │ │ ├── Gas.json │ │ │ │ │ │ ├── Gas.md │ │ │ │ │ │ ├── InfuseType.json │ │ │ │ │ │ ├── InfuseType.md │ │ │ │ │ │ ├── Pigment.json │ │ │ │ │ │ ├── Pigment.md │ │ │ │ │ │ ├── Slurry.json │ │ │ │ │ │ ├── Slurry.md │ │ │ │ │ │ └── stack │ │ │ │ │ │ │ ├── ChemicalStack.json │ │ │ │ │ │ │ ├── ChemicalStack.md │ │ │ │ │ │ │ ├── GasStack.json │ │ │ │ │ │ │ ├── GasStack.md │ │ │ │ │ │ │ ├── InfusionStack.json │ │ │ │ │ │ │ ├── InfusionStack.md │ │ │ │ │ │ │ ├── PigmentStack.json │ │ │ │ │ │ │ ├── PigmentStack.md │ │ │ │ │ │ │ ├── SlurryStack.json │ │ │ │ │ │ │ └── SlurryStack.md │ │ │ │ │ ├── entity │ │ │ │ │ │ └── robit │ │ │ │ │ │ │ ├── Robit.json │ │ │ │ │ │ │ ├── Robit.md │ │ │ │ │ │ │ ├── RobitSkin.json │ │ │ │ │ │ │ └── RobitSkin.md │ │ │ │ │ ├── gear │ │ │ │ │ │ ├── Module.json │ │ │ │ │ │ ├── Module.md │ │ │ │ │ │ ├── ModuleData.json │ │ │ │ │ │ ├── ModuleData.md │ │ │ │ │ │ ├── ModuleHelper.json │ │ │ │ │ │ └── ModuleHelper.md │ │ │ │ │ ├── ingredient │ │ │ │ │ │ ├── ChemicalStackIngredient.json │ │ │ │ │ │ ├── ChemicalStackIngredient.md │ │ │ │ │ │ ├── ChemicalStackIngredient │ │ │ │ │ │ │ ├── GasStackIngredient.json │ │ │ │ │ │ │ ├── GasStackIngredient.md │ │ │ │ │ │ │ ├── InfusionStackIngredient.json │ │ │ │ │ │ │ ├── InfusionStackIngredient.md │ │ │ │ │ │ │ ├── PigmentStackIngredient.json │ │ │ │ │ │ │ ├── PigmentStackIngredient.md │ │ │ │ │ │ │ ├── SlurryStackIngredient.json │ │ │ │ │ │ │ └── SlurryStackIngredient.md │ │ │ │ │ │ ├── FluidStackIngredient.json │ │ │ │ │ │ ├── FluidStackIngredient.md │ │ │ │ │ │ ├── ItemStackIngredient.json │ │ │ │ │ │ └── ItemStackIngredient.md │ │ │ │ │ ├── tag │ │ │ │ │ │ ├── ChemicalTagManager.json │ │ │ │ │ │ ├── ChemicalTagManager.md │ │ │ │ │ │ ├── GasTagManager.json │ │ │ │ │ │ ├── GasTagManager.md │ │ │ │ │ │ ├── InfuseTypeTagManager.json │ │ │ │ │ │ ├── InfuseTypeTagManager.md │ │ │ │ │ │ ├── PigmentTagManager.json │ │ │ │ │ │ ├── PigmentTagManager.md │ │ │ │ │ │ ├── SlurryTagManager.json │ │ │ │ │ │ └── SlurryTagManager.md │ │ │ │ │ └── text │ │ │ │ │ │ ├── HasTranslation.json │ │ │ │ │ │ └── HasTranslation.md │ │ │ │ ├── content │ │ │ │ │ ├── ExpandingMekanism.md │ │ │ │ │ ├── attribute │ │ │ │ │ │ ├── ChemicalAttribute.json │ │ │ │ │ │ ├── ChemicalAttribute.md │ │ │ │ │ │ ├── GasAttribute.json │ │ │ │ │ │ ├── GasAttribute.md │ │ │ │ │ │ ├── InfuseTypeAttribute.json │ │ │ │ │ │ ├── InfuseTypeAttribute.md │ │ │ │ │ │ ├── PigmentAttribute.json │ │ │ │ │ │ ├── PigmentAttribute.md │ │ │ │ │ │ ├── SlurryAttribute.json │ │ │ │ │ │ ├── SlurryAttribute.md │ │ │ │ │ │ └── gas │ │ │ │ │ │ │ ├── CoolantAttribute.json │ │ │ │ │ │ │ ├── CoolantAttribute.md │ │ │ │ │ │ │ ├── FuelAttribute.json │ │ │ │ │ │ │ ├── FuelAttribute.md │ │ │ │ │ │ │ ├── RadiationAttribute.json │ │ │ │ │ │ │ └── RadiationAttribute.md │ │ │ │ │ └── builder │ │ │ │ │ │ ├── ChemicalBuilder.json │ │ │ │ │ │ ├── ChemicalBuilder.md │ │ │ │ │ │ ├── GasBuilder.json │ │ │ │ │ │ ├── GasBuilder.md │ │ │ │ │ │ ├── InfuseTypeBuilder.json │ │ │ │ │ │ ├── InfuseTypeBuilder.md │ │ │ │ │ │ ├── PigmentBuilder.json │ │ │ │ │ │ ├── PigmentBuilder.md │ │ │ │ │ │ ├── RobitSkinBuilder.json │ │ │ │ │ │ ├── RobitSkinBuilder.md │ │ │ │ │ │ ├── SlurryBuilder.json │ │ │ │ │ │ └── SlurryBuilder.md │ │ │ │ ├── customconversion.png │ │ │ │ ├── customemc.png │ │ │ │ ├── examples │ │ │ │ │ ├── MekanismIngredients.md │ │ │ │ │ ├── OtherExamples.md │ │ │ │ │ └── RecipeExamples.md │ │ │ │ └── recipe │ │ │ │ │ ├── ChemicalInfusing.json │ │ │ │ │ ├── ChemicalInfusing.md │ │ │ │ │ ├── Combining.json │ │ │ │ │ ├── Combining.md │ │ │ │ │ ├── Crystallizing.json │ │ │ │ │ ├── Crystallizing.md │ │ │ │ │ ├── Dissolution.json │ │ │ │ │ ├── Dissolution.md │ │ │ │ │ ├── FluidSlurryToSlurry.json │ │ │ │ │ ├── FluidSlurryToSlurry.md │ │ │ │ │ ├── FluidSlurryToSlurry │ │ │ │ │ ├── Washing.json │ │ │ │ │ └── Washing.md │ │ │ │ │ ├── FluidToFluid.json │ │ │ │ │ ├── FluidToFluid.md │ │ │ │ │ ├── FluidToFluid │ │ │ │ │ ├── Evaporating.json │ │ │ │ │ └── Evaporating.md │ │ │ │ │ ├── GasToGas.json │ │ │ │ │ ├── GasToGas.md │ │ │ │ │ ├── GasToGas │ │ │ │ │ ├── Activating.json │ │ │ │ │ ├── Activating.md │ │ │ │ │ ├── Centrifuging.json │ │ │ │ │ └── Centrifuging.md │ │ │ │ │ ├── ItemStackChemicalToItemStack.json │ │ │ │ │ ├── ItemStackChemicalToItemStack.md │ │ │ │ │ ├── ItemStackChemicalToItemStack │ │ │ │ │ ├── Compressing.json │ │ │ │ │ ├── Compressing.md │ │ │ │ │ ├── Injecting.json │ │ │ │ │ ├── Injecting.md │ │ │ │ │ ├── MetallurgicInfusing.json │ │ │ │ │ ├── MetallurgicInfusing.md │ │ │ │ │ ├── Painting.json │ │ │ │ │ ├── Painting.md │ │ │ │ │ ├── Purifying.json │ │ │ │ │ └── Purifying.md │ │ │ │ │ ├── ItemStackToEnergy.json │ │ │ │ │ ├── ItemStackToEnergy.md │ │ │ │ │ ├── ItemStackToEnergy │ │ │ │ │ ├── EnergyConversion.json │ │ │ │ │ └── EnergyConversion.md │ │ │ │ │ ├── ItemStackToGas.json │ │ │ │ │ ├── ItemStackToGas.md │ │ │ │ │ ├── ItemStackToGas │ │ │ │ │ ├── GasConversion.json │ │ │ │ │ ├── GasConversion.md │ │ │ │ │ ├── Oxidizing.json │ │ │ │ │ └── Oxidizing.md │ │ │ │ │ ├── ItemStackToInfuseType.json │ │ │ │ │ ├── ItemStackToInfuseType.md │ │ │ │ │ ├── ItemStackToInfuseType │ │ │ │ │ ├── InfusionConversion.json │ │ │ │ │ └── InfusionConversion.md │ │ │ │ │ ├── ItemStackToItemStack.json │ │ │ │ │ ├── ItemStackToItemStack.md │ │ │ │ │ ├── ItemStackToItemStack │ │ │ │ │ ├── Crushing.json │ │ │ │ │ ├── Crushing.md │ │ │ │ │ ├── Enriching.json │ │ │ │ │ ├── Enriching.md │ │ │ │ │ ├── Smelting.json │ │ │ │ │ └── Smelting.md │ │ │ │ │ ├── ItemStackToPigment.json │ │ │ │ │ ├── ItemStackToPigment.md │ │ │ │ │ ├── ItemStackToPigment │ │ │ │ │ ├── PigmentExtracting.json │ │ │ │ │ └── PigmentExtracting.md │ │ │ │ │ ├── MekanismRecipeManager.json │ │ │ │ │ ├── MekanismRecipeManager.md │ │ │ │ │ ├── Nucleosynthesizing.json │ │ │ │ │ ├── Nucleosynthesizing.md │ │ │ │ │ ├── PigmentMixing.json │ │ │ │ │ ├── PigmentMixing.md │ │ │ │ │ ├── Reaction.json │ │ │ │ │ ├── Reaction.md │ │ │ │ │ ├── Rotary.json │ │ │ │ │ ├── Rotary.md │ │ │ │ │ ├── Sawing.json │ │ │ │ │ ├── Sawing.md │ │ │ │ │ ├── Separating.json │ │ │ │ │ └── Separating.md │ │ │ ├── MysticalAgriculture │ │ │ │ ├── InfusionCrafting.md │ │ │ │ └── ReprocessorCrafting.md │ │ │ ├── PneumaticCraft-Repressurized │ │ │ │ ├── AssemblySystem.md │ │ │ │ ├── BlockHeatProperties.md │ │ │ │ ├── ExplosionCrafting.md │ │ │ │ ├── FluidMixer.md │ │ │ │ ├── FuelQuality.md │ │ │ │ ├── HeatFrameCooling.md │ │ │ │ ├── PressureChamber.md │ │ │ │ ├── Refinery.md │ │ │ │ ├── ThermoPlant.md │ │ │ │ └── XPFluids.md │ │ │ ├── ProjectE │ │ │ │ ├── CustomConversion.json │ │ │ │ ├── CustomConversion.md │ │ │ │ ├── CustomEMC.json │ │ │ │ ├── CustomEMC.md │ │ │ │ ├── NSSResolver.json │ │ │ │ ├── NSSResolver.md │ │ │ │ ├── NormalizedSimpleStack.json │ │ │ │ ├── NormalizedSimpleStack.md │ │ │ │ ├── WorldTransmutation.json │ │ │ │ ├── WorldTransmutation.md │ │ │ │ ├── customconversion.png │ │ │ │ └── customemc.png │ │ │ ├── RecipeStages │ │ │ │ └── RecipeStages.md │ │ │ ├── StoneAge │ │ │ │ ├── DryingRackManager.md │ │ │ │ ├── FlintWorkbenchManager.md │ │ │ │ ├── MillstoneManager.md │ │ │ │ ├── TanningRackManager.md │ │ │ │ └── TreeStumpManager.md │ │ │ ├── ThermalSeries │ │ │ │ ├── Alchemical_Imbuer.md │ │ │ │ ├── Blast_Chiller.md │ │ │ │ ├── Centrifugal_Separator.md │ │ │ │ ├── Dynamos │ │ │ │ │ ├── Compression_Dynamo.md │ │ │ │ │ ├── Lapidary_Dynamo.md │ │ │ │ │ ├── Magmatic_Dynamo.md │ │ │ │ │ ├── Numismatic_Dynamo.md │ │ │ │ │ └── Stirling_Dynamo.md │ │ │ │ ├── Fluid_Encapsulator.md │ │ │ │ ├── Fractionating_Still.md │ │ │ │ ├── Induction_Smelter.md │ │ │ │ ├── Magma_Crucible.md │ │ │ │ ├── Multiservo_Press.md │ │ │ │ ├── Phytogenic_Insolator.md │ │ │ │ ├── Pulverizer.md │ │ │ │ ├── Pyrolyzer.md │ │ │ │ ├── Redstone_Furnace.md │ │ │ │ └── Sawmill.md │ │ │ ├── TinkersConstruct │ │ │ │ ├── Alloying.md │ │ │ │ ├── CastingBasin.md │ │ │ │ ├── CastingTable.md │ │ │ │ ├── EntityMelting.md │ │ │ │ ├── MaterialRecipe.md │ │ │ │ ├── Melting.md │ │ │ │ ├── MoldingBasin.md │ │ │ │ ├── MoldingTable.md │ │ │ │ ├── PartBuilder.md │ │ │ │ ├── Severing.md │ │ │ │ └── TinkerStation.md │ │ │ ├── contenttweaker │ │ │ │ └── SimpleWalkthrough.md │ │ │ ├── other_mods.md │ │ │ └── zensummoning │ │ │ │ └── examples.md │ │ ├── tutorial │ │ │ ├── IntroductionToScripting │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ └── AddRecipes │ │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ │ └── ShapelessRecipes.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ ├── vanilla │ │ │ └── how_to │ │ │ │ └── crafting_table.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.17 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── index.md │ │ ├── mods │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── IntroductionToScripting │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ └── AddRecipes │ │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ │ └── ShapelessRecipes.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ ├── vanilla │ │ │ └── how_to │ │ │ │ └── crafting_table.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Preprocessors │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.18 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ ├── Aquaculture2 │ │ │ │ └── FishData.md │ │ │ ├── RecipeStages │ │ │ │ └── RecipeStages.md │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── IntroductionToScripting │ │ │ │ ├── AdvancedScripting.md │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.19.3 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── IntroductionToScripting │ │ │ │ ├── AdvancedScripting.md │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.19.4 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ ├── Aquaculture2 │ │ │ │ └── FishData.md │ │ │ ├── RecipeStages │ │ │ │ └── RecipeStages.md │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── IntroductionToScripting │ │ │ │ ├── AdvancedScripting.md │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.19 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ ├── RecipeStages │ │ │ │ └── RecipeStages.md │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── IntroductionToScripting │ │ │ │ ├── AdvancedScripting.md │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.20.1 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ ├── Aquaculture2 │ │ │ │ └── FishData.md │ │ │ ├── RecipeStages │ │ │ │ └── RecipeStages.md │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── AdvancedScripting │ │ │ │ └── IngredientsAndRecipes.md │ │ │ ├── IntroductionToScripting │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.20.2 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── AdvancedScripting │ │ │ │ └── IngredientsAndRecipes.md │ │ │ ├── IntroductionToScripting │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.20.3 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── AdvancedScripting │ │ │ │ └── IngredientsAndRecipes.md │ │ │ ├── IntroductionToScripting │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.20.4 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ ├── Aquaculture2 │ │ │ │ └── FishData.md │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── AdvancedScripting │ │ │ │ └── IngredientsAndRecipes.md │ │ │ ├── IntroductionToScripting │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.20.5 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── AdvancedScripting │ │ │ │ └── IngredientsAndRecipes.md │ │ │ ├── IntroductionToScripting │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.20.6 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── AdvancedScripting │ │ │ │ └── IngredientsAndRecipes.md │ │ │ ├── IntroductionToScripting │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.20 │ ├── content │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ ├── RecipeStages │ │ │ │ └── RecipeStages.md │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── IntroductionToScripting │ │ │ │ ├── AdvancedScripting.md │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.21.1 │ ├── content │ │ ├── 1_21_migration_guide.md │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ ├── Aquaculture2 │ │ │ │ └── FishData.md │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── AdvancedScripting │ │ │ │ └── IngredientsAndRecipes.md │ │ │ ├── IntroductionToScripting │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── 1.21 │ ├── content │ │ ├── 1_21_migration_guide.md │ │ ├── assets │ │ │ ├── logo.png │ │ │ └── logo.svg │ │ ├── commands.md │ │ ├── examples.md │ │ ├── getting_started.md │ │ ├── globals.md │ │ ├── index.md │ │ ├── integration │ │ │ ├── GeneratingDocs.md │ │ │ ├── Introduction.md │ │ │ ├── RecipeFunctions.md │ │ │ ├── RecipeManager.md │ │ │ └── ReplacerSupport.md │ │ ├── mods │ │ │ └── other_mods.md │ │ ├── tutorial │ │ │ ├── AdvancedScripting │ │ │ │ └── IngredientsAndRecipes.md │ │ │ ├── IntroductionToScripting │ │ │ │ ├── TheCraftTweakerLogFile.md │ │ │ │ ├── WhatAreBracketHandlers.md │ │ │ │ ├── WhatAreScripts.md │ │ │ │ └── WritingYourFirstScript.md │ │ │ ├── Recipes │ │ │ │ ├── Crafting │ │ │ │ │ ├── MirroredShapedRecipes.md │ │ │ │ │ ├── ShapedRecipes.md │ │ │ │ │ ├── ShapelessRecipes.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── image1.PNG │ │ │ │ │ │ ├── image2.png │ │ │ │ │ │ └── image3.png │ │ │ │ │ └── crafting_table.md │ │ │ │ └── RecipeManagers.md │ │ │ └── Software.md │ │ └── zencode │ │ │ ├── ArraysAndLists.md │ │ │ ├── AssociativeArrays.md │ │ │ ├── ConditionalCode.md │ │ │ ├── Functions.md │ │ │ ├── Objects.md │ │ │ ├── Preprocessors │ │ │ ├── DebugPreprocessor.md │ │ │ ├── LoaderPreprocessor.md │ │ │ ├── ModLoadedPreprocessor.md │ │ │ ├── Preprocessors.md │ │ │ └── PriorityPreprocessor.md │ │ │ ├── Programming.md │ │ │ ├── Scavenging.md │ │ │ ├── TagsLoader.md │ │ │ └── ZenCode.md │ └── docs.json ├── MineTweaker │ ├── content │ │ ├── aura_cascade.md │ │ ├── changelog.md │ │ ├── commands │ │ │ └── ingame.md │ │ ├── contenttweaker.md │ │ ├── contenttweaker │ │ │ ├── blockitem_support.md │ │ │ ├── fluid_support.md │ │ │ └── tconstruct_support.md │ │ ├── future_of_minetweaker.md │ │ ├── guide │ │ │ ├── comparison_with_minetweaker_2.md │ │ │ └── script_introduction.md │ │ ├── index.md │ │ ├── minetweaker_3.1.md │ │ ├── minetweaker_synchronization.md │ │ ├── mod_script_execution.md │ │ ├── mod_tweaker.md │ │ ├── mods │ │ │ ├── better_storage.md │ │ │ ├── buildcraft_support.md │ │ │ ├── gregtech_support.md │ │ │ ├── harvest_festival_support.md │ │ │ ├── ic2_support.md │ │ │ ├── immersive_engineering_support.md │ │ │ ├── magneticraft_support.md │ │ │ ├── mfr_support.md │ │ │ ├── nei_support.md │ │ │ ├── tsteelworks_support.md │ │ │ └── witching_gadgets_support.md │ │ ├── modtweaker │ │ │ ├── 1.6.4.md │ │ │ ├── actually_additions_support_1.10.2.md │ │ │ ├── actually_additions_support_1.11.2.md │ │ │ ├── applied_energistics_2_support.md │ │ │ ├── blood_magic_support │ │ │ │ ├── blood_magic_support.md │ │ │ │ └── rituals.md │ │ │ ├── blood_magic_support_1.10.2.md │ │ │ ├── botania_support │ │ │ │ ├── botania_support.md │ │ │ │ └── lexica_botania.md │ │ │ ├── botania_support_1.10.2.md │ │ │ ├── chisel_2_support.md │ │ │ ├── chisel_2_support_1.10.2.md │ │ │ ├── chisel_support_1.11.2.md │ │ │ ├── embers_support_1.10.2.md │ │ │ ├── ex_nihilo_support.md │ │ │ ├── extended_crafting_support.md │ │ │ ├── extra_utilities_support.md │ │ │ ├── extra_utilities_support_1.10.2.md │ │ │ ├── factorization_support.md │ │ │ ├── flaxbeard_steam_power_support.md │ │ │ ├── forestry_support.md │ │ │ ├── forestry_support_1.10.2.md │ │ │ ├── forestry_support_1.11.2.md │ │ │ ├── hee_support.md │ │ │ ├── mariculture_support.md │ │ │ ├── mekanism_support.md │ │ │ ├── metallurgy_4_support.md │ │ │ ├── pneumaticcraft_support.md │ │ │ ├── railcraft_support.md │ │ │ ├── random_things_support_1.10.2.md │ │ │ ├── refined_storage_support_1.10.2.md │ │ │ ├── refined_storage_support_1.11.2.md │ │ │ ├── survivalist_support_1.10.2.md │ │ │ ├── tconstruct_support.md │ │ │ ├── tconstruct_support_1.10.2.md │ │ │ ├── thaumcraft_4_support │ │ │ │ ├── research.md │ │ │ │ └── thaumcraft_4_support.md │ │ │ ├── thermal_expansion_support.md │ │ │ └── vanilla_support.md │ │ ├── nbt_tag_formats.md │ │ ├── planned_versions.md │ │ ├── tutorials │ │ │ ├── 1.6.4 │ │ │ │ ├── advanced_recipes.md │ │ │ │ ├── basic_recipes.md │ │ │ │ ├── control_structures.md │ │ │ │ ├── furnace.md │ │ │ │ ├── introduction.md │ │ │ │ ├── item_renaming.md │ │ │ │ ├── localization.md │ │ │ │ ├── loot.md │ │ │ │ ├── ore_dictionary.md │ │ │ │ └── tooltips.md │ │ │ └── 1.7.x │ │ │ │ ├── advanced_recipes.md │ │ │ │ ├── basic_recipes.md │ │ │ │ ├── control_structures.md │ │ │ │ ├── control_structurs.md │ │ │ │ ├── furnace.md │ │ │ │ ├── introduction.md │ │ │ │ ├── item_renaming.md │ │ │ │ ├── localization.md │ │ │ │ ├── loot.md │ │ │ │ ├── ore_dictionary.md │ │ │ │ └── tooltips.md │ │ └── zencode_specification.md │ └── docs.json └── versions.json ├── docs_exported ├── 1.16 │ ├── botania │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── Botania │ │ │ ├── ElvenTrade.json │ │ │ ├── ElvenTrade.md │ │ │ ├── ManaInfusion.json │ │ │ ├── ManaInfusion.md │ │ │ ├── Orechid.json │ │ │ ├── Orechid.md │ │ │ ├── PetalApothecary.json │ │ │ ├── PetalApothecary.md │ │ │ ├── PureDaisy.json │ │ │ ├── PureDaisy.md │ │ │ ├── RunicAltar.json │ │ │ ├── RunicAltar.md │ │ │ ├── StateIngredient.json │ │ │ ├── StateIngredient.md │ │ │ ├── TerraPlate.json │ │ │ └── TerraPlate.md │ ├── cinematic_transitions │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── CinematicTransitions │ │ │ ├── PlayManager.json │ │ │ ├── PlayManager.md │ │ │ ├── PopUpManager.json │ │ │ ├── PopUpManager.md │ │ │ ├── TransitionManager.json │ │ │ └── TransitionManager.md │ ├── contenttweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── contenttweaker │ │ │ └── API │ │ │ ├── BracketDumpers.json │ │ │ ├── BracketDumpers.md │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketHandlers.md │ │ │ ├── BracketValidators.json │ │ │ ├── BracketValidators.md │ │ │ ├── api │ │ │ ├── IIsBuilder.json │ │ │ └── IIsBuilder.md │ │ │ ├── block │ │ │ ├── BlockBuilder.json │ │ │ ├── BlockBuilder.md │ │ │ ├── BlockRenderType.json │ │ │ ├── BlockRenderType.md │ │ │ ├── BlockTypeBuilder.json │ │ │ ├── BlockTypeBuilder.md │ │ │ ├── advance │ │ │ │ ├── BlockBuilderAdvanced.json │ │ │ │ ├── BlockBuilderAdvanced.md │ │ │ │ ├── CoTBlockAdvanced.json │ │ │ │ └── CoTBlockAdvanced.md │ │ │ ├── basic │ │ │ │ ├── BlockBuilderBasic.json │ │ │ │ ├── BlockBuilderBasic.md │ │ │ │ ├── BlockBuilderFalling.json │ │ │ │ ├── BlockBuilderFalling.md │ │ │ │ ├── BlockBuilderGlass.json │ │ │ │ └── BlockBuilderGlass.md │ │ │ ├── pillar │ │ │ │ ├── BlockBuilderPillarRotatable.json │ │ │ │ └── BlockBuilderPillarRotatable.md │ │ │ ├── slab │ │ │ │ ├── BlockBuilderSlab.json │ │ │ │ └── BlockBuilderSlab.md │ │ │ └── stairs │ │ │ │ ├── BlockBuilderStairs.json │ │ │ │ └── BlockBuilderStairs.md │ │ │ ├── fluid │ │ │ ├── FluidBuilder.json │ │ │ └── FluidBuilder.md │ │ │ ├── functions │ │ │ ├── IBlockActivated.json │ │ │ ├── IBlockActivated.md │ │ │ ├── IBlockAdded.json │ │ │ ├── IBlockAdded.md │ │ │ ├── IBlockColorSupplier.json │ │ │ ├── IBlockColorSupplier.md │ │ │ ├── IBlockIsSideInvisible.json │ │ │ ├── IBlockIsSideInvisible.md │ │ │ ├── IBlockIsTransparent.json │ │ │ ├── IBlockIsTransparent.md │ │ │ ├── IBlockNeighborChanged.json │ │ │ ├── IBlockNeighborChanged.md │ │ │ ├── IBlockRandomTick.json │ │ │ ├── IBlockRandomTick.md │ │ │ ├── IBlockReplaced.json │ │ │ ├── IBlockReplaced.md │ │ │ ├── IFallingBlockDustColorSupplier.json │ │ │ ├── IFallingBlockDustColorSupplier.md │ │ │ ├── IIconSupplier.json │ │ │ ├── IIconSupplier.md │ │ │ ├── IItemColorSupplier.json │ │ │ ├── IItemColorSupplier.md │ │ │ ├── IItemHitEntity.json │ │ │ ├── IItemHitEntity.md │ │ │ ├── IItemInteractWithEntity.json │ │ │ ├── IItemInteractWithEntity.md │ │ │ ├── IItemInventoryTick.json │ │ │ ├── IItemInventoryTick.md │ │ │ ├── IItemRightClick.json │ │ │ ├── IItemRightClick.md │ │ │ ├── IItemUse.json │ │ │ ├── IItemUse.md │ │ │ ├── IItemUseActionSupplier.json │ │ │ ├── IItemUseActionSupplier.md │ │ │ ├── IItemUseDurationSupplier.json │ │ │ ├── IItemUseDurationSupplier.md │ │ │ ├── IItemUseFinish.json │ │ │ ├── IItemUseFinish.md │ │ │ ├── IItemUsingTick.json │ │ │ └── IItemUsingTick.md │ │ │ └── item │ │ │ ├── CustomItemGroup.json │ │ │ ├── CustomItemGroup.md │ │ │ ├── ItemBuilder.json │ │ │ ├── ItemBuilder.md │ │ │ ├── ItemTypeBuilder.json │ │ │ ├── ItemTypeBuilder.md │ │ │ ├── advance │ │ │ ├── CoTItemAdvanced.json │ │ │ ├── CoTItemAdvanced.md │ │ │ ├── ItemBuilderAdvanced.json │ │ │ └── ItemBuilderAdvanced.md │ │ │ ├── basic │ │ │ ├── ItemBuilderBasic.json │ │ │ └── ItemBuilderBasic.md │ │ │ └── tool │ │ │ ├── ItemBuilderTool.json │ │ │ └── ItemBuilderTool.md │ ├── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── vanilla │ │ │ └── api │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketHandlers.md │ │ │ ├── block │ │ │ ├── MCBlock.json │ │ │ ├── MCBlock.md │ │ │ ├── MCBlockState.json │ │ │ ├── MCBlockState.md │ │ │ └── material │ │ │ │ ├── MCMaterial.json │ │ │ │ ├── MCMaterial.md │ │ │ │ ├── MCMaterialColor.json │ │ │ │ ├── MCMaterialColor.md │ │ │ │ ├── PushReaction.json │ │ │ │ └── PushReaction.md │ │ │ ├── brackets │ │ │ ├── CommandStringDisplayable.json │ │ │ └── CommandStringDisplayable.md │ │ │ ├── brewing │ │ │ ├── Brewing.json │ │ │ └── Brewing.md │ │ │ ├── capability │ │ │ ├── Capabilities.json │ │ │ ├── Capabilities.md │ │ │ ├── Capability.json │ │ │ ├── Capability.md │ │ │ ├── CapabilityProvider.json │ │ │ ├── CapabilityProvider.md │ │ │ ├── ICapabilityProvider.json │ │ │ ├── ICapabilityProvider.md │ │ │ ├── IEnergyStorage.json │ │ │ ├── IEnergyStorage.md │ │ │ ├── IFluidHandler.json │ │ │ ├── IFluidHandler.md │ │ │ ├── IFluidHandlerAction.json │ │ │ ├── IFluidHandlerAction.md │ │ │ ├── IFluidHandlerItem.json │ │ │ ├── IFluidHandlerItem.md │ │ │ ├── IItemHandler.json │ │ │ └── IItemHandler.md │ │ │ ├── commands │ │ │ └── custom │ │ │ │ ├── CustomCommands.json │ │ │ │ ├── CustomCommands.md │ │ │ │ ├── MCAmbiguityConsumer.json │ │ │ │ ├── MCAmbiguityConsumer.md │ │ │ │ ├── MCArgumentBuilder.json │ │ │ │ ├── MCArgumentBuilder.md │ │ │ │ ├── MCArgumentCommandNode.json │ │ │ │ ├── MCArgumentCommandNode.md │ │ │ │ ├── MCCommand.json │ │ │ │ ├── MCCommand.md │ │ │ │ ├── MCCommandContext.json │ │ │ │ ├── MCCommandContext.md │ │ │ │ ├── MCCommandContextBuilder.json │ │ │ │ ├── MCCommandContextBuilder.md │ │ │ │ ├── MCCommandDispatcher.json │ │ │ │ ├── MCCommandDispatcher.md │ │ │ │ ├── MCCommandNode.json │ │ │ │ ├── MCCommandNode.md │ │ │ │ ├── MCCommandSource.json │ │ │ │ ├── MCCommandSource.md │ │ │ │ ├── MCImmutableStringReader.json │ │ │ │ ├── MCImmutableStringReader.md │ │ │ │ ├── MCLiteralArgumentBuilder.json │ │ │ │ ├── MCLiteralArgumentBuilder.md │ │ │ │ ├── MCLiteralCommandNode.json │ │ │ │ ├── MCLiteralCommandNode.md │ │ │ │ ├── MCParseResults.json │ │ │ │ ├── MCParseResults.md │ │ │ │ ├── MCParsedArgument.json │ │ │ │ ├── MCParsedArgument.md │ │ │ │ ├── MCParsedCommandNode.json │ │ │ │ ├── MCParsedCommandNode.md │ │ │ │ ├── MCRedirectModifier.json │ │ │ │ ├── MCRedirectModifier.md │ │ │ │ ├── MCRequiredArgumentBuilder.json │ │ │ │ ├── MCRequiredArgumentBuilder.md │ │ │ │ ├── MCResultConsumer.json │ │ │ │ ├── MCResultConsumer.md │ │ │ │ ├── MCRootCommandNode.json │ │ │ │ ├── MCRootCommandNode.md │ │ │ │ ├── MCSingleRedirectModifier.json │ │ │ │ ├── MCSingleRedirectModifier.md │ │ │ │ ├── MCStringRange.json │ │ │ │ ├── MCStringRange.md │ │ │ │ ├── MCSuggestion.json │ │ │ │ ├── MCSuggestion.md │ │ │ │ ├── MCSuggestionContext.json │ │ │ │ ├── MCSuggestionContext.md │ │ │ │ ├── MCSuggestionProvider.json │ │ │ │ ├── MCSuggestionProvider.md │ │ │ │ ├── MCSuggestions.json │ │ │ │ ├── MCSuggestions.md │ │ │ │ ├── MCSuggestionsBuilder.json │ │ │ │ └── MCSuggestionsBuilder.md │ │ │ ├── data │ │ │ ├── BoolData.json │ │ │ ├── BoolData.md │ │ │ ├── ByteArrayData.json │ │ │ ├── ByteArrayData.md │ │ │ ├── ByteData.json │ │ │ ├── ByteData.md │ │ │ ├── DoubleData.json │ │ │ ├── DoubleData.md │ │ │ ├── FloatData.json │ │ │ ├── FloatData.md │ │ │ ├── ICollectionData.json │ │ │ ├── ICollectionData.md │ │ │ ├── IData.json │ │ │ ├── IData.md │ │ │ ├── INumberData.json │ │ │ ├── INumberData.md │ │ │ ├── IntArrayData.json │ │ │ ├── IntArrayData.md │ │ │ ├── IntData.json │ │ │ ├── IntData.md │ │ │ ├── ListData.json │ │ │ ├── ListData.md │ │ │ ├── LongArrayData.json │ │ │ ├── LongArrayData.md │ │ │ ├── LongData.json │ │ │ ├── LongData.md │ │ │ ├── MapData.json │ │ │ ├── MapData.md │ │ │ ├── ShortData.json │ │ │ ├── ShortData.md │ │ │ ├── StringData.json │ │ │ └── StringData.md │ │ │ ├── dispenser │ │ │ ├── IPosition.json │ │ │ └── IPosition.md │ │ │ ├── enchantment │ │ │ ├── EnchantmentRarity.json │ │ │ ├── EnchantmentRarity.md │ │ │ ├── EnchantmentType.json │ │ │ ├── EnchantmentType.md │ │ │ ├── IArmorVanishable.json │ │ │ ├── IArmorVanishable.md │ │ │ ├── MCEnchantment.json │ │ │ ├── MCEnchantment.md │ │ │ └── vanishing │ │ │ │ ├── IVanishable.json │ │ │ │ └── IVanishable.md │ │ │ ├── entities │ │ │ ├── MCEntityType.json │ │ │ └── MCEntityType.md │ │ │ ├── entity │ │ │ ├── Attribute.json │ │ │ ├── Attribute.md │ │ │ ├── AttributeInstance.json │ │ │ ├── AttributeInstance.md │ │ │ ├── AttributeModifier.json │ │ │ ├── AttributeModifier.md │ │ │ ├── AttributeOperation.json │ │ │ ├── AttributeOperation.md │ │ │ ├── EntityIngredient.json │ │ │ ├── EntityIngredient.md │ │ │ ├── INameplateFunction.json │ │ │ ├── INameplateFunction.md │ │ │ ├── MCEntity.json │ │ │ ├── MCEntity.md │ │ │ ├── MCEntityClassification.json │ │ │ ├── MCEntityClassification.md │ │ │ ├── MCItemEntity.json │ │ │ ├── MCItemEntity.md │ │ │ ├── MCLivingEntity.json │ │ │ ├── MCLivingEntity.md │ │ │ ├── MCPlayerEntity.json │ │ │ ├── MCPlayerEntity.md │ │ │ ├── NamePlateResult.json │ │ │ ├── NamePlateResult.md │ │ │ ├── PlacementType.json │ │ │ └── PlacementType.md │ │ │ ├── event │ │ │ ├── CTEventManager.json │ │ │ ├── CTEventManager.md │ │ │ ├── EventPriority.json │ │ │ ├── EventPriority.md │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ ├── ItemAttributeModifierEvent.md │ │ │ ├── MCAnvilUpdateEvent.json │ │ │ ├── MCAnvilUpdateEvent.md │ │ │ ├── MCEvent.json │ │ │ ├── MCEvent.md │ │ │ ├── block │ │ │ │ ├── CropGrowPostEvent.json │ │ │ │ ├── CropGrowPostEvent.md │ │ │ │ ├── CropGrowPreEvent.json │ │ │ │ ├── CropGrowPreEvent.md │ │ │ │ ├── FluidPlaceBlockEvent.json │ │ │ │ ├── FluidPlaceBlockEvent.md │ │ │ │ ├── MCBlockBreakEvent.json │ │ │ │ ├── MCBlockBreakEvent.md │ │ │ │ ├── MCBlockEvent.json │ │ │ │ ├── MCBlockEvent.md │ │ │ │ ├── MCBlockNeighborNotifyEvent.json │ │ │ │ ├── MCBlockNeighborNotifyEvent.md │ │ │ │ ├── MCBlockPlaceEvent.json │ │ │ │ ├── MCBlockPlaceEvent.md │ │ │ │ ├── MCBlockToolInteractEvent.json │ │ │ │ ├── MCBlockToolInteractEvent.md │ │ │ │ ├── MCCropGrowEvent.json │ │ │ │ ├── MCCropGrowEvent.md │ │ │ │ ├── MCFarmlandTrampleEvent.json │ │ │ │ ├── MCFarmlandTrampleEvent.md │ │ │ │ ├── MCPortalSpawnEvent.json │ │ │ │ └── MCPortalSpawnEvent.md │ │ │ ├── enchanting │ │ │ │ ├── MCEnchantmentLevelSetEvent.json │ │ │ │ └── MCEnchantmentLevelSetEvent.md │ │ │ ├── entity │ │ │ │ ├── MCEntityEvent.json │ │ │ │ ├── MCEntityEvent.md │ │ │ │ ├── MCEntityJoinWorldEvent.json │ │ │ │ ├── MCEntityJoinWorldEvent.md │ │ │ │ ├── MCEntityStruckByLightningEvent.json │ │ │ │ ├── MCEntityStruckByLightningEvent.md │ │ │ │ ├── MCEntityTravelToDimensionEvent.json │ │ │ │ ├── MCEntityTravelToDimensionEvent.md │ │ │ │ ├── MCItemEvent.json │ │ │ │ ├── MCItemEvent.md │ │ │ │ ├── MCLivingEvent.json │ │ │ │ ├── MCLivingEvent.md │ │ │ │ ├── item │ │ │ │ │ ├── MCItemExpireEvent.json │ │ │ │ │ ├── MCItemExpireEvent.md │ │ │ │ │ ├── MCItemTossEvent.json │ │ │ │ │ └── MCItemTossEvent.md │ │ │ │ ├── living │ │ │ │ │ ├── MCEnderTeleportEvent.json │ │ │ │ │ ├── MCEnderTeleportEvent.md │ │ │ │ │ ├── MCLivingAttackEvent.json │ │ │ │ │ ├── MCLivingAttackEvent.md │ │ │ │ │ ├── MCLivingConversionEvent.json │ │ │ │ │ ├── MCLivingConversionEvent.md │ │ │ │ │ ├── MCLivingConversionPostEvent.json │ │ │ │ │ ├── MCLivingConversionPostEvent.md │ │ │ │ │ ├── MCLivingConversionPreEvent.json │ │ │ │ │ ├── MCLivingConversionPreEvent.md │ │ │ │ │ ├── MCLivingDeathEvent.json │ │ │ │ │ ├── MCLivingDeathEvent.md │ │ │ │ │ ├── MCLivingEntityUseItemEvent.json │ │ │ │ │ ├── MCLivingEntityUseItemEvent.md │ │ │ │ │ ├── MCLivingEntityUseItemFinishEvent.json │ │ │ │ │ ├── MCLivingEntityUseItemFinishEvent.md │ │ │ │ │ ├── MCLivingEntityUseItemStartEvent.json │ │ │ │ │ ├── MCLivingEntityUseItemStartEvent.md │ │ │ │ │ ├── MCLivingEntityUseItemStopEvent.json │ │ │ │ │ ├── MCLivingEntityUseItemStopEvent.md │ │ │ │ │ ├── MCLivingEntityUseItemTickEvent.json │ │ │ │ │ ├── MCLivingEntityUseItemTickEvent.md │ │ │ │ │ ├── MCLivingEquipmentChangeEvent.json │ │ │ │ │ ├── MCLivingEquipmentChangeEvent.md │ │ │ │ │ ├── MCLivingExperienceDropEvent.json │ │ │ │ │ ├── MCLivingExperienceDropEvent.md │ │ │ │ │ ├── MCLivingFallEvent.json │ │ │ │ │ ├── MCLivingFallEvent.md │ │ │ │ │ ├── MCLivingHealEvent.json │ │ │ │ │ ├── MCLivingHealEvent.md │ │ │ │ │ ├── MCLivingHurtEvent.json │ │ │ │ │ ├── MCLivingHurtEvent.md │ │ │ │ │ ├── MCLivingKnockBackEvent.json │ │ │ │ │ ├── MCLivingKnockBackEvent.md │ │ │ │ │ ├── MCLivingSpawnEvent.json │ │ │ │ │ ├── MCLivingSpawnEvent.md │ │ │ │ │ ├── MCLivingUpdateEvent.json │ │ │ │ │ └── MCLivingUpdateEvent.md │ │ │ │ └── player │ │ │ │ │ ├── MCAdvancementEvent.json │ │ │ │ │ ├── MCAdvancementEvent.md │ │ │ │ │ ├── MCAnvilRepairEvent.json │ │ │ │ │ ├── MCAnvilRepairEvent.md │ │ │ │ │ ├── MCItemCraftedEvent.json │ │ │ │ │ ├── MCItemCraftedEvent.md │ │ │ │ │ ├── MCItemFishedEvent.json │ │ │ │ │ ├── MCItemFishedEvent.md │ │ │ │ │ ├── MCItemPickupEvent.json │ │ │ │ │ ├── MCItemPickupEvent.md │ │ │ │ │ ├── MCItemSmeltedEvent.json │ │ │ │ │ ├── MCItemSmeltedEvent.md │ │ │ │ │ ├── MCPlayerBrewedPotionEvent.json │ │ │ │ │ ├── MCPlayerBrewedPotionEvent.md │ │ │ │ │ ├── MCPlayerDestroyItemEvent.json │ │ │ │ │ ├── MCPlayerDestroyItemEvent.md │ │ │ │ │ ├── MCPlayerEvent.json │ │ │ │ │ ├── MCPlayerEvent.md │ │ │ │ │ ├── MCPlayerLoggedInEvent.json │ │ │ │ │ ├── MCPlayerLoggedInEvent.md │ │ │ │ │ ├── MCPlayerLoggedOutEvent.json │ │ │ │ │ ├── MCPlayerLoggedOutEvent.md │ │ │ │ │ ├── MCPlayerRespawnEvent.json │ │ │ │ │ ├── MCPlayerRespawnEvent.md │ │ │ │ │ ├── interact │ │ │ │ │ ├── MCEntityInteractEvent.json │ │ │ │ │ ├── MCEntityInteractEvent.md │ │ │ │ │ ├── MCLeftClickBlockEvent.json │ │ │ │ │ ├── MCLeftClickBlockEvent.md │ │ │ │ │ ├── MCPlayerInteractEvent.json │ │ │ │ │ ├── MCPlayerInteractEvent.md │ │ │ │ │ ├── MCRightClickBlockEvent.json │ │ │ │ │ ├── MCRightClickBlockEvent.md │ │ │ │ │ ├── MCRightClickEmptyEvent.json │ │ │ │ │ ├── MCRightClickEmptyEvent.md │ │ │ │ │ ├── MCRightClickItemEvent.json │ │ │ │ │ └── MCRightClickItemEvent.md │ │ │ │ │ └── xp │ │ │ │ │ ├── MCLevelChangeEvent.json │ │ │ │ │ ├── MCLevelChangeEvent.md │ │ │ │ │ ├── MCPlayerXPEvent.json │ │ │ │ │ ├── MCPlayerXPEvent.md │ │ │ │ │ ├── MCXpChangeEvent.json │ │ │ │ │ └── MCXpChangeEvent.md │ │ │ ├── living │ │ │ │ ├── MCLivingDamageEvent.json │ │ │ │ ├── MCLivingDamageEvent.md │ │ │ │ ├── MCLivingDestroyBlockEvent.json │ │ │ │ ├── MCLivingDestroyBlockEvent.md │ │ │ │ ├── MCLivingDropsEvent.json │ │ │ │ └── MCLivingDropsEvent.md │ │ │ └── tick │ │ │ │ ├── MCPlayerTickEvent.json │ │ │ │ ├── MCPlayerTickEvent.md │ │ │ │ ├── MCTickEvent.json │ │ │ │ ├── MCTickEvent.md │ │ │ │ ├── MCWorldTickEvent.json │ │ │ │ └── MCWorldTickEvent.md │ │ │ ├── fluid │ │ │ ├── FluidIngredient.json │ │ │ ├── FluidIngredient.md │ │ │ ├── IFluidStack.json │ │ │ ├── IFluidStack.md │ │ │ ├── MCFluid.json │ │ │ └── MCFluid.md │ │ │ ├── food │ │ │ ├── MCFood.json │ │ │ └── MCFood.md │ │ │ ├── game │ │ │ ├── MCGame.json │ │ │ ├── MCGame.md │ │ │ ├── MCServer.json │ │ │ └── MCServer.md │ │ │ ├── inventory │ │ │ ├── IInventory.json │ │ │ ├── IInventory.md │ │ │ ├── PlayerInventory.json │ │ │ └── PlayerInventory.md │ │ │ ├── item │ │ │ ├── Ingredient.json │ │ │ ├── Ingredient.md │ │ │ ├── ItemGroup.json │ │ │ ├── ItemGroup.md │ │ │ ├── ItemStack.json │ │ │ ├── ItemStack.md │ │ │ ├── MCItemDefinition.json │ │ │ ├── MCItemDefinition.md │ │ │ ├── MCItemUseContext.json │ │ │ ├── MCItemUseContext.md │ │ │ ├── Rarity.json │ │ │ ├── Rarity.md │ │ │ ├── UseAction.json │ │ │ ├── UseAction.md │ │ │ ├── armor │ │ │ │ ├── ArmorItem.json │ │ │ │ ├── ArmorItem.md │ │ │ │ ├── ArmorMaterial.json │ │ │ │ ├── ArmorMaterial.md │ │ │ │ ├── IArmorMaterial.json │ │ │ │ └── IArmorMaterial.md │ │ │ ├── block │ │ │ │ ├── BlockItem.json │ │ │ │ └── BlockItem.md │ │ │ ├── sword │ │ │ │ ├── SwordItem.json │ │ │ │ └── SwordItem.md │ │ │ └── tiered │ │ │ │ ├── IItemTier.json │ │ │ │ ├── IItemTier.md │ │ │ │ ├── ItemTier.json │ │ │ │ ├── ItemTier.md │ │ │ │ ├── TieredItem.json │ │ │ │ └── TieredItem.md │ │ │ ├── items │ │ │ ├── ExpandIIngredientTransformers.json │ │ │ ├── ExpandIIngredientTransformers.md │ │ │ ├── IIngredient.json │ │ │ ├── IIngredient.md │ │ │ ├── IIngredientCondition.json │ │ │ ├── IIngredientCondition.md │ │ │ ├── IIngredientTransformer.json │ │ │ ├── IIngredientTransformer.md │ │ │ ├── IIngredientWithAmount.json │ │ │ ├── IIngredientWithAmount.md │ │ │ ├── IItemStack.json │ │ │ ├── IItemStack.md │ │ │ ├── ITooltipFunction.json │ │ │ ├── ITooltipFunction.md │ │ │ ├── IngredientAny.json │ │ │ ├── IngredientAny.md │ │ │ ├── IngredientList.json │ │ │ ├── IngredientList.md │ │ │ ├── MCIngredientConditioned.json │ │ │ ├── MCIngredientConditioned.md │ │ │ ├── MCIngredientTransformed.json │ │ │ ├── MCIngredientTransformed.md │ │ │ ├── MCItemStackMutable.json │ │ │ ├── MCItemStackMutable.md │ │ │ ├── MCWeightedItemStack.json │ │ │ └── MCWeightedItemStack.md │ │ │ ├── logger │ │ │ ├── ILogger.json │ │ │ └── ILogger.md │ │ │ ├── loot │ │ │ ├── LootContext.json │ │ │ ├── LootContext.md │ │ │ ├── LootManager.json │ │ │ ├── LootManager.md │ │ │ ├── conditions │ │ │ │ ├── ILootCondition.json │ │ │ │ ├── ILootCondition.md │ │ │ │ ├── ILootConditionTypeBuilder.json │ │ │ │ ├── ILootConditionTypeBuilder.md │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ ├── LootConditionBuilder.md │ │ │ │ ├── MCLootCondition.json │ │ │ │ ├── MCLootCondition.md │ │ │ │ ├── crafttweaker │ │ │ │ │ ├── And.json │ │ │ │ │ ├── And.md │ │ │ │ │ ├── BlockState.json │ │ │ │ │ ├── BlockState.md │ │ │ │ │ ├── BlockTag.json │ │ │ │ │ ├── BlockTag.md │ │ │ │ │ ├── Delegate.json │ │ │ │ │ ├── Delegate.md │ │ │ │ │ ├── False.json │ │ │ │ │ ├── False.md │ │ │ │ │ ├── Json.json │ │ │ │ │ ├── Json.md │ │ │ │ │ ├── LootTableIdRegex.json │ │ │ │ │ ├── LootTableIdRegex.md │ │ │ │ │ ├── Not.json │ │ │ │ │ ├── Not.md │ │ │ │ │ ├── Or.json │ │ │ │ │ ├── Or.md │ │ │ │ │ ├── ToolType.json │ │ │ │ │ ├── ToolType.md │ │ │ │ │ ├── True.json │ │ │ │ │ └── True.md │ │ │ │ └── vanilla │ │ │ │ │ ├── Alternative.json │ │ │ │ │ ├── Alternative.md │ │ │ │ │ ├── BlockStateProperty.json │ │ │ │ │ ├── BlockStateProperty.md │ │ │ │ │ ├── DamageSourceProperties.json │ │ │ │ │ ├── DamageSourceProperties.md │ │ │ │ │ ├── EntityProperties.json │ │ │ │ │ ├── EntityProperties.md │ │ │ │ │ ├── EntityScores.json │ │ │ │ │ ├── EntityScores.md │ │ │ │ │ ├── Inverted.json │ │ │ │ │ ├── Inverted.md │ │ │ │ │ ├── KilledByPlayer.json │ │ │ │ │ ├── KilledByPlayer.md │ │ │ │ │ ├── LocationCheck.json │ │ │ │ │ ├── LocationCheck.md │ │ │ │ │ ├── LootTableId.json │ │ │ │ │ ├── LootTableId.md │ │ │ │ │ ├── MatchTool.json │ │ │ │ │ ├── MatchTool.md │ │ │ │ │ ├── RandomChance.json │ │ │ │ │ ├── RandomChance.md │ │ │ │ │ ├── RandomChanceWithLooting.json │ │ │ │ │ ├── RandomChanceWithLooting.md │ │ │ │ │ ├── Reference.json │ │ │ │ │ ├── Reference.md │ │ │ │ │ ├── SurvivesExplosion.json │ │ │ │ │ ├── SurvivesExplosion.md │ │ │ │ │ ├── TableBonus.json │ │ │ │ │ ├── TableBonus.md │ │ │ │ │ ├── TimeCheck.json │ │ │ │ │ ├── TimeCheck.md │ │ │ │ │ ├── WeatherCheck.json │ │ │ │ │ └── WeatherCheck.md │ │ │ └── modifiers │ │ │ │ ├── BlockExpansion.json │ │ │ │ ├── BlockExpansion.md │ │ │ │ ├── BlockStateExpansion.json │ │ │ │ ├── BlockStateExpansion.md │ │ │ │ ├── BlockTagExpansion.json │ │ │ │ ├── BlockTagExpansion.md │ │ │ │ ├── CommonLootModifiers.json │ │ │ │ ├── CommonLootModifiers.md │ │ │ │ ├── EntityTypeExpansion.json │ │ │ │ ├── EntityTypeExpansion.md │ │ │ │ ├── IItemStackExpansion.json │ │ │ │ ├── IItemStackExpansion.md │ │ │ │ ├── ILootModifier.json │ │ │ │ ├── ILootModifier.md │ │ │ │ ├── ItemExpansion.json │ │ │ │ ├── ItemExpansion.md │ │ │ │ ├── LootModifierManager.json │ │ │ │ ├── LootModifierManager.md │ │ │ │ ├── MCLootModifier.json │ │ │ │ ├── MCLootModifier.md │ │ │ │ ├── ToolTypeExpansion.json │ │ │ │ └── ToolTypeExpansion.md │ │ │ ├── managers │ │ │ ├── BlastFurnaceManager.json │ │ │ ├── BlastFurnaceManager.md │ │ │ ├── CampFireManager.json │ │ │ ├── CampFireManager.md │ │ │ ├── CraftingTableManager.json │ │ │ ├── CraftingTableManager.md │ │ │ ├── FurnaceManager.json │ │ │ ├── FurnaceManager.md │ │ │ ├── GenericRecipesManager.json │ │ │ ├── GenericRecipesManager.md │ │ │ ├── ICookingRecipeManager.json │ │ │ ├── ICookingRecipeManager.md │ │ │ ├── IRecipeManager.json │ │ │ ├── IRecipeManager.md │ │ │ ├── SmithingManager.json │ │ │ ├── SmithingManager.md │ │ │ ├── SmokerManager.json │ │ │ ├── SmokerManager.md │ │ │ ├── StoneCutterManager.json │ │ │ └── StoneCutterManager.md │ │ │ ├── misc │ │ │ ├── Composter.json │ │ │ └── Composter.md │ │ │ ├── mods │ │ │ ├── ModInfo.json │ │ │ ├── ModInfo.md │ │ │ ├── Mods.json │ │ │ └── Mods.md │ │ │ ├── potions │ │ │ ├── MCPotion.json │ │ │ ├── MCPotion.md │ │ │ ├── MCPotionEffect.json │ │ │ ├── MCPotionEffect.md │ │ │ ├── MCPotionEffectInstance.json │ │ │ └── MCPotionEffectInstance.md │ │ │ ├── predicate │ │ │ ├── AdvancementPredicate.json │ │ │ ├── AdvancementPredicate.md │ │ │ ├── AnyDefaultingVanillaWrappingPredicate.json │ │ │ ├── AnyDefaultingVanillaWrappingPredicate.md │ │ │ ├── BlockPredicate.json │ │ │ ├── BlockPredicate.md │ │ │ ├── DamageSourcePredicate.json │ │ │ ├── DamageSourcePredicate.md │ │ │ ├── DistancePredicate.json │ │ │ ├── DistancePredicate.md │ │ │ ├── EffectData.json │ │ │ ├── EffectData.md │ │ │ ├── EnchantmentPredicate.json │ │ │ ├── EnchantmentPredicate.md │ │ │ ├── EntityEquipmentPredicate.json │ │ │ ├── EntityEquipmentPredicate.md │ │ │ ├── EntityFlagsPredicate.json │ │ │ ├── EntityFlagsPredicate.md │ │ │ ├── EntityPredicate.json │ │ │ ├── EntityPredicate.md │ │ │ ├── EntityTypePredicate.json │ │ │ ├── EntityTypePredicate.md │ │ │ ├── FishingPredicate.json │ │ │ ├── FishingPredicate.md │ │ │ ├── FloatRangePredicate.json │ │ │ ├── FloatRangePredicate.md │ │ │ ├── FluidPredicate.json │ │ │ ├── FluidPredicate.md │ │ │ ├── GameMode.json │ │ │ ├── GameMode.md │ │ │ ├── IVanillaWrappingPredicate.json │ │ │ ├── IVanillaWrappingPredicate.md │ │ │ ├── IntRangePredicate.json │ │ │ ├── IntRangePredicate.md │ │ │ ├── ItemPredicate.json │ │ │ ├── ItemPredicate.md │ │ │ ├── LightPredicate.json │ │ │ ├── LightPredicate.md │ │ │ ├── LocationPredicate.json │ │ │ ├── LocationPredicate.md │ │ │ ├── MobEffectsPredicate.json │ │ │ ├── MobEffectsPredicate.md │ │ │ ├── NBTPredicate.json │ │ │ ├── NBTPredicate.md │ │ │ ├── PlayerPredicate.json │ │ │ ├── PlayerPredicate.md │ │ │ ├── StatePropertiesPredicate.json │ │ │ ├── StatePropertiesPredicate.md │ │ │ ├── TargetedEntity.json │ │ │ ├── TargetedEntity.md │ │ │ ├── TriState.json │ │ │ └── TriState.md │ │ │ ├── recipe │ │ │ ├── MirrorAxis.json │ │ │ ├── MirrorAxis.md │ │ │ ├── RecipeFilter.json │ │ │ ├── RecipeFilter.md │ │ │ ├── RecipeFunctionArray.json │ │ │ ├── RecipeFunctionArray.md │ │ │ ├── RecipeFunctionMatrix.json │ │ │ ├── RecipeFunctionMatrix.md │ │ │ ├── RecipeFunctionSingle.json │ │ │ ├── RecipeFunctionSingle.md │ │ │ ├── Replacer.json │ │ │ ├── Replacer.md │ │ │ ├── WrapperRecipe.json │ │ │ └── WrapperRecipe.md │ │ │ ├── tags │ │ │ ├── ExpandEntityTag.json │ │ │ ├── ExpandEntityTag.md │ │ │ ├── ExpandEntityTagWithAmount.json │ │ │ ├── ExpandEntityTagWithAmount.md │ │ │ ├── ExpandFluidTag.json │ │ │ ├── ExpandFluidTag.md │ │ │ ├── ExpandFluidTagWithAmount.json │ │ │ ├── ExpandFluidTagWithAmount.md │ │ │ ├── ExpandItemTag.json │ │ │ ├── ExpandItemTag.md │ │ │ ├── ExpandItemTagWithAmount.json │ │ │ ├── ExpandItemTagWithAmount.md │ │ │ ├── MCTag.json │ │ │ ├── MCTag.md │ │ │ ├── MCTagWithAmount.json │ │ │ ├── MCTagWithAmount.md │ │ │ ├── TagManager.json │ │ │ ├── TagManager.md │ │ │ ├── TagManagerBlock.json │ │ │ ├── TagManagerBlock.md │ │ │ ├── TagManagerEntityType.json │ │ │ ├── TagManagerEntityType.md │ │ │ ├── TagManagerFluid.json │ │ │ ├── TagManagerFluid.md │ │ │ ├── TagManagerItem.json │ │ │ └── TagManagerItem.md │ │ │ ├── tileentity │ │ │ ├── MCTileEntity.json │ │ │ └── MCTileEntity.md │ │ │ ├── tool │ │ │ ├── ToolType.json │ │ │ └── ToolType.md │ │ │ ├── util │ │ │ ├── ActionResultType.json │ │ │ ├── ActionResultType.md │ │ │ ├── BlockPos.json │ │ │ ├── BlockPos.md │ │ │ ├── DamageSource.json │ │ │ ├── DamageSource.md │ │ │ ├── DamageSourceHelper.json │ │ │ ├── DamageSourceHelper.md │ │ │ ├── Direction.json │ │ │ ├── Direction.md │ │ │ ├── DirectionAxis.json │ │ │ ├── DirectionAxis.md │ │ │ ├── MCEquipmentSlotType.json │ │ │ ├── MCEquipmentSlotType.md │ │ │ ├── MCHand.json │ │ │ ├── MCHand.md │ │ │ ├── MCResourceLocation.json │ │ │ ├── MCResourceLocation.md │ │ │ ├── MCVector3d.json │ │ │ ├── MCVector3d.md │ │ │ ├── MCVector3i.json │ │ │ ├── MCVector3i.md │ │ │ ├── NameUtils.json │ │ │ ├── NameUtils.md │ │ │ ├── Random.json │ │ │ ├── Random.md │ │ │ ├── math │ │ │ │ ├── BlockRayTraceResult.json │ │ │ │ ├── BlockRayTraceResult.md │ │ │ │ ├── EntityRayTraceResult.json │ │ │ │ ├── EntityRayTraceResult.md │ │ │ │ ├── RayTraceBlockMode.json │ │ │ │ ├── RayTraceBlockMode.md │ │ │ │ ├── RayTraceFluidMode.json │ │ │ │ ├── RayTraceFluidMode.md │ │ │ │ ├── RayTraceResult.json │ │ │ │ ├── RayTraceResult.md │ │ │ │ ├── RayTraceResultType.json │ │ │ │ └── RayTraceResultType.md │ │ │ └── text │ │ │ │ ├── MCStyle.json │ │ │ │ ├── MCStyle.md │ │ │ │ ├── MCTextComponent.json │ │ │ │ ├── MCTextComponent.md │ │ │ │ ├── TextFormatting.json │ │ │ │ └── TextFormatting.md │ │ │ ├── villager │ │ │ ├── MCMerchantOffer.json │ │ │ ├── MCMerchantOffer.md │ │ │ ├── MCMerchantOffers.json │ │ │ ├── MCMerchantOffers.md │ │ │ ├── MCVillagerProfession.json │ │ │ ├── MCVillagerProfession.md │ │ │ ├── VillagerTrades.json │ │ │ └── VillagerTrades.md │ │ │ └── world │ │ │ ├── Explosion.json │ │ │ ├── Explosion.md │ │ │ ├── ExplosionMode.json │ │ │ ├── ExplosionMode.md │ │ │ ├── MCBiome.json │ │ │ ├── MCBiome.md │ │ │ ├── MCBlockDisplayReader.json │ │ │ ├── MCBlockDisplayReader.md │ │ │ ├── MCServerWorld.json │ │ │ ├── MCServerWorld.md │ │ │ ├── MCWorld.json │ │ │ └── MCWorld.md │ ├── eidolontweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── eidolontweaker │ │ │ ├── Crucible.md │ │ │ ├── Worktable.md │ │ │ └── api │ │ │ ├── CrucibleRecipeFunction.md │ │ │ └── WorktableRecipeFunction.md │ ├── farmersdelight │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── farmersdelight │ │ │ ├── CookingPot.md │ │ │ ├── CuttingBoard.md │ │ │ └── ToolIngredient.md │ ├── jeitweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── JEITweaker │ │ │ └── API │ │ │ ├── Category │ │ │ ├── CatalystRequiringRecipe.json │ │ │ ├── CatalystRequiringRecipe.md │ │ │ ├── Custom.json │ │ │ ├── Custom.md │ │ │ ├── InputConsuming.json │ │ │ ├── InputConsuming.md │ │ │ ├── JeiCategory.json │ │ │ ├── JeiCategory.md │ │ │ ├── OutputList.json │ │ │ ├── OutputList.md │ │ │ ├── SimpleInputOutput.json │ │ │ ├── SimpleInputOutput.md │ │ │ ├── SimpleJeiCategory.json │ │ │ └── SimpleJeiCategory.md │ │ │ ├── Component │ │ │ ├── IFluidStackExpansions.json │ │ │ ├── IFluidStackExpansions.md │ │ │ ├── IIngredientExpansions.json │ │ │ ├── IIngredientExpansions.md │ │ │ ├── IItemStackExpansions.json │ │ │ ├── IItemStackExpansions.md │ │ │ ├── ItemTagExpansions.json │ │ │ ├── ItemTagExpansions.md │ │ │ ├── JeiDrawable.json │ │ │ ├── JeiDrawable.md │ │ │ ├── JeiDrawableAnimation.json │ │ │ ├── JeiDrawableAnimation.md │ │ │ ├── JeiIngredient.json │ │ │ ├── JeiIngredient.md │ │ │ ├── JeiIngredientExpansions.json │ │ │ └── JeiIngredientExpansions.md │ │ │ ├── JEI.json │ │ │ ├── JEI.md │ │ │ └── Recipe │ │ │ ├── JeiCategoryRecipeExpansion.json │ │ │ ├── JeiCategoryRecipeExpansion.md │ │ │ ├── JeiRecipe.json │ │ │ ├── JeiRecipe.md │ │ │ ├── JeiRecipeGraphics.json │ │ │ └── JeiRecipeGraphics.md │ ├── memeinabottle │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── memeinabottle │ │ │ ├── Memes.json │ │ │ └── Memes.md │ └── zensummoning │ │ ├── docs.json │ │ └── docs │ │ └── mods │ │ └── zensummoning │ │ ├── MobInfo.md │ │ ├── SummoningAttempt.md │ │ ├── SummoningDirector.md │ │ └── SummoningInfo.md ├── 1.17 │ └── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ ├── fabric │ │ └── api │ │ │ └── item │ │ │ ├── FabricItemStack.json │ │ │ ├── FabricItemStack.md │ │ │ ├── MCItemStack.json │ │ │ ├── MCItemStack.md │ │ │ ├── MCItemStackMutable.json │ │ │ └── MCItemStackMutable.md │ │ ├── forge │ │ └── api │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketHandlers.md │ │ │ ├── ForgeBracketDumpers.json │ │ │ ├── ForgeBracketDumpers.md │ │ │ ├── ForgeBracketValidators.json │ │ │ ├── ForgeBracketValidators.md │ │ │ ├── event │ │ │ ├── AnvilUpdateEvent.json │ │ │ ├── AnvilUpdateEvent.md │ │ │ ├── CTEventManager.json │ │ │ ├── CTEventManager.md │ │ │ ├── Event.json │ │ │ ├── Event.md │ │ │ ├── EventPriority.json │ │ │ ├── EventPriority.md │ │ │ ├── EventResult.json │ │ │ ├── EventResult.md │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ ├── ItemAttributeModifierEvent.md │ │ │ ├── block │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ ├── BlockBreakEvent.md │ │ │ │ ├── BlockEvent.json │ │ │ │ ├── BlockEvent.md │ │ │ │ ├── BlockNeighborNotifyEvent.json │ │ │ │ ├── BlockNeighborNotifyEvent.md │ │ │ │ ├── BlockPlaceEvent.json │ │ │ │ ├── BlockPlaceEvent.md │ │ │ │ ├── BlockToolInteractEvent.json │ │ │ │ ├── BlockToolInteractEvent.md │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ ├── FarmlandTrampleEvent.md │ │ │ │ ├── FluidPlaceBlockEvent.json │ │ │ │ ├── FluidPlaceBlockEvent.md │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ ├── PortalSpawnEvent.md │ │ │ │ └── crop │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ ├── CropGrowEvent.md │ │ │ │ │ ├── CropGrowPostEvent.json │ │ │ │ │ ├── CropGrowPostEvent.md │ │ │ │ │ ├── CropGrowPreEvent.json │ │ │ │ │ └── CropGrowPreEvent.md │ │ │ ├── enchanting │ │ │ │ ├── EnchantmentLevelSetEvent.json │ │ │ │ └── EnchantmentLevelSetEvent.md │ │ │ ├── entity │ │ │ │ ├── EntityEvent.json │ │ │ │ ├── EntityEvent.md │ │ │ │ ├── EntityJoinWorldEvent.json │ │ │ │ ├── EntityJoinWorldEvent.md │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ ├── EntityStruckByLightningEvent.md │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ ├── EntityTravelToDimensionEvent.md │ │ │ │ ├── ItemEvent.json │ │ │ │ ├── ItemEvent.md │ │ │ │ ├── LivingEvent.json │ │ │ │ ├── LivingEvent.md │ │ │ │ ├── item │ │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ │ ├── ItemExpireEvent.md │ │ │ │ │ ├── ItemTossEvent.json │ │ │ │ │ └── ItemTossEvent.md │ │ │ │ ├── living │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ ├── LivingAttackEvent.md │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ ├── LivingDeathEvent.md │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ ├── LivingEquipmentChangeEvent.md │ │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ │ ├── LivingExperienceDropEvent.md │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ ├── LivingFallEvent.md │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ ├── LivingHealEvent.md │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ ├── LivingHurtEvent.md │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ ├── LivingKnockBackEvent.md │ │ │ │ │ ├── LivingUpdateEvent.json │ │ │ │ │ ├── LivingUpdateEvent.md │ │ │ │ │ ├── conversion │ │ │ │ │ │ ├── LivingConversionEvent.json │ │ │ │ │ │ ├── LivingConversionEvent.md │ │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ │ ├── LivingConversionPostEvent.md │ │ │ │ │ │ ├── LivingConversionPreEvent.json │ │ │ │ │ │ └── LivingConversionPreEvent.md │ │ │ │ │ ├── spawn │ │ │ │ │ │ ├── AllowDespawnEvent.json │ │ │ │ │ │ ├── AllowDespawnEvent.md │ │ │ │ │ │ ├── CheckSpawnEvent.json │ │ │ │ │ │ ├── CheckSpawnEvent.md │ │ │ │ │ │ ├── LivingSpawnEvent.json │ │ │ │ │ │ ├── LivingSpawnEvent.md │ │ │ │ │ │ ├── SpecialSpawnEvent.json │ │ │ │ │ │ └── SpecialSpawnEvent.md │ │ │ │ │ ├── teleport │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.md │ │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ │ ├── EnderEntityTeleportEvent.md │ │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ │ ├── EnderPearlTeleportEvent.md │ │ │ │ │ │ ├── EntityTeleportEvent.json │ │ │ │ │ │ ├── EntityTeleportEvent.md │ │ │ │ │ │ ├── SpreadPlayersCommandTeleportEvent.json │ │ │ │ │ │ ├── SpreadPlayersCommandTeleportEvent.md │ │ │ │ │ │ ├── TeleportCommandTeleportEvent.json │ │ │ │ │ │ └── TeleportCommandTeleportEvent.md │ │ │ │ │ └── use │ │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemTickEvent.json │ │ │ │ │ │ └── LivingEntityUseItemTickEvent.md │ │ │ │ └── player │ │ │ │ │ ├── AdvancementEvent.json │ │ │ │ │ ├── AdvancementEvent.md │ │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ │ ├── AnvilRepairEvent.md │ │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ │ ├── ItemCraftedEvent.md │ │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ │ ├── ItemFishedEvent.md │ │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ │ ├── ItemPickupEvent.md │ │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ │ ├── ItemSmeltedEvent.md │ │ │ │ │ ├── PlayerDestroyItemEvent.json │ │ │ │ │ ├── PlayerDestroyItemEvent.md │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ ├── PlayerEvent.md │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ ├── PlayerLoggedInEvent.md │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ ├── PlayerLoggedOutEvent.md │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ ├── PlayerRespawnEvent.md │ │ │ │ │ ├── interact │ │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ │ ├── EntityInteractEvent.md │ │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ │ ├── LeftClickBlockEvent.md │ │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ │ ├── LeftClickEmptyEvent.md │ │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ │ ├── PlayerInteractEvent.md │ │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ │ ├── RightClickBlockEvent.md │ │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ │ ├── RightClickEmptyEvent.md │ │ │ │ │ ├── RightClickItemEvent.json │ │ │ │ │ └── RightClickItemEvent.md │ │ │ │ │ └── xp │ │ │ │ │ ├── LevelChangeEvent.json │ │ │ │ │ ├── LevelChangeEvent.md │ │ │ │ │ ├── PickupXpEvent.json │ │ │ │ │ ├── PickupXpEvent.md │ │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ │ ├── PlayerXpEvent.md │ │ │ │ │ ├── XpChangeEvent.json │ │ │ │ │ └── XpChangeEvent.md │ │ │ ├── living │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ ├── LivingDamageEvent.md │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ ├── LivingDestroyBlockEvent.md │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ └── LivingDropsEvent.md │ │ │ └── tick │ │ │ │ ├── Phase.json │ │ │ │ ├── Phase.md │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ ├── PlayerTickEvent.md │ │ │ │ ├── TickEvent.json │ │ │ │ ├── TickEvent.md │ │ │ │ ├── Type.json │ │ │ │ ├── Type.md │ │ │ │ ├── WorldTickEvent.json │ │ │ │ └── WorldTickEvent.md │ │ │ ├── fluid │ │ │ ├── FluidIngredient.json │ │ │ ├── FluidIngredient.md │ │ │ ├── IFluidStack.json │ │ │ └── IFluidStack.md │ │ │ ├── item │ │ │ ├── ForgeItemStack.json │ │ │ ├── ForgeItemStack.md │ │ │ ├── MCItemStack.json │ │ │ ├── MCItemStack.md │ │ │ ├── MCItemStackMutable.json │ │ │ └── MCItemStackMutable.md │ │ │ ├── loot │ │ │ └── condition │ │ │ │ ├── LootTableIdLootCondition.json │ │ │ │ ├── LootTableIdLootCondition.md │ │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ │ ├── LootTableIdRegexLootCondition.md │ │ │ │ └── builder │ │ │ │ ├── LootTableIdLootConditionBuilder.json │ │ │ │ └── LootTableIdLootConditionBuilder.md │ │ │ ├── recipe │ │ │ └── brewing │ │ │ │ ├── Brewing.json │ │ │ │ └── Brewing.md │ │ │ └── tool │ │ │ ├── ToolAction.json │ │ │ └── ToolAction.md │ │ └── vanilla │ │ └── api │ │ ├── BracketDumpers.json │ │ ├── BracketDumpers.md │ │ ├── BracketHandlers.json │ │ ├── BracketHandlers.md │ │ ├── BracketValidators.json │ │ ├── BracketValidators.md │ │ ├── advancement │ │ ├── Advancement.json │ │ ├── Advancement.md │ │ ├── AdvancementRewards.json │ │ ├── AdvancementRewards.md │ │ ├── Criterion.json │ │ ├── Criterion.md │ │ ├── DisplayInfo.json │ │ ├── DisplayInfo.md │ │ ├── FrameType.json │ │ └── FrameType.md │ │ ├── block │ │ ├── Block.json │ │ ├── Block.md │ │ ├── BlockState.json │ │ ├── BlockState.md │ │ ├── entity │ │ │ ├── BlockEntity.json │ │ │ └── BlockEntity.md │ │ └── material │ │ │ ├── Material.json │ │ │ ├── Material.md │ │ │ ├── MaterialColor.json │ │ │ ├── MaterialColor.md │ │ │ ├── PushReaction.json │ │ │ └── PushReaction.md │ │ ├── bracket │ │ ├── CommandStringDisplayable.json │ │ └── CommandStringDisplayable.md │ │ ├── command │ │ ├── CommandSource.json │ │ └── CommandSource.md │ │ ├── data │ │ ├── BoolData.json │ │ ├── BoolData.md │ │ ├── ByteArrayData.json │ │ ├── ByteArrayData.md │ │ ├── ByteData.json │ │ ├── ByteData.md │ │ ├── DoubleData.json │ │ ├── DoubleData.md │ │ ├── FloatData.json │ │ ├── FloatData.md │ │ ├── ICollectionData.json │ │ ├── ICollectionData.md │ │ ├── IData.json │ │ ├── IData.md │ │ ├── INumberData.json │ │ ├── INumberData.md │ │ ├── IntArrayData.json │ │ ├── IntArrayData.md │ │ ├── IntData.json │ │ ├── IntData.md │ │ ├── ListData.json │ │ ├── ListData.md │ │ ├── LongArrayData.json │ │ ├── LongArrayData.md │ │ ├── LongData.json │ │ ├── LongData.md │ │ ├── MapData.json │ │ ├── MapData.md │ │ ├── ShortData.json │ │ ├── ShortData.md │ │ ├── StringData.json │ │ └── StringData.md │ │ ├── entity │ │ ├── Entity.json │ │ ├── Entity.md │ │ ├── EntityAccess.json │ │ ├── EntityAccess.md │ │ ├── EntityDimensions.json │ │ ├── EntityDimensions.md │ │ ├── EntityIngredient.json │ │ ├── EntityIngredient.md │ │ ├── EntityType.json │ │ ├── EntityType.md │ │ ├── HumanoidArm.json │ │ ├── HumanoidArm.md │ │ ├── LivingEntity.json │ │ ├── LivingEntity.md │ │ ├── MobCategory.json │ │ ├── MobCategory.md │ │ ├── MobSpawnType.json │ │ ├── MobSpawnType.md │ │ ├── MobType.json │ │ ├── MobType.md │ │ ├── RemovalReason.json │ │ ├── RemovalReason.md │ │ ├── attribute │ │ │ ├── Attribute.json │ │ │ ├── Attribute.md │ │ │ ├── AttributeInstance.json │ │ │ ├── AttributeInstance.md │ │ │ ├── AttributeModifier.json │ │ │ ├── AttributeModifier.md │ │ │ ├── AttributeOperation.json │ │ │ └── AttributeOperation.md │ │ ├── effect │ │ │ ├── AbsorptionMobEffect.json │ │ │ ├── AbsorptionMobEffect.md │ │ │ ├── AttackDamageMobEffect.json │ │ │ ├── AttackDamageMobEffect.md │ │ │ ├── HealthBoostMobEffect.json │ │ │ ├── HealthBoostMobEffect.md │ │ │ ├── InstantenousMobEffect.json │ │ │ ├── InstantenousMobEffect.md │ │ │ ├── MobEffect.json │ │ │ ├── MobEffect.md │ │ │ ├── MobEffectCategory.json │ │ │ ├── MobEffectCategory.md │ │ │ ├── MobEffectInstance.json │ │ │ ├── MobEffectInstance.md │ │ │ ├── MobEffectUtil.json │ │ │ └── MobEffectUtil.md │ │ ├── equipment │ │ │ ├── EquipmentSlot.json │ │ │ ├── EquipmentSlot.md │ │ │ ├── EquipmentSlotType.json │ │ │ └── EquipmentSlotType.md │ │ └── type │ │ │ ├── item │ │ │ ├── ItemEntity.json │ │ │ └── ItemEntity.md │ │ │ ├── misc │ │ │ ├── ExperienceOrb.json │ │ │ ├── ExperienceOrb.md │ │ │ ├── LightningBolt.json │ │ │ └── LightningBolt.md │ │ │ ├── player │ │ │ ├── Abilities.json │ │ │ ├── Abilities.md │ │ │ ├── Inventory.json │ │ │ ├── Inventory.md │ │ │ ├── Player.json │ │ │ └── Player.md │ │ │ └── projectile │ │ │ ├── ItemSupplier.json │ │ │ ├── ItemSupplier.md │ │ │ ├── Projectile.json │ │ │ ├── Projectile.md │ │ │ ├── ThrowableItemProjectile.json │ │ │ ├── ThrowableItemProjectile.md │ │ │ ├── ThrowableProjectile.json │ │ │ ├── ThrowableProjectile.md │ │ │ ├── ThrownEnderpearl.json │ │ │ └── ThrownEnderpearl.md │ │ ├── fluid │ │ ├── Fluid.json │ │ └── Fluid.md │ │ ├── food │ │ ├── FoodData.json │ │ ├── FoodData.md │ │ ├── FoodProperties.json │ │ └── FoodProperties.md │ │ ├── game │ │ ├── Game.json │ │ ├── Game.md │ │ ├── Server.json │ │ └── Server.md │ │ ├── ingredient │ │ ├── IIngredient.json │ │ ├── IIngredient.md │ │ ├── IIngredientWithAmount.json │ │ ├── IIngredientWithAmount.md │ │ ├── condition │ │ │ ├── IIngredientCondition.json │ │ │ ├── IIngredientCondition.md │ │ │ └── type │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ ├── ConditionAnyDamage.md │ │ │ │ ├── ConditionCustom.json │ │ │ │ ├── ConditionCustom.md │ │ │ │ ├── ConditionDamaged.json │ │ │ │ ├── ConditionDamaged.md │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ ├── ConditionDamagedAtLeast.md │ │ │ │ ├── ConditionDamagedAtMost.json │ │ │ │ └── ConditionDamagedAtMost.md │ │ ├── transform │ │ │ ├── IIngredientTransformer.json │ │ │ ├── IIngredientTransformer.md │ │ │ └── type │ │ │ │ ├── TransformCustom.json │ │ │ │ ├── TransformCustom.md │ │ │ │ ├── TransformDamage.json │ │ │ │ ├── TransformDamage.md │ │ │ │ ├── TransformReplace.json │ │ │ │ ├── TransformReplace.md │ │ │ │ ├── TransformReuse.json │ │ │ │ └── TransformReuse.md │ │ └── type │ │ │ ├── IIngredientAny.json │ │ │ ├── IIngredientAny.md │ │ │ ├── IIngredientEmpty.json │ │ │ ├── IIngredientEmpty.md │ │ │ ├── IIngredientList.json │ │ │ ├── IIngredientList.md │ │ │ ├── IIngredientTransformed.json │ │ │ ├── IIngredientTransformed.md │ │ │ ├── IngredientConditioned.json │ │ │ ├── IngredientConditioned.md │ │ │ ├── IngredientWithAmount.json │ │ │ ├── IngredientWithAmount.md │ │ │ ├── WrappingIIngredient.json │ │ │ └── WrappingIIngredient.md │ │ ├── item │ │ ├── CreativeModeTab.json │ │ ├── CreativeModeTab.md │ │ ├── IItemStack.json │ │ ├── IItemStack.md │ │ ├── Ingredient.json │ │ ├── Ingredient.md │ │ ├── ItemCooldowns.json │ │ ├── ItemCooldowns.md │ │ ├── ItemDefinition.json │ │ ├── ItemDefinition.md │ │ ├── ItemStack.json │ │ ├── ItemStack.md │ │ ├── UseOnContext.json │ │ ├── UseOnContext.md │ │ ├── Vanishable.json │ │ ├── Vanishable.md │ │ ├── Wearable.json │ │ ├── Wearable.md │ │ ├── alchemy │ │ │ ├── Potion.json │ │ │ └── Potion.md │ │ ├── enchantment │ │ │ ├── Enchantment.json │ │ │ ├── Enchantment.md │ │ │ ├── EnchantmentCategory.json │ │ │ ├── EnchantmentCategory.md │ │ │ ├── Rarity.json │ │ │ └── Rarity.md │ │ ├── property │ │ │ ├── Rarity.json │ │ │ └── Rarity.md │ │ ├── tiered │ │ │ ├── Tiers.json │ │ │ └── Tiers.md │ │ ├── tooltip │ │ │ ├── ITooltipFunction.json │ │ │ └── ITooltipFunction.md │ │ └── type │ │ │ ├── armor │ │ │ ├── ArmorItem.json │ │ │ ├── ArmorItem.md │ │ │ ├── ArmorMaterial.json │ │ │ ├── ArmorMaterial.md │ │ │ ├── ArmorMaterials.json │ │ │ └── ArmorMaterials.md │ │ │ ├── block │ │ │ ├── BlockItem.json │ │ │ └── BlockItem.md │ │ │ ├── sword │ │ │ ├── SwordItem.json │ │ │ └── SwordItem.md │ │ │ └── tiered │ │ │ ├── Tier.json │ │ │ ├── Tier.md │ │ │ ├── TieredItem.json │ │ │ └── TieredItem.md │ │ ├── loot │ │ ├── EntityTarget.json │ │ ├── EntityTarget.md │ │ ├── IntRange.json │ │ ├── IntRange.md │ │ ├── LootContext.json │ │ ├── LootContext.md │ │ ├── LootManager.json │ │ ├── LootManager.md │ │ ├── NumberProvider.json │ │ ├── NumberProvider.md │ │ ├── condition │ │ │ ├── AlternativeLootCondition.json │ │ │ ├── AlternativeLootCondition.md │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ ├── BlockStatePropertyLootCondition.md │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ ├── BonusLevelTableLootCondition.md │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ ├── ConditionReferenceLootCondition.md │ │ │ ├── DamageSourceLootCondition.json │ │ │ ├── DamageSourceLootCondition.md │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ ├── EntityHasScoreLootCondition.md │ │ │ ├── EntityPropertyLootCondition.json │ │ │ ├── EntityPropertyLootCondition.md │ │ │ ├── ExplosionLootCondition.json │ │ │ ├── ExplosionLootCondition.md │ │ │ ├── InvertedLootCondition.json │ │ │ ├── InvertedLootCondition.md │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ ├── KilledByPlayerLootCondition.md │ │ │ ├── LocationCheckLootCondition.json │ │ │ ├── LocationCheckLootCondition.md │ │ │ ├── LootCondition.json │ │ │ ├── LootCondition.md │ │ │ ├── LootConditions.json │ │ │ ├── LootConditions.md │ │ │ ├── MatchToolLootCondition.json │ │ │ ├── MatchToolLootCondition.md │ │ │ ├── RandomChanceLootCondition.json │ │ │ ├── RandomChanceLootCondition.md │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ ├── RandomChanceWithLootingLootCondition.md │ │ │ ├── TimeCheckLootCondition.json │ │ │ ├── TimeCheckLootCondition.md │ │ │ ├── ValueCheckLootCondition.json │ │ │ ├── ValueCheckLootCondition.md │ │ │ ├── WeatherCheckLootCondition.json │ │ │ ├── WeatherCheckLootCondition.md │ │ │ └── builder │ │ │ │ ├── AlternativeLootConditionBuilder.json │ │ │ │ ├── AlternativeLootConditionBuilder.md │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.md │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ ├── EntityHasScoreLootConditionBuilder.md │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ ├── LootConditionBuilder.md │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ ├── TimeCheckLootConditionBuilder.md │ │ │ │ ├── WeatherCheckLootConditionBuilder.json │ │ │ │ └── WeatherCheckLootConditionBuilder.md │ │ ├── modifier │ │ │ ├── BlockLootModifiers.json │ │ │ ├── BlockLootModifiers.md │ │ │ ├── BlockStateLootModifiers.json │ │ │ ├── BlockStateLootModifiers.md │ │ │ ├── CommonLootModifiers.json │ │ │ ├── CommonLootModifiers.md │ │ │ ├── EntityLootModifiers.json │ │ │ ├── EntityLootModifiers.md │ │ │ ├── ILootModifier.json │ │ │ ├── ILootModifier.md │ │ │ ├── LootModifierManager.json │ │ │ └── LootModifierManager.md │ │ └── table │ │ │ ├── LootTableManager.json │ │ │ └── LootTableManager.md │ │ ├── managers │ │ ├── GenericRecipesManager.json │ │ └── GenericRecipesManager.md │ │ ├── misc │ │ ├── Composter.json │ │ └── Composter.md │ │ ├── mod │ │ ├── Mod.json │ │ ├── Mod.md │ │ ├── Mods.json │ │ └── Mods.md │ │ ├── predicate │ │ ├── BlockPredicate.json │ │ ├── BlockPredicate.md │ │ ├── DamageSourcePredicate.json │ │ ├── DamageSourcePredicate.md │ │ ├── DistancePredicate.json │ │ ├── DistancePredicate.md │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ ├── DoubleMinMaxBoundsPredicate.md │ │ ├── EnchantmentPredicate.json │ │ ├── EnchantmentPredicate.md │ │ ├── EntityEquipmentPredicate.json │ │ ├── EntityEquipmentPredicate.md │ │ ├── EntityFlagsPredicate.json │ │ ├── EntityFlagsPredicate.md │ │ ├── EntityPredicate.json │ │ ├── EntityPredicate.md │ │ ├── EntityTypePredicate.json │ │ ├── EntityTypePredicate.md │ │ ├── FishingHookPredicate.json │ │ ├── FishingHookPredicate.md │ │ ├── FluidPredicate.json │ │ ├── FluidPredicate.md │ │ ├── IntMinMaxBoundsPredicate.json │ │ ├── IntMinMaxBoundsPredicate.md │ │ ├── ItemPredicate.json │ │ ├── ItemPredicate.md │ │ ├── LightPredicate.json │ │ ├── LightPredicate.md │ │ ├── LightningBoltPredicate.json │ │ ├── LightningBoltPredicate.md │ │ ├── LocationPredicate.json │ │ ├── LocationPredicate.md │ │ ├── MobEffectPredicate.json │ │ ├── MobEffectPredicate.md │ │ ├── MobEffectsPredicate.json │ │ ├── MobEffectsPredicate.md │ │ ├── NbtPredicate.json │ │ ├── NbtPredicate.md │ │ ├── PlayerPredicate.json │ │ ├── PlayerPredicate.md │ │ ├── StatePropertiesPredicate.json │ │ ├── StatePropertiesPredicate.md │ │ └── builder │ │ │ ├── BlockPredicateBuilder.json │ │ │ ├── BlockPredicateBuilder.md │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ ├── DamageSourcePredicateBuilder.md │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ ├── EntityEquipmentPredicateBuilder.md │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ ├── EntityFlagsPredicateBuilder.md │ │ │ ├── EntityPredicateBuilder.json │ │ │ ├── EntityPredicateBuilder.md │ │ │ ├── FluidPredicateBuilder.json │ │ │ ├── FluidPredicateBuilder.md │ │ │ ├── ItemPredicateBuilder.json │ │ │ ├── ItemPredicateBuilder.md │ │ │ ├── LightPredicateBuilder.json │ │ │ ├── LightPredicateBuilder.md │ │ │ ├── LocationPredicateBuilder.json │ │ │ ├── LocationPredicateBuilder.md │ │ │ ├── PlayerPredicateBuilder.json │ │ │ ├── PlayerPredicateBuilder.md │ │ │ ├── StatePropertiesPredicateBuilder.json │ │ │ └── StatePropertiesPredicateBuilder.md │ │ ├── recipe │ │ ├── MirrorAxis.json │ │ ├── MirrorAxis.md │ │ ├── Replacer.json │ │ ├── Replacer.md │ │ ├── function │ │ │ ├── RecipeFunctionArray.json │ │ │ ├── RecipeFunctionArray.md │ │ │ ├── RecipeFunctionMatrix.json │ │ │ ├── RecipeFunctionMatrix.md │ │ │ ├── RecipeFunctionSingle.json │ │ │ └── RecipeFunctionSingle.md │ │ ├── manager │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ ├── BlastFurnaceRecipeManager.md │ │ │ ├── CampFireRecipeManager.json │ │ │ ├── CampFireRecipeManager.md │ │ │ ├── CraftingTableRecipeManager.json │ │ │ ├── CraftingTableRecipeManager.md │ │ │ ├── FurnaceRecipeManager.json │ │ │ ├── FurnaceRecipeManager.md │ │ │ ├── ICookingRecipeManager.json │ │ │ ├── ICookingRecipeManager.md │ │ │ ├── IRecipeManager.json │ │ │ ├── IRecipeManager.md │ │ │ ├── RecipeManagerWrapper.json │ │ │ ├── RecipeManagerWrapper.md │ │ │ ├── SmithingRecipeManager.json │ │ │ ├── SmithingRecipeManager.md │ │ │ ├── SmokerRecipeManager.json │ │ │ ├── SmokerRecipeManager.md │ │ │ ├── StoneCutterManager.json │ │ │ └── StoneCutterManager.md │ │ └── type │ │ │ ├── AbstractCookingRecipe.json │ │ │ ├── AbstractCookingRecipe.md │ │ │ ├── BlastingRecipe.json │ │ │ ├── BlastingRecipe.md │ │ │ ├── CampfireCookingRecipe.json │ │ │ ├── CampfireCookingRecipe.md │ │ │ ├── CraftingRecipe.json │ │ │ ├── CraftingRecipe.md │ │ │ ├── Recipe.json │ │ │ ├── Recipe.md │ │ │ ├── SmeltingRecipe.json │ │ │ ├── SmeltingRecipe.md │ │ │ ├── SmokingRecipe.json │ │ │ ├── SmokingRecipe.md │ │ │ └── type │ │ │ ├── StonecutterRecipe.json │ │ │ ├── StonecutterRecipe.md │ │ │ ├── UpgradeRecipe.json │ │ │ └── UpgradeRecipe.md │ │ ├── resource │ │ ├── ResourceLocation.json │ │ └── ResourceLocation.md │ │ ├── sound │ │ ├── SoundEvent.json │ │ ├── SoundEvent.md │ │ ├── SoundSource.json │ │ ├── SoundSource.md │ │ ├── SoundType.json │ │ └── SoundType.md │ │ ├── tag │ │ ├── ExpandItemTag.json │ │ ├── ExpandItemTag.md │ │ ├── ITagManager.json │ │ ├── ITagManager.md │ │ ├── MCTag.json │ │ ├── MCTag.md │ │ ├── TagManagerBlock.json │ │ ├── TagManagerBlock.md │ │ ├── TagManagerEntityType.json │ │ ├── TagManagerEntityType.md │ │ ├── TagManagerFluid.json │ │ ├── TagManagerFluid.md │ │ ├── TagManagerItem.json │ │ └── TagManagerItem.md │ │ ├── text │ │ ├── BaseComponent.json │ │ ├── BaseComponent.md │ │ ├── ChatFormatting.json │ │ ├── ChatFormatting.md │ │ ├── Component.json │ │ ├── Component.md │ │ ├── ContextAwareComponent.json │ │ ├── ContextAwareComponent.md │ │ ├── FormattedText.json │ │ ├── FormattedText.md │ │ ├── Message.json │ │ ├── Message.md │ │ ├── MutableComponent.json │ │ ├── MutableComponent.md │ │ ├── Style.json │ │ ├── Style.md │ │ ├── TextColor.json │ │ ├── TextColor.md │ │ ├── TextComponent.json │ │ ├── TextComponent.md │ │ ├── TranslatableComponent.json │ │ └── TranslatableComponent.md │ │ ├── util │ │ ├── BlockHitResult.json │ │ ├── BlockHitResult.md │ │ ├── EntityHitResult.json │ │ ├── EntityHitResult.md │ │ ├── HitResult.json │ │ ├── HitResult.md │ │ ├── HitResultType.json │ │ ├── HitResultType.md │ │ ├── InteractionHand.json │ │ ├── InteractionHand.md │ │ ├── Many.json │ │ ├── Many.md │ │ ├── NameUtil.json │ │ ├── NameUtil.md │ │ ├── Pair.json │ │ ├── Pair.md │ │ ├── Position.json │ │ ├── Position.md │ │ ├── StringRepresentable.json │ │ ├── StringRepresentable.md │ │ ├── direction │ │ │ ├── Axis.json │ │ │ ├── Axis.md │ │ │ ├── AxisDirection.json │ │ │ ├── AxisDirection.md │ │ │ ├── Direction.json │ │ │ ├── Direction.md │ │ │ ├── Plane.json │ │ │ └── Plane.md │ │ ├── math │ │ │ ├── AABB.json │ │ │ ├── AABB.md │ │ │ ├── AxisCycle.json │ │ │ ├── AxisCycle.md │ │ │ ├── BlockPos.json │ │ │ ├── BlockPos.md │ │ │ ├── FrontAndTop.json │ │ │ ├── FrontAndTop.md │ │ │ ├── Matrix3f.json │ │ │ ├── Matrix3f.md │ │ │ ├── MutableBlockPos.json │ │ │ ├── MutableBlockPos.md │ │ │ ├── OctahedralGroup.json │ │ │ ├── OctahedralGroup.md │ │ │ ├── Quaternion.json │ │ │ ├── Quaternion.md │ │ │ ├── Random.json │ │ │ ├── Random.md │ │ │ ├── Rotation.json │ │ │ ├── Rotation.md │ │ │ ├── Vec3.json │ │ │ ├── Vec3.md │ │ │ ├── Vec3i.json │ │ │ ├── Vec3i.md │ │ │ ├── Vector3f.json │ │ │ └── Vector3f.md │ │ └── random │ │ │ ├── Percentaged.json │ │ │ └── Percentaged.md │ │ ├── villager │ │ ├── VillagerProfession.json │ │ ├── VillagerProfession.md │ │ ├── VillagerTrades.json │ │ └── VillagerTrades.md │ │ └── world │ │ ├── BaseSpawner.json │ │ ├── BaseSpawner.md │ │ ├── Clearable.json │ │ ├── Clearable.md │ │ ├── Container.json │ │ ├── Container.md │ │ ├── DamageSource.json │ │ ├── DamageSource.md │ │ ├── Difficulty.json │ │ ├── Difficulty.md │ │ ├── Explosion.json │ │ ├── Explosion.md │ │ ├── ExplosionBlockInteraction.json │ │ ├── ExplosionBlockInteraction.md │ │ ├── GameType.json │ │ ├── GameType.md │ │ ├── InteractionResult.json │ │ ├── InteractionResult.md │ │ ├── Level.json │ │ ├── Level.md │ │ ├── Nameable.json │ │ ├── Nameable.md │ │ ├── ServerLevel.json │ │ ├── ServerLevel.md │ │ ├── biome │ │ ├── Biome.json │ │ └── Biome.md │ │ └── clip │ │ ├── BlockClipContext.json │ │ ├── BlockClipContext.md │ │ ├── ClipContext.json │ │ ├── ClipContext.md │ │ ├── FluidClipContext.json │ │ └── FluidClipContext.md ├── 1.18 │ ├── armoreablemobs │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── ArmoreableMobs │ │ │ ├── ArmorGroup.json │ │ │ └── ArmorGroup.md │ ├── bettergrinder │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── plaingrinder │ │ │ ├── Grinder.json │ │ │ └── Grinder.md │ ├── botania │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── Botania │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketHandlers.md │ │ │ ├── Brew.json │ │ │ ├── Brew.md │ │ │ └── recipe │ │ │ └── manager │ │ │ ├── BrewRecipeManager.json │ │ │ ├── BrewRecipeManager.md │ │ │ ├── ElvenTradeRecipeManager.json │ │ │ ├── ElvenTradeRecipeManager.md │ │ │ ├── ManaInfusionRecipeManager.json │ │ │ ├── ManaInfusionRecipeManager.md │ │ │ ├── MarimorphosisRecipeManager.json │ │ │ ├── MarimorphosisRecipeManager.md │ │ │ ├── OrechidIgnemRecipeManager.json │ │ │ ├── OrechidIgnemRecipeManager.md │ │ │ ├── OrechidRecipeManager.json │ │ │ ├── OrechidRecipeManager.md │ │ │ ├── PetalApothecaryRecipeManager.json │ │ │ ├── PetalApothecaryRecipeManager.md │ │ │ ├── PureDaisyRecipeManager.json │ │ │ ├── PureDaisyRecipeManager.md │ │ │ ├── RuneAltarRecipeManager.json │ │ │ ├── RuneAltarRecipeManager.md │ │ │ ├── TerraPlateRecipeManager.json │ │ │ ├── TerraPlateRecipeManager.md │ │ │ └── base │ │ │ ├── IOrechidManagerBase.json │ │ │ └── IOrechidManagerBase.md │ ├── contenttweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── contenttweaker │ │ │ ├── builder │ │ │ └── vanilla │ │ │ │ ├── block │ │ │ │ ├── Basic.json │ │ │ │ ├── Basic.md │ │ │ │ ├── BlockBuilder.json │ │ │ │ └── BlockBuilder.md │ │ │ │ ├── item │ │ │ │ ├── Axe.json │ │ │ │ ├── Axe.md │ │ │ │ ├── Basic.json │ │ │ │ ├── Basic.md │ │ │ │ ├── BlockItem.json │ │ │ │ ├── BlockItem.md │ │ │ │ ├── CustomTool.json │ │ │ │ ├── CustomTool.md │ │ │ │ ├── Hoe.json │ │ │ │ ├── Hoe.md │ │ │ │ ├── ItemBuilder.json │ │ │ │ ├── ItemBuilder.md │ │ │ │ ├── Pickaxe.json │ │ │ │ ├── Pickaxe.md │ │ │ │ ├── Shovel.json │ │ │ │ ├── Shovel.md │ │ │ │ ├── Sword.json │ │ │ │ ├── Sword.md │ │ │ │ ├── ToolBuilder.json │ │ │ │ └── ToolBuilder.md │ │ │ │ ├── material │ │ │ │ ├── MaterialBuilder.json │ │ │ │ └── MaterialBuilder.md │ │ │ │ └── sound │ │ │ │ ├── SoundEventBuilder.json │ │ │ │ ├── SoundEventBuilder.md │ │ │ │ ├── SoundTypeBuilder.json │ │ │ │ └── SoundTypeBuilder.md │ │ │ ├── factory │ │ │ ├── fabric │ │ │ │ ├── TierFactory.json │ │ │ │ └── TierFactory.md │ │ │ ├── forge │ │ │ │ ├── TierFactory.json │ │ │ │ └── TierFactory.md │ │ │ └── vanilla │ │ │ │ ├── BlockFactory.json │ │ │ │ ├── BlockFactory.md │ │ │ │ ├── CreativeTabFactory.json │ │ │ │ ├── CreativeTabFactory.md │ │ │ │ ├── ItemFactory.json │ │ │ │ ├── ItemFactory.md │ │ │ │ ├── MaterialFactory.json │ │ │ │ ├── MaterialFactory.md │ │ │ │ ├── SoundEventFactory.json │ │ │ │ ├── SoundEventFactory.md │ │ │ │ ├── SoundTypeFactory.json │ │ │ │ ├── SoundTypeFactory.md │ │ │ │ ├── TierFactory.json │ │ │ │ └── TierFactory.md │ │ │ ├── object │ │ │ ├── Reference.json │ │ │ ├── Reference.md │ │ │ ├── SimpleReference.json │ │ │ ├── SimpleReference.md │ │ │ └── vanilla │ │ │ │ ├── BlockReference.json │ │ │ │ ├── BlockReference.md │ │ │ │ ├── CreativeTabReference.json │ │ │ │ ├── CreativeTabReference.md │ │ │ │ ├── ItemReference.json │ │ │ │ ├── ItemReference.md │ │ │ │ ├── MaterialColorReference.json │ │ │ │ ├── MaterialColorReference.md │ │ │ │ ├── TierReference.json │ │ │ │ ├── TierReference.md │ │ │ │ └── property │ │ │ │ ├── BlockProperties.json │ │ │ │ ├── BlockProperties.md │ │ │ │ ├── FoodItemProperties.json │ │ │ │ ├── FoodItemProperties.md │ │ │ │ ├── ItemProperties.json │ │ │ │ ├── ItemProperties.md │ │ │ │ ├── StandardBlockProperties.json │ │ │ │ ├── StandardBlockProperties.md │ │ │ │ ├── StandardItemProperties.json │ │ │ │ ├── StandardItemProperties.md │ │ │ │ └── fun │ │ │ │ ├── LightLevelComputer.json │ │ │ │ ├── LightLevelComputer.md │ │ │ │ ├── MaterialColorFinder.json │ │ │ │ └── MaterialColorFinder.md │ │ │ ├── resource │ │ │ ├── ResourceLocation.json │ │ │ └── ResourceLocation.md │ │ │ ├── rt │ │ │ ├── Factory.json │ │ │ ├── Factory.md │ │ │ ├── MetaFactory.json │ │ │ ├── MetaFactory.md │ │ │ ├── TierSortingStruct.json │ │ │ └── TierSortingStruct.md │ │ │ └── util │ │ │ ├── Color.json │ │ │ └── Color.md │ ├── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ │ ├── fabric │ │ │ └── api │ │ │ │ └── item │ │ │ │ ├── FabricItemStack.json │ │ │ │ ├── FabricItemStack.md │ │ │ │ ├── MCItemStack.json │ │ │ │ ├── MCItemStack.md │ │ │ │ ├── MCItemStackMutable.json │ │ │ │ └── MCItemStackMutable.md │ │ │ ├── forge │ │ │ └── api │ │ │ │ ├── BracketHandlers.json │ │ │ │ ├── BracketHandlers.md │ │ │ │ ├── ForgeBracketDumpers.json │ │ │ │ ├── ForgeBracketDumpers.md │ │ │ │ ├── ForgeBracketValidators.json │ │ │ │ ├── ForgeBracketValidators.md │ │ │ │ ├── capability │ │ │ │ ├── Capabilities.json │ │ │ │ ├── Capabilities.md │ │ │ │ ├── Capability.json │ │ │ │ ├── Capability.md │ │ │ │ ├── CapabilityProvider.json │ │ │ │ ├── CapabilityProvider.md │ │ │ │ ├── ICapabilityProvider.json │ │ │ │ ├── ICapabilityProvider.md │ │ │ │ ├── ICapabilityProviderImpl.json │ │ │ │ ├── ICapabilityProviderImpl.md │ │ │ │ ├── IEnergyStorage.json │ │ │ │ ├── IEnergyStorage.md │ │ │ │ ├── IFluidHandler.json │ │ │ │ ├── IFluidHandler.md │ │ │ │ ├── IFluidHandlerAction.json │ │ │ │ ├── IFluidHandlerAction.md │ │ │ │ ├── IFluidHandlerItem.json │ │ │ │ ├── IFluidHandlerItem.md │ │ │ │ ├── IItemHandler.json │ │ │ │ └── IItemHandler.md │ │ │ │ ├── event │ │ │ │ ├── AnvilUpdateEvent.json │ │ │ │ ├── AnvilUpdateEvent.md │ │ │ │ ├── CTEventManager.json │ │ │ │ ├── CTEventManager.md │ │ │ │ ├── Event.json │ │ │ │ ├── Event.md │ │ │ │ ├── EventPriority.json │ │ │ │ ├── EventPriority.md │ │ │ │ ├── EventResult.json │ │ │ │ ├── EventResult.md │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ ├── ItemAttributeModifierEvent.md │ │ │ │ ├── block │ │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ │ ├── BlockBreakEvent.md │ │ │ │ │ ├── BlockEvent.json │ │ │ │ │ ├── BlockEvent.md │ │ │ │ │ ├── BlockNeighborNotifyEvent.json │ │ │ │ │ ├── BlockNeighborNotifyEvent.md │ │ │ │ │ ├── BlockPlaceEvent.json │ │ │ │ │ ├── BlockPlaceEvent.md │ │ │ │ │ ├── BlockToolInteractEvent.json │ │ │ │ │ ├── BlockToolInteractEvent.md │ │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ │ ├── BlockToolModificationEvent.md │ │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ │ ├── FarmlandTrampleEvent.md │ │ │ │ │ ├── FluidPlaceBlockEvent.json │ │ │ │ │ ├── FluidPlaceBlockEvent.md │ │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ │ ├── PortalSpawnEvent.md │ │ │ │ │ ├── crop │ │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ │ ├── CropGrowEvent.md │ │ │ │ │ │ ├── CropGrowPostEvent.json │ │ │ │ │ │ ├── CropGrowPostEvent.md │ │ │ │ │ │ ├── CropGrowPreEvent.json │ │ │ │ │ │ └── CropGrowPreEvent.md │ │ │ │ │ └── piston │ │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ │ ├── PistonEvent.md │ │ │ │ │ │ ├── PistonEventPost.json │ │ │ │ │ │ ├── PistonEventPost.md │ │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ │ ├── PistonMoveType.md │ │ │ │ │ │ ├── PistonPreEvent.json │ │ │ │ │ │ └── PistonPreEvent.md │ │ │ │ ├── enchanting │ │ │ │ │ ├── EnchantmentLevelSetEvent.json │ │ │ │ │ └── EnchantmentLevelSetEvent.md │ │ │ │ ├── entity │ │ │ │ │ ├── EntityEvent.json │ │ │ │ │ ├── EntityEvent.md │ │ │ │ │ ├── EntityJoinWorldEvent.json │ │ │ │ │ ├── EntityJoinWorldEvent.md │ │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ │ ├── EntityStruckByLightningEvent.md │ │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ │ ├── EntityTravelToDimensionEvent.md │ │ │ │ │ ├── ItemEvent.json │ │ │ │ │ ├── ItemEvent.md │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ ├── LivingEvent.md │ │ │ │ │ ├── item │ │ │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ │ │ ├── ItemExpireEvent.md │ │ │ │ │ │ ├── ItemTossEvent.json │ │ │ │ │ │ └── ItemTossEvent.md │ │ │ │ │ ├── living │ │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ │ ├── LivingAttackEvent.md │ │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ │ ├── LivingDeathEvent.md │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.md │ │ │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ │ │ ├── LivingExperienceDropEvent.md │ │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ │ ├── LivingFallEvent.md │ │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ │ ├── LivingHealEvent.md │ │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ │ ├── LivingHurtEvent.md │ │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ │ ├── LivingKnockBackEvent.md │ │ │ │ │ │ ├── LivingUpdateEvent.json │ │ │ │ │ │ ├── LivingUpdateEvent.md │ │ │ │ │ │ ├── conversion │ │ │ │ │ │ │ ├── LivingConversionEvent.json │ │ │ │ │ │ │ ├── LivingConversionEvent.md │ │ │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ │ │ ├── LivingConversionPostEvent.md │ │ │ │ │ │ │ ├── LivingConversionPreEvent.json │ │ │ │ │ │ │ └── LivingConversionPreEvent.md │ │ │ │ │ │ ├── spawn │ │ │ │ │ │ │ ├── AllowDespawnEvent.json │ │ │ │ │ │ │ ├── AllowDespawnEvent.md │ │ │ │ │ │ │ ├── CheckSpawnEvent.json │ │ │ │ │ │ │ ├── CheckSpawnEvent.md │ │ │ │ │ │ │ ├── LivingSpawnEvent.json │ │ │ │ │ │ │ ├── LivingSpawnEvent.md │ │ │ │ │ │ │ ├── SpecialSpawnEvent.json │ │ │ │ │ │ │ └── SpecialSpawnEvent.md │ │ │ │ │ │ ├── teleport │ │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.md │ │ │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ │ │ ├── EnderEntityTeleportEvent.md │ │ │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ │ │ ├── EnderPearlTeleportEvent.md │ │ │ │ │ │ │ ├── EntityTeleportEvent.json │ │ │ │ │ │ │ ├── EntityTeleportEvent.md │ │ │ │ │ │ │ ├── SpreadPlayersCommandTeleportEvent.json │ │ │ │ │ │ │ ├── SpreadPlayersCommandTeleportEvent.md │ │ │ │ │ │ │ ├── TeleportCommandTeleportEvent.json │ │ │ │ │ │ │ └── TeleportCommandTeleportEvent.md │ │ │ │ │ │ └── use │ │ │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ │ │ ├── LivingEntityUseItemEvent.md │ │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.md │ │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.md │ │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.md │ │ │ │ │ │ │ ├── LivingEntityUseItemTickEvent.json │ │ │ │ │ │ │ └── LivingEntityUseItemTickEvent.md │ │ │ │ │ └── player │ │ │ │ │ │ ├── AdvancementEvent.json │ │ │ │ │ │ ├── AdvancementEvent.md │ │ │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ │ │ ├── AnvilRepairEvent.md │ │ │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ │ │ ├── ItemCraftedEvent.md │ │ │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ │ │ ├── ItemFishedEvent.md │ │ │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ │ │ ├── ItemPickupEvent.md │ │ │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ │ │ ├── ItemSmeltedEvent.md │ │ │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ │ │ ├── ItemTooltipEvent.md │ │ │ │ │ │ ├── PlayerDestroyItemEvent.json │ │ │ │ │ │ ├── PlayerDestroyItemEvent.md │ │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ │ ├── PlayerEvent.md │ │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ │ ├── PlayerLoggedInEvent.md │ │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ │ ├── PlayerLoggedOutEvent.md │ │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ │ ├── PlayerRespawnEvent.md │ │ │ │ │ │ ├── interact │ │ │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ │ │ ├── EntityInteractEvent.md │ │ │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ │ │ ├── LeftClickBlockEvent.md │ │ │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ │ │ ├── LeftClickEmptyEvent.md │ │ │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ │ │ ├── PlayerInteractEvent.md │ │ │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ │ │ ├── RightClickBlockEvent.md │ │ │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ │ │ ├── RightClickEmptyEvent.md │ │ │ │ │ │ ├── RightClickItemEvent.json │ │ │ │ │ │ └── RightClickItemEvent.md │ │ │ │ │ │ └── xp │ │ │ │ │ │ ├── LevelChangeEvent.json │ │ │ │ │ │ ├── LevelChangeEvent.md │ │ │ │ │ │ ├── PickupXpEvent.json │ │ │ │ │ │ ├── PickupXpEvent.md │ │ │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ │ │ ├── PlayerXpEvent.md │ │ │ │ │ │ ├── XpChangeEvent.json │ │ │ │ │ │ └── XpChangeEvent.md │ │ │ │ ├── living │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ ├── LivingDamageEvent.md │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ ├── LivingDestroyBlockEvent.md │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ └── LivingDropsEvent.md │ │ │ │ └── tick │ │ │ │ │ ├── Phase.json │ │ │ │ │ ├── Phase.md │ │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ │ ├── PlayerTickEvent.md │ │ │ │ │ ├── TickEvent.json │ │ │ │ │ ├── TickEvent.md │ │ │ │ │ ├── Type.json │ │ │ │ │ ├── Type.md │ │ │ │ │ ├── WorldTickEvent.json │ │ │ │ │ └── WorldTickEvent.md │ │ │ │ ├── fluid │ │ │ │ ├── FluidIngredient.json │ │ │ │ ├── FluidIngredient.md │ │ │ │ ├── IFluidStack.json │ │ │ │ └── IFluidStack.md │ │ │ │ ├── item │ │ │ │ ├── ForgeIItemStackExpansions.json │ │ │ │ ├── ForgeIItemStackExpansions.md │ │ │ │ ├── ForgeItemStack.json │ │ │ │ ├── ForgeItemStack.md │ │ │ │ ├── MCItemStack.json │ │ │ │ ├── MCItemStack.md │ │ │ │ ├── MCItemStackMutable.json │ │ │ │ └── MCItemStackMutable.md │ │ │ │ ├── loot │ │ │ │ └── condition │ │ │ │ │ ├── LootTableIdLootCondition.json │ │ │ │ │ ├── LootTableIdLootCondition.md │ │ │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ │ │ ├── LootTableIdRegexLootCondition.md │ │ │ │ │ └── builder │ │ │ │ │ ├── LootTableIdLootConditionBuilder.json │ │ │ │ │ └── LootTableIdLootConditionBuilder.md │ │ │ │ ├── recipe │ │ │ │ └── brewing │ │ │ │ │ ├── Brewing.json │ │ │ │ │ └── Brewing.md │ │ │ │ ├── tool │ │ │ │ ├── ToolAction.json │ │ │ │ └── ToolAction.md │ │ │ │ └── villager │ │ │ │ └── trade │ │ │ │ └── type │ │ │ │ ├── BasicItemListing.json │ │ │ │ └── BasicItemListing.md │ │ │ └── vanilla │ │ │ └── api │ │ │ ├── BracketDumpers.json │ │ │ ├── BracketDumpers.md │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketHandlers.md │ │ │ ├── BracketValidators.json │ │ │ ├── BracketValidators.md │ │ │ ├── ResourceLocationBracketHandler.json │ │ │ ├── ResourceLocationBracketHandler.md │ │ │ ├── advancement │ │ │ ├── Advancement.json │ │ │ ├── Advancement.md │ │ │ ├── AdvancementRewards.json │ │ │ ├── AdvancementRewards.md │ │ │ ├── Criterion.json │ │ │ ├── Criterion.md │ │ │ ├── DisplayInfo.json │ │ │ ├── DisplayInfo.md │ │ │ ├── FrameType.json │ │ │ └── FrameType.md │ │ │ ├── block │ │ │ ├── Block.json │ │ │ ├── Block.md │ │ │ ├── BlockIngredient.json │ │ │ ├── BlockIngredient.md │ │ │ ├── BlockState.json │ │ │ ├── BlockState.md │ │ │ ├── entity │ │ │ │ ├── BlockEntity.json │ │ │ │ └── BlockEntity.md │ │ │ ├── material │ │ │ │ ├── ColorBrightness.json │ │ │ │ ├── ColorBrightness.md │ │ │ │ ├── Material.json │ │ │ │ ├── Material.md │ │ │ │ ├── MaterialColor.json │ │ │ │ ├── MaterialColor.md │ │ │ │ ├── PushReaction.json │ │ │ │ └── PushReaction.md │ │ │ └── type │ │ │ │ ├── cauldron │ │ │ │ ├── AbstractCauldronBlock.json │ │ │ │ ├── AbstractCauldronBlock.md │ │ │ │ ├── CauldronBlock.json │ │ │ │ ├── CauldronBlock.md │ │ │ │ ├── LavaCauldronBlock.json │ │ │ │ ├── LavaCauldronBlock.md │ │ │ │ ├── LayeredCauldronBlock.json │ │ │ │ ├── LayeredCauldronBlock.md │ │ │ │ ├── PowderSnowCauldronBlock.json │ │ │ │ └── PowderSnowCauldronBlock.md │ │ │ │ ├── falling │ │ │ │ ├── Fallable.json │ │ │ │ ├── Fallable.md │ │ │ │ ├── FallingBlock.json │ │ │ │ └── FallingBlock.md │ │ │ │ └── piston │ │ │ │ ├── PistonMath.json │ │ │ │ ├── PistonMath.md │ │ │ │ ├── PistonStructureResolver.json │ │ │ │ └── PistonStructureResolver.md │ │ │ ├── bracket │ │ │ ├── CommandStringDisplayable.json │ │ │ └── CommandStringDisplayable.md │ │ │ ├── command │ │ │ ├── CommandSource.json │ │ │ └── CommandSource.md │ │ │ ├── data │ │ │ ├── BoolData.json │ │ │ ├── BoolData.md │ │ │ ├── ByteArrayData.json │ │ │ ├── ByteArrayData.md │ │ │ ├── ByteData.json │ │ │ ├── ByteData.md │ │ │ ├── DoubleData.json │ │ │ ├── DoubleData.md │ │ │ ├── FloatData.json │ │ │ ├── FloatData.md │ │ │ ├── ICollectionData.json │ │ │ ├── ICollectionData.md │ │ │ ├── IData.json │ │ │ ├── IData.md │ │ │ ├── INumberData.json │ │ │ ├── INumberData.md │ │ │ ├── IntArrayData.json │ │ │ ├── IntArrayData.md │ │ │ ├── IntData.json │ │ │ ├── IntData.md │ │ │ ├── ListData.json │ │ │ ├── ListData.md │ │ │ ├── LongArrayData.json │ │ │ ├── LongArrayData.md │ │ │ ├── LongData.json │ │ │ ├── LongData.md │ │ │ ├── MapData.json │ │ │ ├── MapData.md │ │ │ ├── ShortData.json │ │ │ ├── ShortData.md │ │ │ ├── StringData.json │ │ │ └── StringData.md │ │ │ ├── entity │ │ │ ├── Entity.json │ │ │ ├── Entity.md │ │ │ ├── EntityAccess.json │ │ │ ├── EntityAccess.md │ │ │ ├── EntityDimensions.json │ │ │ ├── EntityDimensions.md │ │ │ ├── EntityIngredient.json │ │ │ ├── EntityIngredient.md │ │ │ ├── EntityType.json │ │ │ ├── EntityType.md │ │ │ ├── HumanoidArm.json │ │ │ ├── HumanoidArm.md │ │ │ ├── INameplateFunction.json │ │ │ ├── INameplateFunction.md │ │ │ ├── LivingEntity.json │ │ │ ├── LivingEntity.md │ │ │ ├── MobCategory.json │ │ │ ├── MobCategory.md │ │ │ ├── MobSpawnType.json │ │ │ ├── MobSpawnType.md │ │ │ ├── MobType.json │ │ │ ├── MobType.md │ │ │ ├── NamePlateResult.json │ │ │ ├── NamePlateResult.md │ │ │ ├── RemovalReason.json │ │ │ ├── RemovalReason.md │ │ │ ├── attribute │ │ │ │ ├── Attribute.json │ │ │ │ ├── Attribute.md │ │ │ │ ├── AttributeInstance.json │ │ │ │ ├── AttributeInstance.md │ │ │ │ ├── AttributeModifier.json │ │ │ │ ├── AttributeModifier.md │ │ │ │ ├── AttributeOperation.json │ │ │ │ └── AttributeOperation.md │ │ │ ├── effect │ │ │ │ ├── AbsorptionMobEffect.json │ │ │ │ ├── AbsorptionMobEffect.md │ │ │ │ ├── AttackDamageMobEffect.json │ │ │ │ ├── AttackDamageMobEffect.md │ │ │ │ ├── HealthBoostMobEffect.json │ │ │ │ ├── HealthBoostMobEffect.md │ │ │ │ ├── InstantenousMobEffect.json │ │ │ │ ├── InstantenousMobEffect.md │ │ │ │ ├── MobEffect.json │ │ │ │ ├── MobEffect.md │ │ │ │ ├── MobEffectCategory.json │ │ │ │ ├── MobEffectCategory.md │ │ │ │ ├── MobEffectInstance.json │ │ │ │ ├── MobEffectInstance.md │ │ │ │ ├── MobEffectUtil.json │ │ │ │ └── MobEffectUtil.md │ │ │ ├── equipment │ │ │ │ ├── EquipmentSlot.json │ │ │ │ ├── EquipmentSlot.md │ │ │ │ ├── EquipmentSlotType.json │ │ │ │ └── EquipmentSlotType.md │ │ │ └── type │ │ │ │ ├── item │ │ │ │ ├── ItemEntity.json │ │ │ │ └── ItemEntity.md │ │ │ │ ├── misc │ │ │ │ ├── ExperienceOrb.json │ │ │ │ ├── ExperienceOrb.md │ │ │ │ ├── FallingBlockEntity.json │ │ │ │ ├── FallingBlockEntity.md │ │ │ │ ├── LightningBolt.json │ │ │ │ └── LightningBolt.md │ │ │ │ ├── player │ │ │ │ ├── Abilities.json │ │ │ │ ├── Abilities.md │ │ │ │ ├── Inventory.json │ │ │ │ ├── Inventory.md │ │ │ │ ├── Player.json │ │ │ │ ├── Player.md │ │ │ │ ├── ServerPlayer.json │ │ │ │ └── ServerPlayer.md │ │ │ │ ├── projectile │ │ │ │ ├── AbstractHurtingProjectile.json │ │ │ │ ├── AbstractHurtingProjectile.md │ │ │ │ ├── Fireball.json │ │ │ │ ├── Fireball.md │ │ │ │ ├── FireworkRocketEntity.json │ │ │ │ ├── FireworkRocketEntity.md │ │ │ │ ├── ItemSupplier.json │ │ │ │ ├── ItemSupplier.md │ │ │ │ ├── LargeFireball.json │ │ │ │ ├── LargeFireball.md │ │ │ │ ├── Projectile.json │ │ │ │ ├── Projectile.md │ │ │ │ ├── SmallFireball.json │ │ │ │ ├── SmallFireball.md │ │ │ │ ├── ThrowableItemProjectile.json │ │ │ │ ├── ThrowableItemProjectile.md │ │ │ │ ├── ThrowableProjectile.json │ │ │ │ ├── ThrowableProjectile.md │ │ │ │ ├── ThrownEnderpearl.json │ │ │ │ ├── ThrownEnderpearl.md │ │ │ │ ├── WitherSkull.json │ │ │ │ ├── WitherSkull.md │ │ │ │ └── arrow │ │ │ │ │ ├── Arrow.json │ │ │ │ │ └── Arrow.md │ │ │ │ └── villager │ │ │ │ ├── AbstractVillager.json │ │ │ │ ├── AbstractVillager.md │ │ │ │ ├── Merchant.json │ │ │ │ └── Merchant.md │ │ │ ├── fluid │ │ │ ├── Fluid.json │ │ │ └── Fluid.md │ │ │ ├── food │ │ │ ├── FoodData.json │ │ │ ├── FoodData.md │ │ │ ├── FoodProperties.json │ │ │ └── FoodProperties.md │ │ │ ├── game │ │ │ ├── Game.json │ │ │ ├── Game.md │ │ │ ├── Server.json │ │ │ └── Server.md │ │ │ ├── ingredient │ │ │ ├── IIngredient.json │ │ │ ├── IIngredient.md │ │ │ ├── IIngredientWithAmount.json │ │ │ ├── IIngredientWithAmount.md │ │ │ ├── condition │ │ │ │ ├── IIngredientCondition.json │ │ │ │ ├── IIngredientCondition.md │ │ │ │ └── type │ │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ │ ├── ConditionAnyDamage.md │ │ │ │ │ ├── ConditionCustom.json │ │ │ │ │ ├── ConditionCustom.md │ │ │ │ │ ├── ConditionDamaged.json │ │ │ │ │ ├── ConditionDamaged.md │ │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ │ ├── ConditionDamagedAtLeast.md │ │ │ │ │ ├── ConditionDamagedAtMost.json │ │ │ │ │ └── ConditionDamagedAtMost.md │ │ │ ├── transform │ │ │ │ ├── IIngredientTransformer.json │ │ │ │ ├── IIngredientTransformer.md │ │ │ │ └── type │ │ │ │ │ ├── TransformCustom.json │ │ │ │ │ ├── TransformCustom.md │ │ │ │ │ ├── TransformDamage.json │ │ │ │ │ ├── TransformDamage.md │ │ │ │ │ ├── TransformReplace.json │ │ │ │ │ ├── TransformReplace.md │ │ │ │ │ ├── TransformReuse.json │ │ │ │ │ └── TransformReuse.md │ │ │ └── type │ │ │ │ ├── IIngredientAny.json │ │ │ │ ├── IIngredientAny.md │ │ │ │ ├── IIngredientEmpty.json │ │ │ │ ├── IIngredientEmpty.md │ │ │ │ ├── IIngredientList.json │ │ │ │ ├── IIngredientList.md │ │ │ │ ├── IIngredientTransformed.json │ │ │ │ ├── IIngredientTransformed.md │ │ │ │ ├── IngredientConditioned.json │ │ │ │ ├── IngredientConditioned.md │ │ │ │ ├── IngredientWithAmount.json │ │ │ │ ├── IngredientWithAmount.md │ │ │ │ ├── TagIngredient.json │ │ │ │ ├── TagIngredient.md │ │ │ │ ├── WrappingIIngredient.json │ │ │ │ └── WrappingIIngredient.md │ │ │ ├── item │ │ │ ├── CreativeModeTab.json │ │ │ ├── CreativeModeTab.md │ │ │ ├── IItemStack.json │ │ │ ├── IItemStack.md │ │ │ ├── Ingredient.json │ │ │ ├── Ingredient.md │ │ │ ├── ItemCooldowns.json │ │ │ ├── ItemCooldowns.md │ │ │ ├── ItemDefinition.json │ │ │ ├── ItemDefinition.md │ │ │ ├── ItemStack.json │ │ │ ├── ItemStack.md │ │ │ ├── TooltipFlag.json │ │ │ ├── TooltipFlag.md │ │ │ ├── UseOnContext.json │ │ │ ├── UseOnContext.md │ │ │ ├── Vanishable.json │ │ │ ├── Vanishable.md │ │ │ ├── Wearable.json │ │ │ ├── Wearable.md │ │ │ ├── alchemy │ │ │ │ ├── Potion.json │ │ │ │ └── Potion.md │ │ │ ├── enchantment │ │ │ │ ├── Enchantment.json │ │ │ │ ├── Enchantment.md │ │ │ │ ├── EnchantmentCategory.json │ │ │ │ ├── EnchantmentCategory.md │ │ │ │ ├── Rarity.json │ │ │ │ └── Rarity.md │ │ │ ├── property │ │ │ │ ├── Rarity.json │ │ │ │ └── Rarity.md │ │ │ ├── tiered │ │ │ │ ├── Tiers.json │ │ │ │ └── Tiers.md │ │ │ ├── tooltip │ │ │ │ ├── ITooltipFunction.json │ │ │ │ └── ITooltipFunction.md │ │ │ └── type │ │ │ │ ├── armor │ │ │ │ ├── ArmorItem.json │ │ │ │ ├── ArmorItem.md │ │ │ │ ├── ArmorMaterial.json │ │ │ │ ├── ArmorMaterial.md │ │ │ │ ├── ArmorMaterials.json │ │ │ │ └── ArmorMaterials.md │ │ │ │ ├── block │ │ │ │ ├── BlockItem.json │ │ │ │ └── BlockItem.md │ │ │ │ ├── sword │ │ │ │ ├── SwordItem.json │ │ │ │ └── SwordItem.md │ │ │ │ └── tiered │ │ │ │ ├── Tier.json │ │ │ │ ├── Tier.md │ │ │ │ ├── TieredItem.json │ │ │ │ └── TieredItem.md │ │ │ ├── loot │ │ │ ├── EntityTarget.json │ │ │ ├── EntityTarget.md │ │ │ ├── IntRange.json │ │ │ ├── IntRange.md │ │ │ ├── LootContext.json │ │ │ ├── LootContext.md │ │ │ ├── LootContextBuilder.json │ │ │ ├── LootContextBuilder.md │ │ │ ├── LootManager.json │ │ │ ├── LootManager.md │ │ │ ├── LootTable.json │ │ │ ├── LootTable.md │ │ │ ├── NumberProvider.json │ │ │ ├── NumberProvider.md │ │ │ ├── condition │ │ │ │ ├── AlternativeLootCondition.json │ │ │ │ ├── AlternativeLootCondition.md │ │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ │ ├── BlockStatePropertyLootCondition.md │ │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ │ ├── BonusLevelTableLootCondition.md │ │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ │ ├── ConditionReferenceLootCondition.md │ │ │ │ ├── DamageSourceLootCondition.json │ │ │ │ ├── DamageSourceLootCondition.md │ │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ │ ├── EntityHasScoreLootCondition.md │ │ │ │ ├── EntityPropertyLootCondition.json │ │ │ │ ├── EntityPropertyLootCondition.md │ │ │ │ ├── ExplosionLootCondition.json │ │ │ │ ├── ExplosionLootCondition.md │ │ │ │ ├── InvertedLootCondition.json │ │ │ │ ├── InvertedLootCondition.md │ │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ │ ├── KilledByPlayerLootCondition.md │ │ │ │ ├── LocationCheckLootCondition.json │ │ │ │ ├── LocationCheckLootCondition.md │ │ │ │ ├── LootCondition.json │ │ │ │ ├── LootCondition.md │ │ │ │ ├── LootConditions.json │ │ │ │ ├── LootConditions.md │ │ │ │ ├── MatchToolLootCondition.json │ │ │ │ ├── MatchToolLootCondition.md │ │ │ │ ├── RandomChanceLootCondition.json │ │ │ │ ├── RandomChanceLootCondition.md │ │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ │ ├── RandomChanceWithLootingLootCondition.md │ │ │ │ ├── TimeCheckLootCondition.json │ │ │ │ ├── TimeCheckLootCondition.md │ │ │ │ ├── ValueCheckLootCondition.json │ │ │ │ ├── ValueCheckLootCondition.md │ │ │ │ ├── WeatherCheckLootCondition.json │ │ │ │ ├── WeatherCheckLootCondition.md │ │ │ │ └── builder │ │ │ │ │ ├── AlternativeLootConditionBuilder.json │ │ │ │ │ ├── AlternativeLootConditionBuilder.md │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.md │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.md │ │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ │ ├── LootConditionBuilder.md │ │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ │ ├── TimeCheckLootConditionBuilder.md │ │ │ │ │ ├── WeatherCheckLootConditionBuilder.json │ │ │ │ │ └── WeatherCheckLootConditionBuilder.md │ │ │ ├── modifier │ │ │ │ ├── BlockLootModifiers.json │ │ │ │ ├── BlockLootModifiers.md │ │ │ │ ├── BlockStateLootModifiers.json │ │ │ │ ├── BlockStateLootModifiers.md │ │ │ │ ├── CommonLootModifiers.json │ │ │ │ ├── CommonLootModifiers.md │ │ │ │ ├── EntityLootModifiers.json │ │ │ │ ├── EntityLootModifiers.md │ │ │ │ ├── ILootModifier.json │ │ │ │ ├── ILootModifier.md │ │ │ │ ├── LootModifierManager.json │ │ │ │ └── LootModifierManager.md │ │ │ ├── param │ │ │ │ ├── LootContextParam.json │ │ │ │ ├── LootContextParam.md │ │ │ │ ├── LootContextParamSet.json │ │ │ │ ├── LootContextParamSet.md │ │ │ │ ├── LootContextParamSets.json │ │ │ │ ├── LootContextParamSets.md │ │ │ │ ├── LootContextParams.json │ │ │ │ └── LootContextParams.md │ │ │ └── table │ │ │ │ ├── LootTableManager.json │ │ │ │ └── LootTableManager.md │ │ │ ├── misc │ │ │ ├── CTCauldronInteraction.json │ │ │ ├── CTCauldronInteraction.md │ │ │ ├── Cauldron.json │ │ │ ├── Cauldron.md │ │ │ ├── Composter.json │ │ │ └── Composter.md │ │ │ ├── mod │ │ │ ├── Mod.json │ │ │ ├── Mod.md │ │ │ ├── Mods.json │ │ │ └── Mods.md │ │ │ ├── predicate │ │ │ ├── BlockPredicate.json │ │ │ ├── BlockPredicate.md │ │ │ ├── DamageSourcePredicate.json │ │ │ ├── DamageSourcePredicate.md │ │ │ ├── DistancePredicate.json │ │ │ ├── DistancePredicate.md │ │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ │ ├── DoubleMinMaxBoundsPredicate.md │ │ │ ├── EnchantmentPredicate.json │ │ │ ├── EnchantmentPredicate.md │ │ │ ├── EntityEquipmentPredicate.json │ │ │ ├── EntityEquipmentPredicate.md │ │ │ ├── EntityFlagsPredicate.json │ │ │ ├── EntityFlagsPredicate.md │ │ │ ├── EntityPredicate.json │ │ │ ├── EntityPredicate.md │ │ │ ├── EntityTypePredicate.json │ │ │ ├── EntityTypePredicate.md │ │ │ ├── FishingHookPredicate.json │ │ │ ├── FishingHookPredicate.md │ │ │ ├── FluidPredicate.json │ │ │ ├── FluidPredicate.md │ │ │ ├── IntMinMaxBoundsPredicate.json │ │ │ ├── IntMinMaxBoundsPredicate.md │ │ │ ├── ItemPredicate.json │ │ │ ├── ItemPredicate.md │ │ │ ├── LightPredicate.json │ │ │ ├── LightPredicate.md │ │ │ ├── LightningBoltPredicate.json │ │ │ ├── LightningBoltPredicate.md │ │ │ ├── LocationPredicate.json │ │ │ ├── LocationPredicate.md │ │ │ ├── MobEffectPredicate.json │ │ │ ├── MobEffectPredicate.md │ │ │ ├── MobEffectsPredicate.json │ │ │ ├── MobEffectsPredicate.md │ │ │ ├── NbtPredicate.json │ │ │ ├── NbtPredicate.md │ │ │ ├── PlayerPredicate.json │ │ │ ├── PlayerPredicate.md │ │ │ ├── StatePropertiesPredicate.json │ │ │ ├── StatePropertiesPredicate.md │ │ │ └── builder │ │ │ │ ├── BlockPredicateBuilder.json │ │ │ │ ├── BlockPredicateBuilder.md │ │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ │ ├── DamageSourcePredicateBuilder.md │ │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ │ ├── EntityEquipmentPredicateBuilder.md │ │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ │ ├── EntityFlagsPredicateBuilder.md │ │ │ │ ├── EntityPredicateBuilder.json │ │ │ │ ├── EntityPredicateBuilder.md │ │ │ │ ├── FluidPredicateBuilder.json │ │ │ │ ├── FluidPredicateBuilder.md │ │ │ │ ├── ItemPredicateBuilder.json │ │ │ │ ├── ItemPredicateBuilder.md │ │ │ │ ├── LightPredicateBuilder.json │ │ │ │ ├── LightPredicateBuilder.md │ │ │ │ ├── LocationPredicateBuilder.json │ │ │ │ ├── LocationPredicateBuilder.md │ │ │ │ ├── PlayerPredicateBuilder.json │ │ │ │ ├── PlayerPredicateBuilder.md │ │ │ │ ├── StatePropertiesPredicateBuilder.json │ │ │ │ └── StatePropertiesPredicateBuilder.md │ │ │ ├── recipe │ │ │ ├── MirrorAxis.json │ │ │ ├── MirrorAxis.md │ │ │ ├── Replacer.json │ │ │ ├── Replacer.md │ │ │ ├── func │ │ │ │ ├── RecipeFunctionArray.json │ │ │ │ ├── RecipeFunctionArray.md │ │ │ │ ├── RecipeFunctionMatrix.json │ │ │ │ ├── RecipeFunctionMatrix.md │ │ │ │ ├── RecipeFunctionSingle.json │ │ │ │ └── RecipeFunctionSingle.md │ │ │ ├── manager │ │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ │ ├── BlastFurnaceRecipeManager.md │ │ │ │ ├── CampFireRecipeManager.json │ │ │ │ ├── CampFireRecipeManager.md │ │ │ │ ├── CraftingTableRecipeManager.json │ │ │ │ ├── CraftingTableRecipeManager.md │ │ │ │ ├── FurnaceRecipeManager.json │ │ │ │ ├── FurnaceRecipeManager.md │ │ │ │ ├── GenericRecipesManager.json │ │ │ │ ├── GenericRecipesManager.md │ │ │ │ ├── ICookingRecipeManager.json │ │ │ │ ├── ICookingRecipeManager.md │ │ │ │ ├── IRecipeManager.json │ │ │ │ ├── IRecipeManager.md │ │ │ │ ├── RecipeManagerWrapper.json │ │ │ │ ├── RecipeManagerWrapper.md │ │ │ │ ├── SmithingRecipeManager.json │ │ │ │ ├── SmithingRecipeManager.md │ │ │ │ ├── SmokerRecipeManager.json │ │ │ │ ├── SmokerRecipeManager.md │ │ │ │ ├── StoneCutterManager.json │ │ │ │ └── StoneCutterManager.md │ │ │ └── type │ │ │ │ ├── AbstractCookingRecipe.json │ │ │ │ ├── AbstractCookingRecipe.md │ │ │ │ ├── BlastingRecipe.json │ │ │ │ ├── BlastingRecipe.md │ │ │ │ ├── CampfireCookingRecipe.json │ │ │ │ ├── CampfireCookingRecipe.md │ │ │ │ ├── CraftingRecipe.json │ │ │ │ ├── CraftingRecipe.md │ │ │ │ ├── Recipe.json │ │ │ │ ├── Recipe.md │ │ │ │ ├── ShapedRecipe.json │ │ │ │ ├── ShapedRecipe.md │ │ │ │ ├── ShapelessRecipe.json │ │ │ │ ├── ShapelessRecipe.md │ │ │ │ ├── SmeltingRecipe.json │ │ │ │ ├── SmeltingRecipe.md │ │ │ │ ├── SmokingRecipe.json │ │ │ │ ├── SmokingRecipe.md │ │ │ │ ├── StonecutterRecipe.json │ │ │ │ ├── StonecutterRecipe.md │ │ │ │ ├── UpgradeRecipe.json │ │ │ │ └── UpgradeRecipe.md │ │ │ ├── resource │ │ │ ├── ResourceLocation.json │ │ │ └── ResourceLocation.md │ │ │ ├── sequence │ │ │ └── task │ │ │ │ ├── ISequenceTask.json │ │ │ │ ├── ISequenceTask.md │ │ │ │ └── type │ │ │ │ ├── InstantTask.json │ │ │ │ ├── InstantTask.md │ │ │ │ ├── SleepTask.json │ │ │ │ ├── SleepTask.md │ │ │ │ ├── SleepUntilTask.json │ │ │ │ └── SleepUntilTask.md │ │ │ ├── sound │ │ │ ├── SoundEvent.json │ │ │ ├── SoundEvent.md │ │ │ ├── SoundSource.json │ │ │ ├── SoundSource.md │ │ │ ├── SoundType.json │ │ │ └── SoundType.md │ │ │ ├── tag │ │ │ ├── ExpandBlockTag.json │ │ │ ├── ExpandBlockTag.md │ │ │ ├── ExpandFluidTagForge.json │ │ │ ├── ExpandFluidTagForge.md │ │ │ ├── ExpandItemTag.json │ │ │ ├── ExpandItemTag.md │ │ │ ├── ExpandManyBlockTag.json │ │ │ ├── ExpandManyBlockTag.md │ │ │ ├── ExpandManyFluidTagForge.json │ │ │ ├── ExpandManyFluidTagForge.md │ │ │ ├── ExpandManyItemTag.json │ │ │ ├── ExpandManyItemTag.md │ │ │ ├── MCTag.json │ │ │ ├── MCTag.md │ │ │ ├── manager │ │ │ │ ├── ITagManager.json │ │ │ │ ├── ITagManager.md │ │ │ │ └── type │ │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ │ ├── EntityTypeTagManager.md │ │ │ │ │ ├── KnownTagManager.json │ │ │ │ │ ├── KnownTagManager.md │ │ │ │ │ ├── UnknownTagManager.json │ │ │ │ │ └── UnknownTagManager.md │ │ │ └── type │ │ │ │ ├── KnownTag.json │ │ │ │ ├── KnownTag.md │ │ │ │ ├── UnknownTag.json │ │ │ │ └── UnknownTag.md │ │ │ ├── text │ │ │ ├── BaseComponent.json │ │ │ ├── BaseComponent.md │ │ │ ├── ChatFormatting.json │ │ │ ├── ChatFormatting.md │ │ │ ├── Component.json │ │ │ ├── Component.md │ │ │ ├── ContextAwareComponent.json │ │ │ ├── ContextAwareComponent.md │ │ │ ├── FormattedText.json │ │ │ ├── FormattedText.md │ │ │ ├── Message.json │ │ │ ├── Message.md │ │ │ ├── MutableComponent.json │ │ │ ├── MutableComponent.md │ │ │ ├── Style.json │ │ │ ├── Style.md │ │ │ ├── TextColor.json │ │ │ ├── TextColor.md │ │ │ ├── TextComponent.json │ │ │ ├── TextComponent.md │ │ │ ├── TranslatableComponent.json │ │ │ └── TranslatableComponent.md │ │ │ ├── util │ │ │ ├── BlockHitResult.json │ │ │ ├── BlockHitResult.md │ │ │ ├── EntityHitResult.json │ │ │ ├── EntityHitResult.md │ │ │ ├── HitResult.json │ │ │ ├── HitResult.md │ │ │ ├── HitResultType.json │ │ │ ├── HitResultType.md │ │ │ ├── InteractionHand.json │ │ │ ├── InteractionHand.md │ │ │ ├── Many.json │ │ │ ├── Many.md │ │ │ ├── NameUtil.json │ │ │ ├── NameUtil.md │ │ │ ├── Pair.json │ │ │ ├── Pair.md │ │ │ ├── Position.json │ │ │ ├── Position.md │ │ │ ├── StringRepresentable.json │ │ │ ├── StringRepresentable.md │ │ │ ├── direction │ │ │ │ ├── Axis.json │ │ │ │ ├── Axis.md │ │ │ │ ├── AxisDirection.json │ │ │ │ ├── AxisDirection.md │ │ │ │ ├── Direction.json │ │ │ │ ├── Direction.md │ │ │ │ ├── Plane.json │ │ │ │ └── Plane.md │ │ │ ├── math │ │ │ │ ├── AABB.json │ │ │ │ ├── AABB.md │ │ │ │ ├── AxisCycle.json │ │ │ │ ├── AxisCycle.md │ │ │ │ ├── BlockPos.json │ │ │ │ ├── BlockPos.md │ │ │ │ ├── FrontAndTop.json │ │ │ │ ├── FrontAndTop.md │ │ │ │ ├── Matrix3f.json │ │ │ │ ├── Matrix3f.md │ │ │ │ ├── MutableBlockPos.json │ │ │ │ ├── MutableBlockPos.md │ │ │ │ ├── OctahedralGroup.json │ │ │ │ ├── OctahedralGroup.md │ │ │ │ ├── Quaternion.json │ │ │ │ ├── Quaternion.md │ │ │ │ ├── Random.json │ │ │ │ ├── Random.md │ │ │ │ ├── Rotation.json │ │ │ │ ├── Rotation.md │ │ │ │ ├── Vec3.json │ │ │ │ ├── Vec3.md │ │ │ │ ├── Vec3i.json │ │ │ │ ├── Vec3i.md │ │ │ │ ├── Vector3f.json │ │ │ │ └── Vector3f.md │ │ │ ├── random │ │ │ │ ├── Percentaged.json │ │ │ │ └── Percentaged.md │ │ │ └── sequence │ │ │ │ ├── Sequence.json │ │ │ │ ├── Sequence.md │ │ │ │ ├── SequenceBuilder.json │ │ │ │ ├── SequenceBuilder.md │ │ │ │ ├── SequenceContext.json │ │ │ │ ├── SequenceContext.md │ │ │ │ ├── SequenceType.json │ │ │ │ └── SequenceType.md │ │ │ ├── villager │ │ │ ├── MerchantOffer.json │ │ │ ├── MerchantOffer.md │ │ │ ├── MerchantOffers.json │ │ │ ├── MerchantOffers.md │ │ │ ├── VillagerProfession.json │ │ │ ├── VillagerProfession.md │ │ │ ├── VillagerTrades.json │ │ │ ├── VillagerTrades.md │ │ │ ├── VillagerType.json │ │ │ ├── VillagerType.md │ │ │ └── trade │ │ │ │ ├── ItemListing.json │ │ │ │ ├── ItemListing.md │ │ │ │ └── type │ │ │ │ ├── BasicTradeListing.json │ │ │ │ ├── BasicTradeListing.md │ │ │ │ ├── DyedArmorForEmeralds.json │ │ │ │ ├── DyedArmorForEmeralds.md │ │ │ │ ├── EmeraldForItems.json │ │ │ │ ├── EmeraldForItems.md │ │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ │ ├── EmeraldsForVillagerTypeItem.md │ │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ │ ├── EnchantedItemForEmeralds.md │ │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ │ ├── ItemsAndEmeraldsToItems.md │ │ │ │ ├── ItemsForEmeralds.json │ │ │ │ ├── ItemsForEmeralds.md │ │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ │ ├── SuspiciousStewForEmerald.md │ │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ │ ├── TippedArrowForItemsAndEmeralds.md │ │ │ │ ├── TreasureMapForEmeralds.json │ │ │ │ └── TreasureMapForEmeralds.md │ │ │ └── world │ │ │ ├── BaseSpawner.json │ │ │ ├── BaseSpawner.md │ │ │ ├── Clearable.json │ │ │ ├── Clearable.md │ │ │ ├── Container.json │ │ │ ├── Container.md │ │ │ ├── CraftTweakerSavedData.json │ │ │ ├── CraftTweakerSavedData.md │ │ │ ├── DamageSource.json │ │ │ ├── DamageSource.md │ │ │ ├── Difficulty.json │ │ │ ├── Difficulty.md │ │ │ ├── Explosion.json │ │ │ ├── Explosion.md │ │ │ ├── ExplosionBlockInteraction.json │ │ │ ├── ExplosionBlockInteraction.md │ │ │ ├── GameType.json │ │ │ ├── GameType.md │ │ │ ├── InteractionResult.json │ │ │ ├── InteractionResult.md │ │ │ ├── ItemLike.json │ │ │ ├── ItemLike.md │ │ │ ├── Level.json │ │ │ ├── Level.md │ │ │ ├── Nameable.json │ │ │ ├── Nameable.md │ │ │ ├── SavedData.json │ │ │ ├── SavedData.md │ │ │ ├── ServerLevel.json │ │ │ ├── ServerLevel.md │ │ │ ├── biome │ │ │ ├── Biome.json │ │ │ ├── Biome.md │ │ │ ├── BiomeCategory.json │ │ │ └── BiomeCategory.md │ │ │ ├── clip │ │ │ ├── BlockClipContext.json │ │ │ ├── BlockClipContext.md │ │ │ ├── ClipContext.json │ │ │ ├── ClipContext.md │ │ │ ├── FluidClipContext.json │ │ │ └── FluidClipContext.md │ │ │ └── map │ │ │ ├── MapDecorationType.json │ │ │ └── MapDecorationType.md │ ├── createtweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── createtweaker │ │ │ ├── CompactingManager.json │ │ │ ├── CompactingManager.md │ │ │ ├── CrushingManager.json │ │ │ ├── CrushingManager.md │ │ │ ├── CuttingManager.json │ │ │ ├── CuttingManager.md │ │ │ ├── DeployerApplicationManager.json │ │ │ ├── DeployerApplicationManager.md │ │ │ ├── EmptyingManager.json │ │ │ ├── EmptyingManager.md │ │ │ ├── FillingManager.json │ │ │ ├── FillingManager.md │ │ │ ├── FluidIngredient.json │ │ │ ├── FluidIngredient.md │ │ │ ├── HauntingManager.json │ │ │ ├── HauntingManager.md │ │ │ ├── IProcessingRecipeManager.json │ │ │ ├── IProcessingRecipeManager.md │ │ │ ├── ItemApplicationManager.json │ │ │ ├── ItemApplicationManager.md │ │ │ ├── MechanicalCrafterManager.json │ │ │ ├── MechanicalCrafterManager.md │ │ │ ├── MillingManager.json │ │ │ ├── MillingManager.md │ │ │ ├── MixingManager.json │ │ │ ├── MixingManager.md │ │ │ ├── PressingManager.json │ │ │ ├── PressingManager.md │ │ │ ├── ProcessingOutput.json │ │ │ ├── ProcessingOutput.md │ │ │ ├── SandPaperPolishingManager.json │ │ │ ├── SandPaperPolishingManager.md │ │ │ ├── SequencedAssemblyManager.json │ │ │ ├── SequencedAssemblyManager.md │ │ │ ├── SplashingManager.json │ │ │ ├── SplashingManager.md │ │ │ └── recipe │ │ │ ├── HeatCondition.json │ │ │ ├── HeatCondition.md │ │ │ ├── ProcessingRecipeBuilder.json │ │ │ ├── ProcessingRecipeBuilder.md │ │ │ ├── ProcessingRecipeFactory.json │ │ │ ├── ProcessingRecipeFactory.md │ │ │ ├── SequencedAssemblyRecipeBuilder.json │ │ │ ├── SequencedAssemblyRecipeBuilder.md │ │ │ └── type │ │ │ ├── AbstractCrushingRecipe.json │ │ │ ├── AbstractCrushingRecipe.md │ │ │ ├── BasinRecipe.json │ │ │ ├── BasinRecipe.md │ │ │ ├── CompactingRecipe.json │ │ │ ├── CompactingRecipe.md │ │ │ ├── CrushingRecipe.json │ │ │ ├── CrushingRecipe.md │ │ │ ├── CuttingRecipe.json │ │ │ ├── CuttingRecipe.md │ │ │ ├── DeployerApplicationRecipe.json │ │ │ ├── DeployerApplicationRecipe.md │ │ │ ├── EmptyingRecipe.json │ │ │ ├── EmptyingRecipe.md │ │ │ ├── FillingRecipe.json │ │ │ ├── FillingRecipe.md │ │ │ ├── HauntingRecipe.json │ │ │ ├── HauntingRecipe.md │ │ │ ├── IAssemblyRecipe.json │ │ │ ├── IAssemblyRecipe.md │ │ │ ├── ItemApplicationRecipe.json │ │ │ ├── ItemApplicationRecipe.md │ │ │ ├── ManualApplicationRecipe.json │ │ │ ├── ManualApplicationRecipe.md │ │ │ ├── MillingRecipe.json │ │ │ ├── MillingRecipe.md │ │ │ ├── MixingRecipe.json │ │ │ ├── MixingRecipe.md │ │ │ ├── PressingRecipe.json │ │ │ ├── PressingRecipe.md │ │ │ ├── ProcessingRecipe.json │ │ │ ├── ProcessingRecipe.md │ │ │ ├── SandPaperPolishingRecipe.json │ │ │ ├── SandPaperPolishingRecipe.md │ │ │ ├── SplashingRecipe.json │ │ │ └── SplashingRecipe.md │ ├── farmersdelight │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── FarmersDelight │ │ │ ├── CookingPot.json │ │ │ ├── CookingPot.md │ │ │ ├── CookingPotRecipeBookTab.json │ │ │ ├── CookingPotRecipeBookTab.md │ │ │ ├── CuttingBoard.json │ │ │ ├── CuttingBoard.md │ │ │ ├── ToolActionIngredient.json │ │ │ └── ToolActionIngredient.md │ ├── iceandfire │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── IceAndFire │ │ │ └── recipe │ │ │ └── manager │ │ │ ├── DragonForgeRecipeManager.json │ │ │ └── DragonForgeRecipeManager.md │ ├── immersiveengineering │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── immersiveengineering │ │ │ ├── AlloySmelter.json │ │ │ ├── AlloySmelter.md │ │ │ ├── ArcFurnace.json │ │ │ ├── ArcFurnace.md │ │ │ ├── BlastFurnace.json │ │ │ ├── BlastFurnace.md │ │ │ ├── BlastFurnaceFuel.json │ │ │ ├── BlastFurnaceFuel.md │ │ │ ├── Blueprint.json │ │ │ ├── Blueprint.md │ │ │ ├── BottlingMachine.json │ │ │ ├── BottlingMachine.md │ │ │ ├── Cloche.json │ │ │ ├── Cloche.md │ │ │ ├── CokeOven.json │ │ │ ├── CokeOven.md │ │ │ ├── Crusher.json │ │ │ ├── Crusher.md │ │ │ ├── Fermenter.json │ │ │ ├── Fermenter.md │ │ │ ├── Fertilizer.json │ │ │ ├── Fertilizer.md │ │ │ ├── MetalPress.json │ │ │ ├── MetalPress.md │ │ │ ├── MineralMix.json │ │ │ ├── MineralMix.md │ │ │ ├── Mixer.json │ │ │ ├── Mixer.md │ │ │ ├── Refinery.json │ │ │ ├── Refinery.md │ │ │ ├── Sawmill.json │ │ │ ├── Sawmill.md │ │ │ ├── Squeezer.json │ │ │ └── Squeezer.md │ ├── initialinventory │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── initialinventory │ │ │ ├── InvHandler.json │ │ │ └── InvHandler.md │ ├── jeitweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── JEITweaker │ │ │ └── API │ │ │ ├── Category │ │ │ ├── CatalystRequiringRecipe.json │ │ │ ├── CatalystRequiringRecipe.md │ │ │ ├── Custom.json │ │ │ ├── Custom.md │ │ │ ├── InputConsuming.json │ │ │ ├── InputConsuming.md │ │ │ ├── JeiCategory.json │ │ │ ├── JeiCategory.md │ │ │ ├── OutputList.json │ │ │ ├── OutputList.md │ │ │ ├── SimpleInputOutput.json │ │ │ ├── SimpleInputOutput.md │ │ │ ├── SimpleJeiCategory.json │ │ │ └── SimpleJeiCategory.md │ │ │ ├── Component │ │ │ ├── IFluidStackExpansions.json │ │ │ ├── IFluidStackExpansions.md │ │ │ ├── IIngredientExpansions.json │ │ │ ├── IIngredientExpansions.md │ │ │ ├── IItemStackExpansions.json │ │ │ ├── IItemStackExpansions.md │ │ │ ├── ItemTagExpansions.json │ │ │ ├── ItemTagExpansions.md │ │ │ ├── JeiDrawable.json │ │ │ ├── JeiDrawable.md │ │ │ ├── JeiDrawableAnimation.json │ │ │ ├── JeiDrawableAnimation.md │ │ │ ├── JeiIngredient.json │ │ │ ├── JeiIngredient.md │ │ │ ├── JeiIngredientExpansions.json │ │ │ └── JeiIngredientExpansions.md │ │ │ ├── JEI.json │ │ │ ├── JEI.md │ │ │ └── Recipe │ │ │ ├── JeiCategoryRecipeExpansion.json │ │ │ ├── JeiCategoryRecipeExpansion.md │ │ │ ├── JeiRecipe.json │ │ │ ├── JeiRecipe.md │ │ │ ├── JeiRecipeGraphics.json │ │ │ └── JeiRecipeGraphics.md │ ├── lightestlamp │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── lightestlamp │ │ │ ├── GlowstoneCentrifuge.json │ │ │ └── GlowstoneCentrifuge.md │ ├── packmode │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── packmode │ │ │ └── PackMode.md │ ├── projectmmo │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── pmmo │ │ │ ├── CTUtils.json │ │ │ ├── CTUtils.md │ │ │ ├── SalvageBuilder.json │ │ │ ├── SalvageBuilder.md │ │ │ └── natives │ │ │ ├── DataType.json │ │ │ ├── DataType.md │ │ │ ├── EventType.json │ │ │ ├── EventType.md │ │ │ ├── ObjectType.json │ │ │ ├── ObjectType.md │ │ │ ├── ReqType.json │ │ │ └── ReqType.md │ ├── rootsclassic │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── rootsclassic │ │ │ ├── Examples.md │ │ │ ├── Ritual.json │ │ │ ├── Ritual.md │ │ │ ├── Spell.json │ │ │ └── Spell.md │ ├── solarcraft │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── SolarCraft │ │ │ ├── InfuserManager.json │ │ │ ├── InfuserManager.md │ │ │ ├── InfusingTableManager.json │ │ │ ├── InfusingTableManager.md │ │ │ ├── Recipe │ │ │ ├── InfusingRecipe.json │ │ │ ├── InfusingRecipe.md │ │ │ ├── InfusingTableRecipe.json │ │ │ ├── InfusingTableRecipe.md │ │ │ ├── SolarSmeltingRecipe.json │ │ │ └── SolarSmeltingRecipe.md │ │ │ ├── SolarSmeltingManager.json │ │ │ ├── SolarSmeltingManager.md │ │ │ └── Type │ │ │ ├── RunicEnergyCost.json │ │ │ ├── RunicEnergyCost.md │ │ │ ├── RunicEnergyType.json │ │ │ └── RunicEnergyType.md │ ├── sushigocrafting │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── SushiGoCrafting │ │ │ ├── CuttingBoardManager.json │ │ │ ├── CuttingBoardManager.md │ │ │ ├── CuttingBoardRecipe.json │ │ │ ├── CuttingBoardRecipe.md │ │ │ ├── FermentingBarrelManager.json │ │ │ ├── FermentingBarrelManager.md │ │ │ ├── FermentingBarrelRecipe.json │ │ │ └── FermentingBarrelRecipe.md │ ├── tfctweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── TFCTweaker │ │ │ ├── AlloyBuilder.json │ │ │ ├── AlloyBuilder.md │ │ │ ├── AlloyRecipe.json │ │ │ ├── AlloyRecipe.md │ │ │ ├── AnvilRecipe.json │ │ │ ├── AnvilRecipe.md │ │ │ ├── Api │ │ │ ├── Expansion │ │ │ │ ├── ChiselMode.json │ │ │ │ ├── ChiselMode.md │ │ │ │ ├── ForgeRule.json │ │ │ │ ├── ForgeRule.md │ │ │ │ ├── IItemStackExpansion.json │ │ │ │ ├── IItemStackExpansion.md │ │ │ │ ├── Metal.json │ │ │ │ └── Metal.md │ │ │ └── Ingredient │ │ │ │ ├── BlockIngredient.json │ │ │ │ ├── BlockIngredient.md │ │ │ │ ├── FluidStackIngredient.json │ │ │ │ ├── FluidStackIngredient.md │ │ │ │ ├── ItemStackProvider.json │ │ │ │ └── ItemStackProvider.md │ │ │ ├── BlastFurnaceRecipe.json │ │ │ ├── BlastFurnaceRecipe.md │ │ │ ├── ClayKnappingRecipe.json │ │ │ ├── ClayKnappingRecipe.md │ │ │ ├── FireClayKnappingRecipe.json │ │ │ ├── FireClayKnappingRecipe.md │ │ │ ├── HeatingRecipe.json │ │ │ ├── HeatingRecipe.md │ │ │ ├── InstantBarrelRecipe.json │ │ │ ├── InstantBarrelRecipe.md │ │ │ ├── LeatherKnappingRecipe.json │ │ │ ├── LeatherKnappingRecipe.md │ │ │ ├── LoomRecipe.json │ │ │ ├── LoomRecipe.md │ │ │ ├── PotRecipe.json │ │ │ ├── PotRecipe.md │ │ │ ├── QuernRecipe.json │ │ │ ├── QuernRecipe.md │ │ │ ├── RockKnappingRecipe.json │ │ │ ├── RockKnappingRecipe.md │ │ │ ├── SealedBarrelRecipe.json │ │ │ ├── SealedBarrelRecipe.md │ │ │ ├── WeldingRecipe.json │ │ │ ├── WeldingRecipe.md │ │ │ ├── chiselRecipe.json │ │ │ └── chiselRecipe.md │ └── zensummoning │ │ ├── docs.json │ │ └── docs │ │ └── mods │ │ └── zensummoning │ │ ├── MobInfo.json │ │ ├── MobInfo.md │ │ ├── SummoningAttempt.json │ │ ├── SummoningAttempt.md │ │ ├── SummoningDirector.json │ │ ├── SummoningDirector.md │ │ ├── SummoningInfo.json │ │ └── SummoningInfo.md ├── 1.19.3 │ ├── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ │ ├── fabric │ │ │ └── api │ │ │ │ └── item │ │ │ │ ├── FabricItemStack.json │ │ │ │ ├── FabricItemStack.md │ │ │ │ ├── MCItemStack.json │ │ │ │ ├── MCItemStack.md │ │ │ │ ├── MCItemStackMutable.json │ │ │ │ └── MCItemStackMutable.md │ │ │ ├── forge │ │ │ └── api │ │ │ │ ├── BracketHandlers.json │ │ │ │ ├── BracketHandlers.md │ │ │ │ ├── ForgeBracketDumpers.json │ │ │ │ ├── ForgeBracketDumpers.md │ │ │ │ ├── ForgeBracketValidators.json │ │ │ │ ├── ForgeBracketValidators.md │ │ │ │ ├── capability │ │ │ │ ├── Capabilities.json │ │ │ │ ├── Capabilities.md │ │ │ │ ├── Capability.json │ │ │ │ ├── Capability.md │ │ │ │ ├── CapabilityProvider.json │ │ │ │ ├── CapabilityProvider.md │ │ │ │ ├── ICapabilityProvider.json │ │ │ │ ├── ICapabilityProvider.md │ │ │ │ ├── ICapabilityProviderImpl.json │ │ │ │ ├── ICapabilityProviderImpl.md │ │ │ │ ├── IEnergyStorage.json │ │ │ │ ├── IEnergyStorage.md │ │ │ │ ├── IFluidHandler.json │ │ │ │ ├── IFluidHandler.md │ │ │ │ ├── IFluidHandlerAction.json │ │ │ │ ├── IFluidHandlerAction.md │ │ │ │ ├── IFluidHandlerItem.json │ │ │ │ ├── IFluidHandlerItem.md │ │ │ │ ├── IItemHandler.json │ │ │ │ └── IItemHandler.md │ │ │ │ ├── event │ │ │ │ ├── DetonateExplosionEvent.json │ │ │ │ ├── DetonateExplosionEvent.md │ │ │ │ ├── DifficultyChangeEvent.json │ │ │ │ ├── DifficultyChangeEvent.md │ │ │ │ ├── Event.json │ │ │ │ ├── Event.md │ │ │ │ ├── EventResult.json │ │ │ │ ├── EventResult.md │ │ │ │ ├── ExplosionEvent.json │ │ │ │ ├── ExplosionEvent.md │ │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ │ ├── FurnaceFuelBurnTimeEvent.md │ │ │ │ ├── StartExplosionEvent.json │ │ │ │ ├── StartExplosionEvent.md │ │ │ │ ├── advancement │ │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ │ ├── AdvancementEarnEvent.md │ │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ │ ├── AdvancementProgressEvent.md │ │ │ │ │ ├── AdvancementProgressEventType.json │ │ │ │ │ └── AdvancementProgressEventType.md │ │ │ │ ├── anvil │ │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ │ ├── AnvilRepairEvent.md │ │ │ │ │ ├── AnvilUpdateEvent.json │ │ │ │ │ └── AnvilUpdateEvent.md │ │ │ │ ├── block │ │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ │ ├── BlockBreakEvent.md │ │ │ │ │ ├── BlockEvent.json │ │ │ │ │ ├── BlockEvent.md │ │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ │ ├── BlockToolModificationEvent.md │ │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ │ ├── EntityPlaceBlockEvent.md │ │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ │ ├── FarmlandTrampleEvent.md │ │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ │ ├── NeighborBlockNotifyEvent.md │ │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ │ ├── PortalSpawnEvent.md │ │ │ │ │ ├── crop │ │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ │ ├── CropGrowEvent.md │ │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ │ ├── PostCropGrowEvent.md │ │ │ │ │ │ ├── PreCropGrowEvent.json │ │ │ │ │ │ └── PreCropGrowEvent.md │ │ │ │ │ ├── fluid │ │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ │ ├── CreateFluidSourceEvent.md │ │ │ │ │ │ ├── FluidPlaceBlockEvent.json │ │ │ │ │ │ └── FluidPlaceBlockEvent.md │ │ │ │ │ └── piston │ │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ │ ├── PistonEvent.md │ │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ │ ├── PistonMoveType.md │ │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ │ ├── PostPistonEvent.md │ │ │ │ │ │ ├── PrePistonEvent.json │ │ │ │ │ │ └── PrePistonEvent.md │ │ │ │ ├── brewing │ │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ │ ├── PotionBrewEvent.md │ │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ │ ├── PotionBrewEventPost.md │ │ │ │ │ ├── PotionBrewEventPre.json │ │ │ │ │ └── PotionBrewEventPre.md │ │ │ │ ├── enchantment │ │ │ │ │ ├── EnchantmentLevelSetEvent.json │ │ │ │ │ └── EnchantmentLevelSetEvent.md │ │ │ │ ├── entity │ │ │ │ │ ├── EntityEvent.json │ │ │ │ │ ├── EntityEvent.md │ │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ │ ├── EntityJoinLevelEvent.md │ │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ │ ├── EntityLeaveLevelEvent.md │ │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ │ ├── EntityMobGriefingEvent.md │ │ │ │ │ ├── EntityMountEvent.json │ │ │ │ │ ├── EntityMountEvent.md │ │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ │ ├── EntityStruckByLightningEvent.md │ │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ │ ├── EntityTravelToDimensionEvent.md │ │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ │ ├── ProjectileImpactEvent.md │ │ │ │ │ ├── arrow │ │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ │ ├── ArrowLooseEvent.md │ │ │ │ │ │ ├── ArrowNockEvent.json │ │ │ │ │ │ └── ArrowNockEvent.md │ │ │ │ │ ├── conversion │ │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ │ ├── LivingConversionPostEvent.md │ │ │ │ │ │ ├── LivingConversionPreEvent.json │ │ │ │ │ │ └── LivingConversionPreEvent.md │ │ │ │ │ ├── living │ │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ │ ├── AnimalTameEvent.md │ │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ │ ├── BabyEntitySpawnEvent.md │ │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ │ ├── LivingAttackEvent.md │ │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ │ ├── LivingDamageEvent.md │ │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ │ ├── LivingDeathEvent.md │ │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ │ ├── LivingDestroyBlockEvent.md │ │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ │ ├── LivingDropsEvent.md │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.md │ │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ │ ├── LivingEvent.md │ │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ │ ├── LivingFallEvent.md │ │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ │ ├── LivingHealEvent.md │ │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ │ ├── LivingHurtEvent.md │ │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ │ ├── LivingJumpEvent.md │ │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ │ ├── LivingKnockBackEvent.md │ │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ │ ├── LivingUseTotemEvent.md │ │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ │ ├── LootingLevelEvent.md │ │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ │ ├── ShieldBlockEvent.md │ │ │ │ │ │ ├── conversion │ │ │ │ │ │ │ ├── LivingConversionEvent.json │ │ │ │ │ │ │ └── LivingConversionEvent.md │ │ │ │ │ │ ├── effect │ │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ │ ├── MobEffectAddedEvent.md │ │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ │ ├── MobEffectApplicableEvent.md │ │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ │ ├── MobEffectEvent.md │ │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ │ ├── MobEffectExpiredEvent.md │ │ │ │ │ │ │ ├── MobEffectRemoveEvent.json │ │ │ │ │ │ │ └── MobEffectRemoveEvent.md │ │ │ │ │ │ ├── spawn │ │ │ │ │ │ │ ├── LivingAllowDespawnEvent.json │ │ │ │ │ │ │ ├── LivingAllowDespawnEvent.md │ │ │ │ │ │ │ ├── LivingCheckSpawnEvent.json │ │ │ │ │ │ │ ├── LivingCheckSpawnEvent.md │ │ │ │ │ │ │ ├── LivingSpawnEvent.json │ │ │ │ │ │ │ ├── LivingSpawnEvent.md │ │ │ │ │ │ │ ├── LivingSpecialSpawnEvent.json │ │ │ │ │ │ │ └── LivingSpecialSpawnEvent.md │ │ │ │ │ │ └── target │ │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ │ ├── ILivingTargetType.md │ │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ │ ├── LivingChangeTargetEvent.md │ │ │ │ │ │ │ ├── LivingTargetType.json │ │ │ │ │ │ │ └── LivingTargetType.md │ │ │ │ │ ├── player │ │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ │ ├── AttackEntityEvent.md │ │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ │ ├── BonemealEvent.md │ │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ │ ├── CriticalHitEvent.md │ │ │ │ │ │ ├── FillBucketEvent.json │ │ │ │ │ │ ├── FillBucketEvent.md │ │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ │ ├── PlayerBreakSpeedEvent.md │ │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ │ ├── PlayerChangeGameModeEvent.md │ │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ │ ├── PlayerChangedDimensionEvent.md │ │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ │ ├── PlayerCloneEvent.md │ │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ │ ├── PlayerEvent.md │ │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ │ ├── PlayerFlyableFallEvent.md │ │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ │ ├── PlayerHarvestCheckEvent.md │ │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ │ ├── PlayerLoggedInEvent.md │ │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ │ ├── PlayerLoggedOutEvent.md │ │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ │ ├── PlayerNameFormatEvent.md │ │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ │ ├── PlayerRespawnEvent.md │ │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ │ ├── PlayerSetSpawnEvent.md │ │ │ │ │ │ ├── PlayerSleepInBedEvent.json │ │ │ │ │ │ ├── PlayerSleepInBedEvent.md │ │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ │ ├── PlayerWakeUpEvent.md │ │ │ │ │ │ ├── SleepingLocationCheckEvent.json │ │ │ │ │ │ ├── SleepingLocationCheckEvent.md │ │ │ │ │ │ ├── SleepingTimeCheckEvent.json │ │ │ │ │ │ ├── SleepingTimeCheckEvent.md │ │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ │ ├── TabListNameFormat.md │ │ │ │ │ │ ├── TradeWithVillagerEvent.json │ │ │ │ │ │ └── TradeWithVillagerEvent.md │ │ │ │ │ ├── teleport │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.md │ │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ │ ├── EnderEntityTeleportEvent.md │ │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ │ ├── EnderPearlTeleportEvent.md │ │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ │ ├── EntityCommandTeleportEvent.md │ │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.md │ │ │ │ │ │ ├── EntityTeleportEvent.json │ │ │ │ │ │ └── EntityTeleportEvent.md │ │ │ │ │ └── use │ │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemTickEvent.json │ │ │ │ │ │ └── LivingEntityUseItemTickEvent.md │ │ │ │ ├── grindstone │ │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ │ ├── GrindstoneEvent.md │ │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ │ ├── GrindstoneOnPlaceItemEvent.md │ │ │ │ │ ├── GrindstoneOnTakeItemEvent.json │ │ │ │ │ └── GrindstoneOnTakeItemEvent.md │ │ │ │ ├── interact │ │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ │ ├── EntityInteractEvent.md │ │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ │ ├── LeftClickBlockEvent.md │ │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ │ ├── LeftClickEmptyEvent.md │ │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ │ ├── PlayerInteractEvent.md │ │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ │ ├── RightClickBlockEvent.md │ │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ │ ├── RightClickEmptyEvent.md │ │ │ │ │ ├── RightClickItemEvent.json │ │ │ │ │ └── RightClickItemEvent.md │ │ │ │ ├── item │ │ │ │ │ ├── EntityItemPickupEvent.json │ │ │ │ │ ├── EntityItemPickupEvent.md │ │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ │ ├── ItemAttributeModifierEvent.md │ │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ │ ├── ItemCraftedEvent.md │ │ │ │ │ ├── ItemEvent.json │ │ │ │ │ ├── ItemEvent.md │ │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ │ ├── ItemExpireEvent.md │ │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ │ ├── ItemFishedEvent.md │ │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ │ ├── ItemPickupEvent.md │ │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ │ ├── ItemSmeltedEvent.md │ │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ │ ├── ItemTooltipEvent.md │ │ │ │ │ ├── ItemTossEvent.json │ │ │ │ │ ├── ItemTossEvent.md │ │ │ │ │ ├── PlayerDestroyItemEvent.json │ │ │ │ │ └── PlayerDestroyItemEvent.md │ │ │ │ ├── level │ │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ │ ├── CreateSpawnPositionEvent.md │ │ │ │ │ ├── LevelEvent.json │ │ │ │ │ └── LevelEvent.md │ │ │ │ ├── tick │ │ │ │ │ ├── ClientTickEvent.json │ │ │ │ │ ├── ClientTickEvent.md │ │ │ │ │ ├── LevelTickEvent.json │ │ │ │ │ ├── LevelTickEvent.md │ │ │ │ │ ├── LivingTickEvent.json │ │ │ │ │ ├── LivingTickEvent.md │ │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ │ ├── PlayerTickEvent.md │ │ │ │ │ ├── ServerTickEvent.json │ │ │ │ │ ├── ServerTickEvent.md │ │ │ │ │ ├── TickEvent.json │ │ │ │ │ ├── TickEvent.md │ │ │ │ │ ├── TickEventPhase.json │ │ │ │ │ ├── TickEventPhase.md │ │ │ │ │ ├── TickEventType.json │ │ │ │ │ └── TickEventType.md │ │ │ │ └── xp │ │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ │ ├── LivingExperienceDropEvent.md │ │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ │ ├── PlayerPickupXpEvent.md │ │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ │ ├── PlayerXpChangeEvent.md │ │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ │ ├── PlayerXpEvent.md │ │ │ │ │ ├── PlayerXpLevelChangeEvent.json │ │ │ │ │ └── PlayerXpLevelChangeEvent.md │ │ │ │ ├── fluid │ │ │ │ ├── FluidIngredient.json │ │ │ │ └── FluidIngredient.md │ │ │ │ ├── game │ │ │ │ ├── Distribution.json │ │ │ │ ├── Distribution.md │ │ │ │ ├── LogicalSide.json │ │ │ │ └── LogicalSide.md │ │ │ │ ├── item │ │ │ │ ├── ForgeIItemStackExpansions.json │ │ │ │ ├── ForgeIItemStackExpansions.md │ │ │ │ ├── ForgeItemStack.json │ │ │ │ ├── ForgeItemStack.md │ │ │ │ ├── MCItemStack.json │ │ │ │ ├── MCItemStack.md │ │ │ │ ├── MCItemStackMutable.json │ │ │ │ └── MCItemStackMutable.md │ │ │ │ ├── loot │ │ │ │ └── condition │ │ │ │ │ ├── LootTableIdLootCondition.json │ │ │ │ │ ├── LootTableIdLootCondition.md │ │ │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ │ │ ├── LootTableIdRegexLootCondition.md │ │ │ │ │ └── builder │ │ │ │ │ ├── LootTableIdLootConditionBuilder.json │ │ │ │ │ └── LootTableIdLootConditionBuilder.md │ │ │ │ ├── recipe │ │ │ │ └── brewing │ │ │ │ │ ├── Brewing.json │ │ │ │ │ └── Brewing.md │ │ │ │ ├── tool │ │ │ │ ├── ToolAction.json │ │ │ │ └── ToolAction.md │ │ │ │ └── villager │ │ │ │ └── trade │ │ │ │ └── type │ │ │ │ ├── BasicItemListing.json │ │ │ │ └── BasicItemListing.md │ │ │ └── vanilla │ │ │ └── api │ │ │ ├── BracketDumpers.json │ │ │ ├── BracketDumpers.md │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketHandlers.md │ │ │ ├── BracketValidators.json │ │ │ ├── BracketValidators.md │ │ │ ├── ResourceLocationBracketHandler.json │ │ │ ├── ResourceLocationBracketHandler.md │ │ │ ├── advancement │ │ │ ├── Advancement.json │ │ │ ├── Advancement.md │ │ │ ├── AdvancementProgress.json │ │ │ ├── AdvancementProgress.md │ │ │ ├── AdvancementRewards.json │ │ │ ├── AdvancementRewards.md │ │ │ ├── Criterion.json │ │ │ ├── Criterion.md │ │ │ ├── CriterionProgress.json │ │ │ ├── CriterionProgress.md │ │ │ ├── DisplayInfo.json │ │ │ ├── DisplayInfo.md │ │ │ ├── FrameType.json │ │ │ └── FrameType.md │ │ │ ├── block │ │ │ ├── Block.json │ │ │ ├── Block.md │ │ │ ├── BlockIngredient.json │ │ │ ├── BlockIngredient.md │ │ │ ├── BlockState.json │ │ │ ├── BlockState.md │ │ │ ├── entity │ │ │ │ ├── BlockEntity.json │ │ │ │ └── BlockEntity.md │ │ │ ├── material │ │ │ │ ├── ColorBrightness.json │ │ │ │ ├── ColorBrightness.md │ │ │ │ ├── Material.json │ │ │ │ ├── Material.md │ │ │ │ ├── MaterialColor.json │ │ │ │ ├── MaterialColor.md │ │ │ │ ├── PushReaction.json │ │ │ │ └── PushReaction.md │ │ │ └── type │ │ │ │ ├── cauldron │ │ │ │ ├── AbstractCauldronBlock.json │ │ │ │ ├── AbstractCauldronBlock.md │ │ │ │ ├── CauldronBlock.json │ │ │ │ ├── CauldronBlock.md │ │ │ │ ├── LavaCauldronBlock.json │ │ │ │ ├── LavaCauldronBlock.md │ │ │ │ ├── LayeredCauldronBlock.json │ │ │ │ ├── LayeredCauldronBlock.md │ │ │ │ ├── PowderSnowCauldronBlock.json │ │ │ │ └── PowderSnowCauldronBlock.md │ │ │ │ ├── falling │ │ │ │ ├── Fallable.json │ │ │ │ ├── Fallable.md │ │ │ │ ├── FallingBlock.json │ │ │ │ └── FallingBlock.md │ │ │ │ └── piston │ │ │ │ ├── PistonMath.json │ │ │ │ ├── PistonMath.md │ │ │ │ ├── PistonStructureResolver.json │ │ │ │ └── PistonStructureResolver.md │ │ │ ├── bracket │ │ │ ├── CommandStringDisplayable.json │ │ │ └── CommandStringDisplayable.md │ │ │ ├── command │ │ │ ├── CommandSource.json │ │ │ └── CommandSource.md │ │ │ ├── data │ │ │ ├── BoolData.json │ │ │ ├── BoolData.md │ │ │ ├── ByteArrayData.json │ │ │ ├── ByteArrayData.md │ │ │ ├── ByteData.json │ │ │ ├── ByteData.md │ │ │ ├── DoubleData.json │ │ │ ├── DoubleData.md │ │ │ ├── FloatData.json │ │ │ ├── FloatData.md │ │ │ ├── IData.json │ │ │ ├── IData.md │ │ │ ├── IntArrayData.json │ │ │ ├── IntArrayData.md │ │ │ ├── IntData.json │ │ │ ├── IntData.md │ │ │ ├── ListData.json │ │ │ ├── ListData.md │ │ │ ├── LongArrayData.json │ │ │ ├── LongArrayData.md │ │ │ ├── LongData.json │ │ │ ├── LongData.md │ │ │ ├── MapData.json │ │ │ ├── MapData.md │ │ │ ├── ShortData.json │ │ │ ├── ShortData.md │ │ │ ├── StringData.json │ │ │ └── StringData.md │ │ │ ├── entity │ │ │ ├── Entity.json │ │ │ ├── Entity.md │ │ │ ├── EntityAccess.json │ │ │ ├── EntityAccess.md │ │ │ ├── EntityDimensions.json │ │ │ ├── EntityDimensions.md │ │ │ ├── EntityIngredient.json │ │ │ ├── EntityIngredient.md │ │ │ ├── EntityType.json │ │ │ ├── EntityType.md │ │ │ ├── HumanoidArm.json │ │ │ ├── HumanoidArm.md │ │ │ ├── INameTagFunction.json │ │ │ ├── INameTagFunction.md │ │ │ ├── LivingEntity.json │ │ │ ├── LivingEntity.md │ │ │ ├── MobCategory.json │ │ │ ├── MobCategory.md │ │ │ ├── MobSpawnType.json │ │ │ ├── MobSpawnType.md │ │ │ ├── MobType.json │ │ │ ├── MobType.md │ │ │ ├── NameTagResult.json │ │ │ ├── NameTagResult.md │ │ │ ├── RemovalReason.json │ │ │ ├── RemovalReason.md │ │ │ ├── attribute │ │ │ │ ├── Attribute.json │ │ │ │ ├── Attribute.md │ │ │ │ ├── AttributeInstance.json │ │ │ │ ├── AttributeInstance.md │ │ │ │ ├── AttributeModifier.json │ │ │ │ ├── AttributeModifier.md │ │ │ │ ├── AttributeOperation.json │ │ │ │ └── AttributeOperation.md │ │ │ ├── effect │ │ │ │ ├── AbsorptionMobEffect.json │ │ │ │ ├── AbsorptionMobEffect.md │ │ │ │ ├── AttackDamageMobEffect.json │ │ │ │ ├── AttackDamageMobEffect.md │ │ │ │ ├── HealthBoostMobEffect.json │ │ │ │ ├── HealthBoostMobEffect.md │ │ │ │ ├── InstantenousMobEffect.json │ │ │ │ ├── InstantenousMobEffect.md │ │ │ │ ├── MobEffect.json │ │ │ │ ├── MobEffect.md │ │ │ │ ├── MobEffectCategory.json │ │ │ │ ├── MobEffectCategory.md │ │ │ │ ├── MobEffectInstance.json │ │ │ │ ├── MobEffectInstance.md │ │ │ │ ├── MobEffectUtil.json │ │ │ │ └── MobEffectUtil.md │ │ │ ├── equipment │ │ │ │ ├── EquipmentSlot.json │ │ │ │ ├── EquipmentSlot.md │ │ │ │ ├── EquipmentSlotType.json │ │ │ │ └── EquipmentSlotType.md │ │ │ └── type │ │ │ │ ├── animal │ │ │ │ ├── Animal.json │ │ │ │ └── Animal.md │ │ │ │ ├── item │ │ │ │ ├── ItemEntity.json │ │ │ │ └── ItemEntity.md │ │ │ │ ├── misc │ │ │ │ ├── AgeableMob.json │ │ │ │ ├── AgeableMob.md │ │ │ │ ├── ExperienceOrb.json │ │ │ │ ├── ExperienceOrb.md │ │ │ │ ├── FallingBlockEntity.json │ │ │ │ ├── FallingBlockEntity.md │ │ │ │ ├── LightningBolt.json │ │ │ │ ├── LightningBolt.md │ │ │ │ ├── Mob.json │ │ │ │ ├── Mob.md │ │ │ │ ├── PathfinderMob.json │ │ │ │ └── PathfinderMob.md │ │ │ │ ├── player │ │ │ │ ├── Abilities.json │ │ │ │ ├── Abilities.md │ │ │ │ ├── Inventory.json │ │ │ │ ├── Inventory.md │ │ │ │ ├── Player.json │ │ │ │ ├── Player.md │ │ │ │ ├── PlayerBedSleepingProblem.json │ │ │ │ ├── PlayerBedSleepingProblem.md │ │ │ │ ├── ServerPlayer.json │ │ │ │ └── ServerPlayer.md │ │ │ │ ├── projectile │ │ │ │ ├── AbstractHurtingProjectile.json │ │ │ │ ├── AbstractHurtingProjectile.md │ │ │ │ ├── Fireball.json │ │ │ │ ├── Fireball.md │ │ │ │ ├── FireworkRocketEntity.json │ │ │ │ ├── FireworkRocketEntity.md │ │ │ │ ├── FishingHook.json │ │ │ │ ├── FishingHook.md │ │ │ │ ├── ItemSupplier.json │ │ │ │ ├── ItemSupplier.md │ │ │ │ ├── LargeFireball.json │ │ │ │ ├── LargeFireball.md │ │ │ │ ├── Projectile.json │ │ │ │ ├── Projectile.md │ │ │ │ ├── SmallFireball.json │ │ │ │ ├── SmallFireball.md │ │ │ │ ├── ThrowableItemProjectile.json │ │ │ │ ├── ThrowableItemProjectile.md │ │ │ │ ├── ThrowableProjectile.json │ │ │ │ ├── ThrowableProjectile.md │ │ │ │ ├── ThrownEnderpearl.json │ │ │ │ ├── ThrownEnderpearl.md │ │ │ │ ├── WitherSkull.json │ │ │ │ ├── WitherSkull.md │ │ │ │ └── arrow │ │ │ │ │ ├── Arrow.json │ │ │ │ │ └── Arrow.md │ │ │ │ └── villager │ │ │ │ ├── AbstractVillager.json │ │ │ │ ├── AbstractVillager.md │ │ │ │ ├── Merchant.json │ │ │ │ └── Merchant.md │ │ │ ├── event │ │ │ ├── EventManager.json │ │ │ ├── EventManager.md │ │ │ ├── EventPhase.json │ │ │ └── EventPhase.md │ │ │ ├── fluid │ │ │ ├── Fluid.json │ │ │ ├── Fluid.md │ │ │ ├── IFluidStack.json │ │ │ └── IFluidStack.md │ │ │ ├── food │ │ │ ├── FoodData.json │ │ │ ├── FoodData.md │ │ │ ├── FoodProperties.json │ │ │ └── FoodProperties.md │ │ │ ├── game │ │ │ ├── Game.json │ │ │ ├── Game.md │ │ │ ├── Server.json │ │ │ └── Server.md │ │ │ ├── ingredient │ │ │ ├── IIngredient.json │ │ │ ├── IIngredient.md │ │ │ ├── IIngredientWithAmount.json │ │ │ ├── IIngredientWithAmount.md │ │ │ ├── condition │ │ │ │ ├── IIngredientCondition.json │ │ │ │ ├── IIngredientCondition.md │ │ │ │ └── type │ │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ │ ├── ConditionAnyDamage.md │ │ │ │ │ ├── ConditionCustom.json │ │ │ │ │ ├── ConditionCustom.md │ │ │ │ │ ├── ConditionDamaged.json │ │ │ │ │ ├── ConditionDamaged.md │ │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ │ ├── ConditionDamagedAtLeast.md │ │ │ │ │ ├── ConditionDamagedAtMost.json │ │ │ │ │ └── ConditionDamagedAtMost.md │ │ │ ├── transform │ │ │ │ ├── IIngredientTransformer.json │ │ │ │ ├── IIngredientTransformer.md │ │ │ │ └── type │ │ │ │ │ ├── TransformCustom.json │ │ │ │ │ ├── TransformCustom.md │ │ │ │ │ ├── TransformDamage.json │ │ │ │ │ ├── TransformDamage.md │ │ │ │ │ ├── TransformReplace.json │ │ │ │ │ ├── TransformReplace.md │ │ │ │ │ ├── TransformReuse.json │ │ │ │ │ └── TransformReuse.md │ │ │ └── type │ │ │ │ ├── IIngredientAny.json │ │ │ │ ├── IIngredientAny.md │ │ │ │ ├── IIngredientEmpty.json │ │ │ │ ├── IIngredientEmpty.md │ │ │ │ ├── IIngredientList.json │ │ │ │ ├── IIngredientList.md │ │ │ │ ├── IIngredientTransformed.json │ │ │ │ ├── IIngredientTransformed.md │ │ │ │ ├── IngredientConditioned.json │ │ │ │ ├── IngredientConditioned.md │ │ │ │ ├── IngredientWithAmount.json │ │ │ │ ├── IngredientWithAmount.md │ │ │ │ ├── TagIngredient.json │ │ │ │ ├── TagIngredient.md │ │ │ │ ├── WrappingIIngredient.json │ │ │ │ └── WrappingIIngredient.md │ │ │ ├── item │ │ │ ├── IItemStack.json │ │ │ ├── IItemStack.md │ │ │ ├── Ingredient.json │ │ │ ├── Ingredient.md │ │ │ ├── ItemCooldowns.json │ │ │ ├── ItemCooldowns.md │ │ │ ├── ItemDefinition.json │ │ │ ├── ItemDefinition.md │ │ │ ├── ItemStack.json │ │ │ ├── ItemStack.md │ │ │ ├── TooltipFlag.json │ │ │ ├── TooltipFlag.md │ │ │ ├── UseOnContext.json │ │ │ ├── UseOnContext.md │ │ │ ├── Vanishable.json │ │ │ ├── Vanishable.md │ │ │ ├── Wearable.json │ │ │ ├── Wearable.md │ │ │ ├── alchemy │ │ │ │ ├── Potion.json │ │ │ │ └── Potion.md │ │ │ ├── enchantment │ │ │ │ ├── Enchantment.json │ │ │ │ ├── Enchantment.md │ │ │ │ ├── EnchantmentCategory.json │ │ │ │ ├── EnchantmentCategory.md │ │ │ │ ├── Rarity.json │ │ │ │ └── Rarity.md │ │ │ ├── property │ │ │ │ ├── Rarity.json │ │ │ │ └── Rarity.md │ │ │ ├── tiered │ │ │ │ ├── Tiers.json │ │ │ │ └── Tiers.md │ │ │ ├── tooltip │ │ │ │ ├── ITooltipFunction.json │ │ │ │ └── ITooltipFunction.md │ │ │ └── type │ │ │ │ ├── armor │ │ │ │ ├── ArmorItem.json │ │ │ │ ├── ArmorItem.md │ │ │ │ ├── ArmorMaterial.json │ │ │ │ ├── ArmorMaterial.md │ │ │ │ ├── ArmorMaterials.json │ │ │ │ └── ArmorMaterials.md │ │ │ │ ├── block │ │ │ │ ├── BlockItem.json │ │ │ │ └── BlockItem.md │ │ │ │ ├── sword │ │ │ │ ├── SwordItem.json │ │ │ │ └── SwordItem.md │ │ │ │ └── tiered │ │ │ │ ├── Tier.json │ │ │ │ ├── Tier.md │ │ │ │ ├── TieredItem.json │ │ │ │ └── TieredItem.md │ │ │ ├── loot │ │ │ ├── EntityTarget.json │ │ │ ├── EntityTarget.md │ │ │ ├── IntRange.json │ │ │ ├── IntRange.md │ │ │ ├── LootContext.json │ │ │ ├── LootContext.md │ │ │ ├── LootContextBuilder.json │ │ │ ├── LootContextBuilder.md │ │ │ ├── LootManager.json │ │ │ ├── LootManager.md │ │ │ ├── LootTable.json │ │ │ ├── LootTable.md │ │ │ ├── NumberProvider.json │ │ │ ├── NumberProvider.md │ │ │ ├── condition │ │ │ │ ├── AlternativeLootCondition.json │ │ │ │ ├── AlternativeLootCondition.md │ │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ │ ├── BlockStatePropertyLootCondition.md │ │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ │ ├── BonusLevelTableLootCondition.md │ │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ │ ├── ConditionReferenceLootCondition.md │ │ │ │ ├── DamageSourceLootCondition.json │ │ │ │ ├── DamageSourceLootCondition.md │ │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ │ ├── EntityHasScoreLootCondition.md │ │ │ │ ├── EntityPropertyLootCondition.json │ │ │ │ ├── EntityPropertyLootCondition.md │ │ │ │ ├── ExplosionLootCondition.json │ │ │ │ ├── ExplosionLootCondition.md │ │ │ │ ├── InvertedLootCondition.json │ │ │ │ ├── InvertedLootCondition.md │ │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ │ ├── KilledByPlayerLootCondition.md │ │ │ │ ├── LocationCheckLootCondition.json │ │ │ │ ├── LocationCheckLootCondition.md │ │ │ │ ├── LootCondition.json │ │ │ │ ├── LootCondition.md │ │ │ │ ├── LootConditions.json │ │ │ │ ├── LootConditions.md │ │ │ │ ├── MatchToolLootCondition.json │ │ │ │ ├── MatchToolLootCondition.md │ │ │ │ ├── RandomChanceLootCondition.json │ │ │ │ ├── RandomChanceLootCondition.md │ │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ │ ├── RandomChanceWithLootingLootCondition.md │ │ │ │ ├── TimeCheckLootCondition.json │ │ │ │ ├── TimeCheckLootCondition.md │ │ │ │ ├── ValueCheckLootCondition.json │ │ │ │ ├── ValueCheckLootCondition.md │ │ │ │ ├── WeatherCheckLootCondition.json │ │ │ │ ├── WeatherCheckLootCondition.md │ │ │ │ └── builder │ │ │ │ │ ├── AlternativeLootConditionBuilder.json │ │ │ │ │ ├── AlternativeLootConditionBuilder.md │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.md │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.md │ │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ │ ├── LootConditionBuilder.md │ │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ │ ├── TimeCheckLootConditionBuilder.md │ │ │ │ │ ├── WeatherCheckLootConditionBuilder.json │ │ │ │ │ └── WeatherCheckLootConditionBuilder.md │ │ │ ├── modifier │ │ │ │ ├── BlockLootModifiers.json │ │ │ │ ├── BlockLootModifiers.md │ │ │ │ ├── BlockStateLootModifiers.json │ │ │ │ ├── BlockStateLootModifiers.md │ │ │ │ ├── CommonLootModifiers.json │ │ │ │ ├── CommonLootModifiers.md │ │ │ │ ├── EntityLootModifiers.json │ │ │ │ ├── EntityLootModifiers.md │ │ │ │ ├── ILootModifier.json │ │ │ │ ├── ILootModifier.md │ │ │ │ ├── LootModifierManager.json │ │ │ │ └── LootModifierManager.md │ │ │ ├── param │ │ │ │ ├── LootContextParam.json │ │ │ │ ├── LootContextParam.md │ │ │ │ ├── LootContextParamSet.json │ │ │ │ ├── LootContextParamSet.md │ │ │ │ ├── LootContextParamSets.json │ │ │ │ ├── LootContextParamSets.md │ │ │ │ ├── LootContextParams.json │ │ │ │ └── LootContextParams.md │ │ │ └── table │ │ │ │ ├── LootTableManager.json │ │ │ │ └── LootTableManager.md │ │ │ ├── misc │ │ │ ├── CTCauldronInteraction.json │ │ │ ├── CTCauldronInteraction.md │ │ │ ├── Cauldron.json │ │ │ ├── Cauldron.md │ │ │ ├── Composter.json │ │ │ └── Composter.md │ │ │ ├── mod │ │ │ ├── Mod.json │ │ │ ├── Mod.md │ │ │ ├── Mods.json │ │ │ └── Mods.md │ │ │ ├── predicate │ │ │ ├── BlockPredicate.json │ │ │ ├── BlockPredicate.md │ │ │ ├── DamageSourcePredicate.json │ │ │ ├── DamageSourcePredicate.md │ │ │ ├── DistancePredicate.json │ │ │ ├── DistancePredicate.md │ │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ │ ├── DoubleMinMaxBoundsPredicate.md │ │ │ ├── EnchantmentPredicate.json │ │ │ ├── EnchantmentPredicate.md │ │ │ ├── EntityEquipmentPredicate.json │ │ │ ├── EntityEquipmentPredicate.md │ │ │ ├── EntityFlagsPredicate.json │ │ │ ├── EntityFlagsPredicate.md │ │ │ ├── EntityPredicate.json │ │ │ ├── EntityPredicate.md │ │ │ ├── EntitySubPredicate.json │ │ │ ├── EntitySubPredicate.md │ │ │ ├── EntityTypePredicate.json │ │ │ ├── EntityTypePredicate.md │ │ │ ├── EntityVariantPredicate.json │ │ │ ├── EntityVariantPredicate.md │ │ │ ├── FishingHookPredicate.json │ │ │ ├── FishingHookPredicate.md │ │ │ ├── FluidPredicate.json │ │ │ ├── FluidPredicate.md │ │ │ ├── IntMinMaxBoundsPredicate.json │ │ │ ├── IntMinMaxBoundsPredicate.md │ │ │ ├── ItemPredicate.json │ │ │ ├── ItemPredicate.md │ │ │ ├── LightPredicate.json │ │ │ ├── LightPredicate.md │ │ │ ├── LightningBoltPredicate.json │ │ │ ├── LightningBoltPredicate.md │ │ │ ├── LocationPredicate.json │ │ │ ├── LocationPredicate.md │ │ │ ├── MobEffectPredicate.json │ │ │ ├── MobEffectPredicate.md │ │ │ ├── MobEffectsPredicate.json │ │ │ ├── MobEffectsPredicate.md │ │ │ ├── NbtPredicate.json │ │ │ ├── NbtPredicate.md │ │ │ ├── PlayerPredicate.json │ │ │ ├── PlayerPredicate.md │ │ │ ├── SlimePredicate.json │ │ │ ├── SlimePredicate.md │ │ │ ├── StatePropertiesPredicate.json │ │ │ ├── StatePropertiesPredicate.md │ │ │ └── builder │ │ │ │ ├── BlockPredicateBuilder.json │ │ │ │ ├── BlockPredicateBuilder.md │ │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ │ ├── DamageSourcePredicateBuilder.md │ │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ │ ├── EntityEquipmentPredicateBuilder.md │ │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ │ ├── EntityFlagsPredicateBuilder.md │ │ │ │ ├── EntityPredicateBuilder.json │ │ │ │ ├── EntityPredicateBuilder.md │ │ │ │ ├── FluidPredicateBuilder.json │ │ │ │ ├── FluidPredicateBuilder.md │ │ │ │ ├── ItemPredicateBuilder.json │ │ │ │ ├── ItemPredicateBuilder.md │ │ │ │ ├── LightPredicateBuilder.json │ │ │ │ ├── LightPredicateBuilder.md │ │ │ │ ├── LocationPredicateBuilder.json │ │ │ │ ├── LocationPredicateBuilder.md │ │ │ │ ├── PlayerPredicateBuilder.json │ │ │ │ ├── PlayerPredicateBuilder.md │ │ │ │ ├── StatePropertiesPredicateBuilder.json │ │ │ │ └── StatePropertiesPredicateBuilder.md │ │ │ ├── recipe │ │ │ ├── CookingBookCategory.json │ │ │ ├── CookingBookCategory.md │ │ │ ├── CraftingBookCategory.json │ │ │ ├── CraftingBookCategory.md │ │ │ ├── IRecipeComponent.json │ │ │ ├── IRecipeComponent.md │ │ │ ├── MirrorAxis.json │ │ │ ├── MirrorAxis.md │ │ │ ├── fun │ │ │ │ ├── RecipeFunction0D.json │ │ │ │ ├── RecipeFunction0D.md │ │ │ │ ├── RecipeFunction1D.json │ │ │ │ ├── RecipeFunction1D.md │ │ │ │ ├── RecipeFunction2D.json │ │ │ │ └── RecipeFunction2D.md │ │ │ ├── manager │ │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ │ ├── BlastFurnaceRecipeManager.md │ │ │ │ ├── CampFireRecipeManager.json │ │ │ │ ├── CampFireRecipeManager.md │ │ │ │ ├── CraftingTableRecipeManager.json │ │ │ │ ├── CraftingTableRecipeManager.md │ │ │ │ ├── FurnaceRecipeManager.json │ │ │ │ ├── FurnaceRecipeManager.md │ │ │ │ ├── GenericRecipesManager.json │ │ │ │ ├── GenericRecipesManager.md │ │ │ │ ├── ICookingRecipeManager.json │ │ │ │ ├── ICookingRecipeManager.md │ │ │ │ ├── IRecipeManager.json │ │ │ │ ├── IRecipeManager.md │ │ │ │ ├── RecipeManagerWrapper.json │ │ │ │ ├── RecipeManagerWrapper.md │ │ │ │ ├── SmithingRecipeManager.json │ │ │ │ ├── SmithingRecipeManager.md │ │ │ │ ├── SmokerRecipeManager.json │ │ │ │ ├── SmokerRecipeManager.md │ │ │ │ ├── StoneCutterManager.json │ │ │ │ └── StoneCutterManager.md │ │ │ ├── replacement │ │ │ │ ├── IFilteringRule.json │ │ │ │ ├── IFilteringRule.md │ │ │ │ ├── ITargetingFilter.json │ │ │ │ ├── ITargetingFilter.md │ │ │ │ ├── ITargetingStrategy.json │ │ │ │ ├── ITargetingStrategy.md │ │ │ │ ├── Replacer.json │ │ │ │ ├── Replacer.md │ │ │ │ └── type │ │ │ │ │ ├── ComponentFilteringRule.json │ │ │ │ │ ├── ComponentFilteringRule.md │ │ │ │ │ ├── CustomFilteringRule.json │ │ │ │ │ ├── CustomFilteringRule.md │ │ │ │ │ ├── ManagerFilteringRule.json │ │ │ │ │ ├── ManagerFilteringRule.md │ │ │ │ │ ├── ModsFilteringRule.json │ │ │ │ │ ├── ModsFilteringRule.md │ │ │ │ │ ├── NameFilteringRule.json │ │ │ │ │ ├── NameFilteringRule.md │ │ │ │ │ ├── NotFilteringRule.json │ │ │ │ │ └── NotFilteringRule.md │ │ │ └── type │ │ │ │ ├── AbstractCookingRecipe.json │ │ │ │ ├── AbstractCookingRecipe.md │ │ │ │ ├── BlastingRecipe.json │ │ │ │ ├── BlastingRecipe.md │ │ │ │ ├── CampfireCookingRecipe.json │ │ │ │ ├── CampfireCookingRecipe.md │ │ │ │ ├── CraftingRecipe.json │ │ │ │ ├── CraftingRecipe.md │ │ │ │ ├── Recipe.json │ │ │ │ ├── Recipe.md │ │ │ │ ├── ShapedRecipe.json │ │ │ │ ├── ShapedRecipe.md │ │ │ │ ├── ShapelessRecipe.json │ │ │ │ ├── ShapelessRecipe.md │ │ │ │ ├── SmeltingRecipe.json │ │ │ │ ├── SmeltingRecipe.md │ │ │ │ ├── SmokingRecipe.json │ │ │ │ ├── SmokingRecipe.md │ │ │ │ ├── StonecutterRecipe.json │ │ │ │ ├── StonecutterRecipe.md │ │ │ │ ├── UpgradeRecipe.json │ │ │ │ └── UpgradeRecipe.md │ │ │ ├── resource │ │ │ ├── ResourceLocation.json │ │ │ └── ResourceLocation.md │ │ │ ├── sequence │ │ │ └── task │ │ │ │ ├── ISequenceTask.json │ │ │ │ ├── ISequenceTask.md │ │ │ │ └── type │ │ │ │ ├── InstantTask.json │ │ │ │ ├── InstantTask.md │ │ │ │ ├── SleepTask.json │ │ │ │ ├── SleepTask.md │ │ │ │ ├── SleepUntilTask.json │ │ │ │ └── SleepUntilTask.md │ │ │ ├── server │ │ │ ├── PlayerList.json │ │ │ └── PlayerList.md │ │ │ ├── sound │ │ │ ├── SoundEvent.json │ │ │ ├── SoundEvent.md │ │ │ ├── SoundSource.json │ │ │ ├── SoundSource.md │ │ │ ├── SoundType.json │ │ │ └── SoundType.md │ │ │ ├── tag │ │ │ ├── ExpandBlockTag.json │ │ │ ├── ExpandBlockTag.md │ │ │ ├── ExpandEntityTypeTag.json │ │ │ ├── ExpandEntityTypeTag.md │ │ │ ├── ExpandFluidTagForge.json │ │ │ ├── ExpandFluidTagForge.md │ │ │ ├── ExpandItemTag.json │ │ │ ├── ExpandItemTag.md │ │ │ ├── ExpandManyBlockTag.json │ │ │ ├── ExpandManyBlockTag.md │ │ │ ├── ExpandManyEntityTypeTag.json │ │ │ ├── ExpandManyEntityTypeTag.md │ │ │ ├── ExpandManyFluidTagForge.json │ │ │ ├── ExpandManyFluidTagForge.md │ │ │ ├── ExpandManyItemTag.json │ │ │ ├── ExpandManyItemTag.md │ │ │ ├── MCTag.json │ │ │ ├── MCTag.md │ │ │ ├── manager │ │ │ │ ├── ITagManager.json │ │ │ │ ├── ITagManager.md │ │ │ │ └── type │ │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ │ ├── EntityTypeTagManager.md │ │ │ │ │ ├── KnownTagManager.json │ │ │ │ │ ├── KnownTagManager.md │ │ │ │ │ ├── UnknownTagManager.json │ │ │ │ │ └── UnknownTagManager.md │ │ │ └── type │ │ │ │ ├── KnownTag.json │ │ │ │ ├── KnownTag.md │ │ │ │ ├── UnknownTag.json │ │ │ │ └── UnknownTag.md │ │ │ ├── text │ │ │ ├── ChatFormatting.json │ │ │ ├── ChatFormatting.md │ │ │ ├── Component.json │ │ │ ├── Component.md │ │ │ ├── FormattedText.json │ │ │ ├── FormattedText.md │ │ │ ├── Message.json │ │ │ ├── Message.md │ │ │ ├── MutableComponent.json │ │ │ ├── MutableComponent.md │ │ │ ├── Style.json │ │ │ ├── Style.md │ │ │ ├── TextColor.json │ │ │ ├── TextColor.md │ │ │ └── content │ │ │ │ ├── ComponentContents.json │ │ │ │ ├── ComponentContents.md │ │ │ │ └── type │ │ │ │ ├── KeybindContents.json │ │ │ │ ├── KeybindContents.md │ │ │ │ ├── LiteralContents.json │ │ │ │ ├── LiteralContents.md │ │ │ │ ├── NbtContents.json │ │ │ │ ├── NbtContents.md │ │ │ │ ├── ScoreContents.json │ │ │ │ ├── ScoreContents.md │ │ │ │ ├── SelectorContents.json │ │ │ │ ├── SelectorContents.md │ │ │ │ ├── TranslatableContents.json │ │ │ │ └── TranslatableContents.md │ │ │ ├── util │ │ │ ├── BlockHitResult.json │ │ │ ├── BlockHitResult.md │ │ │ ├── EntityHitResult.json │ │ │ ├── EntityHitResult.md │ │ │ ├── HitResult.json │ │ │ ├── HitResult.md │ │ │ ├── HitResultType.json │ │ │ ├── HitResultType.md │ │ │ ├── InteractionHand.json │ │ │ ├── InteractionHand.md │ │ │ ├── Many.json │ │ │ ├── Many.md │ │ │ ├── NameUtil.json │ │ │ ├── NameUtil.md │ │ │ ├── Pair.json │ │ │ ├── Pair.md │ │ │ ├── Position.json │ │ │ ├── Position.md │ │ │ ├── StringRepresentable.json │ │ │ ├── StringRepresentable.md │ │ │ ├── direction │ │ │ │ ├── Axis.json │ │ │ │ ├── Axis.md │ │ │ │ ├── AxisDirection.json │ │ │ │ ├── AxisDirection.md │ │ │ │ ├── Direction.json │ │ │ │ ├── Direction.md │ │ │ │ ├── Plane.json │ │ │ │ └── Plane.md │ │ │ ├── math │ │ │ │ ├── AABB.json │ │ │ │ ├── AABB.md │ │ │ │ ├── AxisCycle.json │ │ │ │ ├── AxisCycle.md │ │ │ │ ├── BlockPos.json │ │ │ │ ├── BlockPos.md │ │ │ │ ├── FrontAndTop.json │ │ │ │ ├── FrontAndTop.md │ │ │ │ ├── Matrix3f.json │ │ │ │ ├── Matrix3f.md │ │ │ │ ├── MutableBlockPos.json │ │ │ │ ├── MutableBlockPos.md │ │ │ │ ├── OctahedralGroup.json │ │ │ │ ├── OctahedralGroup.md │ │ │ │ ├── Quaternionf.json │ │ │ │ ├── Quaternionf.md │ │ │ │ ├── Quaternionfc.json │ │ │ │ ├── Quaternionfc.md │ │ │ │ ├── Random.json │ │ │ │ ├── Random.md │ │ │ │ ├── RandomSource.json │ │ │ │ ├── RandomSource.md │ │ │ │ ├── Rotation.json │ │ │ │ ├── Rotation.md │ │ │ │ ├── Vec3.json │ │ │ │ ├── Vec3.md │ │ │ │ ├── Vec3i.json │ │ │ │ ├── Vec3i.md │ │ │ │ ├── Vector3f.json │ │ │ │ ├── Vector3f.md │ │ │ │ ├── Vector3fc.json │ │ │ │ └── Vector3fc.md │ │ │ ├── random │ │ │ │ ├── Percentaged.json │ │ │ │ └── Percentaged.md │ │ │ └── sequence │ │ │ │ ├── Sequence.json │ │ │ │ ├── Sequence.md │ │ │ │ ├── SequenceBuilder.json │ │ │ │ ├── SequenceBuilder.md │ │ │ │ ├── SequenceContext.json │ │ │ │ ├── SequenceContext.md │ │ │ │ ├── SequenceType.json │ │ │ │ └── SequenceType.md │ │ │ ├── villager │ │ │ ├── MerchantOffer.json │ │ │ ├── MerchantOffer.md │ │ │ ├── MerchantOffers.json │ │ │ ├── MerchantOffers.md │ │ │ ├── VillagerProfession.json │ │ │ ├── VillagerProfession.md │ │ │ ├── VillagerTrades.json │ │ │ ├── VillagerTrades.md │ │ │ ├── VillagerType.json │ │ │ ├── VillagerType.md │ │ │ └── trade │ │ │ │ ├── ItemListing.json │ │ │ │ ├── ItemListing.md │ │ │ │ └── type │ │ │ │ ├── BasicTradeListing.json │ │ │ │ ├── BasicTradeListing.md │ │ │ │ ├── DyedArmorForEmeralds.json │ │ │ │ ├── DyedArmorForEmeralds.md │ │ │ │ ├── EmeraldForItems.json │ │ │ │ ├── EmeraldForItems.md │ │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ │ ├── EmeraldsForVillagerTypeItem.md │ │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ │ ├── EnchantedItemForEmeralds.md │ │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ │ ├── ItemsAndEmeraldsToItems.md │ │ │ │ ├── ItemsForEmeralds.json │ │ │ │ ├── ItemsForEmeralds.md │ │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ │ ├── SuspiciousStewForEmerald.md │ │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ │ ├── TippedArrowForItemsAndEmeralds.md │ │ │ │ ├── TreasureMapForEmeralds.json │ │ │ │ └── TreasureMapForEmeralds.md │ │ │ └── world │ │ │ ├── BaseSpawner.json │ │ │ ├── BaseSpawner.md │ │ │ ├── Clearable.json │ │ │ ├── Clearable.md │ │ │ ├── Container.json │ │ │ ├── Container.md │ │ │ ├── CraftTweakerSavedData.json │ │ │ ├── CraftTweakerSavedData.md │ │ │ ├── DamageSource.json │ │ │ ├── DamageSource.md │ │ │ ├── Difficulty.json │ │ │ ├── Difficulty.md │ │ │ ├── DifficultyInstance.json │ │ │ ├── DifficultyInstance.md │ │ │ ├── Explosion.json │ │ │ ├── Explosion.md │ │ │ ├── ExplosionBlockInteraction.json │ │ │ ├── ExplosionBlockInteraction.md │ │ │ ├── GameType.json │ │ │ ├── GameType.md │ │ │ ├── InteractionResult.json │ │ │ ├── InteractionResult.md │ │ │ ├── InteractionResultHolder.json │ │ │ ├── InteractionResultHolder.md │ │ │ ├── ItemLike.json │ │ │ ├── ItemLike.md │ │ │ ├── Level.json │ │ │ ├── Level.md │ │ │ ├── LevelAccessor.json │ │ │ ├── LevelAccessor.md │ │ │ ├── LevelEventConstants.json │ │ │ ├── LevelEventConstants.md │ │ │ ├── Nameable.json │ │ │ ├── Nameable.md │ │ │ ├── SavedData.json │ │ │ ├── SavedData.md │ │ │ ├── ServerLevel.json │ │ │ ├── ServerLevel.md │ │ │ ├── biome │ │ │ ├── Biome.json │ │ │ └── Biome.md │ │ │ ├── clip │ │ │ ├── BlockClipContext.json │ │ │ ├── BlockClipContext.md │ │ │ ├── ClipContext.json │ │ │ ├── ClipContext.md │ │ │ ├── FluidClipContext.json │ │ │ └── FluidClipContext.md │ │ │ ├── data │ │ │ ├── LevelData.json │ │ │ ├── LevelData.md │ │ │ ├── ServerLevelData.json │ │ │ ├── ServerLevelData.md │ │ │ ├── WritableLevelData.json │ │ │ └── WritableLevelData.md │ │ │ └── map │ │ │ ├── MapDecorationType.json │ │ │ └── MapDecorationType.md │ ├── initialinventory │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── initialinventory │ │ │ ├── InvHandler.json │ │ │ └── InvHandler.md │ └── packmode │ │ ├── docs.json │ │ └── docs │ │ └── mods │ │ └── packmode │ │ └── PackMode.md ├── 1.19.4 │ ├── aether │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── aether │ │ │ ├── AltarFuelManager.json │ │ │ ├── AltarFuelManager.md │ │ │ ├── FreezerFuelManager.json │ │ │ ├── FreezerFuelManager.md │ │ │ ├── IncubatorFuelManager.json │ │ │ └── IncubatorFuelManager.md │ ├── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ │ ├── fabric │ │ │ └── api │ │ │ │ └── item │ │ │ │ ├── FabricItemStack.json │ │ │ │ ├── FabricItemStack.md │ │ │ │ ├── MCItemStack.json │ │ │ │ ├── MCItemStack.md │ │ │ │ ├── MCItemStackMutable.json │ │ │ │ └── MCItemStackMutable.md │ │ │ ├── forge │ │ │ └── api │ │ │ │ ├── BracketHandlers.json │ │ │ │ ├── BracketHandlers.md │ │ │ │ ├── ForgeBracketDumpers.json │ │ │ │ ├── ForgeBracketDumpers.md │ │ │ │ ├── ForgeBracketValidators.json │ │ │ │ ├── ForgeBracketValidators.md │ │ │ │ ├── capability │ │ │ │ ├── Capabilities.json │ │ │ │ ├── Capabilities.md │ │ │ │ ├── Capability.json │ │ │ │ ├── Capability.md │ │ │ │ ├── CapabilityProvider.json │ │ │ │ ├── CapabilityProvider.md │ │ │ │ ├── ICapabilityProvider.json │ │ │ │ ├── ICapabilityProvider.md │ │ │ │ ├── ICapabilityProviderImpl.json │ │ │ │ ├── ICapabilityProviderImpl.md │ │ │ │ ├── IEnergyStorage.json │ │ │ │ ├── IEnergyStorage.md │ │ │ │ ├── IFluidHandler.json │ │ │ │ ├── IFluidHandler.md │ │ │ │ ├── IFluidHandlerAction.json │ │ │ │ ├── IFluidHandlerAction.md │ │ │ │ ├── IFluidHandlerItem.json │ │ │ │ ├── IFluidHandlerItem.md │ │ │ │ ├── IItemHandler.json │ │ │ │ └── IItemHandler.md │ │ │ │ ├── event │ │ │ │ ├── DetonateExplosionEvent.json │ │ │ │ ├── DetonateExplosionEvent.md │ │ │ │ ├── DifficultyChangeEvent.json │ │ │ │ ├── DifficultyChangeEvent.md │ │ │ │ ├── Event.json │ │ │ │ ├── Event.md │ │ │ │ ├── EventResult.json │ │ │ │ ├── EventResult.md │ │ │ │ ├── ExplosionEvent.json │ │ │ │ ├── ExplosionEvent.md │ │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ │ ├── FurnaceFuelBurnTimeEvent.md │ │ │ │ ├── StartExplosionEvent.json │ │ │ │ ├── StartExplosionEvent.md │ │ │ │ ├── advancement │ │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ │ ├── AdvancementEarnEvent.md │ │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ │ ├── AdvancementProgressEvent.md │ │ │ │ │ ├── AdvancementProgressEventType.json │ │ │ │ │ └── AdvancementProgressEventType.md │ │ │ │ ├── anvil │ │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ │ ├── AnvilRepairEvent.md │ │ │ │ │ ├── AnvilUpdateEvent.json │ │ │ │ │ └── AnvilUpdateEvent.md │ │ │ │ ├── block │ │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ │ ├── BlockBreakEvent.md │ │ │ │ │ ├── BlockEvent.json │ │ │ │ │ ├── BlockEvent.md │ │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ │ ├── BlockToolModificationEvent.md │ │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ │ ├── EntityPlaceBlockEvent.md │ │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ │ ├── FarmlandTrampleEvent.md │ │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ │ ├── NeighborBlockNotifyEvent.md │ │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ │ ├── PortalSpawnEvent.md │ │ │ │ │ ├── crop │ │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ │ ├── CropGrowEvent.md │ │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ │ ├── PostCropGrowEvent.md │ │ │ │ │ │ ├── PreCropGrowEvent.json │ │ │ │ │ │ └── PreCropGrowEvent.md │ │ │ │ │ ├── fluid │ │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ │ ├── CreateFluidSourceEvent.md │ │ │ │ │ │ ├── FluidPlaceBlockEvent.json │ │ │ │ │ │ └── FluidPlaceBlockEvent.md │ │ │ │ │ └── piston │ │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ │ ├── PistonEvent.md │ │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ │ ├── PistonMoveType.md │ │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ │ ├── PostPistonEvent.md │ │ │ │ │ │ ├── PrePistonEvent.json │ │ │ │ │ │ └── PrePistonEvent.md │ │ │ │ ├── brewing │ │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ │ ├── PotionBrewEvent.md │ │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ │ ├── PotionBrewEventPost.md │ │ │ │ │ ├── PotionBrewEventPre.json │ │ │ │ │ └── PotionBrewEventPre.md │ │ │ │ ├── enchantment │ │ │ │ │ ├── EnchantmentLevelSetEvent.json │ │ │ │ │ └── EnchantmentLevelSetEvent.md │ │ │ │ ├── entity │ │ │ │ │ ├── EntityEvent.json │ │ │ │ │ ├── EntityEvent.md │ │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ │ ├── EntityJoinLevelEvent.md │ │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ │ ├── EntityLeaveLevelEvent.md │ │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ │ ├── EntityMobGriefingEvent.md │ │ │ │ │ ├── EntityMountEvent.json │ │ │ │ │ ├── EntityMountEvent.md │ │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ │ ├── EntityStruckByLightningEvent.md │ │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ │ ├── EntityTravelToDimensionEvent.md │ │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ │ ├── ProjectileImpactEvent.md │ │ │ │ │ ├── arrow │ │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ │ ├── ArrowLooseEvent.md │ │ │ │ │ │ ├── ArrowNockEvent.json │ │ │ │ │ │ └── ArrowNockEvent.md │ │ │ │ │ ├── conversion │ │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ │ ├── LivingConversionPostEvent.md │ │ │ │ │ │ ├── LivingConversionPreEvent.json │ │ │ │ │ │ └── LivingConversionPreEvent.md │ │ │ │ │ ├── living │ │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ │ ├── AnimalTameEvent.md │ │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ │ ├── BabyEntitySpawnEvent.md │ │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ │ ├── LivingAttackEvent.md │ │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ │ ├── LivingDamageEvent.md │ │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ │ ├── LivingDeathEvent.md │ │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ │ ├── LivingDestroyBlockEvent.md │ │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ │ ├── LivingDropsEvent.md │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.md │ │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ │ ├── LivingEvent.md │ │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ │ ├── LivingFallEvent.md │ │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ │ ├── LivingHealEvent.md │ │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ │ ├── LivingHurtEvent.md │ │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ │ ├── LivingJumpEvent.md │ │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ │ ├── LivingKnockBackEvent.md │ │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ │ ├── LivingUseTotemEvent.md │ │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ │ ├── LootingLevelEvent.md │ │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ │ ├── ShieldBlockEvent.md │ │ │ │ │ │ ├── conversion │ │ │ │ │ │ │ ├── LivingConversionEvent.json │ │ │ │ │ │ │ └── LivingConversionEvent.md │ │ │ │ │ │ ├── effect │ │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ │ ├── MobEffectAddedEvent.md │ │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ │ ├── MobEffectApplicableEvent.md │ │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ │ ├── MobEffectEvent.md │ │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ │ ├── MobEffectExpiredEvent.md │ │ │ │ │ │ │ ├── MobEffectRemoveEvent.json │ │ │ │ │ │ │ └── MobEffectRemoveEvent.md │ │ │ │ │ │ ├── spawn │ │ │ │ │ │ │ ├── AllowMobDespawnEvent.json │ │ │ │ │ │ │ ├── AllowMobDespawnEvent.md │ │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.md │ │ │ │ │ │ │ ├── MobSpawnEvent.json │ │ │ │ │ │ │ └── MobSpawnEvent.md │ │ │ │ │ │ └── target │ │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ │ ├── ILivingTargetType.md │ │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ │ ├── LivingChangeTargetEvent.md │ │ │ │ │ │ │ ├── LivingTargetType.json │ │ │ │ │ │ │ └── LivingTargetType.md │ │ │ │ │ ├── player │ │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ │ ├── AttackEntityEvent.md │ │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ │ ├── BonemealEvent.md │ │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ │ ├── CriticalHitEvent.md │ │ │ │ │ │ ├── FillBucketEvent.json │ │ │ │ │ │ ├── FillBucketEvent.md │ │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ │ ├── PlayerBreakSpeedEvent.md │ │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ │ ├── PlayerChangeGameModeEvent.md │ │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ │ ├── PlayerChangedDimensionEvent.md │ │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ │ ├── PlayerCloneEvent.md │ │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ │ ├── PlayerEvent.md │ │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ │ ├── PlayerFlyableFallEvent.md │ │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ │ ├── PlayerHarvestCheckEvent.md │ │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ │ ├── PlayerLoggedInEvent.md │ │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ │ ├── PlayerLoggedOutEvent.md │ │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ │ ├── PlayerNameFormatEvent.md │ │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ │ ├── PlayerRespawnEvent.md │ │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ │ ├── PlayerSetSpawnEvent.md │ │ │ │ │ │ ├── PlayerSleepInBedEvent.json │ │ │ │ │ │ ├── PlayerSleepInBedEvent.md │ │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ │ ├── PlayerWakeUpEvent.md │ │ │ │ │ │ ├── SleepingLocationCheckEvent.json │ │ │ │ │ │ ├── SleepingLocationCheckEvent.md │ │ │ │ │ │ ├── SleepingTimeCheckEvent.json │ │ │ │ │ │ ├── SleepingTimeCheckEvent.md │ │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ │ ├── TabListNameFormat.md │ │ │ │ │ │ ├── TradeWithVillagerEvent.json │ │ │ │ │ │ └── TradeWithVillagerEvent.md │ │ │ │ │ ├── teleport │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.md │ │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ │ ├── EnderEntityTeleportEvent.md │ │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ │ ├── EnderPearlTeleportEvent.md │ │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ │ ├── EntityCommandTeleportEvent.md │ │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.md │ │ │ │ │ │ ├── EntityTeleportEvent.json │ │ │ │ │ │ └── EntityTeleportEvent.md │ │ │ │ │ └── use │ │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.md │ │ │ │ │ │ ├── LivingEntityUseItemTickEvent.json │ │ │ │ │ │ └── LivingEntityUseItemTickEvent.md │ │ │ │ ├── grindstone │ │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ │ ├── GrindstoneEvent.md │ │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ │ ├── GrindstoneOnPlaceItemEvent.md │ │ │ │ │ ├── GrindstoneOnTakeItemEvent.json │ │ │ │ │ └── GrindstoneOnTakeItemEvent.md │ │ │ │ ├── interact │ │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ │ ├── EntityInteractEvent.md │ │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ │ ├── LeftClickBlockEvent.md │ │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ │ ├── LeftClickEmptyEvent.md │ │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ │ ├── PlayerInteractEvent.md │ │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ │ ├── RightClickBlockEvent.md │ │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ │ ├── RightClickEmptyEvent.md │ │ │ │ │ ├── RightClickItemEvent.json │ │ │ │ │ └── RightClickItemEvent.md │ │ │ │ ├── item │ │ │ │ │ ├── EntityItemPickupEvent.json │ │ │ │ │ ├── EntityItemPickupEvent.md │ │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ │ ├── ItemAttributeModifierEvent.md │ │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ │ ├── ItemCraftedEvent.md │ │ │ │ │ ├── ItemEvent.json │ │ │ │ │ ├── ItemEvent.md │ │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ │ ├── ItemExpireEvent.md │ │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ │ ├── ItemFishedEvent.md │ │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ │ ├── ItemPickupEvent.md │ │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ │ ├── ItemSmeltedEvent.md │ │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ │ ├── ItemTooltipEvent.md │ │ │ │ │ ├── ItemTossEvent.json │ │ │ │ │ ├── ItemTossEvent.md │ │ │ │ │ ├── PlayerDestroyItemEvent.json │ │ │ │ │ └── PlayerDestroyItemEvent.md │ │ │ │ ├── level │ │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ │ ├── CreateSpawnPositionEvent.md │ │ │ │ │ ├── LevelEvent.json │ │ │ │ │ └── LevelEvent.md │ │ │ │ ├── tick │ │ │ │ │ ├── ClientTickEvent.json │ │ │ │ │ ├── ClientTickEvent.md │ │ │ │ │ ├── LevelTickEvent.json │ │ │ │ │ ├── LevelTickEvent.md │ │ │ │ │ ├── LivingTickEvent.json │ │ │ │ │ ├── LivingTickEvent.md │ │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ │ ├── PlayerTickEvent.md │ │ │ │ │ ├── ServerTickEvent.json │ │ │ │ │ ├── ServerTickEvent.md │ │ │ │ │ ├── TickEvent.json │ │ │ │ │ ├── TickEvent.md │ │ │ │ │ ├── TickEventPhase.json │ │ │ │ │ ├── TickEventPhase.md │ │ │ │ │ ├── TickEventType.json │ │ │ │ │ └── TickEventType.md │ │ │ │ └── xp │ │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ │ ├── LivingExperienceDropEvent.md │ │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ │ ├── PlayerPickupXpEvent.md │ │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ │ ├── PlayerXpChangeEvent.md │ │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ │ ├── PlayerXpEvent.md │ │ │ │ │ ├── PlayerXpLevelChangeEvent.json │ │ │ │ │ └── PlayerXpLevelChangeEvent.md │ │ │ │ ├── fluid │ │ │ │ ├── FluidIngredient.json │ │ │ │ └── FluidIngredient.md │ │ │ │ ├── game │ │ │ │ ├── Distribution.json │ │ │ │ ├── Distribution.md │ │ │ │ ├── LogicalSide.json │ │ │ │ └── LogicalSide.md │ │ │ │ ├── item │ │ │ │ ├── ForgeIItemStackExpansions.json │ │ │ │ ├── ForgeIItemStackExpansions.md │ │ │ │ ├── ForgeItemStack.json │ │ │ │ ├── ForgeItemStack.md │ │ │ │ ├── MCItemStack.json │ │ │ │ ├── MCItemStack.md │ │ │ │ ├── MCItemStackMutable.json │ │ │ │ └── MCItemStackMutable.md │ │ │ │ ├── loot │ │ │ │ └── condition │ │ │ │ │ ├── LootTableIdLootCondition.json │ │ │ │ │ ├── LootTableIdLootCondition.md │ │ │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ │ │ ├── LootTableIdRegexLootCondition.md │ │ │ │ │ └── builder │ │ │ │ │ ├── LootTableIdLootConditionBuilder.json │ │ │ │ │ └── LootTableIdLootConditionBuilder.md │ │ │ │ ├── recipe │ │ │ │ └── brewing │ │ │ │ │ ├── Brewing.json │ │ │ │ │ └── Brewing.md │ │ │ │ ├── tool │ │ │ │ ├── ToolAction.json │ │ │ │ └── ToolAction.md │ │ │ │ └── villager │ │ │ │ └── trade │ │ │ │ └── type │ │ │ │ ├── BasicItemListing.json │ │ │ │ └── BasicItemListing.md │ │ │ └── vanilla │ │ │ └── api │ │ │ ├── BracketDumpers.json │ │ │ ├── BracketDumpers.md │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketHandlers.md │ │ │ ├── BracketValidators.json │ │ │ ├── BracketValidators.md │ │ │ ├── ResourceLocationBracketHandler.json │ │ │ ├── ResourceLocationBracketHandler.md │ │ │ ├── advancement │ │ │ ├── Advancement.json │ │ │ ├── Advancement.md │ │ │ ├── AdvancementProgress.json │ │ │ ├── AdvancementProgress.md │ │ │ ├── AdvancementRewards.json │ │ │ ├── AdvancementRewards.md │ │ │ ├── Criterion.json │ │ │ ├── Criterion.md │ │ │ ├── CriterionProgress.json │ │ │ ├── CriterionProgress.md │ │ │ ├── DisplayInfo.json │ │ │ ├── DisplayInfo.md │ │ │ ├── FrameType.json │ │ │ └── FrameType.md │ │ │ ├── block │ │ │ ├── Block.json │ │ │ ├── Block.md │ │ │ ├── BlockIngredient.json │ │ │ ├── BlockIngredient.md │ │ │ ├── BlockState.json │ │ │ ├── BlockState.md │ │ │ ├── entity │ │ │ │ ├── BlockEntity.json │ │ │ │ └── BlockEntity.md │ │ │ ├── material │ │ │ │ ├── ColorBrightness.json │ │ │ │ ├── ColorBrightness.md │ │ │ │ ├── Material.json │ │ │ │ ├── Material.md │ │ │ │ ├── MaterialColor.json │ │ │ │ ├── MaterialColor.md │ │ │ │ ├── PushReaction.json │ │ │ │ └── PushReaction.md │ │ │ └── type │ │ │ │ ├── cauldron │ │ │ │ ├── AbstractCauldronBlock.json │ │ │ │ ├── AbstractCauldronBlock.md │ │ │ │ ├── CauldronBlock.json │ │ │ │ ├── CauldronBlock.md │ │ │ │ ├── LavaCauldronBlock.json │ │ │ │ ├── LavaCauldronBlock.md │ │ │ │ ├── LayeredCauldronBlock.json │ │ │ │ ├── LayeredCauldronBlock.md │ │ │ │ ├── PowderSnowCauldronBlock.json │ │ │ │ └── PowderSnowCauldronBlock.md │ │ │ │ ├── falling │ │ │ │ ├── Fallable.json │ │ │ │ ├── Fallable.md │ │ │ │ ├── FallingBlock.json │ │ │ │ └── FallingBlock.md │ │ │ │ └── piston │ │ │ │ ├── PistonMath.json │ │ │ │ ├── PistonMath.md │ │ │ │ ├── PistonStructureResolver.json │ │ │ │ └── PistonStructureResolver.md │ │ │ ├── bracket │ │ │ ├── CommandStringDisplayable.json │ │ │ └── CommandStringDisplayable.md │ │ │ ├── command │ │ │ ├── CommandSource.json │ │ │ └── CommandSource.md │ │ │ ├── data │ │ │ ├── BoolData.json │ │ │ ├── BoolData.md │ │ │ ├── ByteArrayData.json │ │ │ ├── ByteArrayData.md │ │ │ ├── ByteData.json │ │ │ ├── ByteData.md │ │ │ ├── DoubleData.json │ │ │ ├── DoubleData.md │ │ │ ├── FloatData.json │ │ │ ├── FloatData.md │ │ │ ├── IData.json │ │ │ ├── IData.md │ │ │ ├── IntArrayData.json │ │ │ ├── IntArrayData.md │ │ │ ├── IntData.json │ │ │ ├── IntData.md │ │ │ ├── ListData.json │ │ │ ├── ListData.md │ │ │ ├── LongArrayData.json │ │ │ ├── LongArrayData.md │ │ │ ├── LongData.json │ │ │ ├── LongData.md │ │ │ ├── MapData.json │ │ │ ├── MapData.md │ │ │ ├── ShortData.json │ │ │ ├── ShortData.md │ │ │ ├── StringData.json │ │ │ └── StringData.md │ │ │ ├── entity │ │ │ ├── Entity.json │ │ │ ├── Entity.md │ │ │ ├── EntityAccess.json │ │ │ ├── EntityAccess.md │ │ │ ├── EntityDimensions.json │ │ │ ├── EntityDimensions.md │ │ │ ├── EntityIngredient.json │ │ │ ├── EntityIngredient.md │ │ │ ├── EntityType.json │ │ │ ├── EntityType.md │ │ │ ├── HumanoidArm.json │ │ │ ├── HumanoidArm.md │ │ │ ├── INameTagFunction.json │ │ │ ├── INameTagFunction.md │ │ │ ├── LivingEntity.json │ │ │ ├── LivingEntity.md │ │ │ ├── MobCategory.json │ │ │ ├── MobCategory.md │ │ │ ├── MobSpawnType.json │ │ │ ├── MobSpawnType.md │ │ │ ├── MobType.json │ │ │ ├── MobType.md │ │ │ ├── NameTagResult.json │ │ │ ├── NameTagResult.md │ │ │ ├── RemovalReason.json │ │ │ ├── RemovalReason.md │ │ │ ├── attribute │ │ │ │ ├── Attribute.json │ │ │ │ ├── Attribute.md │ │ │ │ ├── AttributeInstance.json │ │ │ │ ├── AttributeInstance.md │ │ │ │ ├── AttributeModifier.json │ │ │ │ ├── AttributeModifier.md │ │ │ │ ├── AttributeOperation.json │ │ │ │ └── AttributeOperation.md │ │ │ ├── effect │ │ │ │ ├── AbsorptionMobEffect.json │ │ │ │ ├── AbsorptionMobEffect.md │ │ │ │ ├── AttackDamageMobEffect.json │ │ │ │ ├── AttackDamageMobEffect.md │ │ │ │ ├── HealthBoostMobEffect.json │ │ │ │ ├── HealthBoostMobEffect.md │ │ │ │ ├── InstantenousMobEffect.json │ │ │ │ ├── InstantenousMobEffect.md │ │ │ │ ├── MobEffect.json │ │ │ │ ├── MobEffect.md │ │ │ │ ├── MobEffectCategory.json │ │ │ │ ├── MobEffectCategory.md │ │ │ │ ├── MobEffectInstance.json │ │ │ │ ├── MobEffectInstance.md │ │ │ │ ├── MobEffectUtil.json │ │ │ │ └── MobEffectUtil.md │ │ │ ├── equipment │ │ │ │ ├── EquipmentSlot.json │ │ │ │ ├── EquipmentSlot.md │ │ │ │ ├── EquipmentSlotType.json │ │ │ │ └── EquipmentSlotType.md │ │ │ └── type │ │ │ │ ├── animal │ │ │ │ ├── Animal.json │ │ │ │ └── Animal.md │ │ │ │ ├── item │ │ │ │ ├── ItemEntity.json │ │ │ │ └── ItemEntity.md │ │ │ │ ├── misc │ │ │ │ ├── AgeableMob.json │ │ │ │ ├── AgeableMob.md │ │ │ │ ├── ExperienceOrb.json │ │ │ │ ├── ExperienceOrb.md │ │ │ │ ├── FallingBlockEntity.json │ │ │ │ ├── FallingBlockEntity.md │ │ │ │ ├── LightningBolt.json │ │ │ │ ├── LightningBolt.md │ │ │ │ ├── Mob.json │ │ │ │ ├── Mob.md │ │ │ │ ├── PathfinderMob.json │ │ │ │ └── PathfinderMob.md │ │ │ │ ├── player │ │ │ │ ├── Abilities.json │ │ │ │ ├── Abilities.md │ │ │ │ ├── Inventory.json │ │ │ │ ├── Inventory.md │ │ │ │ ├── Player.json │ │ │ │ ├── Player.md │ │ │ │ ├── PlayerBedSleepingProblem.json │ │ │ │ ├── PlayerBedSleepingProblem.md │ │ │ │ ├── ServerPlayer.json │ │ │ │ └── ServerPlayer.md │ │ │ │ ├── projectile │ │ │ │ ├── AbstractHurtingProjectile.json │ │ │ │ ├── AbstractHurtingProjectile.md │ │ │ │ ├── Fireball.json │ │ │ │ ├── Fireball.md │ │ │ │ ├── FireworkRocketEntity.json │ │ │ │ ├── FireworkRocketEntity.md │ │ │ │ ├── FishingHook.json │ │ │ │ ├── FishingHook.md │ │ │ │ ├── ItemSupplier.json │ │ │ │ ├── ItemSupplier.md │ │ │ │ ├── LargeFireball.json │ │ │ │ ├── LargeFireball.md │ │ │ │ ├── Projectile.json │ │ │ │ ├── Projectile.md │ │ │ │ ├── SmallFireball.json │ │ │ │ ├── SmallFireball.md │ │ │ │ ├── ThrowableItemProjectile.json │ │ │ │ ├── ThrowableItemProjectile.md │ │ │ │ ├── ThrowableProjectile.json │ │ │ │ ├── ThrowableProjectile.md │ │ │ │ ├── ThrownEnderpearl.json │ │ │ │ ├── ThrownEnderpearl.md │ │ │ │ ├── WitherSkull.json │ │ │ │ ├── WitherSkull.md │ │ │ │ └── arrow │ │ │ │ │ ├── Arrow.json │ │ │ │ │ └── Arrow.md │ │ │ │ └── villager │ │ │ │ ├── AbstractVillager.json │ │ │ │ ├── AbstractVillager.md │ │ │ │ ├── Merchant.json │ │ │ │ └── Merchant.md │ │ │ ├── event │ │ │ ├── EventManager.json │ │ │ ├── EventManager.md │ │ │ ├── EventPhase.json │ │ │ └── EventPhase.md │ │ │ ├── fluid │ │ │ ├── Fluid.json │ │ │ ├── Fluid.md │ │ │ ├── IFluidStack.json │ │ │ └── IFluidStack.md │ │ │ ├── food │ │ │ ├── FoodData.json │ │ │ ├── FoodData.md │ │ │ ├── FoodProperties.json │ │ │ └── FoodProperties.md │ │ │ ├── game │ │ │ ├── Game.json │ │ │ ├── Game.md │ │ │ ├── Server.json │ │ │ └── Server.md │ │ │ ├── ingredient │ │ │ ├── IIngredient.json │ │ │ ├── IIngredient.md │ │ │ ├── IIngredientWithAmount.json │ │ │ ├── IIngredientWithAmount.md │ │ │ ├── condition │ │ │ │ ├── IIngredientCondition.json │ │ │ │ ├── IIngredientCondition.md │ │ │ │ └── type │ │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ │ ├── ConditionAnyDamage.md │ │ │ │ │ ├── ConditionCustom.json │ │ │ │ │ ├── ConditionCustom.md │ │ │ │ │ ├── ConditionDamaged.json │ │ │ │ │ ├── ConditionDamaged.md │ │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ │ ├── ConditionDamagedAtLeast.md │ │ │ │ │ ├── ConditionDamagedAtMost.json │ │ │ │ │ └── ConditionDamagedAtMost.md │ │ │ ├── transform │ │ │ │ ├── IIngredientTransformer.json │ │ │ │ ├── IIngredientTransformer.md │ │ │ │ └── type │ │ │ │ │ ├── TransformCustom.json │ │ │ │ │ ├── TransformCustom.md │ │ │ │ │ ├── TransformDamage.json │ │ │ │ │ ├── TransformDamage.md │ │ │ │ │ ├── TransformReplace.json │ │ │ │ │ ├── TransformReplace.md │ │ │ │ │ ├── TransformReuse.json │ │ │ │ │ └── TransformReuse.md │ │ │ └── type │ │ │ │ ├── IIngredientAny.json │ │ │ │ ├── IIngredientAny.md │ │ │ │ ├── IIngredientEmpty.json │ │ │ │ ├── IIngredientEmpty.md │ │ │ │ ├── IIngredientList.json │ │ │ │ ├── IIngredientList.md │ │ │ │ ├── IIngredientTransformed.json │ │ │ │ ├── IIngredientTransformed.md │ │ │ │ ├── IngredientConditioned.json │ │ │ │ ├── IngredientConditioned.md │ │ │ │ ├── IngredientWithAmount.json │ │ │ │ ├── IngredientWithAmount.md │ │ │ │ ├── TagIngredient.json │ │ │ │ ├── TagIngredient.md │ │ │ │ ├── WrappingIIngredient.json │ │ │ │ └── WrappingIIngredient.md │ │ │ ├── item │ │ │ ├── Equipable.json │ │ │ ├── Equipable.md │ │ │ ├── IItemStack.json │ │ │ ├── IItemStack.md │ │ │ ├── Ingredient.json │ │ │ ├── Ingredient.md │ │ │ ├── ItemCooldowns.json │ │ │ ├── ItemCooldowns.md │ │ │ ├── ItemDefinition.json │ │ │ ├── ItemDefinition.md │ │ │ ├── ItemStack.json │ │ │ ├── ItemStack.md │ │ │ ├── TooltipFlag.json │ │ │ ├── TooltipFlag.md │ │ │ ├── UseOnContext.json │ │ │ ├── UseOnContext.md │ │ │ ├── Vanishable.json │ │ │ ├── Vanishable.md │ │ │ ├── alchemy │ │ │ │ ├── Potion.json │ │ │ │ └── Potion.md │ │ │ ├── enchantment │ │ │ │ ├── Enchantment.json │ │ │ │ ├── Enchantment.md │ │ │ │ ├── EnchantmentCategory.json │ │ │ │ ├── EnchantmentCategory.md │ │ │ │ ├── Rarity.json │ │ │ │ └── Rarity.md │ │ │ ├── property │ │ │ │ ├── Rarity.json │ │ │ │ └── Rarity.md │ │ │ ├── tiered │ │ │ │ ├── Tiers.json │ │ │ │ └── Tiers.md │ │ │ ├── tooltip │ │ │ │ ├── ITooltipFunction.json │ │ │ │ └── ITooltipFunction.md │ │ │ └── type │ │ │ │ ├── armor │ │ │ │ ├── ArmorItem.json │ │ │ │ ├── ArmorItem.md │ │ │ │ ├── ArmorItemType.json │ │ │ │ ├── ArmorItemType.md │ │ │ │ ├── ArmorMaterial.json │ │ │ │ ├── ArmorMaterial.md │ │ │ │ ├── ArmorMaterials.json │ │ │ │ └── ArmorMaterials.md │ │ │ │ ├── block │ │ │ │ ├── BlockItem.json │ │ │ │ └── BlockItem.md │ │ │ │ ├── sword │ │ │ │ ├── SwordItem.json │ │ │ │ └── SwordItem.md │ │ │ │ └── tiered │ │ │ │ ├── Tier.json │ │ │ │ ├── Tier.md │ │ │ │ ├── TieredItem.json │ │ │ │ └── TieredItem.md │ │ │ ├── loot │ │ │ ├── EntityTarget.json │ │ │ ├── EntityTarget.md │ │ │ ├── IntRange.json │ │ │ ├── IntRange.md │ │ │ ├── LootContext.json │ │ │ ├── LootContext.md │ │ │ ├── LootContextBuilder.json │ │ │ ├── LootContextBuilder.md │ │ │ ├── LootManager.json │ │ │ ├── LootManager.md │ │ │ ├── LootTable.json │ │ │ ├── LootTable.md │ │ │ ├── NumberProvider.json │ │ │ ├── NumberProvider.md │ │ │ ├── condition │ │ │ │ ├── AlternativeLootCondition.json │ │ │ │ ├── AlternativeLootCondition.md │ │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ │ ├── BlockStatePropertyLootCondition.md │ │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ │ ├── BonusLevelTableLootCondition.md │ │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ │ ├── ConditionReferenceLootCondition.md │ │ │ │ ├── DamageSourceLootCondition.json │ │ │ │ ├── DamageSourceLootCondition.md │ │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ │ ├── EntityHasScoreLootCondition.md │ │ │ │ ├── EntityPropertyLootCondition.json │ │ │ │ ├── EntityPropertyLootCondition.md │ │ │ │ ├── ExplosionLootCondition.json │ │ │ │ ├── ExplosionLootCondition.md │ │ │ │ ├── InvertedLootCondition.json │ │ │ │ ├── InvertedLootCondition.md │ │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ │ ├── KilledByPlayerLootCondition.md │ │ │ │ ├── LocationCheckLootCondition.json │ │ │ │ ├── LocationCheckLootCondition.md │ │ │ │ ├── LootCondition.json │ │ │ │ ├── LootCondition.md │ │ │ │ ├── LootConditions.json │ │ │ │ ├── LootConditions.md │ │ │ │ ├── MatchToolLootCondition.json │ │ │ │ ├── MatchToolLootCondition.md │ │ │ │ ├── RandomChanceLootCondition.json │ │ │ │ ├── RandomChanceLootCondition.md │ │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ │ ├── RandomChanceWithLootingLootCondition.md │ │ │ │ ├── TimeCheckLootCondition.json │ │ │ │ ├── TimeCheckLootCondition.md │ │ │ │ ├── ValueCheckLootCondition.json │ │ │ │ ├── ValueCheckLootCondition.md │ │ │ │ ├── WeatherCheckLootCondition.json │ │ │ │ ├── WeatherCheckLootCondition.md │ │ │ │ └── builder │ │ │ │ │ ├── AlternativeLootConditionBuilder.json │ │ │ │ │ ├── AlternativeLootConditionBuilder.md │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.md │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.md │ │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ │ ├── LootConditionBuilder.md │ │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ │ ├── TimeCheckLootConditionBuilder.md │ │ │ │ │ ├── WeatherCheckLootConditionBuilder.json │ │ │ │ │ └── WeatherCheckLootConditionBuilder.md │ │ │ ├── modifier │ │ │ │ ├── BlockLootModifiers.json │ │ │ │ ├── BlockLootModifiers.md │ │ │ │ ├── BlockStateLootModifiers.json │ │ │ │ ├── BlockStateLootModifiers.md │ │ │ │ ├── CommonLootModifiers.json │ │ │ │ ├── CommonLootModifiers.md │ │ │ │ ├── EntityLootModifiers.json │ │ │ │ ├── EntityLootModifiers.md │ │ │ │ ├── ILootModifier.json │ │ │ │ ├── ILootModifier.md │ │ │ │ ├── LootModifierManager.json │ │ │ │ └── LootModifierManager.md │ │ │ ├── param │ │ │ │ ├── LootContextParam.json │ │ │ │ ├── LootContextParam.md │ │ │ │ ├── LootContextParamSet.json │ │ │ │ ├── LootContextParamSet.md │ │ │ │ ├── LootContextParamSets.json │ │ │ │ ├── LootContextParamSets.md │ │ │ │ ├── LootContextParams.json │ │ │ │ └── LootContextParams.md │ │ │ └── table │ │ │ │ ├── LootTableManager.json │ │ │ │ └── LootTableManager.md │ │ │ ├── misc │ │ │ ├── CTCauldronInteraction.json │ │ │ ├── CTCauldronInteraction.md │ │ │ ├── Cauldron.json │ │ │ ├── Cauldron.md │ │ │ ├── Composter.json │ │ │ └── Composter.md │ │ │ ├── mod │ │ │ ├── Mod.json │ │ │ ├── Mod.md │ │ │ ├── Mods.json │ │ │ └── Mods.md │ │ │ ├── predicate │ │ │ ├── BlockPredicate.json │ │ │ ├── BlockPredicate.md │ │ │ ├── DamageSourcePredicate.json │ │ │ ├── DamageSourcePredicate.md │ │ │ ├── DistancePredicate.json │ │ │ ├── DistancePredicate.md │ │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ │ ├── DoubleMinMaxBoundsPredicate.md │ │ │ ├── EnchantmentPredicate.json │ │ │ ├── EnchantmentPredicate.md │ │ │ ├── EntityEquipmentPredicate.json │ │ │ ├── EntityEquipmentPredicate.md │ │ │ ├── EntityFlagsPredicate.json │ │ │ ├── EntityFlagsPredicate.md │ │ │ ├── EntityPredicate.json │ │ │ ├── EntityPredicate.md │ │ │ ├── EntitySubPredicate.json │ │ │ ├── EntitySubPredicate.md │ │ │ ├── EntityTypePredicate.json │ │ │ ├── EntityTypePredicate.md │ │ │ ├── EntityVariantPredicate.json │ │ │ ├── EntityVariantPredicate.md │ │ │ ├── FishingHookPredicate.json │ │ │ ├── FishingHookPredicate.md │ │ │ ├── FluidPredicate.json │ │ │ ├── FluidPredicate.md │ │ │ ├── IntMinMaxBoundsPredicate.json │ │ │ ├── IntMinMaxBoundsPredicate.md │ │ │ ├── ItemPredicate.json │ │ │ ├── ItemPredicate.md │ │ │ ├── LightPredicate.json │ │ │ ├── LightPredicate.md │ │ │ ├── LightningBoltPredicate.json │ │ │ ├── LightningBoltPredicate.md │ │ │ ├── LocationPredicate.json │ │ │ ├── LocationPredicate.md │ │ │ ├── MobEffectPredicate.json │ │ │ ├── MobEffectPredicate.md │ │ │ ├── MobEffectsPredicate.json │ │ │ ├── MobEffectsPredicate.md │ │ │ ├── NbtPredicate.json │ │ │ ├── NbtPredicate.md │ │ │ ├── PlayerPredicate.json │ │ │ ├── PlayerPredicate.md │ │ │ ├── SlimePredicate.json │ │ │ ├── SlimePredicate.md │ │ │ ├── StatePropertiesPredicate.json │ │ │ ├── StatePropertiesPredicate.md │ │ │ ├── TagPredicate.json │ │ │ ├── TagPredicate.md │ │ │ └── builder │ │ │ │ ├── BlockPredicateBuilder.json │ │ │ │ ├── BlockPredicateBuilder.md │ │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ │ ├── DamageSourcePredicateBuilder.md │ │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ │ ├── EntityEquipmentPredicateBuilder.md │ │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ │ ├── EntityFlagsPredicateBuilder.md │ │ │ │ ├── EntityPredicateBuilder.json │ │ │ │ ├── EntityPredicateBuilder.md │ │ │ │ ├── FluidPredicateBuilder.json │ │ │ │ ├── FluidPredicateBuilder.md │ │ │ │ ├── ItemPredicateBuilder.json │ │ │ │ ├── ItemPredicateBuilder.md │ │ │ │ ├── LightPredicateBuilder.json │ │ │ │ ├── LightPredicateBuilder.md │ │ │ │ ├── LocationPredicateBuilder.json │ │ │ │ ├── LocationPredicateBuilder.md │ │ │ │ ├── PlayerPredicateBuilder.json │ │ │ │ ├── PlayerPredicateBuilder.md │ │ │ │ ├── StatePropertiesPredicateBuilder.json │ │ │ │ └── StatePropertiesPredicateBuilder.md │ │ │ ├── recipe │ │ │ ├── CookingBookCategory.json │ │ │ ├── CookingBookCategory.md │ │ │ ├── CraftingBookCategory.json │ │ │ ├── CraftingBookCategory.md │ │ │ ├── IRecipeComponent.json │ │ │ ├── IRecipeComponent.md │ │ │ ├── MirrorAxis.json │ │ │ ├── MirrorAxis.md │ │ │ ├── fun │ │ │ │ ├── RecipeFunction0D.json │ │ │ │ ├── RecipeFunction0D.md │ │ │ │ ├── RecipeFunction1D.json │ │ │ │ ├── RecipeFunction1D.md │ │ │ │ ├── RecipeFunction2D.json │ │ │ │ └── RecipeFunction2D.md │ │ │ ├── manager │ │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ │ ├── BlastFurnaceRecipeManager.md │ │ │ │ ├── CampFireRecipeManager.json │ │ │ │ ├── CampFireRecipeManager.md │ │ │ │ ├── CraftingTableRecipeManager.json │ │ │ │ ├── CraftingTableRecipeManager.md │ │ │ │ ├── FurnaceRecipeManager.json │ │ │ │ ├── FurnaceRecipeManager.md │ │ │ │ ├── GenericRecipesManager.json │ │ │ │ ├── GenericRecipesManager.md │ │ │ │ ├── ICookingRecipeManager.json │ │ │ │ ├── ICookingRecipeManager.md │ │ │ │ ├── IRecipeManager.json │ │ │ │ ├── IRecipeManager.md │ │ │ │ ├── RecipeManagerWrapper.json │ │ │ │ ├── RecipeManagerWrapper.md │ │ │ │ ├── SmithingRecipeManager.json │ │ │ │ ├── SmithingRecipeManager.md │ │ │ │ ├── SmokerRecipeManager.json │ │ │ │ ├── SmokerRecipeManager.md │ │ │ │ ├── StoneCutterManager.json │ │ │ │ └── StoneCutterManager.md │ │ │ ├── replacement │ │ │ │ ├── IFilteringRule.json │ │ │ │ ├── IFilteringRule.md │ │ │ │ ├── ITargetingFilter.json │ │ │ │ ├── ITargetingFilter.md │ │ │ │ ├── ITargetingStrategy.json │ │ │ │ ├── ITargetingStrategy.md │ │ │ │ ├── Replacer.json │ │ │ │ ├── Replacer.md │ │ │ │ └── type │ │ │ │ │ ├── ComponentFilteringRule.json │ │ │ │ │ ├── ComponentFilteringRule.md │ │ │ │ │ ├── CustomFilteringRule.json │ │ │ │ │ ├── CustomFilteringRule.md │ │ │ │ │ ├── ManagerFilteringRule.json │ │ │ │ │ ├── ManagerFilteringRule.md │ │ │ │ │ ├── ModsFilteringRule.json │ │ │ │ │ ├── ModsFilteringRule.md │ │ │ │ │ ├── NameFilteringRule.json │ │ │ │ │ ├── NameFilteringRule.md │ │ │ │ │ ├── NotFilteringRule.json │ │ │ │ │ └── NotFilteringRule.md │ │ │ └── type │ │ │ │ ├── AbstractCookingRecipe.json │ │ │ │ ├── AbstractCookingRecipe.md │ │ │ │ ├── BlastingRecipe.json │ │ │ │ ├── BlastingRecipe.md │ │ │ │ ├── CampfireCookingRecipe.json │ │ │ │ ├── CampfireCookingRecipe.md │ │ │ │ ├── CraftingRecipe.json │ │ │ │ ├── CraftingRecipe.md │ │ │ │ ├── LegacyUpgradeRecipe.json │ │ │ │ ├── LegacyUpgradeRecipe.md │ │ │ │ ├── Recipe.json │ │ │ │ ├── Recipe.md │ │ │ │ ├── ShapedRecipe.json │ │ │ │ ├── ShapedRecipe.md │ │ │ │ ├── ShapelessRecipe.json │ │ │ │ ├── ShapelessRecipe.md │ │ │ │ ├── SmeltingRecipe.json │ │ │ │ ├── SmeltingRecipe.md │ │ │ │ ├── SmithingRecipe.json │ │ │ │ ├── SmithingRecipe.md │ │ │ │ ├── SmokingRecipe.json │ │ │ │ ├── SmokingRecipe.md │ │ │ │ ├── StonecutterRecipe.json │ │ │ │ └── StonecutterRecipe.md │ │ │ ├── resource │ │ │ ├── ResourceLocation.json │ │ │ └── ResourceLocation.md │ │ │ ├── sequence │ │ │ └── task │ │ │ │ ├── ISequenceTask.json │ │ │ │ ├── ISequenceTask.md │ │ │ │ └── type │ │ │ │ ├── InstantTask.json │ │ │ │ ├── InstantTask.md │ │ │ │ ├── SleepTask.json │ │ │ │ ├── SleepTask.md │ │ │ │ ├── SleepUntilTask.json │ │ │ │ └── SleepUntilTask.md │ │ │ ├── server │ │ │ ├── PlayerList.json │ │ │ └── PlayerList.md │ │ │ ├── sound │ │ │ ├── SoundEvent.json │ │ │ ├── SoundEvent.md │ │ │ ├── SoundSource.json │ │ │ ├── SoundSource.md │ │ │ ├── SoundType.json │ │ │ └── SoundType.md │ │ │ ├── tag │ │ │ ├── ExpandBlockTag.json │ │ │ ├── ExpandBlockTag.md │ │ │ ├── ExpandEntityTypeTag.json │ │ │ ├── ExpandEntityTypeTag.md │ │ │ ├── ExpandFluidTagForge.json │ │ │ ├── ExpandFluidTagForge.md │ │ │ ├── ExpandItemTag.json │ │ │ ├── ExpandItemTag.md │ │ │ ├── ExpandManyBlockTag.json │ │ │ ├── ExpandManyBlockTag.md │ │ │ ├── ExpandManyEntityTypeTag.json │ │ │ ├── ExpandManyEntityTypeTag.md │ │ │ ├── ExpandManyFluidTagForge.json │ │ │ ├── ExpandManyFluidTagForge.md │ │ │ ├── ExpandManyItemTag.json │ │ │ ├── ExpandManyItemTag.md │ │ │ ├── MCTag.json │ │ │ ├── MCTag.md │ │ │ ├── manager │ │ │ │ ├── ITagManager.json │ │ │ │ ├── ITagManager.md │ │ │ │ └── type │ │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ │ ├── EntityTypeTagManager.md │ │ │ │ │ ├── KnownTagManager.json │ │ │ │ │ ├── KnownTagManager.md │ │ │ │ │ ├── UnknownTagManager.json │ │ │ │ │ └── UnknownTagManager.md │ │ │ └── type │ │ │ │ ├── KnownTag.json │ │ │ │ ├── KnownTag.md │ │ │ │ ├── UnknownTag.json │ │ │ │ └── UnknownTag.md │ │ │ ├── text │ │ │ ├── ChatFormatting.json │ │ │ ├── ChatFormatting.md │ │ │ ├── Component.json │ │ │ ├── Component.md │ │ │ ├── FormattedText.json │ │ │ ├── FormattedText.md │ │ │ ├── Message.json │ │ │ ├── Message.md │ │ │ ├── MutableComponent.json │ │ │ ├── MutableComponent.md │ │ │ ├── Style.json │ │ │ ├── Style.md │ │ │ ├── TextColor.json │ │ │ ├── TextColor.md │ │ │ └── content │ │ │ │ ├── ComponentContents.json │ │ │ │ ├── ComponentContents.md │ │ │ │ └── type │ │ │ │ ├── KeybindContents.json │ │ │ │ ├── KeybindContents.md │ │ │ │ ├── LiteralContents.json │ │ │ │ ├── LiteralContents.md │ │ │ │ ├── NbtContents.json │ │ │ │ ├── NbtContents.md │ │ │ │ ├── ScoreContents.json │ │ │ │ ├── ScoreContents.md │ │ │ │ ├── SelectorContents.json │ │ │ │ ├── SelectorContents.md │ │ │ │ ├── TranslatableContents.json │ │ │ │ └── TranslatableContents.md │ │ │ ├── util │ │ │ ├── BlockHitResult.json │ │ │ ├── BlockHitResult.md │ │ │ ├── EntityHitResult.json │ │ │ ├── EntityHitResult.md │ │ │ ├── HitResult.json │ │ │ ├── HitResult.md │ │ │ ├── HitResultType.json │ │ │ ├── HitResultType.md │ │ │ ├── InteractionHand.json │ │ │ ├── InteractionHand.md │ │ │ ├── Many.json │ │ │ ├── Many.md │ │ │ ├── NameUtil.json │ │ │ ├── NameUtil.md │ │ │ ├── Pair.json │ │ │ ├── Pair.md │ │ │ ├── Position.json │ │ │ ├── Position.md │ │ │ ├── StringRepresentable.json │ │ │ ├── StringRepresentable.md │ │ │ ├── direction │ │ │ │ ├── Axis.json │ │ │ │ ├── Axis.md │ │ │ │ ├── AxisDirection.json │ │ │ │ ├── AxisDirection.md │ │ │ │ ├── Direction.json │ │ │ │ ├── Direction.md │ │ │ │ ├── Plane.json │ │ │ │ └── Plane.md │ │ │ ├── math │ │ │ │ ├── AABB.json │ │ │ │ ├── AABB.md │ │ │ │ ├── AxisCycle.json │ │ │ │ ├── AxisCycle.md │ │ │ │ ├── BlockPos.json │ │ │ │ ├── BlockPos.md │ │ │ │ ├── FrontAndTop.json │ │ │ │ ├── FrontAndTop.md │ │ │ │ ├── Matrix3f.json │ │ │ │ ├── Matrix3f.md │ │ │ │ ├── MutableBlockPos.json │ │ │ │ ├── MutableBlockPos.md │ │ │ │ ├── OctahedralGroup.json │ │ │ │ ├── OctahedralGroup.md │ │ │ │ ├── Quaternionf.json │ │ │ │ ├── Quaternionf.md │ │ │ │ ├── Quaternionfc.json │ │ │ │ ├── Quaternionfc.md │ │ │ │ ├── Random.json │ │ │ │ ├── Random.md │ │ │ │ ├── RandomSource.json │ │ │ │ ├── RandomSource.md │ │ │ │ ├── Rotation.json │ │ │ │ ├── Rotation.md │ │ │ │ ├── Vec3.json │ │ │ │ ├── Vec3.md │ │ │ │ ├── Vec3i.json │ │ │ │ ├── Vec3i.md │ │ │ │ ├── Vector3f.json │ │ │ │ ├── Vector3f.md │ │ │ │ ├── Vector3fc.json │ │ │ │ └── Vector3fc.md │ │ │ ├── random │ │ │ │ ├── Percentaged.json │ │ │ │ └── Percentaged.md │ │ │ └── sequence │ │ │ │ ├── Sequence.json │ │ │ │ ├── Sequence.md │ │ │ │ ├── SequenceBuilder.json │ │ │ │ ├── SequenceBuilder.md │ │ │ │ ├── SequenceContext.json │ │ │ │ ├── SequenceContext.md │ │ │ │ ├── SequenceType.json │ │ │ │ └── SequenceType.md │ │ │ ├── villager │ │ │ ├── MerchantOffer.json │ │ │ ├── MerchantOffer.md │ │ │ ├── MerchantOffers.json │ │ │ ├── MerchantOffers.md │ │ │ ├── VillagerProfession.json │ │ │ ├── VillagerProfession.md │ │ │ ├── VillagerTrades.json │ │ │ ├── VillagerTrades.md │ │ │ ├── VillagerType.json │ │ │ ├── VillagerType.md │ │ │ └── trade │ │ │ │ ├── ItemListing.json │ │ │ │ ├── ItemListing.md │ │ │ │ └── type │ │ │ │ ├── BasicTradeListing.json │ │ │ │ ├── BasicTradeListing.md │ │ │ │ ├── DyedArmorForEmeralds.json │ │ │ │ ├── DyedArmorForEmeralds.md │ │ │ │ ├── EmeraldForItems.json │ │ │ │ ├── EmeraldForItems.md │ │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ │ ├── EmeraldsForVillagerTypeItem.md │ │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ │ ├── EnchantedItemForEmeralds.md │ │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ │ ├── ItemsAndEmeraldsToItems.md │ │ │ │ ├── ItemsForEmeralds.json │ │ │ │ ├── ItemsForEmeralds.md │ │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ │ ├── SuspiciousStewForEmerald.md │ │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ │ ├── TippedArrowForItemsAndEmeralds.md │ │ │ │ ├── TreasureMapForEmeralds.json │ │ │ │ └── TreasureMapForEmeralds.md │ │ │ └── world │ │ │ ├── BaseSpawner.json │ │ │ ├── BaseSpawner.md │ │ │ ├── Clearable.json │ │ │ ├── Clearable.md │ │ │ ├── Container.json │ │ │ ├── Container.md │ │ │ ├── CraftTweakerSavedData.json │ │ │ ├── CraftTweakerSavedData.md │ │ │ ├── Difficulty.json │ │ │ ├── Difficulty.md │ │ │ ├── DifficultyInstance.json │ │ │ ├── DifficultyInstance.md │ │ │ ├── Explosion.json │ │ │ ├── Explosion.md │ │ │ ├── ExplosionBlockInteraction.json │ │ │ ├── ExplosionBlockInteraction.md │ │ │ ├── GameType.json │ │ │ ├── GameType.md │ │ │ ├── InteractionResult.json │ │ │ ├── InteractionResult.md │ │ │ ├── InteractionResultHolder.json │ │ │ ├── InteractionResultHolder.md │ │ │ ├── ItemLike.json │ │ │ ├── ItemLike.md │ │ │ ├── Level.json │ │ │ ├── Level.md │ │ │ ├── LevelAccessor.json │ │ │ ├── LevelAccessor.md │ │ │ ├── LevelEventConstants.json │ │ │ ├── LevelEventConstants.md │ │ │ ├── Nameable.json │ │ │ ├── Nameable.md │ │ │ ├── SavedData.json │ │ │ ├── SavedData.md │ │ │ ├── ServerLevel.json │ │ │ ├── ServerLevel.md │ │ │ ├── ServerLevelAccessor.json │ │ │ ├── ServerLevelAccessor.md │ │ │ ├── biome │ │ │ ├── Biome.json │ │ │ └── Biome.md │ │ │ ├── clip │ │ │ ├── BlockClipContext.json │ │ │ ├── BlockClipContext.md │ │ │ ├── ClipContext.json │ │ │ ├── ClipContext.md │ │ │ ├── FluidClipContext.json │ │ │ └── FluidClipContext.md │ │ │ ├── damage │ │ │ ├── DamageEffects.json │ │ │ ├── DamageEffects.md │ │ │ ├── DamageScaling.json │ │ │ ├── DamageScaling.md │ │ │ ├── DamageSource.json │ │ │ ├── DamageSource.md │ │ │ ├── DamageSources.json │ │ │ ├── DamageSources.md │ │ │ ├── DamageType.json │ │ │ ├── DamageType.md │ │ │ ├── DeathMessageType.json │ │ │ └── DeathMessageType.md │ │ │ ├── data │ │ │ ├── LevelData.json │ │ │ ├── LevelData.md │ │ │ ├── ServerLevelData.json │ │ │ ├── ServerLevelData.md │ │ │ ├── WritableLevelData.json │ │ │ └── WritableLevelData.md │ │ │ └── map │ │ │ ├── MapDecorationType.json │ │ │ └── MapDecorationType.md │ ├── initialinventory │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── initialinventory │ │ │ ├── InvHandler.json │ │ │ └── InvHandler.md │ └── packmode │ │ ├── docs.json │ │ └── docs │ │ └── mods │ │ └── packmode │ │ └── PackMode.md ├── 1.19 │ ├── armoreablemobs │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── ArmoreableMobs │ │ │ ├── ArmorGroup.json │ │ │ └── ArmorGroup.md │ ├── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ │ ├── fabric │ │ │ └── api │ │ │ │ └── item │ │ │ │ ├── FabricItemStack.json │ │ │ │ ├── FabricItemStack.md │ │ │ │ ├── MCItemStack.json │ │ │ │ ├── MCItemStack.md │ │ │ │ ├── MCItemStackMutable.json │ │ │ │ └── MCItemStackMutable.md │ │ │ ├── forge │ │ │ └── api │ │ │ │ ├── BracketHandlers.json │ │ │ │ ├── BracketHandlers.md │ │ │ │ ├── ForgeBracketDumpers.json │ │ │ │ ├── ForgeBracketDumpers.md │ │ │ │ ├── ForgeBracketValidators.json │ │ │ │ ├── ForgeBracketValidators.md │ │ │ │ ├── capability │ │ │ │ ├── Capabilities.json │ │ │ │ ├── Capabilities.md │ │ │ │ ├── Capability.json │ │ │ │ ├── Capability.md │ │ │ │ ├── CapabilityProvider.json │ │ │ │ ├── CapabilityProvider.md │ │ │ │ ├── ICapabilityProvider.json │ │ │ │ ├── ICapabilityProvider.md │ │ │ │ ├── ICapabilityProviderImpl.json │ │ │ │ ├── ICapabilityProviderImpl.md │ │ │ │ ├── IEnergyStorage.json │ │ │ │ ├── IEnergyStorage.md │ │ │ │ ├── IFluidHandler.json │ │ │ │ ├── IFluidHandler.md │ │ │ │ ├── IFluidHandlerAction.json │ │ │ │ ├── IFluidHandlerAction.md │ │ │ │ ├── IFluidHandlerItem.json │ │ │ │ ├── IFluidHandlerItem.md │ │ │ │ ├── IItemHandler.json │ │ │ │ └── IItemHandler.md │ │ │ │ ├── event │ │ │ │ ├── AnvilUpdateEvent.json │ │ │ │ ├── AnvilUpdateEvent.md │ │ │ │ ├── CTEventManager.json │ │ │ │ ├── CTEventManager.md │ │ │ │ ├── Event.json │ │ │ │ ├── Event.md │ │ │ │ ├── EventPriority.json │ │ │ │ ├── EventPriority.md │ │ │ │ ├── EventResult.json │ │ │ │ ├── EventResult.md │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ ├── ItemAttributeModifierEvent.md │ │ │ │ ├── block │ │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ │ ├── BlockBreakEvent.md │ │ │ │ │ ├── BlockEvent.json │ │ │ │ │ ├── BlockEvent.md │ │ │ │ │ ├── BlockNeighborNotifyEvent.json │ │ │ │ │ ├── BlockNeighborNotifyEvent.md │ │ │ │ │ ├── BlockPlaceEvent.json │ │ │ │ │ ├── BlockPlaceEvent.md │ │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ │ ├── BlockToolModificationEvent.md │ │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ │ ├── FarmlandTrampleEvent.md │ │ │ │ │ ├── FluidPlaceBlockEvent.json │ │ │ │ │ ├── FluidPlaceBlockEvent.md │ │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ │ ├── PortalSpawnEvent.md │ │ │ │ │ ├── crop │ │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ │ ├── CropGrowEvent.md │ │ │ │ │ │ ├── CropGrowPostEvent.json │ │ │ │ │ │ ├── CropGrowPostEvent.md │ │ │ │ │ │ ├── CropGrowPreEvent.json │ │ │ │ │ │ └── CropGrowPreEvent.md │ │ │ │ │ └── piston │ │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ │ ├── PistonEvent.md │ │ │ │ │ │ ├── PistonEventPost.json │ │ │ │ │ │ ├── PistonEventPost.md │ │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ │ ├── PistonMoveType.md │ │ │ │ │ │ ├── PistonPreEvent.json │ │ │ │ │ │ └── PistonPreEvent.md │ │ │ │ ├── enchanting │ │ │ │ │ ├── EnchantmentLevelSetEvent.json │ │ │ │ │ └── EnchantmentLevelSetEvent.md │ │ │ │ ├── entity │ │ │ │ │ ├── EntityEvent.json │ │ │ │ │ ├── EntityEvent.md │ │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ │ ├── EntityJoinLevelEvent.md │ │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ │ ├── EntityStruckByLightningEvent.md │ │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ │ ├── EntityTravelToDimensionEvent.md │ │ │ │ │ ├── ItemEvent.json │ │ │ │ │ ├── ItemEvent.md │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ ├── LivingEvent.md │ │ │ │ │ ├── item │ │ │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ │ │ ├── ItemExpireEvent.md │ │ │ │ │ │ ├── ItemTossEvent.json │ │ │ │ │ │ └── ItemTossEvent.md │ │ │ │ │ ├── living │ │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ │ ├── LivingAttackEvent.md │ │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ │ ├── LivingDeathEvent.md │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.md │ │ │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ │ │ ├── LivingExperienceDropEvent.md │ │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ │ ├── LivingFallEvent.md │ │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ │ ├── LivingHealEvent.md │ │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ │ ├── LivingHurtEvent.md │ │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ │ ├── LivingKnockBackEvent.md │ │ │ │ │ │ ├── LivingTickEvent.json │ │ │ │ │ │ ├── LivingTickEvent.md │ │ │ │ │ │ ├── conversion │ │ │ │ │ │ │ ├── LivingConversionEvent.json │ │ │ │ │ │ │ ├── LivingConversionEvent.md │ │ │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ │ │ ├── LivingConversionPostEvent.md │ │ │ │ │ │ │ ├── LivingConversionPreEvent.json │ │ │ │ │ │ │ └── LivingConversionPreEvent.md │ │ │ │ │ │ ├── spawn │ │ │ │ │ │ │ ├── AllowDespawnEvent.json │ │ │ │ │ │ │ ├── AllowDespawnEvent.md │ │ │ │ │ │ │ ├── CheckSpawnEvent.json │ │ │ │ │ │ │ ├── CheckSpawnEvent.md │ │ │ │ │ │ │ ├── LivingSpawnEvent.json │ │ │ │ │ │ │ ├── LivingSpawnEvent.md │ │ │ │ │ │ │ ├── SpecialSpawnEvent.json │ │ │ │ │ │ │ └── SpecialSpawnEvent.md │ │ │ │ │ │ ├── teleport │ │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.md │ │ │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ │ │ ├── EnderEntityTeleportEvent.md │ │ │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ │ │ ├── EnderPearlTeleportEvent.md │ │ │ │ │ │ │ ├── EntityTeleportEvent.json │ │ │ │ │ │ │ ├── EntityTeleportEvent.md │ │ │ │ │ │ │ ├── SpreadPlayersCommandTeleportEvent.json │ │ │ │ │ │ │ ├── SpreadPlayersCommandTeleportEvent.md │ │ │ │ │ │ │ ├── TeleportCommandTeleportEvent.json │ │ │ │ │ │ │ └── TeleportCommandTeleportEvent.md │ │ │ │ │ │ └── use │ │ │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ │ │ ├── LivingEntityUseItemEvent.md │ │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.md │ │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.md │ │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.md │ │ │ │ │ │ │ ├── LivingEntityUseItemTickEvent.json │ │ │ │ │ │ │ └── LivingEntityUseItemTickEvent.md │ │ │ │ │ └── player │ │ │ │ │ │ ├── AdvancementEvent.json │ │ │ │ │ │ ├── AdvancementEvent.md │ │ │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ │ │ ├── AnvilRepairEvent.md │ │ │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ │ │ ├── ItemCraftedEvent.md │ │ │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ │ │ ├── ItemFishedEvent.md │ │ │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ │ │ ├── ItemPickupEvent.md │ │ │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ │ │ ├── ItemSmeltedEvent.md │ │ │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ │ │ ├── ItemTooltipEvent.md │ │ │ │ │ │ ├── PlayerDestroyItemEvent.json │ │ │ │ │ │ ├── PlayerDestroyItemEvent.md │ │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ │ ├── PlayerEvent.md │ │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ │ ├── PlayerLoggedInEvent.md │ │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ │ ├── PlayerLoggedOutEvent.md │ │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ │ ├── PlayerRespawnEvent.md │ │ │ │ │ │ ├── interact │ │ │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ │ │ ├── EntityInteractEvent.md │ │ │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ │ │ ├── LeftClickBlockEvent.md │ │ │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ │ │ ├── LeftClickEmptyEvent.md │ │ │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ │ │ ├── PlayerInteractEvent.md │ │ │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ │ │ ├── RightClickBlockEvent.md │ │ │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ │ │ ├── RightClickEmptyEvent.md │ │ │ │ │ │ ├── RightClickItemEvent.json │ │ │ │ │ │ └── RightClickItemEvent.md │ │ │ │ │ │ └── xp │ │ │ │ │ │ ├── LevelChangeEvent.json │ │ │ │ │ │ ├── LevelChangeEvent.md │ │ │ │ │ │ ├── PickupXpEvent.json │ │ │ │ │ │ ├── PickupXpEvent.md │ │ │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ │ │ ├── PlayerXpEvent.md │ │ │ │ │ │ ├── XpChangeEvent.json │ │ │ │ │ │ └── XpChangeEvent.md │ │ │ │ ├── living │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ ├── LivingDamageEvent.md │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ ├── LivingDestroyBlockEvent.md │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ └── LivingDropsEvent.md │ │ │ │ └── tick │ │ │ │ │ ├── LevelTickEvent.json │ │ │ │ │ ├── LevelTickEvent.md │ │ │ │ │ ├── Phase.json │ │ │ │ │ ├── Phase.md │ │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ │ ├── PlayerTickEvent.md │ │ │ │ │ ├── TickEvent.json │ │ │ │ │ ├── TickEvent.md │ │ │ │ │ ├── Type.json │ │ │ │ │ └── Type.md │ │ │ │ ├── fluid │ │ │ │ ├── FluidIngredient.json │ │ │ │ ├── FluidIngredient.md │ │ │ │ ├── IFluidStack.json │ │ │ │ └── IFluidStack.md │ │ │ │ ├── item │ │ │ │ ├── ForgeIItemStackExpansions.json │ │ │ │ ├── ForgeIItemStackExpansions.md │ │ │ │ ├── ForgeItemStack.json │ │ │ │ ├── ForgeItemStack.md │ │ │ │ ├── MCItemStack.json │ │ │ │ ├── MCItemStack.md │ │ │ │ ├── MCItemStackMutable.json │ │ │ │ └── MCItemStackMutable.md │ │ │ │ ├── loot │ │ │ │ └── condition │ │ │ │ │ ├── LootTableIdLootCondition.json │ │ │ │ │ ├── LootTableIdLootCondition.md │ │ │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ │ │ ├── LootTableIdRegexLootCondition.md │ │ │ │ │ └── builder │ │ │ │ │ ├── LootTableIdLootConditionBuilder.json │ │ │ │ │ └── LootTableIdLootConditionBuilder.md │ │ │ │ ├── recipe │ │ │ │ └── brewing │ │ │ │ │ ├── Brewing.json │ │ │ │ │ └── Brewing.md │ │ │ │ ├── tool │ │ │ │ ├── ToolAction.json │ │ │ │ └── ToolAction.md │ │ │ │ └── villager │ │ │ │ └── trade │ │ │ │ └── type │ │ │ │ ├── BasicItemListing.json │ │ │ │ └── BasicItemListing.md │ │ │ └── vanilla │ │ │ └── api │ │ │ ├── BracketDumpers.json │ │ │ ├── BracketDumpers.md │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketHandlers.md │ │ │ ├── BracketValidators.json │ │ │ ├── BracketValidators.md │ │ │ ├── ResourceLocationBracketHandler.json │ │ │ ├── ResourceLocationBracketHandler.md │ │ │ ├── advancement │ │ │ ├── Advancement.json │ │ │ ├── Advancement.md │ │ │ ├── AdvancementRewards.json │ │ │ ├── AdvancementRewards.md │ │ │ ├── Criterion.json │ │ │ ├── Criterion.md │ │ │ ├── DisplayInfo.json │ │ │ ├── DisplayInfo.md │ │ │ ├── FrameType.json │ │ │ └── FrameType.md │ │ │ ├── block │ │ │ ├── Block.json │ │ │ ├── Block.md │ │ │ ├── BlockIngredient.json │ │ │ ├── BlockIngredient.md │ │ │ ├── BlockState.json │ │ │ ├── BlockState.md │ │ │ ├── entity │ │ │ │ ├── BlockEntity.json │ │ │ │ └── BlockEntity.md │ │ │ ├── material │ │ │ │ ├── ColorBrightness.json │ │ │ │ ├── ColorBrightness.md │ │ │ │ ├── Material.json │ │ │ │ ├── Material.md │ │ │ │ ├── MaterialColor.json │ │ │ │ ├── MaterialColor.md │ │ │ │ ├── PushReaction.json │ │ │ │ └── PushReaction.md │ │ │ └── type │ │ │ │ ├── cauldron │ │ │ │ ├── AbstractCauldronBlock.json │ │ │ │ ├── AbstractCauldronBlock.md │ │ │ │ ├── CauldronBlock.json │ │ │ │ ├── CauldronBlock.md │ │ │ │ ├── LavaCauldronBlock.json │ │ │ │ ├── LavaCauldronBlock.md │ │ │ │ ├── LayeredCauldronBlock.json │ │ │ │ ├── LayeredCauldronBlock.md │ │ │ │ ├── PowderSnowCauldronBlock.json │ │ │ │ └── PowderSnowCauldronBlock.md │ │ │ │ ├── falling │ │ │ │ ├── Fallable.json │ │ │ │ ├── Fallable.md │ │ │ │ ├── FallingBlock.json │ │ │ │ └── FallingBlock.md │ │ │ │ └── piston │ │ │ │ ├── PistonMath.json │ │ │ │ ├── PistonMath.md │ │ │ │ ├── PistonStructureResolver.json │ │ │ │ └── PistonStructureResolver.md │ │ │ ├── bracket │ │ │ ├── CommandStringDisplayable.json │ │ │ └── CommandStringDisplayable.md │ │ │ ├── command │ │ │ ├── CommandSource.json │ │ │ └── CommandSource.md │ │ │ ├── data │ │ │ ├── BoolData.json │ │ │ ├── BoolData.md │ │ │ ├── ByteArrayData.json │ │ │ ├── ByteArrayData.md │ │ │ ├── ByteData.json │ │ │ ├── ByteData.md │ │ │ ├── DoubleData.json │ │ │ ├── DoubleData.md │ │ │ ├── FloatData.json │ │ │ ├── FloatData.md │ │ │ ├── IData.json │ │ │ ├── IData.md │ │ │ ├── IntArrayData.json │ │ │ ├── IntArrayData.md │ │ │ ├── IntData.json │ │ │ ├── IntData.md │ │ │ ├── ListData.json │ │ │ ├── ListData.md │ │ │ ├── LongArrayData.json │ │ │ ├── LongArrayData.md │ │ │ ├── LongData.json │ │ │ ├── LongData.md │ │ │ ├── MapData.json │ │ │ ├── MapData.md │ │ │ ├── ShortData.json │ │ │ ├── ShortData.md │ │ │ ├── StringData.json │ │ │ └── StringData.md │ │ │ ├── entity │ │ │ ├── Entity.json │ │ │ ├── Entity.md │ │ │ ├── EntityAccess.json │ │ │ ├── EntityAccess.md │ │ │ ├── EntityDimensions.json │ │ │ ├── EntityDimensions.md │ │ │ ├── EntityIngredient.json │ │ │ ├── EntityIngredient.md │ │ │ ├── EntityType.json │ │ │ ├── EntityType.md │ │ │ ├── HumanoidArm.json │ │ │ ├── HumanoidArm.md │ │ │ ├── INameTagFunction.json │ │ │ ├── INameTagFunction.md │ │ │ ├── LivingEntity.json │ │ │ ├── LivingEntity.md │ │ │ ├── MobCategory.json │ │ │ ├── MobCategory.md │ │ │ ├── MobSpawnType.json │ │ │ ├── MobSpawnType.md │ │ │ ├── MobType.json │ │ │ ├── MobType.md │ │ │ ├── NameTagResult.json │ │ │ ├── NameTagResult.md │ │ │ ├── RemovalReason.json │ │ │ ├── RemovalReason.md │ │ │ ├── attribute │ │ │ │ ├── Attribute.json │ │ │ │ ├── Attribute.md │ │ │ │ ├── AttributeInstance.json │ │ │ │ ├── AttributeInstance.md │ │ │ │ ├── AttributeModifier.json │ │ │ │ ├── AttributeModifier.md │ │ │ │ ├── AttributeOperation.json │ │ │ │ └── AttributeOperation.md │ │ │ ├── effect │ │ │ │ ├── AbsorptionMobEffect.json │ │ │ │ ├── AbsorptionMobEffect.md │ │ │ │ ├── AttackDamageMobEffect.json │ │ │ │ ├── AttackDamageMobEffect.md │ │ │ │ ├── HealthBoostMobEffect.json │ │ │ │ ├── HealthBoostMobEffect.md │ │ │ │ ├── InstantenousMobEffect.json │ │ │ │ ├── InstantenousMobEffect.md │ │ │ │ ├── MobEffect.json │ │ │ │ ├── MobEffect.md │ │ │ │ ├── MobEffectCategory.json │ │ │ │ ├── MobEffectCategory.md │ │ │ │ ├── MobEffectInstance.json │ │ │ │ ├── MobEffectInstance.md │ │ │ │ ├── MobEffectUtil.json │ │ │ │ └── MobEffectUtil.md │ │ │ ├── equipment │ │ │ │ ├── EquipmentSlot.json │ │ │ │ ├── EquipmentSlot.md │ │ │ │ ├── EquipmentSlotType.json │ │ │ │ └── EquipmentSlotType.md │ │ │ └── type │ │ │ │ ├── item │ │ │ │ ├── ItemEntity.json │ │ │ │ └── ItemEntity.md │ │ │ │ ├── misc │ │ │ │ ├── ExperienceOrb.json │ │ │ │ ├── ExperienceOrb.md │ │ │ │ ├── FallingBlockEntity.json │ │ │ │ ├── FallingBlockEntity.md │ │ │ │ ├── LightningBolt.json │ │ │ │ ├── LightningBolt.md │ │ │ │ ├── Mob.json │ │ │ │ └── Mob.md │ │ │ │ ├── player │ │ │ │ ├── Abilities.json │ │ │ │ ├── Abilities.md │ │ │ │ ├── Inventory.json │ │ │ │ ├── Inventory.md │ │ │ │ ├── Player.json │ │ │ │ ├── Player.md │ │ │ │ ├── ServerPlayer.json │ │ │ │ └── ServerPlayer.md │ │ │ │ ├── projectile │ │ │ │ ├── AbstractHurtingProjectile.json │ │ │ │ ├── AbstractHurtingProjectile.md │ │ │ │ ├── Fireball.json │ │ │ │ ├── Fireball.md │ │ │ │ ├── FireworkRocketEntity.json │ │ │ │ ├── FireworkRocketEntity.md │ │ │ │ ├── ItemSupplier.json │ │ │ │ ├── ItemSupplier.md │ │ │ │ ├── LargeFireball.json │ │ │ │ ├── LargeFireball.md │ │ │ │ ├── Projectile.json │ │ │ │ ├── Projectile.md │ │ │ │ ├── SmallFireball.json │ │ │ │ ├── SmallFireball.md │ │ │ │ ├── ThrowableItemProjectile.json │ │ │ │ ├── ThrowableItemProjectile.md │ │ │ │ ├── ThrowableProjectile.json │ │ │ │ ├── ThrowableProjectile.md │ │ │ │ ├── ThrownEnderpearl.json │ │ │ │ ├── ThrownEnderpearl.md │ │ │ │ ├── WitherSkull.json │ │ │ │ ├── WitherSkull.md │ │ │ │ └── arrow │ │ │ │ │ ├── Arrow.json │ │ │ │ │ └── Arrow.md │ │ │ │ └── villager │ │ │ │ ├── AbstractVillager.json │ │ │ │ ├── AbstractVillager.md │ │ │ │ ├── Merchant.json │ │ │ │ └── Merchant.md │ │ │ ├── fluid │ │ │ ├── Fluid.json │ │ │ └── Fluid.md │ │ │ ├── food │ │ │ ├── FoodData.json │ │ │ ├── FoodData.md │ │ │ ├── FoodProperties.json │ │ │ └── FoodProperties.md │ │ │ ├── game │ │ │ ├── Game.json │ │ │ ├── Game.md │ │ │ ├── Server.json │ │ │ └── Server.md │ │ │ ├── ingredient │ │ │ ├── IIngredient.json │ │ │ ├── IIngredient.md │ │ │ ├── IIngredientWithAmount.json │ │ │ ├── IIngredientWithAmount.md │ │ │ ├── condition │ │ │ │ ├── IIngredientCondition.json │ │ │ │ ├── IIngredientCondition.md │ │ │ │ └── type │ │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ │ ├── ConditionAnyDamage.md │ │ │ │ │ ├── ConditionCustom.json │ │ │ │ │ ├── ConditionCustom.md │ │ │ │ │ ├── ConditionDamaged.json │ │ │ │ │ ├── ConditionDamaged.md │ │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ │ ├── ConditionDamagedAtLeast.md │ │ │ │ │ ├── ConditionDamagedAtMost.json │ │ │ │ │ └── ConditionDamagedAtMost.md │ │ │ ├── transform │ │ │ │ ├── IIngredientTransformer.json │ │ │ │ ├── IIngredientTransformer.md │ │ │ │ └── type │ │ │ │ │ ├── TransformCustom.json │ │ │ │ │ ├── TransformCustom.md │ │ │ │ │ ├── TransformDamage.json │ │ │ │ │ ├── TransformDamage.md │ │ │ │ │ ├── TransformReplace.json │ │ │ │ │ ├── TransformReplace.md │ │ │ │ │ ├── TransformReuse.json │ │ │ │ │ └── TransformReuse.md │ │ │ └── type │ │ │ │ ├── IIngredientAny.json │ │ │ │ ├── IIngredientAny.md │ │ │ │ ├── IIngredientEmpty.json │ │ │ │ ├── IIngredientEmpty.md │ │ │ │ ├── IIngredientList.json │ │ │ │ ├── IIngredientList.md │ │ │ │ ├── IIngredientTransformed.json │ │ │ │ ├── IIngredientTransformed.md │ │ │ │ ├── IngredientConditioned.json │ │ │ │ ├── IngredientConditioned.md │ │ │ │ ├── IngredientWithAmount.json │ │ │ │ ├── IngredientWithAmount.md │ │ │ │ ├── TagIngredient.json │ │ │ │ ├── TagIngredient.md │ │ │ │ ├── WrappingIIngredient.json │ │ │ │ └── WrappingIIngredient.md │ │ │ ├── item │ │ │ ├── CreativeModeTab.json │ │ │ ├── CreativeModeTab.md │ │ │ ├── IItemStack.json │ │ │ ├── IItemStack.md │ │ │ ├── Ingredient.json │ │ │ ├── Ingredient.md │ │ │ ├── ItemCooldowns.json │ │ │ ├── ItemCooldowns.md │ │ │ ├── ItemDefinition.json │ │ │ ├── ItemDefinition.md │ │ │ ├── ItemStack.json │ │ │ ├── ItemStack.md │ │ │ ├── TooltipFlag.json │ │ │ ├── TooltipFlag.md │ │ │ ├── UseOnContext.json │ │ │ ├── UseOnContext.md │ │ │ ├── Vanishable.json │ │ │ ├── Vanishable.md │ │ │ ├── Wearable.json │ │ │ ├── Wearable.md │ │ │ ├── alchemy │ │ │ │ ├── Potion.json │ │ │ │ └── Potion.md │ │ │ ├── enchantment │ │ │ │ ├── Enchantment.json │ │ │ │ ├── Enchantment.md │ │ │ │ ├── EnchantmentCategory.json │ │ │ │ ├── EnchantmentCategory.md │ │ │ │ ├── Rarity.json │ │ │ │ └── Rarity.md │ │ │ ├── property │ │ │ │ ├── Rarity.json │ │ │ │ └── Rarity.md │ │ │ ├── tiered │ │ │ │ ├── Tiers.json │ │ │ │ └── Tiers.md │ │ │ ├── tooltip │ │ │ │ ├── ITooltipFunction.json │ │ │ │ └── ITooltipFunction.md │ │ │ └── type │ │ │ │ ├── armor │ │ │ │ ├── ArmorItem.json │ │ │ │ ├── ArmorItem.md │ │ │ │ ├── ArmorMaterial.json │ │ │ │ ├── ArmorMaterial.md │ │ │ │ ├── ArmorMaterials.json │ │ │ │ └── ArmorMaterials.md │ │ │ │ ├── block │ │ │ │ ├── BlockItem.json │ │ │ │ └── BlockItem.md │ │ │ │ ├── projectileweapon │ │ │ │ ├── BowItem.json │ │ │ │ ├── BowItem.md │ │ │ │ ├── CrossbowItem.json │ │ │ │ ├── CrossbowItem.md │ │ │ │ ├── ProjectileWeaponItem.json │ │ │ │ └── ProjectileWeaponItem.md │ │ │ │ ├── sword │ │ │ │ ├── SwordItem.json │ │ │ │ └── SwordItem.md │ │ │ │ └── tiered │ │ │ │ ├── Tier.json │ │ │ │ ├── Tier.md │ │ │ │ ├── TieredItem.json │ │ │ │ └── TieredItem.md │ │ │ ├── loot │ │ │ ├── EntityTarget.json │ │ │ ├── EntityTarget.md │ │ │ ├── IntRange.json │ │ │ ├── IntRange.md │ │ │ ├── LootContext.json │ │ │ ├── LootContext.md │ │ │ ├── LootContextBuilder.json │ │ │ ├── LootContextBuilder.md │ │ │ ├── LootManager.json │ │ │ ├── LootManager.md │ │ │ ├── LootTable.json │ │ │ ├── LootTable.md │ │ │ ├── NumberProvider.json │ │ │ ├── NumberProvider.md │ │ │ ├── condition │ │ │ │ ├── AlternativeLootCondition.json │ │ │ │ ├── AlternativeLootCondition.md │ │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ │ ├── BlockStatePropertyLootCondition.md │ │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ │ ├── BonusLevelTableLootCondition.md │ │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ │ ├── ConditionReferenceLootCondition.md │ │ │ │ ├── DamageSourceLootCondition.json │ │ │ │ ├── DamageSourceLootCondition.md │ │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ │ ├── EntityHasScoreLootCondition.md │ │ │ │ ├── EntityPropertyLootCondition.json │ │ │ │ ├── EntityPropertyLootCondition.md │ │ │ │ ├── ExplosionLootCondition.json │ │ │ │ ├── ExplosionLootCondition.md │ │ │ │ ├── InvertedLootCondition.json │ │ │ │ ├── InvertedLootCondition.md │ │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ │ ├── KilledByPlayerLootCondition.md │ │ │ │ ├── LocationCheckLootCondition.json │ │ │ │ ├── LocationCheckLootCondition.md │ │ │ │ ├── LootCondition.json │ │ │ │ ├── LootCondition.md │ │ │ │ ├── LootConditions.json │ │ │ │ ├── LootConditions.md │ │ │ │ ├── MatchToolLootCondition.json │ │ │ │ ├── MatchToolLootCondition.md │ │ │ │ ├── RandomChanceLootCondition.json │ │ │ │ ├── RandomChanceLootCondition.md │ │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ │ ├── RandomChanceWithLootingLootCondition.md │ │ │ │ ├── TimeCheckLootCondition.json │ │ │ │ ├── TimeCheckLootCondition.md │ │ │ │ ├── ValueCheckLootCondition.json │ │ │ │ ├── ValueCheckLootCondition.md │ │ │ │ ├── WeatherCheckLootCondition.json │ │ │ │ ├── WeatherCheckLootCondition.md │ │ │ │ └── builder │ │ │ │ │ ├── AlternativeLootConditionBuilder.json │ │ │ │ │ ├── AlternativeLootConditionBuilder.md │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.md │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.md │ │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ │ ├── LootConditionBuilder.md │ │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ │ ├── TimeCheckLootConditionBuilder.md │ │ │ │ │ ├── WeatherCheckLootConditionBuilder.json │ │ │ │ │ └── WeatherCheckLootConditionBuilder.md │ │ │ ├── modifier │ │ │ │ ├── BlockLootModifiers.json │ │ │ │ ├── BlockLootModifiers.md │ │ │ │ ├── BlockStateLootModifiers.json │ │ │ │ ├── BlockStateLootModifiers.md │ │ │ │ ├── CommonLootModifiers.json │ │ │ │ ├── CommonLootModifiers.md │ │ │ │ ├── EntityLootModifiers.json │ │ │ │ ├── EntityLootModifiers.md │ │ │ │ ├── ILootModifier.json │ │ │ │ ├── ILootModifier.md │ │ │ │ ├── LootModifierManager.json │ │ │ │ └── LootModifierManager.md │ │ │ ├── param │ │ │ │ ├── LootContextParam.json │ │ │ │ ├── LootContextParam.md │ │ │ │ ├── LootContextParamSet.json │ │ │ │ ├── LootContextParamSet.md │ │ │ │ ├── LootContextParamSets.json │ │ │ │ ├── LootContextParamSets.md │ │ │ │ ├── LootContextParams.json │ │ │ │ └── LootContextParams.md │ │ │ └── table │ │ │ │ ├── LootTableManager.json │ │ │ │ └── LootTableManager.md │ │ │ ├── misc │ │ │ ├── CTCauldronInteraction.json │ │ │ ├── CTCauldronInteraction.md │ │ │ ├── Cauldron.json │ │ │ ├── Cauldron.md │ │ │ ├── Composter.json │ │ │ └── Composter.md │ │ │ ├── mod │ │ │ ├── Mod.json │ │ │ ├── Mod.md │ │ │ ├── Mods.json │ │ │ └── Mods.md │ │ │ ├── predicate │ │ │ ├── BlockPredicate.json │ │ │ ├── BlockPredicate.md │ │ │ ├── DamageSourcePredicate.json │ │ │ ├── DamageSourcePredicate.md │ │ │ ├── DistancePredicate.json │ │ │ ├── DistancePredicate.md │ │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ │ ├── DoubleMinMaxBoundsPredicate.md │ │ │ ├── EnchantmentPredicate.json │ │ │ ├── EnchantmentPredicate.md │ │ │ ├── EntityEquipmentPredicate.json │ │ │ ├── EntityEquipmentPredicate.md │ │ │ ├── EntityFlagsPredicate.json │ │ │ ├── EntityFlagsPredicate.md │ │ │ ├── EntityPredicate.json │ │ │ ├── EntityPredicate.md │ │ │ ├── EntitySubPredicate.json │ │ │ ├── EntitySubPredicate.md │ │ │ ├── EntityTypePredicate.json │ │ │ ├── EntityTypePredicate.md │ │ │ ├── EntityVariantPredicate.json │ │ │ ├── EntityVariantPredicate.md │ │ │ ├── FishingHookPredicate.json │ │ │ ├── FishingHookPredicate.md │ │ │ ├── FluidPredicate.json │ │ │ ├── FluidPredicate.md │ │ │ ├── IntMinMaxBoundsPredicate.json │ │ │ ├── IntMinMaxBoundsPredicate.md │ │ │ ├── ItemPredicate.json │ │ │ ├── ItemPredicate.md │ │ │ ├── LightPredicate.json │ │ │ ├── LightPredicate.md │ │ │ ├── LightningBoltPredicate.json │ │ │ ├── LightningBoltPredicate.md │ │ │ ├── LocationPredicate.json │ │ │ ├── LocationPredicate.md │ │ │ ├── MobEffectPredicate.json │ │ │ ├── MobEffectPredicate.md │ │ │ ├── MobEffectsPredicate.json │ │ │ ├── MobEffectsPredicate.md │ │ │ ├── NbtPredicate.json │ │ │ ├── NbtPredicate.md │ │ │ ├── PlayerPredicate.json │ │ │ ├── PlayerPredicate.md │ │ │ ├── SlimePredicate.json │ │ │ ├── SlimePredicate.md │ │ │ ├── StatePropertiesPredicate.json │ │ │ ├── StatePropertiesPredicate.md │ │ │ └── builder │ │ │ │ ├── BlockPredicateBuilder.json │ │ │ │ ├── BlockPredicateBuilder.md │ │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ │ ├── DamageSourcePredicateBuilder.md │ │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ │ ├── EntityEquipmentPredicateBuilder.md │ │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ │ ├── EntityFlagsPredicateBuilder.md │ │ │ │ ├── EntityPredicateBuilder.json │ │ │ │ ├── EntityPredicateBuilder.md │ │ │ │ ├── FluidPredicateBuilder.json │ │ │ │ ├── FluidPredicateBuilder.md │ │ │ │ ├── ItemPredicateBuilder.json │ │ │ │ ├── ItemPredicateBuilder.md │ │ │ │ ├── LightPredicateBuilder.json │ │ │ │ ├── LightPredicateBuilder.md │ │ │ │ ├── LocationPredicateBuilder.json │ │ │ │ ├── LocationPredicateBuilder.md │ │ │ │ ├── PlayerPredicateBuilder.json │ │ │ │ ├── PlayerPredicateBuilder.md │ │ │ │ ├── StatePropertiesPredicateBuilder.json │ │ │ │ └── StatePropertiesPredicateBuilder.md │ │ │ ├── recipe │ │ │ ├── IRecipeComponent.json │ │ │ ├── IRecipeComponent.md │ │ │ ├── MirrorAxis.json │ │ │ ├── MirrorAxis.md │ │ │ ├── fun │ │ │ │ ├── RecipeFunction0D.json │ │ │ │ ├── RecipeFunction0D.md │ │ │ │ ├── RecipeFunction1D.json │ │ │ │ ├── RecipeFunction1D.md │ │ │ │ ├── RecipeFunction2D.json │ │ │ │ └── RecipeFunction2D.md │ │ │ ├── manager │ │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ │ ├── BlastFurnaceRecipeManager.md │ │ │ │ ├── CampFireRecipeManager.json │ │ │ │ ├── CampFireRecipeManager.md │ │ │ │ ├── CraftingTableRecipeManager.json │ │ │ │ ├── CraftingTableRecipeManager.md │ │ │ │ ├── FurnaceRecipeManager.json │ │ │ │ ├── FurnaceRecipeManager.md │ │ │ │ ├── GenericRecipesManager.json │ │ │ │ ├── GenericRecipesManager.md │ │ │ │ ├── ICookingRecipeManager.json │ │ │ │ ├── ICookingRecipeManager.md │ │ │ │ ├── IRecipeManager.json │ │ │ │ ├── IRecipeManager.md │ │ │ │ ├── RecipeManagerWrapper.json │ │ │ │ ├── RecipeManagerWrapper.md │ │ │ │ ├── SmithingRecipeManager.json │ │ │ │ ├── SmithingRecipeManager.md │ │ │ │ ├── SmokerRecipeManager.json │ │ │ │ ├── SmokerRecipeManager.md │ │ │ │ ├── StoneCutterManager.json │ │ │ │ └── StoneCutterManager.md │ │ │ ├── replacement │ │ │ │ ├── IFilteringRule.json │ │ │ │ ├── IFilteringRule.md │ │ │ │ ├── ITargetingFilter.json │ │ │ │ ├── ITargetingFilter.md │ │ │ │ ├── ITargetingStrategy.json │ │ │ │ ├── ITargetingStrategy.md │ │ │ │ ├── Replacer.json │ │ │ │ ├── Replacer.md │ │ │ │ └── type │ │ │ │ │ ├── ComponentFilteringRule.json │ │ │ │ │ ├── ComponentFilteringRule.md │ │ │ │ │ ├── CustomFilteringRule.json │ │ │ │ │ ├── CustomFilteringRule.md │ │ │ │ │ ├── ManagerFilteringRule.json │ │ │ │ │ ├── ManagerFilteringRule.md │ │ │ │ │ ├── ModsFilteringRule.json │ │ │ │ │ ├── ModsFilteringRule.md │ │ │ │ │ ├── NameFilteringRule.json │ │ │ │ │ ├── NameFilteringRule.md │ │ │ │ │ ├── NotFilteringRule.json │ │ │ │ │ └── NotFilteringRule.md │ │ │ └── type │ │ │ │ ├── AbstractCookingRecipe.json │ │ │ │ ├── AbstractCookingRecipe.md │ │ │ │ ├── BlastingRecipe.json │ │ │ │ ├── BlastingRecipe.md │ │ │ │ ├── CampfireCookingRecipe.json │ │ │ │ ├── CampfireCookingRecipe.md │ │ │ │ ├── CraftingRecipe.json │ │ │ │ ├── CraftingRecipe.md │ │ │ │ ├── Recipe.json │ │ │ │ ├── Recipe.md │ │ │ │ ├── ShapedRecipe.json │ │ │ │ ├── ShapedRecipe.md │ │ │ │ ├── ShapelessRecipe.json │ │ │ │ ├── ShapelessRecipe.md │ │ │ │ ├── SmeltingRecipe.json │ │ │ │ ├── SmeltingRecipe.md │ │ │ │ ├── SmokingRecipe.json │ │ │ │ ├── SmokingRecipe.md │ │ │ │ ├── StonecutterRecipe.json │ │ │ │ ├── StonecutterRecipe.md │ │ │ │ ├── UpgradeRecipe.json │ │ │ │ └── UpgradeRecipe.md │ │ │ ├── resource │ │ │ ├── ResourceLocation.json │ │ │ └── ResourceLocation.md │ │ │ ├── sequence │ │ │ └── task │ │ │ │ ├── ISequenceTask.json │ │ │ │ ├── ISequenceTask.md │ │ │ │ └── type │ │ │ │ ├── InstantTask.json │ │ │ │ ├── InstantTask.md │ │ │ │ ├── SleepTask.json │ │ │ │ ├── SleepTask.md │ │ │ │ ├── SleepUntilTask.json │ │ │ │ └── SleepUntilTask.md │ │ │ ├── server │ │ │ ├── PlayerList.json │ │ │ └── PlayerList.md │ │ │ ├── sound │ │ │ ├── SoundEvent.json │ │ │ ├── SoundEvent.md │ │ │ ├── SoundSource.json │ │ │ ├── SoundSource.md │ │ │ ├── SoundType.json │ │ │ └── SoundType.md │ │ │ ├── tag │ │ │ ├── ExpandBlockTag.json │ │ │ ├── ExpandBlockTag.md │ │ │ ├── ExpandFluidTagForge.json │ │ │ ├── ExpandFluidTagForge.md │ │ │ ├── ExpandItemTag.json │ │ │ ├── ExpandItemTag.md │ │ │ ├── ExpandManyBlockTag.json │ │ │ ├── ExpandManyBlockTag.md │ │ │ ├── ExpandManyFluidTagForge.json │ │ │ ├── ExpandManyFluidTagForge.md │ │ │ ├── ExpandManyItemTag.json │ │ │ ├── ExpandManyItemTag.md │ │ │ ├── MCTag.json │ │ │ ├── MCTag.md │ │ │ ├── manager │ │ │ │ ├── ITagManager.json │ │ │ │ ├── ITagManager.md │ │ │ │ └── type │ │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ │ ├── EntityTypeTagManager.md │ │ │ │ │ ├── KnownTagManager.json │ │ │ │ │ ├── KnownTagManager.md │ │ │ │ │ ├── UnknownTagManager.json │ │ │ │ │ └── UnknownTagManager.md │ │ │ └── type │ │ │ │ ├── KnownTag.json │ │ │ │ ├── KnownTag.md │ │ │ │ ├── UnknownTag.json │ │ │ │ └── UnknownTag.md │ │ │ ├── text │ │ │ ├── ChatFormatting.json │ │ │ ├── ChatFormatting.md │ │ │ ├── Component.json │ │ │ ├── Component.md │ │ │ ├── FormattedText.json │ │ │ ├── FormattedText.md │ │ │ ├── Message.json │ │ │ ├── Message.md │ │ │ ├── MutableComponent.json │ │ │ ├── MutableComponent.md │ │ │ ├── Style.json │ │ │ ├── Style.md │ │ │ ├── TextColor.json │ │ │ ├── TextColor.md │ │ │ └── content │ │ │ │ ├── ComponentContents.json │ │ │ │ ├── ComponentContents.md │ │ │ │ └── type │ │ │ │ ├── KeybindContents.json │ │ │ │ ├── KeybindContents.md │ │ │ │ ├── LiteralContents.json │ │ │ │ ├── LiteralContents.md │ │ │ │ ├── NbtContents.json │ │ │ │ ├── NbtContents.md │ │ │ │ ├── ScoreContents.json │ │ │ │ ├── ScoreContents.md │ │ │ │ ├── SelectorContents.json │ │ │ │ ├── SelectorContents.md │ │ │ │ ├── TranslatableContents.json │ │ │ │ └── TranslatableContents.md │ │ │ ├── util │ │ │ ├── BlockHitResult.json │ │ │ ├── BlockHitResult.md │ │ │ ├── EntityHitResult.json │ │ │ ├── EntityHitResult.md │ │ │ ├── HitResult.json │ │ │ ├── HitResult.md │ │ │ ├── HitResultType.json │ │ │ ├── HitResultType.md │ │ │ ├── InteractionHand.json │ │ │ ├── InteractionHand.md │ │ │ ├── Many.json │ │ │ ├── Many.md │ │ │ ├── NameUtil.json │ │ │ ├── NameUtil.md │ │ │ ├── Pair.json │ │ │ ├── Pair.md │ │ │ ├── Position.json │ │ │ ├── Position.md │ │ │ ├── StringRepresentable.json │ │ │ ├── StringRepresentable.md │ │ │ ├── direction │ │ │ │ ├── Axis.json │ │ │ │ ├── Axis.md │ │ │ │ ├── AxisDirection.json │ │ │ │ ├── AxisDirection.md │ │ │ │ ├── Direction.json │ │ │ │ ├── Direction.md │ │ │ │ ├── Plane.json │ │ │ │ └── Plane.md │ │ │ ├── math │ │ │ │ ├── AABB.json │ │ │ │ ├── AABB.md │ │ │ │ ├── AxisCycle.json │ │ │ │ ├── AxisCycle.md │ │ │ │ ├── BlockPos.json │ │ │ │ ├── BlockPos.md │ │ │ │ ├── FrontAndTop.json │ │ │ │ ├── FrontAndTop.md │ │ │ │ ├── Matrix3f.json │ │ │ │ ├── Matrix3f.md │ │ │ │ ├── MutableBlockPos.json │ │ │ │ ├── MutableBlockPos.md │ │ │ │ ├── OctahedralGroup.json │ │ │ │ ├── OctahedralGroup.md │ │ │ │ ├── Quaternion.json │ │ │ │ ├── Quaternion.md │ │ │ │ ├── Random.json │ │ │ │ ├── Random.md │ │ │ │ ├── RandomSource.json │ │ │ │ ├── RandomSource.md │ │ │ │ ├── Rotation.json │ │ │ │ ├── Rotation.md │ │ │ │ ├── Vec3.json │ │ │ │ ├── Vec3.md │ │ │ │ ├── Vec3i.json │ │ │ │ ├── Vec3i.md │ │ │ │ ├── Vector3f.json │ │ │ │ └── Vector3f.md │ │ │ ├── random │ │ │ │ ├── Percentaged.json │ │ │ │ └── Percentaged.md │ │ │ └── sequence │ │ │ │ ├── Sequence.json │ │ │ │ ├── Sequence.md │ │ │ │ ├── SequenceBuilder.json │ │ │ │ ├── SequenceBuilder.md │ │ │ │ ├── SequenceContext.json │ │ │ │ ├── SequenceContext.md │ │ │ │ ├── SequenceType.json │ │ │ │ └── SequenceType.md │ │ │ ├── villager │ │ │ ├── MerchantOffer.json │ │ │ ├── MerchantOffer.md │ │ │ ├── MerchantOffers.json │ │ │ ├── MerchantOffers.md │ │ │ ├── VillagerProfession.json │ │ │ ├── VillagerProfession.md │ │ │ ├── VillagerTrades.json │ │ │ ├── VillagerTrades.md │ │ │ ├── VillagerType.json │ │ │ ├── VillagerType.md │ │ │ └── trade │ │ │ │ ├── ItemListing.json │ │ │ │ ├── ItemListing.md │ │ │ │ └── type │ │ │ │ ├── BasicTradeListing.json │ │ │ │ ├── BasicTradeListing.md │ │ │ │ ├── DyedArmorForEmeralds.json │ │ │ │ ├── DyedArmorForEmeralds.md │ │ │ │ ├── EmeraldForItems.json │ │ │ │ ├── EmeraldForItems.md │ │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ │ ├── EmeraldsForVillagerTypeItem.md │ │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ │ ├── EnchantedItemForEmeralds.md │ │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ │ ├── ItemsAndEmeraldsToItems.md │ │ │ │ ├── ItemsForEmeralds.json │ │ │ │ ├── ItemsForEmeralds.md │ │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ │ ├── SuspiciousStewForEmerald.md │ │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ │ ├── TippedArrowForItemsAndEmeralds.md │ │ │ │ ├── TreasureMapForEmeralds.json │ │ │ │ └── TreasureMapForEmeralds.md │ │ │ └── world │ │ │ ├── BaseSpawner.json │ │ │ ├── BaseSpawner.md │ │ │ ├── Clearable.json │ │ │ ├── Clearable.md │ │ │ ├── Container.json │ │ │ ├── Container.md │ │ │ ├── CraftTweakerSavedData.json │ │ │ ├── CraftTweakerSavedData.md │ │ │ ├── DamageSource.json │ │ │ ├── DamageSource.md │ │ │ ├── Difficulty.json │ │ │ ├── Difficulty.md │ │ │ ├── Explosion.json │ │ │ ├── Explosion.md │ │ │ ├── ExplosionBlockInteraction.json │ │ │ ├── ExplosionBlockInteraction.md │ │ │ ├── GameType.json │ │ │ ├── GameType.md │ │ │ ├── InteractionResult.json │ │ │ ├── InteractionResult.md │ │ │ ├── ItemLike.json │ │ │ ├── ItemLike.md │ │ │ ├── Level.json │ │ │ ├── Level.md │ │ │ ├── Nameable.json │ │ │ ├── Nameable.md │ │ │ ├── SavedData.json │ │ │ ├── SavedData.md │ │ │ ├── ServerLevel.json │ │ │ ├── ServerLevel.md │ │ │ ├── biome │ │ │ ├── Biome.json │ │ │ └── Biome.md │ │ │ ├── clip │ │ │ ├── BlockClipContext.json │ │ │ ├── BlockClipContext.md │ │ │ ├── ClipContext.json │ │ │ ├── ClipContext.md │ │ │ ├── FluidClipContext.json │ │ │ └── FluidClipContext.md │ │ │ └── map │ │ │ ├── MapDecorationType.json │ │ │ └── MapDecorationType.md │ ├── createtweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── createtweaker │ │ │ ├── CompactingManager.json │ │ │ ├── CompactingManager.md │ │ │ ├── CrushingManager.json │ │ │ ├── CrushingManager.md │ │ │ ├── CuttingManager.json │ │ │ ├── CuttingManager.md │ │ │ ├── DeployerApplicationManager.json │ │ │ ├── DeployerApplicationManager.md │ │ │ ├── EmptyingManager.json │ │ │ ├── EmptyingManager.md │ │ │ ├── FillingManager.json │ │ │ ├── FillingManager.md │ │ │ ├── FluidIngredient.json │ │ │ ├── FluidIngredient.md │ │ │ ├── HauntingManager.json │ │ │ ├── HauntingManager.md │ │ │ ├── IProcessingRecipeManager.json │ │ │ ├── IProcessingRecipeManager.md │ │ │ ├── ItemApplicationManager.json │ │ │ ├── ItemApplicationManager.md │ │ │ ├── MechanicalCrafterManager.json │ │ │ ├── MechanicalCrafterManager.md │ │ │ ├── MillingManager.json │ │ │ ├── MillingManager.md │ │ │ ├── MixingManager.json │ │ │ ├── MixingManager.md │ │ │ ├── PressingManager.json │ │ │ ├── PressingManager.md │ │ │ ├── ProcessingOutput.json │ │ │ ├── ProcessingOutput.md │ │ │ ├── SandPaperPolishingManager.json │ │ │ ├── SandPaperPolishingManager.md │ │ │ ├── SequencedAssemblyManager.json │ │ │ ├── SequencedAssemblyManager.md │ │ │ ├── SplashingManager.json │ │ │ ├── SplashingManager.md │ │ │ └── recipe │ │ │ ├── HeatCondition.json │ │ │ ├── HeatCondition.md │ │ │ ├── ProcessingRecipeBuilder.json │ │ │ ├── ProcessingRecipeBuilder.md │ │ │ ├── ProcessingRecipeFactory.json │ │ │ ├── ProcessingRecipeFactory.md │ │ │ ├── SequencedAssemblyRecipeBuilder.json │ │ │ ├── SequencedAssemblyRecipeBuilder.md │ │ │ └── type │ │ │ ├── AbstractCrushingRecipe.json │ │ │ ├── AbstractCrushingRecipe.md │ │ │ ├── BasinRecipe.json │ │ │ ├── BasinRecipe.md │ │ │ ├── CompactingRecipe.json │ │ │ ├── CompactingRecipe.md │ │ │ ├── CrushingRecipe.json │ │ │ ├── CrushingRecipe.md │ │ │ ├── CuttingRecipe.json │ │ │ ├── CuttingRecipe.md │ │ │ ├── DeployerApplicationRecipe.json │ │ │ ├── DeployerApplicationRecipe.md │ │ │ ├── EmptyingRecipe.json │ │ │ ├── EmptyingRecipe.md │ │ │ ├── FillingRecipe.json │ │ │ ├── FillingRecipe.md │ │ │ ├── HauntingRecipe.json │ │ │ ├── HauntingRecipe.md │ │ │ ├── IAssemblyRecipe.json │ │ │ ├── IAssemblyRecipe.md │ │ │ ├── ItemApplicationRecipe.json │ │ │ ├── ItemApplicationRecipe.md │ │ │ ├── ManualApplicationRecipe.json │ │ │ ├── ManualApplicationRecipe.md │ │ │ ├── MillingRecipe.json │ │ │ ├── MillingRecipe.md │ │ │ ├── MixingRecipe.json │ │ │ ├── MixingRecipe.md │ │ │ ├── PressingRecipe.json │ │ │ ├── PressingRecipe.md │ │ │ ├── ProcessingRecipe.json │ │ │ ├── ProcessingRecipe.md │ │ │ ├── SandPaperPolishingRecipe.json │ │ │ ├── SandPaperPolishingRecipe.md │ │ │ ├── SplashingRecipe.json │ │ │ └── SplashingRecipe.md │ ├── exnihilosequentia │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── ExNihiloSequentia │ │ │ ├── Composting.json │ │ │ ├── Composting.md │ │ │ ├── Crooking.json │ │ │ ├── Crooking.md │ │ │ ├── Crucible.json │ │ │ ├── Crucible.md │ │ │ ├── Fluid_On_Top.json │ │ │ ├── Fluid_On_Top.md │ │ │ ├── Fluid_To_Item.json │ │ │ ├── Fluid_To_Item.md │ │ │ ├── Fluid_Transform.json │ │ │ ├── Fluid_Transform.md │ │ │ ├── Hammering.json │ │ │ ├── Hammering.md │ │ │ ├── Heat.json │ │ │ ├── Heat.md │ │ │ ├── Sifting.json │ │ │ └── Sifting.md │ ├── farmersdelight │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── FarmersDelight │ │ │ ├── CookingPot.json │ │ │ ├── CookingPot.md │ │ │ ├── CookingPotRecipeBookTab.json │ │ │ ├── CookingPotRecipeBookTab.md │ │ │ ├── CuttingBoard.json │ │ │ ├── CuttingBoard.md │ │ │ ├── ToolActionIngredient.json │ │ │ ├── ToolActionIngredient.md │ │ │ └── replacer │ │ │ ├── CookingPot.md │ │ │ └── CuttingBoard.md │ ├── iceandfire │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── IceAndFire │ │ │ └── recipe │ │ │ └── manager │ │ │ ├── DragonForgeRecipeManager.json │ │ │ └── DragonForgeRecipeManager.md │ ├── initialinventory │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── initialinventory │ │ │ ├── InvHandler.json │ │ │ └── InvHandler.md │ ├── jeitweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── JeiTweaker │ │ │ └── API │ │ │ ├── IFluidStackConverters.json │ │ │ ├── IFluidStackConverters.md │ │ │ ├── IIngredientConverters.json │ │ │ ├── IIngredientConverters.md │ │ │ ├── IItemStackConverters.json │ │ │ ├── IItemStackConverters.md │ │ │ ├── Ingredient │ │ │ ├── JeiIngredient.json │ │ │ └── JeiIngredient.md │ │ │ ├── ItemDefinitionTagConverters.json │ │ │ ├── ItemDefinitionTagConverters.md │ │ │ ├── Jei.json │ │ │ └── Jei.md │ ├── packmode │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── packmode │ │ │ └── PackMode.md │ └── projectmmo │ │ ├── docs.json │ │ └── docs │ │ └── mods │ │ └── pmmo │ │ ├── CTPerkFunction.json │ │ ├── CTPerkFunction.md │ │ ├── CTPerkPredicate.json │ │ ├── CTPerkPredicate.md │ │ ├── CTUtils.json │ │ ├── CTUtils.md │ │ ├── SalvageBuilder.json │ │ └── SalvageBuilder.md ├── 1.20.1 │ ├── armoreablemobs │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── ArmoreableMobs │ │ │ ├── ArmorGroup.json │ │ │ ├── ArmorGroup.md │ │ │ └── Examples.md │ ├── botanypotstweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── BotanyPotsTweaker │ │ │ ├── CropManager.json │ │ │ ├── FertilizerManager.json │ │ │ ├── PotInteractionManager.json │ │ │ ├── SoilManager.json │ │ │ ├── crop │ │ │ ├── BasicCrop.json │ │ │ ├── Crop.json │ │ │ └── HarvestEntry.json │ │ │ ├── displaystate │ │ │ ├── AbstractSimpleDisplayState.json │ │ │ ├── AgingDisplayState.json │ │ │ ├── AxisAlignedRotation.json │ │ │ ├── DisplayState.json │ │ │ ├── SimpleDisplayState.json │ │ │ └── TransitionalDisplayState.json │ │ │ ├── expands │ │ │ ├── BlockStateExpansions.json │ │ │ ├── IItemStackExpansions.json │ │ │ └── PercentagedIItemStack.json │ │ │ ├── fertilizer │ │ │ ├── BasicFertilizer.json │ │ │ └── Fertilizer.json │ │ │ ├── potinteraction │ │ │ ├── BasicPotInteraction.json │ │ │ ├── PotInteraction.json │ │ │ └── Sound.json │ │ │ └── soil │ │ │ ├── BasicSoil.json │ │ │ └── Soil.json │ ├── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ │ ├── fabric │ │ │ └── api │ │ │ │ └── item │ │ │ │ ├── FabricItemStack.json │ │ │ │ ├── MCItemStack.json │ │ │ │ └── MCItemStackMutable.json │ │ │ ├── forge │ │ │ └── api │ │ │ │ ├── BracketHandlers.json │ │ │ │ ├── ForgeBracketDumpers.json │ │ │ │ ├── ForgeBracketValidators.json │ │ │ │ ├── capability │ │ │ │ ├── Capabilities.json │ │ │ │ ├── Capability.json │ │ │ │ ├── CapabilityProvider.json │ │ │ │ ├── ICapabilityProvider.json │ │ │ │ ├── ICapabilityProviderImpl.json │ │ │ │ ├── IEnergyStorage.json │ │ │ │ ├── IFluidHandler.json │ │ │ │ ├── IFluidHandlerAction.json │ │ │ │ ├── IFluidHandlerItem.json │ │ │ │ └── IItemHandler.json │ │ │ │ ├── event │ │ │ │ ├── DetonateExplosionEvent.json │ │ │ │ ├── DifficultyChangeEvent.json │ │ │ │ ├── Event.json │ │ │ │ ├── EventResult.json │ │ │ │ ├── ExplosionEvent.json │ │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ │ ├── StartExplosionEvent.json │ │ │ │ ├── advancement │ │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ │ ├── AdvancementEvent.json │ │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ │ └── AdvancementProgressEventType.json │ │ │ │ ├── anvil │ │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ │ └── AnvilUpdateEvent.json │ │ │ │ ├── block │ │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ │ ├── BlockEvent.json │ │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ │ ├── crop │ │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ │ └── PreCropGrowEvent.json │ │ │ │ │ ├── fluid │ │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ │ │ └── piston │ │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ │ └── PrePistonEvent.json │ │ │ │ ├── brewing │ │ │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ │ └── PotionBrewEventPre.json │ │ │ │ ├── enchantment │ │ │ │ │ └── EnchantmentLevelSetEvent.json │ │ │ │ ├── entity │ │ │ │ │ ├── EntityEvent.json │ │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ │ ├── EntityMountEvent.json │ │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ │ ├── arrow │ │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ │ └── ArrowNockEvent.json │ │ │ │ │ ├── conversion │ │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ │ └── LivingConversionPreEvent.json │ │ │ │ │ ├── living │ │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ │ ├── conversion │ │ │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ │ │ ├── effect │ │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ │ │ ├── spawn │ │ │ │ │ │ │ ├── AllowMobDespawnEvent.json │ │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ │ │ └── target │ │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ │ └── LivingTargetType.json │ │ │ │ │ ├── player │ │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ │ ├── FillBucketEvent.json │ │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ │ ├── PlayerSleepInBedEvent.json │ │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ │ ├── SleepingLocationCheckEvent.json │ │ │ │ │ │ ├── SleepingTimeCheckEvent.json │ │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ │ │ ├── teleport │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ │ └── EntityTeleportEvent.json │ │ │ │ │ └── use │ │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ │ │ ├── grindstone │ │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ │ │ ├── interact │ │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ │ └── RightClickItemEvent.json │ │ │ │ ├── item │ │ │ │ │ ├── EntityItemPickupEvent.json │ │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ │ ├── ItemEvent.json │ │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ │ ├── ItemTossEvent.json │ │ │ │ │ └── PlayerDestroyItemEvent.json │ │ │ │ ├── level │ │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ │ └── LevelEvent.json │ │ │ │ ├── tick │ │ │ │ │ ├── ClientTickEvent.json │ │ │ │ │ ├── LevelTickEvent.json │ │ │ │ │ ├── LivingTickEvent.json │ │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ │ ├── ServerTickEvent.json │ │ │ │ │ ├── TickEvent.json │ │ │ │ │ ├── TickEventPhase.json │ │ │ │ │ └── TickEventType.json │ │ │ │ └── xp │ │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ │ └── PlayerXpLevelChangeEvent.json │ │ │ │ ├── fluid │ │ │ │ └── FluidIngredient.json │ │ │ │ ├── game │ │ │ │ ├── Distribution.json │ │ │ │ └── LogicalSide.json │ │ │ │ ├── item │ │ │ │ ├── ForgeIItemStackExpansions.json │ │ │ │ ├── ForgeItemStack.json │ │ │ │ ├── MCItemStack.json │ │ │ │ └── MCItemStackMutable.json │ │ │ │ ├── loot │ │ │ │ └── condition │ │ │ │ │ ├── LootTableIdLootCondition.json │ │ │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ │ │ └── builder │ │ │ │ │ └── LootTableIdConditionBuilder.json │ │ │ │ ├── recipe │ │ │ │ └── brewing │ │ │ │ │ └── Brewing.json │ │ │ │ ├── tool │ │ │ │ └── ToolAction.json │ │ │ │ └── villager │ │ │ │ └── trade │ │ │ │ └── type │ │ │ │ └── BasicItemListing.json │ │ │ └── vanilla │ │ │ └── api │ │ │ ├── BracketDumpers.json │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketValidators.json │ │ │ ├── ResourceLocationBracketHandler.json │ │ │ ├── advancement │ │ │ ├── Advancement.json │ │ │ ├── AdvancementProgress.json │ │ │ ├── AdvancementRewards.json │ │ │ ├── Criterion.json │ │ │ ├── CriterionProgress.json │ │ │ ├── DisplayInfo.json │ │ │ ├── FrameType.json │ │ │ ├── PlayerAdvancements.json │ │ │ └── ServerAdvancementManager.json │ │ │ ├── block │ │ │ ├── Block.json │ │ │ ├── BlockIngredient.json │ │ │ ├── BlockState.json │ │ │ ├── entity │ │ │ │ └── BlockEntity.json │ │ │ ├── material │ │ │ │ └── PushReaction.json │ │ │ └── type │ │ │ │ ├── cauldron │ │ │ │ ├── AbstractCauldronBlock.json │ │ │ │ ├── CauldronBlock.json │ │ │ │ ├── LavaCauldronBlock.json │ │ │ │ ├── LayeredCauldronBlock.json │ │ │ │ └── PowderSnowCauldronBlock.json │ │ │ │ ├── falling │ │ │ │ ├── Fallable.json │ │ │ │ └── FallingBlock.json │ │ │ │ └── piston │ │ │ │ ├── PistonMath.json │ │ │ │ └── PistonStructureResolver.json │ │ │ ├── bracket │ │ │ └── CommandStringDisplayable.json │ │ │ ├── command │ │ │ └── CommandSource.json │ │ │ ├── data │ │ │ ├── BoolData.json │ │ │ ├── ByteArrayData.json │ │ │ ├── ByteData.json │ │ │ ├── DoubleData.json │ │ │ ├── FloatData.json │ │ │ ├── IData.json │ │ │ ├── IntArrayData.json │ │ │ ├── IntData.json │ │ │ ├── ListData.json │ │ │ ├── LongArrayData.json │ │ │ ├── LongData.json │ │ │ ├── MapData.json │ │ │ ├── ShortData.json │ │ │ └── StringData.json │ │ │ ├── entity │ │ │ ├── Entity.json │ │ │ ├── EntityAccess.json │ │ │ ├── EntityDimensions.json │ │ │ ├── EntityIngredient.json │ │ │ ├── EntityType.json │ │ │ ├── HumanoidArm.json │ │ │ ├── INameTagFunction.json │ │ │ ├── LivingEntity.json │ │ │ ├── MobCategory.json │ │ │ ├── MobSpawnType.json │ │ │ ├── MobType.json │ │ │ ├── NameTagResult.json │ │ │ ├── RemovalReason.json │ │ │ ├── Targeting.json │ │ │ ├── attribute │ │ │ │ ├── Attribute.json │ │ │ │ ├── AttributeInstance.json │ │ │ │ ├── AttributeModifier.json │ │ │ │ └── AttributeOperation.json │ │ │ ├── effect │ │ │ │ ├── AbsorptionMobEffect.json │ │ │ │ ├── AttackDamageMobEffect.json │ │ │ │ ├── HealthBoostMobEffect.json │ │ │ │ ├── InstantenousMobEffect.json │ │ │ │ ├── MobEffect.json │ │ │ │ ├── MobEffectCategory.json │ │ │ │ ├── MobEffectInstance.json │ │ │ │ └── MobEffectUtil.json │ │ │ ├── equipment │ │ │ │ ├── EquipmentSlot.json │ │ │ │ └── EquipmentSlotType.json │ │ │ └── type │ │ │ │ ├── animal │ │ │ │ └── Animal.json │ │ │ │ ├── item │ │ │ │ └── ItemEntity.json │ │ │ │ ├── misc │ │ │ │ ├── AgeableMob.json │ │ │ │ ├── ExperienceOrb.json │ │ │ │ ├── FallingBlockEntity.json │ │ │ │ ├── LightningBolt.json │ │ │ │ ├── Mob.json │ │ │ │ └── PathfinderMob.json │ │ │ │ ├── player │ │ │ │ ├── Abilities.json │ │ │ │ ├── Inventory.json │ │ │ │ ├── Player.json │ │ │ │ ├── PlayerBedSleepingProblem.json │ │ │ │ └── ServerPlayer.json │ │ │ │ ├── projectile │ │ │ │ ├── AbstractHurtingProjectile.json │ │ │ │ ├── Fireball.json │ │ │ │ ├── FireworkRocketEntity.json │ │ │ │ ├── FishingHook.json │ │ │ │ ├── ItemSupplier.json │ │ │ │ ├── LargeFireball.json │ │ │ │ ├── Projectile.json │ │ │ │ ├── SmallFireball.json │ │ │ │ ├── ThrowableItemProjectile.json │ │ │ │ ├── ThrowableProjectile.json │ │ │ │ ├── ThrownEnderpearl.json │ │ │ │ ├── WitherSkull.json │ │ │ │ └── arrow │ │ │ │ │ └── Arrow.json │ │ │ │ └── villager │ │ │ │ ├── AbstractVillager.json │ │ │ │ └── Merchant.json │ │ │ ├── event │ │ │ ├── EventManager.json │ │ │ └── EventPhase.json │ │ │ ├── fluid │ │ │ ├── Fluid.json │ │ │ └── IFluidStack.json │ │ │ ├── food │ │ │ ├── FoodData.json │ │ │ └── FoodProperties.json │ │ │ ├── game │ │ │ ├── Game.json │ │ │ └── Server.json │ │ │ ├── ingredient │ │ │ ├── IIngredient.json │ │ │ ├── IIngredientWithAmount.json │ │ │ ├── condition │ │ │ │ ├── IIngredientCondition.json │ │ │ │ └── type │ │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ │ ├── ConditionCustom.json │ │ │ │ │ ├── ConditionDamaged.json │ │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ │ └── ConditionDamagedAtMost.json │ │ │ ├── transform │ │ │ │ ├── IIngredientTransformer.json │ │ │ │ └── type │ │ │ │ │ ├── TransformCustom.json │ │ │ │ │ ├── TransformDamage.json │ │ │ │ │ ├── TransformReplace.json │ │ │ │ │ └── TransformReuse.json │ │ │ └── type │ │ │ │ ├── IIngredientAny.json │ │ │ │ ├── IIngredientEmpty.json │ │ │ │ ├── IIngredientList.json │ │ │ │ ├── IIngredientTransformed.json │ │ │ │ ├── IngredientConditioned.json │ │ │ │ ├── IngredientWithAmount.json │ │ │ │ ├── TagIngredient.json │ │ │ │ └── WrappingIIngredient.json │ │ │ ├── item │ │ │ ├── Equipable.json │ │ │ ├── IItemStack.json │ │ │ ├── Ingredient.json │ │ │ ├── ItemCooldowns.json │ │ │ ├── ItemDefinition.json │ │ │ ├── ItemStack.json │ │ │ ├── TooltipFlag.json │ │ │ ├── UseOnContext.json │ │ │ ├── Vanishable.json │ │ │ ├── alchemy │ │ │ │ └── Potion.json │ │ │ ├── enchantment │ │ │ │ ├── Enchantment.json │ │ │ │ ├── EnchantmentCategory.json │ │ │ │ └── Rarity.json │ │ │ ├── property │ │ │ │ └── Rarity.json │ │ │ ├── tiered │ │ │ │ └── Tiers.json │ │ │ ├── tooltip │ │ │ │ └── ITooltipFunction.json │ │ │ └── type │ │ │ │ ├── armor │ │ │ │ ├── ArmorItem.json │ │ │ │ ├── ArmorItemType.json │ │ │ │ ├── ArmorMaterial.json │ │ │ │ └── ArmorMaterials.json │ │ │ │ ├── block │ │ │ │ └── BlockItem.json │ │ │ │ ├── projectileweapon │ │ │ │ ├── BowItem.json │ │ │ │ ├── CrossbowItem.json │ │ │ │ └── ProjectileWeaponItem.json │ │ │ │ ├── sword │ │ │ │ └── SwordItem.json │ │ │ │ └── tiered │ │ │ │ ├── Tier.json │ │ │ │ └── TieredItem.json │ │ │ ├── loot │ │ │ ├── DynamicDrop.json │ │ │ ├── EntityTarget.json │ │ │ ├── IntRange.json │ │ │ ├── LootContext.json │ │ │ ├── LootContextBuilder.json │ │ │ ├── LootManager.json │ │ │ ├── LootParams.json │ │ │ ├── LootParamsBuilder.json │ │ │ ├── LootTable.json │ │ │ ├── NumberProvider.json │ │ │ ├── condition │ │ │ │ ├── AllOfCondition.json │ │ │ │ ├── AnyOfCondition.json │ │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ │ ├── DamageSourceLootCondition.json │ │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ │ ├── EntityPropertyLootCondition.json │ │ │ │ ├── ExplosionLootCondition.json │ │ │ │ ├── InvertedLootCondition.json │ │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ │ ├── LocationCheckLootCondition.json │ │ │ │ ├── LootCondition.json │ │ │ │ ├── LootConditions.json │ │ │ │ ├── MatchToolLootCondition.json │ │ │ │ ├── RandomChanceLootCondition.json │ │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ │ ├── TimeCheckLootCondition.json │ │ │ │ ├── ValueCheckLootCondition.json │ │ │ │ ├── WeatherCheckLootCondition.json │ │ │ │ └── builder │ │ │ │ │ ├── AllOfConditionBuilder.json │ │ │ │ │ ├── AnyOfConditionBuilder.json │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ │ └── WeatherCheckLootConditionBuilder.json │ │ │ ├── modifier │ │ │ │ ├── BlockLootModifiers.json │ │ │ │ ├── BlockStateLootModifiers.json │ │ │ │ ├── CommonLootModifiers.json │ │ │ │ ├── EntityLootModifiers.json │ │ │ │ ├── ILootModifier.json │ │ │ │ └── LootModifierManager.json │ │ │ ├── param │ │ │ │ ├── LootContextParam.json │ │ │ │ ├── LootContextParamSet.json │ │ │ │ ├── LootContextParamSets.json │ │ │ │ └── LootContextParams.json │ │ │ └── table │ │ │ │ └── LootTableManager.json │ │ │ ├── misc │ │ │ ├── CTCauldronInteraction.json │ │ │ ├── Cauldron.json │ │ │ └── Composter.json │ │ │ ├── mod │ │ │ ├── Mod.json │ │ │ └── Mods.json │ │ │ ├── predicate │ │ │ ├── BlockPredicate.json │ │ │ ├── DamageSourcePredicate.json │ │ │ ├── DistancePredicate.json │ │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ │ ├── EnchantmentPredicate.json │ │ │ ├── EntityEquipmentPredicate.json │ │ │ ├── EntityFlagsPredicate.json │ │ │ ├── EntityPredicate.json │ │ │ ├── EntitySubPredicate.json │ │ │ ├── EntityTypePredicate.json │ │ │ ├── EntityVariantPredicate.json │ │ │ ├── FishingHookPredicate.json │ │ │ ├── FluidPredicate.json │ │ │ ├── IntMinMaxBoundsPredicate.json │ │ │ ├── ItemPredicate.json │ │ │ ├── LightPredicate.json │ │ │ ├── LightningBoltPredicate.json │ │ │ ├── LocationPredicate.json │ │ │ ├── MobEffectPredicate.json │ │ │ ├── MobEffectsPredicate.json │ │ │ ├── NbtPredicate.json │ │ │ ├── PlayerPredicate.json │ │ │ ├── SlimePredicate.json │ │ │ ├── StatePropertiesPredicate.json │ │ │ ├── TagPredicate.json │ │ │ └── builder │ │ │ │ ├── BlockPredicateBuilder.json │ │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ │ ├── EntityPredicateBuilder.json │ │ │ │ ├── FluidPredicateBuilder.json │ │ │ │ ├── ItemPredicateBuilder.json │ │ │ │ ├── LightPredicateBuilder.json │ │ │ │ ├── LocationPredicateBuilder.json │ │ │ │ ├── PlayerPredicateBuilder.json │ │ │ │ └── StatePropertiesPredicateBuilder.json │ │ │ ├── recipe │ │ │ ├── CookingBookCategory.json │ │ │ ├── CraftingBookCategory.json │ │ │ ├── IRecipeComponent.json │ │ │ ├── MirrorAxis.json │ │ │ ├── fun │ │ │ │ ├── RecipeFunction0D.json │ │ │ │ ├── RecipeFunction1D.json │ │ │ │ └── RecipeFunction2D.json │ │ │ ├── manager │ │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ │ ├── CampFireRecipeManager.json │ │ │ │ ├── CraftingTableRecipeManager.json │ │ │ │ ├── FurnaceRecipeManager.json │ │ │ │ ├── GenericRecipesManager.json │ │ │ │ ├── ICookingRecipeManager.json │ │ │ │ ├── IRecipeManager.json │ │ │ │ ├── RecipeManagerWrapper.json │ │ │ │ ├── SmithingRecipeManager.json │ │ │ │ ├── SmokerRecipeManager.json │ │ │ │ └── StoneCutterManager.json │ │ │ ├── replacement │ │ │ │ ├── IFilteringRule.json │ │ │ │ ├── ITargetingFilter.json │ │ │ │ ├── ITargetingStrategy.json │ │ │ │ ├── Replacer.json │ │ │ │ └── type │ │ │ │ │ ├── ComponentFilteringRule.json │ │ │ │ │ ├── CustomFilteringRule.json │ │ │ │ │ ├── ManagerFilteringRule.json │ │ │ │ │ ├── ModsFilteringRule.json │ │ │ │ │ ├── NameFilteringRule.json │ │ │ │ │ └── NotFilteringRule.json │ │ │ └── type │ │ │ │ ├── AbstractCookingRecipe.json │ │ │ │ ├── BlastingRecipe.json │ │ │ │ ├── CampfireCookingRecipe.json │ │ │ │ ├── CraftingRecipe.json │ │ │ │ ├── Recipe.json │ │ │ │ ├── ShapedRecipe.json │ │ │ │ ├── ShapelessRecipe.json │ │ │ │ ├── SingleItemRecipe.json │ │ │ │ ├── SmeltingRecipe.json │ │ │ │ ├── SmithingRecipe.json │ │ │ │ ├── SmokingRecipe.json │ │ │ │ └── StonecutterRecipe.json │ │ │ ├── resource │ │ │ └── ResourceLocation.json │ │ │ ├── sequence │ │ │ └── task │ │ │ │ ├── ISequenceTask.json │ │ │ │ └── type │ │ │ │ ├── InstantTask.json │ │ │ │ ├── SleepTask.json │ │ │ │ └── SleepUntilTask.json │ │ │ ├── server │ │ │ └── PlayerList.json │ │ │ ├── sound │ │ │ ├── SoundEvent.json │ │ │ ├── SoundSource.json │ │ │ └── SoundType.json │ │ │ ├── tag │ │ │ ├── ExpandBlockTag.json │ │ │ ├── ExpandEntityTypeTag.json │ │ │ ├── ExpandFluidTag.json │ │ │ ├── ExpandItemTag.json │ │ │ ├── ExpandManyBlockTag.json │ │ │ ├── ExpandManyEntityTypeTag.json │ │ │ ├── ExpandManyFluidTag.json │ │ │ ├── ExpandManyItemTag.json │ │ │ ├── MCTag.json │ │ │ ├── manager │ │ │ │ ├── ITagManager.json │ │ │ │ └── type │ │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ │ ├── KnownTagManager.json │ │ │ │ │ └── UnknownTagManager.json │ │ │ └── type │ │ │ │ ├── KnownTag.json │ │ │ │ └── UnknownTag.json │ │ │ ├── text │ │ │ ├── ChatFormatting.json │ │ │ ├── Component.json │ │ │ ├── FormattedText.json │ │ │ ├── Message.json │ │ │ ├── MutableComponent.json │ │ │ ├── Style.json │ │ │ ├── TextColor.json │ │ │ └── content │ │ │ │ ├── ComponentContents.json │ │ │ │ └── type │ │ │ │ ├── KeybindContents.json │ │ │ │ ├── LiteralContents.json │ │ │ │ ├── NbtContents.json │ │ │ │ ├── ScoreContents.json │ │ │ │ ├── SelectorContents.json │ │ │ │ └── TranslatableContents.json │ │ │ ├── util │ │ │ ├── BlockHitResult.json │ │ │ ├── EntityHitResult.json │ │ │ ├── HitResult.json │ │ │ ├── HitResultType.json │ │ │ ├── InteractionHand.json │ │ │ ├── Many.json │ │ │ ├── NameUtil.json │ │ │ ├── Pair.json │ │ │ ├── Position.json │ │ │ ├── StringRepresentable.json │ │ │ ├── collection │ │ │ │ └── Collection.json │ │ │ ├── direction │ │ │ │ ├── Axis.json │ │ │ │ ├── AxisDirection.json │ │ │ │ ├── Direction.json │ │ │ │ └── Plane.json │ │ │ ├── math │ │ │ │ ├── AABB.json │ │ │ │ ├── AxisCycle.json │ │ │ │ ├── BlockPos.json │ │ │ │ ├── FrontAndTop.json │ │ │ │ ├── Matrix3f.json │ │ │ │ ├── MutableBlockPos.json │ │ │ │ ├── OctahedralGroup.json │ │ │ │ ├── Quaternionf.json │ │ │ │ ├── Quaternionfc.json │ │ │ │ ├── Random.json │ │ │ │ ├── RandomSource.json │ │ │ │ ├── Rotation.json │ │ │ │ ├── Vec3.json │ │ │ │ ├── Vec3i.json │ │ │ │ ├── Vector3f.json │ │ │ │ └── Vector3fc.json │ │ │ ├── random │ │ │ │ └── Percentaged.json │ │ │ └── sequence │ │ │ │ ├── Sequence.json │ │ │ │ ├── SequenceBuilder.json │ │ │ │ ├── SequenceContext.json │ │ │ │ └── SequenceType.json │ │ │ ├── villager │ │ │ ├── MerchantOffer.json │ │ │ ├── MerchantOffers.json │ │ │ ├── VillagerProfession.json │ │ │ ├── VillagerTrades.json │ │ │ ├── VillagerType.json │ │ │ └── trade │ │ │ │ ├── ItemListing.json │ │ │ │ └── type │ │ │ │ ├── BasicTradeListing.json │ │ │ │ ├── DyedArmorForEmeralds.json │ │ │ │ ├── EmeraldForItems.json │ │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ │ ├── ItemsForEmeralds.json │ │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ │ └── TreasureMapForEmeralds.json │ │ │ └── world │ │ │ ├── BaseSpawner.json │ │ │ ├── BlockAndTintGetter.json │ │ │ ├── BlockGetter.json │ │ │ ├── Clearable.json │ │ │ ├── CommonLevelAccessor.json │ │ │ ├── Container.json │ │ │ ├── CraftTweakerSavedData.json │ │ │ ├── Difficulty.json │ │ │ ├── DifficultyInstance.json │ │ │ ├── Explosion.json │ │ │ ├── ExplosionBlockInteraction.json │ │ │ ├── GameType.json │ │ │ ├── InteractionResult.json │ │ │ ├── InteractionResultHolder.json │ │ │ ├── ItemLike.json │ │ │ ├── Level.json │ │ │ ├── LevelAccessor.json │ │ │ ├── LevelEventConstants.json │ │ │ ├── LevelReader.json │ │ │ ├── LevelSimulatedRW.json │ │ │ ├── LevelWriter.json │ │ │ ├── Nameable.json │ │ │ ├── SavedData.json │ │ │ ├── ServerLevel.json │ │ │ ├── ServerLevelAccessor.json │ │ │ ├── biome │ │ │ └── Biome.json │ │ │ ├── clip │ │ │ ├── BlockClipContext.json │ │ │ ├── ClipContext.json │ │ │ └── FluidClipContext.json │ │ │ ├── damage │ │ │ ├── DamageEffects.json │ │ │ ├── DamageScaling.json │ │ │ ├── DamageSource.json │ │ │ ├── DamageSources.json │ │ │ ├── DamageType.json │ │ │ └── DeathMessageType.json │ │ │ ├── data │ │ │ ├── LevelData.json │ │ │ ├── ServerLevelData.json │ │ │ └── WritableLevelData.json │ │ │ └── map │ │ │ └── MapDecorationType.json │ ├── createtweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── CreateTweaker │ │ │ ├── CompactingManager.json │ │ │ ├── CrushingManager.json │ │ │ ├── CuttingManager.json │ │ │ ├── DeployerApplicationManager.json │ │ │ ├── EmptyingManager.json │ │ │ ├── FillingManager.json │ │ │ ├── FluidIngredient.json │ │ │ ├── HauntingManager.json │ │ │ ├── IProcessingRecipeManager.json │ │ │ ├── ItemApplicationManager.json │ │ │ ├── MechanicalCrafterManager.json │ │ │ ├── MillingManager.json │ │ │ ├── MixingManager.json │ │ │ ├── PressingManager.json │ │ │ ├── ProcessingOutput.json │ │ │ ├── SandPaperPolishingManager.json │ │ │ ├── SequencedAssemblyManager.json │ │ │ ├── SmartInventory.json │ │ │ ├── SplashingManager.json │ │ │ └── recipe │ │ │ ├── HeatCondition.json │ │ │ ├── ProcessingRecipeBuilder.json │ │ │ ├── ProcessingRecipeFactory.json │ │ │ ├── SequencedAssemblyRecipeBuilder.json │ │ │ ├── fun │ │ │ └── DeployerRecipeFunction.json │ │ │ └── type │ │ │ ├── AbstractCrushingRecipe.json │ │ │ ├── BasinRecipe.json │ │ │ ├── CompactingRecipe.json │ │ │ ├── CrushingRecipe.json │ │ │ ├── CuttingRecipe.json │ │ │ ├── DeployerApplicationRecipe.json │ │ │ ├── EmptyingRecipe.json │ │ │ ├── FillingRecipe.json │ │ │ ├── HauntingRecipe.json │ │ │ ├── IAssemblyRecipe.json │ │ │ ├── ItemApplicationRecipe.json │ │ │ ├── ManualApplicationRecipe.json │ │ │ ├── MillingRecipe.json │ │ │ ├── MixingRecipe.json │ │ │ ├── PressingRecipe.json │ │ │ ├── ProcessingRecipe.json │ │ │ ├── SandPaperPolishingRecipe.json │ │ │ └── SplashingRecipe.json │ ├── farmersdelight │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── FarmersDelight │ │ │ ├── CookingPot.json │ │ │ ├── CookingPot.md │ │ │ ├── CookingPotRecipeBookTab.json │ │ │ ├── CookingPotRecipeBookTab.md │ │ │ ├── CuttingBoard.json │ │ │ ├── CuttingBoard.md │ │ │ ├── ToolActionIngredient.json │ │ │ └── ToolActionIngredient.md │ ├── iceandfire │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── IceAndFire │ │ │ └── recipe │ │ │ └── manager │ │ │ └── DragonForgeRecipeManager.json │ ├── initialinventory │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── initialinventory │ │ │ ├── InvHandler.json │ │ │ └── InvHandler.md │ ├── jeitweaker │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── JeiTweaker │ │ │ └── API │ │ │ ├── IFluidStackConverters.json │ │ │ ├── IFluidStackConverters.md │ │ │ ├── IIngredientConverters.json │ │ │ ├── IIngredientConverters.md │ │ │ ├── IItemStackConverters.json │ │ │ ├── IItemStackConverters.md │ │ │ ├── Ingredient │ │ │ ├── JeiIngredient.json │ │ │ └── JeiIngredient.md │ │ │ ├── ItemDefinitionTagConverters.json │ │ │ ├── ItemDefinitionTagConverters.md │ │ │ ├── Jei.json │ │ │ └── Jei.md │ ├── packmode │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── packmode │ │ │ └── PackMode.md │ ├── pmmo │ │ ├── docs.json │ │ └── docs │ │ │ └── mods │ │ │ └── PMMO │ │ │ ├── CTDescriptionFunction.json │ │ │ ├── CTDescriptionFunction.md │ │ │ ├── CTPerkFunction.json │ │ │ ├── CTPerkFunction.md │ │ │ ├── CTPerkPredicate.json │ │ │ ├── CTPerkPredicate.md │ │ │ ├── CTTickFunction.json │ │ │ ├── CTTickFunction.md │ │ │ ├── CTUtils.json │ │ │ ├── CTUtils.md │ │ │ ├── SalvageBuilder.json │ │ │ └── SalvageBuilder.md │ └── recipemachinestage │ │ ├── docs.json │ │ └── docs │ │ └── mods │ │ └── recipemachinestage │ │ ├── RecipeMachineStage.json │ │ └── RecipeMachineStage.md ├── 1.20.2 │ ├── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ │ ├── fabric │ │ │ └── api │ │ │ │ └── item │ │ │ │ ├── FabricItemStack.json │ │ │ │ ├── MCItemStack.json │ │ │ │ └── MCItemStackMutable.json │ │ │ ├── forge │ │ │ └── api │ │ │ │ ├── BracketHandlers.json │ │ │ │ ├── ForgeBracketDumpers.json │ │ │ │ ├── ForgeBracketValidators.json │ │ │ │ ├── capability │ │ │ │ ├── Capabilities.json │ │ │ │ ├── Capability.json │ │ │ │ ├── CapabilityProvider.json │ │ │ │ ├── ICapabilityProvider.json │ │ │ │ ├── ICapabilityProviderImpl.json │ │ │ │ ├── IEnergyStorage.json │ │ │ │ ├── IFluidHandler.json │ │ │ │ ├── IFluidHandlerAction.json │ │ │ │ ├── IFluidHandlerItem.json │ │ │ │ └── IItemHandler.json │ │ │ │ ├── event │ │ │ │ ├── DetonateExplosionEvent.json │ │ │ │ ├── DifficultyChangeEvent.json │ │ │ │ ├── Event.json │ │ │ │ ├── EventResult.json │ │ │ │ ├── ExplosionEvent.json │ │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ │ ├── StartExplosionEvent.json │ │ │ │ ├── advancement │ │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ │ └── AdvancementProgressEventType.json │ │ │ │ ├── anvil │ │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ │ └── AnvilUpdateEvent.json │ │ │ │ ├── block │ │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ │ ├── BlockEvent.json │ │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ │ ├── crop │ │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ │ └── PreCropGrowEvent.json │ │ │ │ │ ├── fluid │ │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ │ │ └── piston │ │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ │ └── PrePistonEvent.json │ │ │ │ ├── brewing │ │ │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ │ └── PotionBrewEventPre.json │ │ │ │ ├── enchantment │ │ │ │ │ └── EnchantmentLevelSetEvent.json │ │ │ │ ├── entity │ │ │ │ │ ├── EntityEvent.json │ │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ │ ├── EntityMountEvent.json │ │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ │ ├── arrow │ │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ │ └── ArrowNockEvent.json │ │ │ │ │ ├── conversion │ │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ │ └── LivingConversionPreEvent.json │ │ │ │ │ ├── living │ │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ │ ├── conversion │ │ │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ │ │ ├── effect │ │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ │ │ ├── spawn │ │ │ │ │ │ │ ├── AllowMobDespawnEvent.json │ │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ │ │ └── target │ │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ │ └── LivingTargetType.json │ │ │ │ │ ├── player │ │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ │ ├── FillBucketEvent.json │ │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ │ ├── PlayerSleepInBedEvent.json │ │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ │ ├── SleepingLocationCheckEvent.json │ │ │ │ │ │ ├── SleepingTimeCheckEvent.json │ │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ │ │ ├── teleport │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ │ └── EntityTeleportEvent.json │ │ │ │ │ └── use │ │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ │ │ ├── grindstone │ │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ │ │ ├── interact │ │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ │ └── RightClickItemEvent.json │ │ │ │ ├── item │ │ │ │ │ ├── EntityItemPickupEvent.json │ │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ │ ├── ItemEvent.json │ │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ │ ├── ItemTossEvent.json │ │ │ │ │ └── PlayerDestroyItemEvent.json │ │ │ │ ├── level │ │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ │ └── LevelEvent.json │ │ │ │ ├── tick │ │ │ │ │ ├── ClientTickEvent.json │ │ │ │ │ ├── LevelTickEvent.json │ │ │ │ │ ├── LivingTickEvent.json │ │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ │ ├── ServerTickEvent.json │ │ │ │ │ ├── TickEvent.json │ │ │ │ │ ├── TickEventPhase.json │ │ │ │ │ └── TickEventType.json │ │ │ │ └── xp │ │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ │ └── PlayerXpLevelChangeEvent.json │ │ │ │ ├── fluid │ │ │ │ └── FluidIngredient.json │ │ │ │ ├── game │ │ │ │ ├── Distribution.json │ │ │ │ └── LogicalSide.json │ │ │ │ ├── item │ │ │ │ ├── ForgeItemStack.json │ │ │ │ ├── MCItemStack.json │ │ │ │ └── MCItemStackMutable.json │ │ │ │ ├── loot │ │ │ │ └── condition │ │ │ │ │ └── CanToolPerformActionLootCondition.json │ │ │ │ ├── recipe │ │ │ │ └── brewing │ │ │ │ │ └── Brewing.json │ │ │ │ ├── tool │ │ │ │ └── ToolAction.json │ │ │ │ └── villager │ │ │ │ └── trade │ │ │ │ └── type │ │ │ │ └── BasicItemListing.json │ │ │ ├── neoforge │ │ │ └── api │ │ │ │ ├── NeoForgeBracketDumpers.json │ │ │ │ ├── NeoForgeBracketHandlers.json │ │ │ │ ├── NeoForgeBracketValidators.json │ │ │ │ ├── capability │ │ │ │ ├── Capabilities.json │ │ │ │ ├── Capability.json │ │ │ │ ├── CapabilityProvider.json │ │ │ │ ├── ICapabilityProvider.json │ │ │ │ ├── ICapabilityProviderImpl.json │ │ │ │ ├── IEnergyStorage.json │ │ │ │ ├── IFluidHandler.json │ │ │ │ ├── IFluidHandlerAction.json │ │ │ │ ├── IFluidHandlerItem.json │ │ │ │ └── IItemHandler.json │ │ │ │ ├── event │ │ │ │ ├── DetonateExplosionEvent.json │ │ │ │ ├── DifficultyChangeEvent.json │ │ │ │ ├── Event.json │ │ │ │ ├── EventResult.json │ │ │ │ ├── ExplosionEvent.json │ │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ │ ├── ICancellableEvent.json │ │ │ │ ├── StartExplosionEvent.json │ │ │ │ ├── advancement │ │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ │ └── AdvancementProgressEventType.json │ │ │ │ ├── anvil │ │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ │ └── AnvilUpdateEvent.json │ │ │ │ ├── block │ │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ │ ├── BlockEvent.json │ │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ │ ├── crop │ │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ │ └── PreCropGrowEvent.json │ │ │ │ │ ├── fluid │ │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ │ │ └── piston │ │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ │ └── PrePistonEvent.json │ │ │ │ ├── brewing │ │ │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ │ └── PotionBrewEventPre.json │ │ │ │ ├── enchantment │ │ │ │ │ └── EnchantmentLevelSetEvent.json │ │ │ │ ├── entity │ │ │ │ │ ├── EntityEvent.json │ │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ │ ├── EntityMountEvent.json │ │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ │ ├── arrow │ │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ │ └── ArrowNockEvent.json │ │ │ │ │ ├── conversion │ │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ │ └── LivingConversionPreEvent.json │ │ │ │ │ ├── living │ │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ │ ├── conversion │ │ │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ │ │ ├── effect │ │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ │ │ ├── spawn │ │ │ │ │ │ │ ├── AllowMobDespawnEvent.json │ │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ │ │ └── target │ │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ │ └── LivingTargetType.json │ │ │ │ │ ├── player │ │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ │ ├── FillBucketEvent.json │ │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ │ ├── PlayerSleepInBedEvent.json │ │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ │ ├── SleepingLocationCheckEvent.json │ │ │ │ │ │ ├── SleepingTimeCheckEvent.json │ │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ │ │ ├── teleport │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ │ └── EntityTeleportEvent.json │ │ │ │ │ └── use │ │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ │ │ ├── grindstone │ │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ │ │ ├── interact │ │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ │ └── RightClickItemEvent.json │ │ │ │ ├── item │ │ │ │ │ ├── EntityItemPickupEvent.json │ │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ │ ├── ItemEvent.json │ │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ │ ├── ItemTossEvent.json │ │ │ │ │ └── PlayerDestroyItemEvent.json │ │ │ │ ├── level │ │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ │ └── LevelEvent.json │ │ │ │ ├── tick │ │ │ │ │ ├── ClientTickEvent.json │ │ │ │ │ ├── LevelTickEvent.json │ │ │ │ │ ├── LivingTickEvent.json │ │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ │ ├── ServerTickEvent.json │ │ │ │ │ ├── TickEvent.json │ │ │ │ │ ├── TickEventPhase.json │ │ │ │ │ └── TickEventType.json │ │ │ │ └── xp │ │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ │ └── PlayerXpLevelChangeEvent.json │ │ │ │ ├── game │ │ │ │ ├── Distribution.json │ │ │ │ └── LogicalSide.json │ │ │ │ ├── item │ │ │ │ ├── MCItemStack.json │ │ │ │ ├── MCItemStackMutable.json │ │ │ │ └── NeoForgeItemStack.json │ │ │ │ ├── loot │ │ │ │ └── condition │ │ │ │ │ └── CanToolPerformActionLootCondition.json │ │ │ │ ├── recipe │ │ │ │ └── brewing │ │ │ │ │ └── Brewing.json │ │ │ │ ├── tool │ │ │ │ └── ToolAction.json │ │ │ │ └── villager │ │ │ │ └── trade │ │ │ │ └── type │ │ │ │ └── BasicItemListing.json │ │ │ └── vanilla │ │ │ └── api │ │ │ ├── BracketDumpers.json │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketValidators.json │ │ │ ├── ResourceLocationBracketHandler.json │ │ │ ├── advancement │ │ │ ├── Advancement.json │ │ │ ├── AdvancementProgress.json │ │ │ ├── AdvancementRequirements.json │ │ │ ├── AdvancementRewards.json │ │ │ ├── Criterion.json │ │ │ ├── CriterionProgress.json │ │ │ ├── DisplayInfo.json │ │ │ └── FrameType.json │ │ │ ├── block │ │ │ ├── Block.json │ │ │ ├── BlockIngredient.json │ │ │ ├── BlockState.json │ │ │ ├── entity │ │ │ │ └── BlockEntity.json │ │ │ ├── material │ │ │ │ └── PushReaction.json │ │ │ └── type │ │ │ │ ├── cauldron │ │ │ │ ├── AbstractCauldronBlock.json │ │ │ │ ├── CauldronBlock.json │ │ │ │ ├── LavaCauldronBlock.json │ │ │ │ ├── LayeredCauldronBlock.json │ │ │ │ └── PowderSnowCauldronBlock.json │ │ │ │ ├── falling │ │ │ │ ├── Fallable.json │ │ │ │ └── FallingBlock.json │ │ │ │ └── piston │ │ │ │ ├── PistonMath.json │ │ │ │ └── PistonStructureResolver.json │ │ │ ├── bracket │ │ │ └── CommandStringDisplayable.json │ │ │ ├── command │ │ │ └── CommandSource.json │ │ │ ├── data │ │ │ ├── BoolData.json │ │ │ ├── ByteArrayData.json │ │ │ ├── ByteData.json │ │ │ ├── DoubleData.json │ │ │ ├── EmptyData.json │ │ │ ├── FloatData.json │ │ │ ├── IData.json │ │ │ ├── IntArrayData.json │ │ │ ├── IntData.json │ │ │ ├── ListData.json │ │ │ ├── LongArrayData.json │ │ │ ├── LongData.json │ │ │ ├── MapData.json │ │ │ ├── ShortData.json │ │ │ └── StringData.json │ │ │ ├── entity │ │ │ ├── Entity.json │ │ │ ├── EntityAccess.json │ │ │ ├── EntityDimensions.json │ │ │ ├── EntityIngredient.json │ │ │ ├── EntityType.json │ │ │ ├── HumanoidArm.json │ │ │ ├── INameTagFunction.json │ │ │ ├── LivingEntity.json │ │ │ ├── MobCategory.json │ │ │ ├── MobSpawnType.json │ │ │ ├── MobType.json │ │ │ ├── NameTagResult.json │ │ │ ├── RemovalReason.json │ │ │ ├── Shearable.json │ │ │ ├── attribute │ │ │ │ ├── Attribute.json │ │ │ │ ├── AttributeInstance.json │ │ │ │ ├── AttributeModifier.json │ │ │ │ ├── AttributeModifierTemplate.json │ │ │ │ └── AttributeOperation.json │ │ │ ├── effect │ │ │ │ ├── InstantenousMobEffect.json │ │ │ │ ├── MobEffect.json │ │ │ │ ├── MobEffectCategory.json │ │ │ │ ├── MobEffectInstance.json │ │ │ │ └── MobEffectUtil.json │ │ │ ├── equipment │ │ │ │ ├── EquipmentSlot.json │ │ │ │ └── EquipmentSlotType.json │ │ │ └── type │ │ │ │ ├── animal │ │ │ │ ├── Animal.json │ │ │ │ └── Sheep.json │ │ │ │ ├── item │ │ │ │ └── ItemEntity.json │ │ │ │ ├── misc │ │ │ │ ├── AgeableMob.json │ │ │ │ ├── ExperienceOrb.json │ │ │ │ ├── FallingBlockEntity.json │ │ │ │ ├── LightningBolt.json │ │ │ │ ├── Mob.json │ │ │ │ └── PathfinderMob.json │ │ │ │ ├── player │ │ │ │ ├── Abilities.json │ │ │ │ ├── Inventory.json │ │ │ │ ├── Player.json │ │ │ │ ├── PlayerBedSleepingProblem.json │ │ │ │ └── ServerPlayer.json │ │ │ │ ├── projectile │ │ │ │ ├── AbstractHurtingProjectile.json │ │ │ │ ├── Fireball.json │ │ │ │ ├── FireworkRocketEntity.json │ │ │ │ ├── FishingHook.json │ │ │ │ ├── ItemSupplier.json │ │ │ │ ├── LargeFireball.json │ │ │ │ ├── Projectile.json │ │ │ │ ├── SmallFireball.json │ │ │ │ ├── ThrowableItemProjectile.json │ │ │ │ ├── ThrowableProjectile.json │ │ │ │ ├── ThrownEnderpearl.json │ │ │ │ ├── WitherSkull.json │ │ │ │ └── arrow │ │ │ │ │ └── Arrow.json │ │ │ │ └── villager │ │ │ │ ├── AbstractVillager.json │ │ │ │ └── Merchant.json │ │ │ ├── event │ │ │ ├── EventManager.json │ │ │ └── EventPhase.json │ │ │ ├── fluid │ │ │ ├── Fluid.json │ │ │ └── IFluidStack.json │ │ │ ├── food │ │ │ ├── FoodData.json │ │ │ └── FoodProperties.json │ │ │ ├── game │ │ │ ├── Game.json │ │ │ └── Server.json │ │ │ ├── ingredient │ │ │ ├── IIngredient.json │ │ │ ├── IIngredientWithAmount.json │ │ │ ├── condition │ │ │ │ ├── IIngredientCondition.json │ │ │ │ └── type │ │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ │ ├── ConditionCustom.json │ │ │ │ │ ├── ConditionDamaged.json │ │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ │ └── ConditionDamagedAtMost.json │ │ │ ├── transform │ │ │ │ ├── IIngredientTransformer.json │ │ │ │ └── type │ │ │ │ │ ├── TransformCustom.json │ │ │ │ │ ├── TransformDamage.json │ │ │ │ │ ├── TransformReplace.json │ │ │ │ │ └── TransformReuse.json │ │ │ └── type │ │ │ │ ├── IIngredientAny.json │ │ │ │ ├── IIngredientEmpty.json │ │ │ │ ├── IIngredientList.json │ │ │ │ ├── IIngredientTransformed.json │ │ │ │ ├── IngredientConditioned.json │ │ │ │ ├── IngredientWithAmount.json │ │ │ │ ├── TagIngredient.json │ │ │ │ └── WrappingIIngredient.json │ │ │ ├── item │ │ │ ├── Equipable.json │ │ │ ├── IItemStack.json │ │ │ ├── Ingredient.json │ │ │ ├── ItemCooldowns.json │ │ │ ├── ItemDefinition.json │ │ │ ├── ItemStack.json │ │ │ ├── TooltipFlag.json │ │ │ ├── UseOnContext.json │ │ │ ├── Vanishable.json │ │ │ ├── alchemy │ │ │ │ └── Potion.json │ │ │ ├── enchantment │ │ │ │ ├── Enchantment.json │ │ │ │ ├── EnchantmentCategory.json │ │ │ │ └── Rarity.json │ │ │ ├── property │ │ │ │ └── Rarity.json │ │ │ ├── tiered │ │ │ │ └── Tiers.json │ │ │ ├── tooltip │ │ │ │ └── ITooltipFunction.json │ │ │ └── type │ │ │ │ ├── armor │ │ │ │ ├── ArmorItem.json │ │ │ │ ├── ArmorItemType.json │ │ │ │ ├── ArmorMaterial.json │ │ │ │ └── ArmorMaterials.json │ │ │ │ ├── block │ │ │ │ └── BlockItem.json │ │ │ │ ├── sword │ │ │ │ └── SwordItem.json │ │ │ │ └── tiered │ │ │ │ ├── Tier.json │ │ │ │ └── TieredItem.json │ │ │ ├── loot │ │ │ ├── DynamicDrop.json │ │ │ ├── EntityTarget.json │ │ │ ├── IntRange.json │ │ │ ├── LootContext.json │ │ │ ├── LootContextBuilder.json │ │ │ ├── LootManager.json │ │ │ ├── LootParams.json │ │ │ ├── LootParamsBuilder.json │ │ │ ├── LootTable.json │ │ │ ├── NumberProvider.json │ │ │ ├── condition │ │ │ │ ├── AllOfCondition.json │ │ │ │ ├── AnyOfCondition.json │ │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ │ ├── DamageSourceLootCondition.json │ │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ │ ├── EntityPropertyLootCondition.json │ │ │ │ ├── ExplosionLootCondition.json │ │ │ │ ├── InvertedLootCondition.json │ │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ │ ├── LocationCheckLootCondition.json │ │ │ │ ├── LootCondition.json │ │ │ │ ├── LootConditions.json │ │ │ │ ├── LootTableIdLootCondition.json │ │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ │ ├── MatchToolLootCondition.json │ │ │ │ ├── RandomChanceLootCondition.json │ │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ │ ├── TimeCheckLootCondition.json │ │ │ │ ├── ValueCheckLootCondition.json │ │ │ │ ├── WeatherCheckLootCondition.json │ │ │ │ └── builder │ │ │ │ │ ├── AllOfConditionBuilder.json │ │ │ │ │ ├── AnyOfConditionBuilder.json │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ │ └── WeatherCheckLootConditionBuilder.json │ │ │ ├── modifier │ │ │ │ ├── CommonLootModifiers.json │ │ │ │ ├── ILootModifier.json │ │ │ │ └── LootModifierManager.json │ │ │ ├── param │ │ │ │ ├── LootContextParam.json │ │ │ │ ├── LootContextParamSet.json │ │ │ │ ├── LootContextParamSets.json │ │ │ │ └── LootContextParams.json │ │ │ └── table │ │ │ │ └── LootTableManager.json │ │ │ ├── misc │ │ │ ├── CTCauldronInteraction.json │ │ │ ├── Cauldron.json │ │ │ └── Composter.json │ │ │ ├── mod │ │ │ ├── Mod.json │ │ │ └── Mods.json │ │ │ ├── predicate │ │ │ ├── BlockPredicate.json │ │ │ ├── DamageSourcePredicate.json │ │ │ ├── DistancePredicate.json │ │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ │ ├── EnchantmentPredicate.json │ │ │ ├── EntityEquipmentPredicate.json │ │ │ ├── EntityFlagsPredicate.json │ │ │ ├── EntityPredicate.json │ │ │ ├── EntitySubPredicate.json │ │ │ ├── EntityTypePredicate.json │ │ │ ├── EntityVariantPredicate.json │ │ │ ├── FishingHookPredicate.json │ │ │ ├── FluidPredicate.json │ │ │ ├── IntMinMaxBoundsPredicate.json │ │ │ ├── ItemPredicate.json │ │ │ ├── LightPredicate.json │ │ │ ├── LightningBoltPredicate.json │ │ │ ├── LocationPredicate.json │ │ │ ├── MobEffectPredicate.json │ │ │ ├── MobEffectsPredicate.json │ │ │ ├── NbtPredicate.json │ │ │ ├── PlayerPredicate.json │ │ │ ├── SlimePredicate.json │ │ │ ├── StatePropertiesPredicate.json │ │ │ ├── TagPredicate.json │ │ │ └── builder │ │ │ │ ├── BlockPredicateBuilder.json │ │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ │ ├── EntityPredicateBuilder.json │ │ │ │ ├── FluidPredicateBuilder.json │ │ │ │ ├── ItemPredicateBuilder.json │ │ │ │ ├── LightPredicateBuilder.json │ │ │ │ ├── LocationPredicateBuilder.json │ │ │ │ ├── PlayerPredicateBuilder.json │ │ │ │ └── StatePropertiesPredicateBuilder.json │ │ │ ├── recipe │ │ │ ├── CookingBookCategory.json │ │ │ ├── CraftingBookCategory.json │ │ │ ├── IRecipeComponent.json │ │ │ ├── MirrorAxis.json │ │ │ ├── fun │ │ │ │ ├── RecipeFunction0D.json │ │ │ │ ├── RecipeFunction1D.json │ │ │ │ └── RecipeFunction2D.json │ │ │ ├── manager │ │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ │ ├── CampFireRecipeManager.json │ │ │ │ ├── CraftingTableRecipeManager.json │ │ │ │ ├── FurnaceRecipeManager.json │ │ │ │ ├── GenericRecipesManager.json │ │ │ │ ├── ICookingRecipeManager.json │ │ │ │ ├── IRecipeManager.json │ │ │ │ ├── RecipeManagerWrapper.json │ │ │ │ ├── SmithingRecipeManager.json │ │ │ │ ├── SmokerRecipeManager.json │ │ │ │ └── StoneCutterManager.json │ │ │ ├── replacement │ │ │ │ ├── IFilteringRule.json │ │ │ │ ├── ITargetingFilter.json │ │ │ │ ├── ITargetingStrategy.json │ │ │ │ ├── Replacer.json │ │ │ │ └── type │ │ │ │ │ ├── ComponentFilteringRule.json │ │ │ │ │ ├── CustomFilteringRule.json │ │ │ │ │ ├── ManagerFilteringRule.json │ │ │ │ │ ├── ModsFilteringRule.json │ │ │ │ │ ├── NameFilteringRule.json │ │ │ │ │ └── NotFilteringRule.json │ │ │ └── type │ │ │ │ ├── AbstractCookingRecipe.json │ │ │ │ ├── BlastingRecipe.json │ │ │ │ ├── CampfireCookingRecipe.json │ │ │ │ ├── CraftingRecipe.json │ │ │ │ ├── Recipe.json │ │ │ │ ├── RecipeHolder.json │ │ │ │ ├── ShapedRecipe.json │ │ │ │ ├── ShapelessRecipe.json │ │ │ │ ├── SmeltingRecipe.json │ │ │ │ ├── SmithingRecipe.json │ │ │ │ ├── SmokingRecipe.json │ │ │ │ └── StonecutterRecipe.json │ │ │ ├── resource │ │ │ └── ResourceLocation.json │ │ │ ├── sequence │ │ │ └── task │ │ │ │ ├── ISequenceTask.json │ │ │ │ └── type │ │ │ │ ├── InstantTask.json │ │ │ │ ├── SleepTask.json │ │ │ │ └── SleepUntilTask.json │ │ │ ├── server │ │ │ └── PlayerList.json │ │ │ ├── sound │ │ │ ├── SoundEvent.json │ │ │ ├── SoundSource.json │ │ │ └── SoundType.json │ │ │ ├── tag │ │ │ ├── MCTag.json │ │ │ ├── manager │ │ │ │ ├── ITagManager.json │ │ │ │ └── type │ │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ │ ├── KnownTagManager.json │ │ │ │ │ └── UnknownTagManager.json │ │ │ └── type │ │ │ │ ├── KnownTag.json │ │ │ │ └── UnknownTag.json │ │ │ ├── text │ │ │ ├── ChatFormatting.json │ │ │ ├── Component.json │ │ │ ├── FormattedText.json │ │ │ ├── Message.json │ │ │ ├── MutableComponent.json │ │ │ ├── Style.json │ │ │ ├── TextColor.json │ │ │ └── content │ │ │ │ ├── ComponentContents.json │ │ │ │ └── type │ │ │ │ ├── KeybindContents.json │ │ │ │ ├── LiteralContents.json │ │ │ │ ├── NbtContents.json │ │ │ │ ├── ScoreContents.json │ │ │ │ ├── SelectorContents.json │ │ │ │ └── TranslatableContents.json │ │ │ ├── util │ │ │ ├── BlockHitResult.json │ │ │ ├── EntityHitResult.json │ │ │ ├── HitResult.json │ │ │ ├── HitResultType.json │ │ │ ├── InteractionHand.json │ │ │ ├── Many.json │ │ │ ├── NameUtil.json │ │ │ ├── Pair.json │ │ │ ├── Position.json │ │ │ ├── StringRepresentable.json │ │ │ ├── collection │ │ │ │ └── Collection.json │ │ │ ├── direction │ │ │ │ ├── Axis.json │ │ │ │ ├── AxisDirection.json │ │ │ │ ├── Direction.json │ │ │ │ └── Plane.json │ │ │ ├── math │ │ │ │ ├── AABB.json │ │ │ │ ├── AxisCycle.json │ │ │ │ ├── BlockPos.json │ │ │ │ ├── FrontAndTop.json │ │ │ │ ├── Matrix3f.json │ │ │ │ ├── MutableBlockPos.json │ │ │ │ ├── OctahedralGroup.json │ │ │ │ ├── Quaternionf.json │ │ │ │ ├── Quaternionfc.json │ │ │ │ ├── Random.json │ │ │ │ ├── RandomSource.json │ │ │ │ ├── Rotation.json │ │ │ │ ├── Vec3.json │ │ │ │ ├── Vec3i.json │ │ │ │ ├── Vector3f.json │ │ │ │ └── Vector3fc.json │ │ │ ├── random │ │ │ │ └── Percentaged.json │ │ │ └── sequence │ │ │ │ ├── Sequence.json │ │ │ │ ├── SequenceBuilder.json │ │ │ │ ├── SequenceContext.json │ │ │ │ └── SequenceType.json │ │ │ ├── villager │ │ │ ├── MerchantOffer.json │ │ │ ├── MerchantOffers.json │ │ │ ├── VillagerProfession.json │ │ │ ├── VillagerTrades.json │ │ │ ├── VillagerType.json │ │ │ └── trade │ │ │ │ ├── ItemListing.json │ │ │ │ └── type │ │ │ │ ├── BasicTradeListing.json │ │ │ │ ├── DyedArmorForEmeralds.json │ │ │ │ ├── EmeraldForItems.json │ │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ │ ├── ItemsForEmeralds.json │ │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ │ └── TreasureMapForEmeralds.json │ │ │ └── world │ │ │ ├── BaseSpawner.json │ │ │ ├── BlockAndTintGetter.json │ │ │ ├── BlockGetter.json │ │ │ ├── Clearable.json │ │ │ ├── CommonLevelAccessor.json │ │ │ ├── Container.json │ │ │ ├── CraftTweakerSavedData.json │ │ │ ├── Difficulty.json │ │ │ ├── DifficultyInstance.json │ │ │ ├── Explosion.json │ │ │ ├── ExplosionBlockInteraction.json │ │ │ ├── GameType.json │ │ │ ├── InteractionResult.json │ │ │ ├── InteractionResultHolder.json │ │ │ ├── ItemLike.json │ │ │ ├── Level.json │ │ │ ├── LevelAccessor.json │ │ │ ├── LevelEventConstants.json │ │ │ ├── LevelReader.json │ │ │ ├── LevelSimulatedRW.json │ │ │ ├── LevelWriter.json │ │ │ ├── Nameable.json │ │ │ ├── SavedData.json │ │ │ ├── ServerLevel.json │ │ │ ├── ServerLevelAccessor.json │ │ │ ├── biome │ │ │ └── Biome.json │ │ │ ├── clip │ │ │ ├── BlockClipContext.json │ │ │ ├── ClipContext.json │ │ │ └── FluidClipContext.json │ │ │ ├── damage │ │ │ ├── DamageEffects.json │ │ │ ├── DamageScaling.json │ │ │ ├── DamageSource.json │ │ │ ├── DamageSources.json │ │ │ ├── DamageType.json │ │ │ └── DeathMessageType.json │ │ │ ├── data │ │ │ ├── LevelData.json │ │ │ ├── ServerLevelData.json │ │ │ └── WritableLevelData.json │ │ │ └── map │ │ │ └── MapDecorationType.json │ └── initialinventory │ │ ├── docs.json │ │ └── docs │ │ └── mods │ │ └── InitialInventory │ │ ├── InvHandler.json │ │ └── InvHandler.md ├── 1.20.3 │ ├── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ │ ├── fabric │ │ │ └── api │ │ │ │ └── item │ │ │ │ ├── FabricItemStack.json │ │ │ │ ├── MCItemStack.json │ │ │ │ └── MCItemStackMutable.json │ │ │ ├── forge │ │ │ └── api │ │ │ │ ├── BracketHandlers.json │ │ │ │ ├── ForgeBracketDumpers.json │ │ │ │ ├── ForgeBracketValidators.json │ │ │ │ ├── capability │ │ │ │ ├── Capabilities.json │ │ │ │ ├── Capability.json │ │ │ │ ├── CapabilityProvider.json │ │ │ │ ├── ICapabilityProvider.json │ │ │ │ ├── ICapabilityProviderImpl.json │ │ │ │ ├── IEnergyStorage.json │ │ │ │ ├── IFluidHandler.json │ │ │ │ ├── IFluidHandlerAction.json │ │ │ │ ├── IFluidHandlerItem.json │ │ │ │ └── IItemHandler.json │ │ │ │ ├── event │ │ │ │ ├── DetonateExplosionEvent.json │ │ │ │ ├── DifficultyChangeEvent.json │ │ │ │ ├── Event.json │ │ │ │ ├── EventResult.json │ │ │ │ ├── ExplosionEvent.json │ │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ │ ├── StartExplosionEvent.json │ │ │ │ ├── advancement │ │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ │ └── AdvancementProgressEventType.json │ │ │ │ ├── anvil │ │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ │ └── AnvilUpdateEvent.json │ │ │ │ ├── block │ │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ │ ├── BlockEvent.json │ │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ │ ├── crop │ │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ │ └── PreCropGrowEvent.json │ │ │ │ │ ├── fluid │ │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ │ │ └── piston │ │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ │ └── PrePistonEvent.json │ │ │ │ ├── brewing │ │ │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ │ └── PotionBrewEventPre.json │ │ │ │ ├── enchantment │ │ │ │ │ └── EnchantmentLevelSetEvent.json │ │ │ │ ├── entity │ │ │ │ │ ├── EntityEvent.json │ │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ │ ├── EntityMountEvent.json │ │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ │ ├── arrow │ │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ │ └── ArrowNockEvent.json │ │ │ │ │ ├── conversion │ │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ │ └── LivingConversionPreEvent.json │ │ │ │ │ ├── living │ │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ │ ├── conversion │ │ │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ │ │ ├── effect │ │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ │ │ ├── spawn │ │ │ │ │ │ │ ├── AllowMobDespawnEvent.json │ │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ │ │ └── target │ │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ │ └── LivingTargetType.json │ │ │ │ │ ├── player │ │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ │ ├── FillBucketEvent.json │ │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ │ ├── PlayerSleepInBedEvent.json │ │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ │ ├── SleepingLocationCheckEvent.json │ │ │ │ │ │ ├── SleepingTimeCheckEvent.json │ │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ │ │ ├── teleport │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ │ └── EntityTeleportEvent.json │ │ │ │ │ └── use │ │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ │ │ ├── grindstone │ │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ │ │ ├── interact │ │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ │ └── RightClickItemEvent.json │ │ │ │ ├── item │ │ │ │ │ ├── EntityItemPickupEvent.json │ │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ │ ├── ItemEvent.json │ │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ │ ├── ItemTossEvent.json │ │ │ │ │ └── PlayerDestroyItemEvent.json │ │ │ │ ├── level │ │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ │ └── LevelEvent.json │ │ │ │ ├── tick │ │ │ │ │ ├── ClientTickEvent.json │ │ │ │ │ ├── LevelTickEvent.json │ │ │ │ │ ├── LivingTickEvent.json │ │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ │ ├── ServerTickEvent.json │ │ │ │ │ ├── TickEvent.json │ │ │ │ │ ├── TickEventPhase.json │ │ │ │ │ └── TickEventType.json │ │ │ │ └── xp │ │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ │ └── PlayerXpLevelChangeEvent.json │ │ │ │ ├── fluid │ │ │ │ └── FluidIngredient.json │ │ │ │ ├── game │ │ │ │ ├── Distribution.json │ │ │ │ └── LogicalSide.json │ │ │ │ ├── item │ │ │ │ ├── ForgeItemStack.json │ │ │ │ ├── MCItemStack.json │ │ │ │ └── MCItemStackMutable.json │ │ │ │ ├── loot │ │ │ │ └── condition │ │ │ │ │ └── CanToolPerformActionLootCondition.json │ │ │ │ ├── recipe │ │ │ │ └── brewing │ │ │ │ │ └── Brewing.json │ │ │ │ ├── tool │ │ │ │ └── ToolAction.json │ │ │ │ └── villager │ │ │ │ └── trade │ │ │ │ └── type │ │ │ │ └── BasicItemListing.json │ │ │ ├── neoforge │ │ │ └── api │ │ │ │ ├── NeoForgeBracketDumpers.json │ │ │ │ ├── NeoForgeBracketHandlers.json │ │ │ │ ├── NeoForgeBracketValidators.json │ │ │ │ ├── attachment │ │ │ │ ├── AttachmentHolder.json │ │ │ │ ├── AttachmentType.json │ │ │ │ └── IAttachmentHolder.json │ │ │ │ ├── capability │ │ │ │ ├── BaseCapability.json │ │ │ │ ├── BlockCapability.json │ │ │ │ ├── EnergyStorageCaps.json │ │ │ │ ├── EntityCapability.json │ │ │ │ ├── FluidHandlerCaps.json │ │ │ │ ├── IEnergyStorage.json │ │ │ │ ├── IFluidHandler.json │ │ │ │ ├── IFluidHandlerAction.json │ │ │ │ ├── IFluidHandlerItem.json │ │ │ │ ├── IItemHandler.json │ │ │ │ ├── ItemCapability.json │ │ │ │ └── ItemHandlerCaps.json │ │ │ │ ├── event │ │ │ │ ├── DetonateExplosionEvent.json │ │ │ │ ├── DifficultyChangeEvent.json │ │ │ │ ├── Event.json │ │ │ │ ├── EventResult.json │ │ │ │ ├── ExplosionEvent.json │ │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ │ ├── ICancellableEvent.json │ │ │ │ ├── StartExplosionEvent.json │ │ │ │ ├── advancement │ │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ │ └── AdvancementProgressEventType.json │ │ │ │ ├── anvil │ │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ │ └── AnvilUpdateEvent.json │ │ │ │ ├── block │ │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ │ ├── BlockEvent.json │ │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ │ ├── crop │ │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ │ └── PreCropGrowEvent.json │ │ │ │ │ ├── fluid │ │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ │ │ └── piston │ │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ │ └── PrePistonEvent.json │ │ │ │ ├── brewing │ │ │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ │ └── PotionBrewEventPre.json │ │ │ │ ├── enchantment │ │ │ │ │ └── EnchantmentLevelSetEvent.json │ │ │ │ ├── entity │ │ │ │ │ ├── EntityEvent.json │ │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ │ ├── EntityMountEvent.json │ │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ │ ├── arrow │ │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ │ └── ArrowNockEvent.json │ │ │ │ │ ├── conversion │ │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ │ └── LivingConversionPreEvent.json │ │ │ │ │ ├── living │ │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ │ ├── conversion │ │ │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ │ │ ├── effect │ │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ │ │ ├── spawn │ │ │ │ │ │ │ ├── AllowMobDespawnEvent.json │ │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ │ │ └── target │ │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ │ └── LivingTargetType.json │ │ │ │ │ ├── player │ │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ │ ├── FillBucketEvent.json │ │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ │ ├── PlayerSleepInBedEvent.json │ │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ │ ├── SleepingLocationCheckEvent.json │ │ │ │ │ │ ├── SleepingTimeCheckEvent.json │ │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ │ │ ├── teleport │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ │ └── EntityTeleportEvent.json │ │ │ │ │ └── use │ │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ │ │ ├── grindstone │ │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ │ │ ├── interact │ │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ │ └── RightClickItemEvent.json │ │ │ │ ├── item │ │ │ │ │ ├── EntityItemPickupEvent.json │ │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ │ ├── ItemEvent.json │ │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ │ ├── ItemTossEvent.json │ │ │ │ │ └── PlayerDestroyItemEvent.json │ │ │ │ ├── level │ │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ │ └── LevelEvent.json │ │ │ │ ├── tick │ │ │ │ │ ├── ClientTickEvent.json │ │ │ │ │ ├── LevelTickEvent.json │ │ │ │ │ ├── LivingTickEvent.json │ │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ │ ├── ServerTickEvent.json │ │ │ │ │ ├── TickEvent.json │ │ │ │ │ ├── TickEventPhase.json │ │ │ │ │ └── TickEventType.json │ │ │ │ └── xp │ │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ │ └── PlayerXpLevelChangeEvent.json │ │ │ │ ├── game │ │ │ │ ├── Distribution.json │ │ │ │ └── LogicalSide.json │ │ │ │ ├── item │ │ │ │ ├── MCItemStack.json │ │ │ │ ├── MCItemStackMutable.json │ │ │ │ └── NeoForgeItemStack.json │ │ │ │ ├── loot │ │ │ │ └── condition │ │ │ │ │ └── CanToolPerformActionLootCondition.json │ │ │ │ ├── recipe │ │ │ │ └── brewing │ │ │ │ │ └── Brewing.json │ │ │ │ ├── tool │ │ │ │ └── ToolAction.json │ │ │ │ ├── villager │ │ │ │ └── trade │ │ │ │ │ └── type │ │ │ │ │ └── BasicItemListing.json │ │ │ │ └── world │ │ │ │ └── ILevelExtension.json │ │ │ └── vanilla │ │ │ └── api │ │ │ ├── BracketDumpers.json │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketValidators.json │ │ │ ├── ResourceLocationBracketHandler.json │ │ │ ├── advancement │ │ │ ├── Advancement.json │ │ │ ├── AdvancementHolder.json │ │ │ ├── AdvancementProgress.json │ │ │ ├── AdvancementRequirements.json │ │ │ ├── AdvancementRewards.json │ │ │ ├── AdvancementType.json │ │ │ ├── Criterion.json │ │ │ ├── CriterionProgress.json │ │ │ └── DisplayInfo.json │ │ │ ├── block │ │ │ ├── Block.json │ │ │ ├── BlockIngredient.json │ │ │ ├── BlockState.json │ │ │ ├── entity │ │ │ │ └── BlockEntity.json │ │ │ ├── material │ │ │ │ └── PushReaction.json │ │ │ └── type │ │ │ │ ├── cauldron │ │ │ │ ├── AbstractCauldronBlock.json │ │ │ │ ├── CauldronBlock.json │ │ │ │ ├── LavaCauldronBlock.json │ │ │ │ └── LayeredCauldronBlock.json │ │ │ │ ├── falling │ │ │ │ ├── Fallable.json │ │ │ │ └── FallingBlock.json │ │ │ │ └── piston │ │ │ │ ├── PistonMath.json │ │ │ │ └── PistonStructureResolver.json │ │ │ ├── bracket │ │ │ └── CommandStringDisplayable.json │ │ │ ├── command │ │ │ └── CommandSource.json │ │ │ ├── data │ │ │ ├── BoolData.json │ │ │ ├── ByteArrayData.json │ │ │ ├── ByteData.json │ │ │ ├── DoubleData.json │ │ │ ├── EmptyData.json │ │ │ ├── FloatData.json │ │ │ ├── IData.json │ │ │ ├── IntArrayData.json │ │ │ ├── IntData.json │ │ │ ├── ListData.json │ │ │ ├── LongArrayData.json │ │ │ ├── LongData.json │ │ │ ├── MapData.json │ │ │ ├── ShortData.json │ │ │ └── StringData.json │ │ │ ├── entity │ │ │ ├── Entity.json │ │ │ ├── EntityAccess.json │ │ │ ├── EntityDimensions.json │ │ │ ├── EntityIngredient.json │ │ │ ├── EntityType.json │ │ │ ├── HumanoidArm.json │ │ │ ├── INameTagFunction.json │ │ │ ├── LivingEntity.json │ │ │ ├── MobCategory.json │ │ │ ├── MobSpawnType.json │ │ │ ├── MobType.json │ │ │ ├── NameTagResult.json │ │ │ ├── RemovalReason.json │ │ │ ├── Shearable.json │ │ │ ├── attribute │ │ │ │ ├── Attribute.json │ │ │ │ ├── AttributeInstance.json │ │ │ │ ├── AttributeModifier.json │ │ │ │ ├── AttributeModifierTemplate.json │ │ │ │ └── AttributeOperation.json │ │ │ ├── effect │ │ │ │ ├── InstantenousMobEffect.json │ │ │ │ ├── MobEffect.json │ │ │ │ ├── MobEffectCategory.json │ │ │ │ ├── MobEffectInstance.json │ │ │ │ └── MobEffectUtil.json │ │ │ ├── equipment │ │ │ │ ├── EquipmentSlot.json │ │ │ │ └── EquipmentSlotType.json │ │ │ └── type │ │ │ │ ├── animal │ │ │ │ ├── Animal.json │ │ │ │ └── Sheep.json │ │ │ │ ├── item │ │ │ │ └── ItemEntity.json │ │ │ │ ├── misc │ │ │ │ ├── AgeableMob.json │ │ │ │ ├── ExperienceOrb.json │ │ │ │ ├── FallingBlockEntity.json │ │ │ │ ├── LightningBolt.json │ │ │ │ ├── Mob.json │ │ │ │ └── PathfinderMob.json │ │ │ │ ├── player │ │ │ │ ├── Abilities.json │ │ │ │ ├── Inventory.json │ │ │ │ ├── Player.json │ │ │ │ ├── PlayerBedSleepingProblem.json │ │ │ │ └── ServerPlayer.json │ │ │ │ ├── projectile │ │ │ │ ├── AbstractHurtingProjectile.json │ │ │ │ ├── Fireball.json │ │ │ │ ├── FireworkRocketEntity.json │ │ │ │ ├── FishingHook.json │ │ │ │ ├── ItemSupplier.json │ │ │ │ ├── LargeFireball.json │ │ │ │ ├── Projectile.json │ │ │ │ ├── SmallFireball.json │ │ │ │ ├── ThrowableItemProjectile.json │ │ │ │ ├── ThrowableProjectile.json │ │ │ │ ├── ThrownEnderpearl.json │ │ │ │ ├── WitherSkull.json │ │ │ │ └── arrow │ │ │ │ │ └── Arrow.json │ │ │ │ └── villager │ │ │ │ ├── AbstractVillager.json │ │ │ │ └── Merchant.json │ │ │ ├── event │ │ │ ├── EventManager.json │ │ │ └── EventPhase.json │ │ │ ├── fluid │ │ │ ├── Fluid.json │ │ │ └── IFluidStack.json │ │ │ ├── food │ │ │ ├── FoodData.json │ │ │ └── FoodProperties.json │ │ │ ├── game │ │ │ ├── Game.json │ │ │ └── Server.json │ │ │ ├── ingredient │ │ │ ├── IIngredient.json │ │ │ ├── IIngredientWithAmount.json │ │ │ ├── condition │ │ │ │ ├── IIngredientCondition.json │ │ │ │ └── type │ │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ │ ├── ConditionCustom.json │ │ │ │ │ ├── ConditionDamaged.json │ │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ │ └── ConditionDamagedAtMost.json │ │ │ ├── transform │ │ │ │ ├── IIngredientTransformer.json │ │ │ │ └── type │ │ │ │ │ ├── TransformCustom.json │ │ │ │ │ ├── TransformDamage.json │ │ │ │ │ ├── TransformReplace.json │ │ │ │ │ └── TransformReuse.json │ │ │ └── type │ │ │ │ ├── IIngredientAny.json │ │ │ │ ├── IIngredientEmpty.json │ │ │ │ ├── IIngredientList.json │ │ │ │ ├── IIngredientTransformed.json │ │ │ │ ├── IngredientConditioned.json │ │ │ │ ├── IngredientWithAmount.json │ │ │ │ ├── TagIngredient.json │ │ │ │ └── WrappingIIngredient.json │ │ │ ├── item │ │ │ ├── Equipable.json │ │ │ ├── IItemStack.json │ │ │ ├── Ingredient.json │ │ │ ├── ItemCooldowns.json │ │ │ ├── ItemDefinition.json │ │ │ ├── ItemStack.json │ │ │ ├── TooltipFlag.json │ │ │ ├── UseOnContext.json │ │ │ ├── Vanishable.json │ │ │ ├── alchemy │ │ │ │ └── Potion.json │ │ │ ├── enchantment │ │ │ │ ├── Enchantment.json │ │ │ │ ├── EnchantmentCategory.json │ │ │ │ └── Rarity.json │ │ │ ├── property │ │ │ │ └── Rarity.json │ │ │ ├── tiered │ │ │ │ └── Tiers.json │ │ │ ├── tooltip │ │ │ │ └── ITooltipFunction.json │ │ │ └── type │ │ │ │ ├── armor │ │ │ │ ├── ArmorItem.json │ │ │ │ ├── ArmorItemType.json │ │ │ │ ├── ArmorMaterial.json │ │ │ │ └── ArmorMaterials.json │ │ │ │ ├── block │ │ │ │ └── BlockItem.json │ │ │ │ ├── sword │ │ │ │ └── SwordItem.json │ │ │ │ └── tiered │ │ │ │ ├── Tier.json │ │ │ │ └── TieredItem.json │ │ │ ├── loot │ │ │ ├── DynamicDrop.json │ │ │ ├── EntityTarget.json │ │ │ ├── IntRange.json │ │ │ ├── LootContext.json │ │ │ ├── LootContextBuilder.json │ │ │ ├── LootManager.json │ │ │ ├── LootParams.json │ │ │ ├── LootParamsBuilder.json │ │ │ ├── LootTable.json │ │ │ ├── NumberProvider.json │ │ │ ├── condition │ │ │ │ ├── AllOfCondition.json │ │ │ │ ├── AnyOfCondition.json │ │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ │ ├── DamageSourceLootCondition.json │ │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ │ ├── EntityPropertyLootCondition.json │ │ │ │ ├── ExplosionLootCondition.json │ │ │ │ ├── InvertedLootCondition.json │ │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ │ ├── LocationCheckLootCondition.json │ │ │ │ ├── LootCondition.json │ │ │ │ ├── LootConditions.json │ │ │ │ ├── LootTableIdLootCondition.json │ │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ │ ├── MatchToolLootCondition.json │ │ │ │ ├── RandomChanceLootCondition.json │ │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ │ ├── TimeCheckLootCondition.json │ │ │ │ ├── ValueCheckLootCondition.json │ │ │ │ ├── WeatherCheckLootCondition.json │ │ │ │ └── builder │ │ │ │ │ ├── AllOfConditionBuilder.json │ │ │ │ │ ├── AnyOfConditionBuilder.json │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ │ └── WeatherCheckLootConditionBuilder.json │ │ │ ├── modifier │ │ │ │ ├── CommonLootModifiers.json │ │ │ │ ├── ILootModifier.json │ │ │ │ └── LootModifierManager.json │ │ │ ├── param │ │ │ │ ├── LootContextParam.json │ │ │ │ ├── LootContextParamSet.json │ │ │ │ ├── LootContextParamSets.json │ │ │ │ └── LootContextParams.json │ │ │ └── table │ │ │ │ └── LootTableManager.json │ │ │ ├── misc │ │ │ ├── CTCauldronInteraction.json │ │ │ ├── Cauldron.json │ │ │ └── Composter.json │ │ │ ├── mod │ │ │ ├── Mod.json │ │ │ └── Mods.json │ │ │ ├── predicate │ │ │ ├── BlockPredicate.json │ │ │ ├── DamageSourcePredicate.json │ │ │ ├── DistancePredicate.json │ │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ │ ├── EnchantmentPredicate.json │ │ │ ├── EntityEquipmentPredicate.json │ │ │ ├── EntityFlagsPredicate.json │ │ │ ├── EntityPredicate.json │ │ │ ├── EntitySubPredicate.json │ │ │ ├── EntityTypePredicate.json │ │ │ ├── EntityVariantPredicate.json │ │ │ ├── FishingHookPredicate.json │ │ │ ├── FluidPredicate.json │ │ │ ├── IntMinMaxBoundsPredicate.json │ │ │ ├── ItemPredicate.json │ │ │ ├── LightPredicate.json │ │ │ ├── LightningBoltPredicate.json │ │ │ ├── LocationPredicate.json │ │ │ ├── MobEffectPredicate.json │ │ │ ├── MobEffectsPredicate.json │ │ │ ├── NbtPredicate.json │ │ │ ├── PlayerPredicate.json │ │ │ ├── SlimePredicate.json │ │ │ ├── StatePropertiesPredicate.json │ │ │ ├── TagPredicate.json │ │ │ └── builder │ │ │ │ ├── BlockPredicateBuilder.json │ │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ │ ├── EntityPredicateBuilder.json │ │ │ │ ├── FluidPredicateBuilder.json │ │ │ │ ├── ItemPredicateBuilder.json │ │ │ │ ├── LightPredicateBuilder.json │ │ │ │ ├── LocationPredicateBuilder.json │ │ │ │ ├── PlayerPredicateBuilder.json │ │ │ │ └── StatePropertiesPredicateBuilder.json │ │ │ ├── recipe │ │ │ ├── CookingBookCategory.json │ │ │ ├── CraftingBookCategory.json │ │ │ ├── IRecipeComponent.json │ │ │ ├── MirrorAxis.json │ │ │ ├── fun │ │ │ │ ├── RecipeFunction0D.json │ │ │ │ ├── RecipeFunction1D.json │ │ │ │ └── RecipeFunction2D.json │ │ │ ├── manager │ │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ │ ├── CampFireRecipeManager.json │ │ │ │ ├── CraftingTableRecipeManager.json │ │ │ │ ├── FurnaceRecipeManager.json │ │ │ │ ├── GenericRecipesManager.json │ │ │ │ ├── ICookingRecipeManager.json │ │ │ │ ├── IRecipeManager.json │ │ │ │ ├── RecipeManagerWrapper.json │ │ │ │ ├── SmithingRecipeManager.json │ │ │ │ ├── SmokerRecipeManager.json │ │ │ │ └── StoneCutterManager.json │ │ │ ├── replacement │ │ │ │ ├── IFilteringRule.json │ │ │ │ ├── ITargetingFilter.json │ │ │ │ ├── ITargetingStrategy.json │ │ │ │ ├── Replacer.json │ │ │ │ └── type │ │ │ │ │ ├── ComponentFilteringRule.json │ │ │ │ │ ├── CustomFilteringRule.json │ │ │ │ │ ├── ManagerFilteringRule.json │ │ │ │ │ ├── ModsFilteringRule.json │ │ │ │ │ ├── NameFilteringRule.json │ │ │ │ │ └── NotFilteringRule.json │ │ │ └── type │ │ │ │ ├── AbstractCookingRecipe.json │ │ │ │ ├── BlastingRecipe.json │ │ │ │ ├── CampfireCookingRecipe.json │ │ │ │ ├── CraftingRecipe.json │ │ │ │ ├── Recipe.json │ │ │ │ ├── RecipeHolder.json │ │ │ │ ├── ShapedRecipe.json │ │ │ │ ├── ShapelessRecipe.json │ │ │ │ ├── SmeltingRecipe.json │ │ │ │ ├── SmithingRecipe.json │ │ │ │ ├── SmokingRecipe.json │ │ │ │ └── StonecutterRecipe.json │ │ │ ├── resource │ │ │ └── ResourceLocation.json │ │ │ ├── sequence │ │ │ └── task │ │ │ │ ├── ISequenceTask.json │ │ │ │ └── type │ │ │ │ ├── InstantTask.json │ │ │ │ ├── SleepTask.json │ │ │ │ └── SleepUntilTask.json │ │ │ ├── server │ │ │ └── PlayerList.json │ │ │ ├── sound │ │ │ ├── SoundEvent.json │ │ │ ├── SoundSource.json │ │ │ └── SoundType.json │ │ │ ├── tag │ │ │ ├── MCTag.json │ │ │ ├── manager │ │ │ │ ├── ITagManager.json │ │ │ │ └── type │ │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ │ ├── KnownTagManager.json │ │ │ │ │ └── UnknownTagManager.json │ │ │ └── type │ │ │ │ ├── KnownTag.json │ │ │ │ └── UnknownTag.json │ │ │ ├── text │ │ │ ├── ChatFormatting.json │ │ │ ├── CommonComponents.json │ │ │ ├── Component.json │ │ │ ├── FormattedText.json │ │ │ ├── Message.json │ │ │ ├── MutableComponent.json │ │ │ ├── Style.json │ │ │ ├── TextColor.json │ │ │ └── content │ │ │ │ └── type │ │ │ │ ├── KeybindContents.json │ │ │ │ ├── LiteralContents.json │ │ │ │ ├── NbtContents.json │ │ │ │ ├── PlainTextContents.json │ │ │ │ ├── ScoreContents.json │ │ │ │ ├── SelectorContents.json │ │ │ │ └── TranslatableContents.json │ │ │ ├── util │ │ │ ├── BlockHitResult.json │ │ │ ├── EntityHitResult.json │ │ │ ├── HitResult.json │ │ │ ├── HitResultType.json │ │ │ ├── InteractionHand.json │ │ │ ├── Many.json │ │ │ ├── NameUtil.json │ │ │ ├── Pair.json │ │ │ ├── Position.json │ │ │ ├── StringRepresentable.json │ │ │ ├── collection │ │ │ │ └── Collection.json │ │ │ ├── direction │ │ │ │ ├── Axis.json │ │ │ │ ├── AxisDirection.json │ │ │ │ ├── Direction.json │ │ │ │ └── Plane.json │ │ │ ├── math │ │ │ │ ├── AABB.json │ │ │ │ ├── AxisCycle.json │ │ │ │ ├── BlockPos.json │ │ │ │ ├── FrontAndTop.json │ │ │ │ ├── Matrix3f.json │ │ │ │ ├── MutableBlockPos.json │ │ │ │ ├── OctahedralGroup.json │ │ │ │ ├── Quaternionf.json │ │ │ │ ├── Quaternionfc.json │ │ │ │ ├── Random.json │ │ │ │ ├── RandomSource.json │ │ │ │ ├── Rotation.json │ │ │ │ ├── Vec3.json │ │ │ │ ├── Vec3i.json │ │ │ │ ├── Vector3f.json │ │ │ │ └── Vector3fc.json │ │ │ ├── random │ │ │ │ └── Percentaged.json │ │ │ └── sequence │ │ │ │ ├── Sequence.json │ │ │ │ ├── SequenceBuilder.json │ │ │ │ ├── SequenceContext.json │ │ │ │ └── SequenceType.json │ │ │ ├── villager │ │ │ ├── MerchantOffer.json │ │ │ ├── MerchantOffers.json │ │ │ ├── VillagerProfession.json │ │ │ ├── VillagerTrades.json │ │ │ ├── VillagerType.json │ │ │ └── trade │ │ │ │ ├── ItemListing.json │ │ │ │ └── type │ │ │ │ ├── BasicTradeListing.json │ │ │ │ ├── DyedArmorForEmeralds.json │ │ │ │ ├── EmeraldForItems.json │ │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ │ ├── ItemsForEmeralds.json │ │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ │ └── TreasureMapForEmeralds.json │ │ │ └── world │ │ │ ├── BaseSpawner.json │ │ │ ├── BlockAndTintGetter.json │ │ │ ├── BlockGetter.json │ │ │ ├── Clearable.json │ │ │ ├── CommonLevelAccessor.json │ │ │ ├── Container.json │ │ │ ├── CraftTweakerSavedData.json │ │ │ ├── Difficulty.json │ │ │ ├── DifficultyInstance.json │ │ │ ├── Explosion.json │ │ │ ├── ExplosionBlockInteraction.json │ │ │ ├── GameType.json │ │ │ ├── InteractionResult.json │ │ │ ├── InteractionResultHolder.json │ │ │ ├── ItemLike.json │ │ │ ├── Level.json │ │ │ ├── LevelAccessor.json │ │ │ ├── LevelEventConstants.json │ │ │ ├── LevelReader.json │ │ │ ├── LevelSimulatedRW.json │ │ │ ├── LevelWriter.json │ │ │ ├── Nameable.json │ │ │ ├── SavedData.json │ │ │ ├── ServerLevel.json │ │ │ ├── ServerLevelAccessor.json │ │ │ ├── biome │ │ │ └── Biome.json │ │ │ ├── clip │ │ │ ├── BlockClipContext.json │ │ │ ├── ClipContext.json │ │ │ └── FluidClipContext.json │ │ │ ├── damage │ │ │ ├── DamageEffects.json │ │ │ ├── DamageScaling.json │ │ │ ├── DamageSource.json │ │ │ ├── DamageSources.json │ │ │ ├── DamageType.json │ │ │ └── DeathMessageType.json │ │ │ ├── data │ │ │ ├── LevelData.json │ │ │ ├── ServerLevelData.json │ │ │ └── WritableLevelData.json │ │ │ └── map │ │ │ └── MapDecorationType.json │ └── initialinventory │ │ ├── docs.json │ │ └── docs │ │ └── mods │ │ └── InitialInventory │ │ ├── InvHandler.json │ │ └── InvHandler.md ├── 1.20.4 │ └── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ ├── fabric │ │ └── api │ │ │ └── item │ │ │ ├── FabricItemStack.json │ │ │ ├── MCItemStack.json │ │ │ └── MCItemStackMutable.json │ │ ├── forge │ │ └── api │ │ │ ├── BracketHandlers.json │ │ │ ├── ForgeBracketDumpers.json │ │ │ ├── ForgeBracketValidators.json │ │ │ ├── capability │ │ │ ├── Capabilities.json │ │ │ ├── Capability.json │ │ │ ├── CapabilityProvider.json │ │ │ ├── ICapabilityProvider.json │ │ │ ├── ICapabilityProviderImpl.json │ │ │ ├── IEnergyStorage.json │ │ │ ├── IFluidHandler.json │ │ │ ├── IFluidHandlerAction.json │ │ │ ├── IFluidHandlerItem.json │ │ │ └── IItemHandler.json │ │ │ ├── event │ │ │ ├── DetonateExplosionEvent.json │ │ │ ├── DifficultyChangeEvent.json │ │ │ ├── Event.json │ │ │ ├── EventResult.json │ │ │ ├── ExplosionEvent.json │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ ├── StartExplosionEvent.json │ │ │ ├── advancement │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ └── AdvancementProgressEventType.json │ │ │ ├── anvil │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ └── AnvilUpdateEvent.json │ │ │ ├── block │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ ├── BlockEvent.json │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ ├── crop │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ └── PreCropGrowEvent.json │ │ │ │ ├── fluid │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ │ └── piston │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ └── PrePistonEvent.json │ │ │ ├── brewing │ │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ └── PotionBrewEventPre.json │ │ │ ├── enchantment │ │ │ │ └── EnchantmentLevelSetEvent.json │ │ │ ├── entity │ │ │ │ ├── EntityEvent.json │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ ├── EntityMountEvent.json │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ ├── arrow │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ └── ArrowNockEvent.json │ │ │ │ ├── conversion │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ └── LivingConversionPreEvent.json │ │ │ │ ├── living │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ ├── conversion │ │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ │ ├── effect │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ │ ├── spawn │ │ │ │ │ │ ├── AllowMobDespawnEvent.json │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ │ └── target │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ └── LivingTargetType.json │ │ │ │ ├── player │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ ├── FillBucketEvent.json │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ ├── PlayerSleepInBedEvent.json │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ ├── SleepingLocationCheckEvent.json │ │ │ │ │ ├── SleepingTimeCheckEvent.json │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ │ ├── teleport │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ └── EntityTeleportEvent.json │ │ │ │ └── use │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ │ ├── grindstone │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ │ ├── interact │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ └── RightClickItemEvent.json │ │ │ ├── item │ │ │ │ ├── EntityItemPickupEvent.json │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ ├── ItemEvent.json │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ ├── ItemTossEvent.json │ │ │ │ └── PlayerDestroyItemEvent.json │ │ │ ├── level │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ └── LevelEvent.json │ │ │ ├── tick │ │ │ │ ├── ClientTickEvent.json │ │ │ │ ├── LevelTickEvent.json │ │ │ │ ├── LivingTickEvent.json │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ ├── ServerTickEvent.json │ │ │ │ ├── TickEvent.json │ │ │ │ ├── TickEventPhase.json │ │ │ │ └── TickEventType.json │ │ │ └── xp │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ └── PlayerXpLevelChangeEvent.json │ │ │ ├── fluid │ │ │ └── FluidIngredient.json │ │ │ ├── game │ │ │ ├── Distribution.json │ │ │ └── LogicalSide.json │ │ │ ├── item │ │ │ ├── ForgeItemStack.json │ │ │ ├── MCItemStack.json │ │ │ └── MCItemStackMutable.json │ │ │ ├── loot │ │ │ └── condition │ │ │ │ └── CanToolPerformActionLootCondition.json │ │ │ ├── recipe │ │ │ └── brewing │ │ │ │ └── Brewing.json │ │ │ ├── tool │ │ │ └── ToolAction.json │ │ │ └── villager │ │ │ └── trade │ │ │ └── type │ │ │ └── BasicItemListing.json │ │ ├── neoforge │ │ └── api │ │ │ ├── NeoForgeBracketDumpers.json │ │ │ ├── NeoForgeBracketHandlers.json │ │ │ ├── NeoForgeBracketValidators.json │ │ │ ├── attachment │ │ │ ├── AttachmentHolder.json │ │ │ ├── AttachmentType.json │ │ │ └── IAttachmentHolder.json │ │ │ ├── capability │ │ │ ├── BaseCapability.json │ │ │ ├── BlockCapability.json │ │ │ ├── EnergyStorageCaps.json │ │ │ ├── EntityCapability.json │ │ │ ├── FluidHandlerCaps.json │ │ │ ├── IEnergyStorage.json │ │ │ ├── IFluidHandler.json │ │ │ ├── IFluidHandlerAction.json │ │ │ ├── IFluidHandlerItem.json │ │ │ ├── IItemHandler.json │ │ │ ├── ItemCapability.json │ │ │ └── ItemHandlerCaps.json │ │ │ ├── event │ │ │ ├── DetonateExplosionEvent.json │ │ │ ├── DifficultyChangeEvent.json │ │ │ ├── Event.json │ │ │ ├── EventResult.json │ │ │ ├── ExplosionEvent.json │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ ├── ICancellableEvent.json │ │ │ ├── StartExplosionEvent.json │ │ │ ├── advancement │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ └── AdvancementProgressEventType.json │ │ │ ├── anvil │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ └── AnvilUpdateEvent.json │ │ │ ├── block │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ ├── BlockEvent.json │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ ├── crop │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ └── PreCropGrowEvent.json │ │ │ │ ├── fluid │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ │ └── piston │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ └── PrePistonEvent.json │ │ │ ├── brewing │ │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ └── PotionBrewEventPre.json │ │ │ ├── enchantment │ │ │ │ └── EnchantmentLevelSetEvent.json │ │ │ ├── entity │ │ │ │ ├── EntityEvent.json │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ ├── EntityMountEvent.json │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ ├── arrow │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ └── ArrowNockEvent.json │ │ │ │ ├── conversion │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ └── LivingConversionPreEvent.json │ │ │ │ ├── living │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ ├── conversion │ │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ │ ├── effect │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ │ ├── spawn │ │ │ │ │ │ ├── AllowMobDespawnEvent.json │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ │ └── target │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ └── LivingTargetType.json │ │ │ │ ├── player │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ ├── FillBucketEvent.json │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ ├── PlayerSleepInBedEvent.json │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ ├── SleepingLocationCheckEvent.json │ │ │ │ │ ├── SleepingTimeCheckEvent.json │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ │ ├── teleport │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ └── EntityTeleportEvent.json │ │ │ │ └── use │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ │ ├── grindstone │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ │ ├── interact │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ └── RightClickItemEvent.json │ │ │ ├── item │ │ │ │ ├── EntityItemPickupEvent.json │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ ├── ItemEvent.json │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ ├── ItemTossEvent.json │ │ │ │ └── PlayerDestroyItemEvent.json │ │ │ ├── level │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ └── LevelEvent.json │ │ │ ├── tick │ │ │ │ ├── ClientTickEvent.json │ │ │ │ ├── LevelTickEvent.json │ │ │ │ ├── LivingTickEvent.json │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ ├── ServerTickEvent.json │ │ │ │ ├── TickEvent.json │ │ │ │ ├── TickEventPhase.json │ │ │ │ └── TickEventType.json │ │ │ └── xp │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ └── PlayerXpLevelChangeEvent.json │ │ │ ├── game │ │ │ ├── Distribution.json │ │ │ └── LogicalSide.json │ │ │ ├── item │ │ │ ├── MCItemStack.json │ │ │ ├── MCItemStackMutable.json │ │ │ └── NeoForgeItemStack.json │ │ │ ├── loot │ │ │ └── condition │ │ │ │ └── CanToolPerformActionLootCondition.json │ │ │ ├── recipe │ │ │ └── brewing │ │ │ │ └── Brewing.json │ │ │ ├── tool │ │ │ └── ToolAction.json │ │ │ ├── villager │ │ │ └── trade │ │ │ │ └── type │ │ │ │ └── BasicItemListing.json │ │ │ └── world │ │ │ └── ILevelExtension.json │ │ └── vanilla │ │ └── api │ │ ├── BracketDumpers.json │ │ ├── BracketHandlers.json │ │ ├── BracketValidators.json │ │ ├── ResourceLocationBracketHandler.json │ │ ├── advancement │ │ ├── Advancement.json │ │ ├── AdvancementHolder.json │ │ ├── AdvancementProgress.json │ │ ├── AdvancementRequirements.json │ │ ├── AdvancementRewards.json │ │ ├── AdvancementType.json │ │ ├── Criterion.json │ │ ├── CriterionProgress.json │ │ └── DisplayInfo.json │ │ ├── block │ │ ├── Block.json │ │ ├── BlockIngredient.json │ │ ├── BlockState.json │ │ ├── entity │ │ │ └── BlockEntity.json │ │ ├── material │ │ │ └── PushReaction.json │ │ └── type │ │ │ ├── cauldron │ │ │ ├── AbstractCauldronBlock.json │ │ │ ├── CauldronBlock.json │ │ │ ├── LavaCauldronBlock.json │ │ │ └── LayeredCauldronBlock.json │ │ │ ├── falling │ │ │ ├── Fallable.json │ │ │ └── FallingBlock.json │ │ │ └── piston │ │ │ ├── PistonMath.json │ │ │ └── PistonStructureResolver.json │ │ ├── bracket │ │ └── CommandStringDisplayable.json │ │ ├── command │ │ └── CommandSource.json │ │ ├── data │ │ ├── BoolData.json │ │ ├── ByteArrayData.json │ │ ├── ByteData.json │ │ ├── DoubleData.json │ │ ├── EmptyData.json │ │ ├── FloatData.json │ │ ├── IData.json │ │ ├── IntArrayData.json │ │ ├── IntData.json │ │ ├── ListData.json │ │ ├── LongArrayData.json │ │ ├── LongData.json │ │ ├── MapData.json │ │ ├── ShortData.json │ │ └── StringData.json │ │ ├── entity │ │ ├── Entity.json │ │ ├── EntityAccess.json │ │ ├── EntityDimensions.json │ │ ├── EntityIngredient.json │ │ ├── EntityType.json │ │ ├── HumanoidArm.json │ │ ├── INameTagFunction.json │ │ ├── LivingEntity.json │ │ ├── MobCategory.json │ │ ├── MobSpawnType.json │ │ ├── MobType.json │ │ ├── NameTagResult.json │ │ ├── RemovalReason.json │ │ ├── Shearable.json │ │ ├── Targeting.json │ │ ├── attribute │ │ │ ├── Attribute.json │ │ │ ├── AttributeInstance.json │ │ │ ├── AttributeModifier.json │ │ │ ├── AttributeModifierTemplate.json │ │ │ └── AttributeOperation.json │ │ ├── effect │ │ │ ├── InstantenousMobEffect.json │ │ │ ├── MobEffect.json │ │ │ ├── MobEffectCategory.json │ │ │ ├── MobEffectInstance.json │ │ │ └── MobEffectUtil.json │ │ ├── equipment │ │ │ ├── EquipmentSlot.json │ │ │ └── EquipmentSlotType.json │ │ └── type │ │ │ ├── animal │ │ │ ├── Animal.json │ │ │ └── Sheep.json │ │ │ ├── item │ │ │ └── ItemEntity.json │ │ │ ├── misc │ │ │ ├── AgeableMob.json │ │ │ ├── ExperienceOrb.json │ │ │ ├── FallingBlockEntity.json │ │ │ ├── LightningBolt.json │ │ │ ├── Mob.json │ │ │ └── PathfinderMob.json │ │ │ ├── player │ │ │ ├── Abilities.json │ │ │ ├── Inventory.json │ │ │ ├── Player.json │ │ │ ├── PlayerBedSleepingProblem.json │ │ │ └── ServerPlayer.json │ │ │ ├── projectile │ │ │ ├── AbstractHurtingProjectile.json │ │ │ ├── Fireball.json │ │ │ ├── FireworkRocketEntity.json │ │ │ ├── FishingHook.json │ │ │ ├── ItemSupplier.json │ │ │ ├── LargeFireball.json │ │ │ ├── Projectile.json │ │ │ ├── SmallFireball.json │ │ │ ├── ThrowableItemProjectile.json │ │ │ ├── ThrowableProjectile.json │ │ │ ├── ThrownEnderpearl.json │ │ │ ├── WitherSkull.json │ │ │ └── arrow │ │ │ │ └── Arrow.json │ │ │ └── villager │ │ │ ├── AbstractVillager.json │ │ │ └── Merchant.json │ │ ├── event │ │ ├── EventManager.json │ │ └── EventPhase.json │ │ ├── fluid │ │ ├── Fluid.json │ │ └── IFluidStack.json │ │ ├── food │ │ ├── FoodData.json │ │ └── FoodProperties.json │ │ ├── game │ │ ├── Game.json │ │ └── Server.json │ │ ├── ingredient │ │ ├── IIngredient.json │ │ ├── IIngredientWithAmount.json │ │ ├── condition │ │ │ ├── IIngredientCondition.json │ │ │ └── type │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ ├── ConditionCustom.json │ │ │ │ ├── ConditionDamaged.json │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ └── ConditionDamagedAtMost.json │ │ ├── transform │ │ │ ├── IIngredientTransformer.json │ │ │ └── type │ │ │ │ ├── TransformCustom.json │ │ │ │ ├── TransformDamage.json │ │ │ │ ├── TransformReplace.json │ │ │ │ └── TransformReuse.json │ │ └── type │ │ │ ├── IIngredientAny.json │ │ │ ├── IIngredientEmpty.json │ │ │ ├── IIngredientList.json │ │ │ ├── IIngredientTransformed.json │ │ │ ├── IngredientConditioned.json │ │ │ ├── IngredientWithAmount.json │ │ │ ├── TagIngredient.json │ │ │ └── WrappingIIngredient.json │ │ ├── item │ │ ├── Equipable.json │ │ ├── IItemStack.json │ │ ├── Ingredient.json │ │ ├── ItemCooldowns.json │ │ ├── ItemDefinition.json │ │ ├── ItemStack.json │ │ ├── TooltipFlag.json │ │ ├── UseOnContext.json │ │ ├── Vanishable.json │ │ ├── alchemy │ │ │ └── Potion.json │ │ ├── enchantment │ │ │ ├── Enchantment.json │ │ │ ├── EnchantmentCategory.json │ │ │ └── Rarity.json │ │ ├── property │ │ │ └── Rarity.json │ │ ├── tiered │ │ │ └── Tiers.json │ │ ├── tooltip │ │ │ └── ITooltipFunction.json │ │ └── type │ │ │ ├── armor │ │ │ ├── ArmorItem.json │ │ │ ├── ArmorItemType.json │ │ │ ├── ArmorMaterial.json │ │ │ └── ArmorMaterials.json │ │ │ ├── block │ │ │ └── BlockItem.json │ │ │ ├── projectileweapon │ │ │ ├── BowItem.json │ │ │ ├── CrossbowItem.json │ │ │ └── ProjectileWeaponItem.json │ │ │ ├── sword │ │ │ └── SwordItem.json │ │ │ └── tiered │ │ │ ├── Tier.json │ │ │ └── TieredItem.json │ │ ├── loot │ │ ├── DynamicDrop.json │ │ ├── EntityTarget.json │ │ ├── IntRange.json │ │ ├── LootContext.json │ │ ├── LootContextBuilder.json │ │ ├── LootManager.json │ │ ├── LootParams.json │ │ ├── LootParamsBuilder.json │ │ ├── LootTable.json │ │ ├── NumberProvider.json │ │ ├── condition │ │ │ ├── AllOfCondition.json │ │ │ ├── AnyOfCondition.json │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ ├── DamageSourceLootCondition.json │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ ├── EntityPropertyLootCondition.json │ │ │ ├── ExplosionLootCondition.json │ │ │ ├── InvertedLootCondition.json │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ ├── LocationCheckLootCondition.json │ │ │ ├── LootCondition.json │ │ │ ├── LootConditions.json │ │ │ ├── LootTableIdLootCondition.json │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ ├── MatchToolLootCondition.json │ │ │ ├── RandomChanceLootCondition.json │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ ├── TimeCheckLootCondition.json │ │ │ ├── ValueCheckLootCondition.json │ │ │ ├── WeatherCheckLootCondition.json │ │ │ └── builder │ │ │ │ ├── AllOfConditionBuilder.json │ │ │ │ ├── AnyOfConditionBuilder.json │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ └── WeatherCheckLootConditionBuilder.json │ │ ├── modifier │ │ │ ├── CommonLootModifiers.json │ │ │ ├── ILootModifier.json │ │ │ └── LootModifierManager.json │ │ ├── param │ │ │ ├── LootContextParam.json │ │ │ ├── LootContextParamSet.json │ │ │ ├── LootContextParamSets.json │ │ │ └── LootContextParams.json │ │ └── table │ │ │ └── LootTableManager.json │ │ ├── misc │ │ ├── CTCauldronInteraction.json │ │ ├── Cauldron.json │ │ └── Composter.json │ │ ├── mod │ │ ├── Mod.json │ │ └── Mods.json │ │ ├── predicate │ │ ├── BlockPredicate.json │ │ ├── DamageSourcePredicate.json │ │ ├── DistancePredicate.json │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ ├── EnchantmentPredicate.json │ │ ├── EntityEquipmentPredicate.json │ │ ├── EntityFlagsPredicate.json │ │ ├── EntityPredicate.json │ │ ├── EntitySubPredicate.json │ │ ├── EntityTypePredicate.json │ │ ├── EntityVariantPredicate.json │ │ ├── FishingHookPredicate.json │ │ ├── FluidPredicate.json │ │ ├── IntMinMaxBoundsPredicate.json │ │ ├── ItemPredicate.json │ │ ├── LightPredicate.json │ │ ├── LightningBoltPredicate.json │ │ ├── LocationPredicate.json │ │ ├── MobEffectPredicate.json │ │ ├── MobEffectsPredicate.json │ │ ├── NbtPredicate.json │ │ ├── PlayerPredicate.json │ │ ├── SlimePredicate.json │ │ ├── StatePropertiesPredicate.json │ │ ├── TagPredicate.json │ │ └── builder │ │ │ ├── BlockPredicateBuilder.json │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ ├── EntityPredicateBuilder.json │ │ │ ├── FluidPredicateBuilder.json │ │ │ ├── ItemPredicateBuilder.json │ │ │ ├── LightPredicateBuilder.json │ │ │ ├── LocationPredicateBuilder.json │ │ │ ├── PlayerPredicateBuilder.json │ │ │ └── StatePropertiesPredicateBuilder.json │ │ ├── recipe │ │ ├── CookingBookCategory.json │ │ ├── CraftingBookCategory.json │ │ ├── IRecipeComponent.json │ │ ├── MirrorAxis.json │ │ ├── fun │ │ │ ├── RecipeFunction0D.json │ │ │ ├── RecipeFunction1D.json │ │ │ └── RecipeFunction2D.json │ │ ├── manager │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ ├── CampFireRecipeManager.json │ │ │ ├── CraftingTableRecipeManager.json │ │ │ ├── FurnaceRecipeManager.json │ │ │ ├── GenericRecipesManager.json │ │ │ ├── ICookingRecipeManager.json │ │ │ ├── IRecipeManager.json │ │ │ ├── RecipeManagerWrapper.json │ │ │ ├── SmithingRecipeManager.json │ │ │ ├── SmokerRecipeManager.json │ │ │ └── StoneCutterManager.json │ │ ├── replacement │ │ │ ├── IFilteringRule.json │ │ │ ├── ITargetingFilter.json │ │ │ ├── ITargetingStrategy.json │ │ │ ├── Replacer.json │ │ │ └── type │ │ │ │ ├── ComponentFilteringRule.json │ │ │ │ ├── CustomFilteringRule.json │ │ │ │ ├── ManagerFilteringRule.json │ │ │ │ ├── ModsFilteringRule.json │ │ │ │ ├── NameFilteringRule.json │ │ │ │ └── NotFilteringRule.json │ │ └── type │ │ │ ├── AbstractCookingRecipe.json │ │ │ ├── BlastingRecipe.json │ │ │ ├── CampfireCookingRecipe.json │ │ │ ├── CraftingRecipe.json │ │ │ ├── Recipe.json │ │ │ ├── RecipeHolder.json │ │ │ ├── ShapedRecipe.json │ │ │ ├── ShapelessRecipe.json │ │ │ ├── SmeltingRecipe.json │ │ │ ├── SmithingRecipe.json │ │ │ ├── SmokingRecipe.json │ │ │ └── StonecutterRecipe.json │ │ ├── resource │ │ └── ResourceLocation.json │ │ ├── sequence │ │ └── task │ │ │ ├── ISequenceTask.json │ │ │ └── type │ │ │ ├── InstantTask.json │ │ │ ├── SleepTask.json │ │ │ └── SleepUntilTask.json │ │ ├── server │ │ └── PlayerList.json │ │ ├── sound │ │ ├── SoundEvent.json │ │ ├── SoundSource.json │ │ └── SoundType.json │ │ ├── tag │ │ ├── MCTag.json │ │ ├── manager │ │ │ ├── ITagManager.json │ │ │ └── type │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ ├── KnownTagManager.json │ │ │ │ └── UnknownTagManager.json │ │ └── type │ │ │ ├── KnownTag.json │ │ │ └── UnknownTag.json │ │ ├── text │ │ ├── ChatFormatting.json │ │ ├── CommonComponents.json │ │ ├── Component.json │ │ ├── FormattedText.json │ │ ├── Message.json │ │ ├── MutableComponent.json │ │ ├── Style.json │ │ ├── TextColor.json │ │ └── content │ │ │ └── type │ │ │ ├── KeybindContents.json │ │ │ ├── LiteralContents.json │ │ │ ├── NbtContents.json │ │ │ ├── PlainTextContents.json │ │ │ ├── ScoreContents.json │ │ │ ├── SelectorContents.json │ │ │ └── TranslatableContents.json │ │ ├── util │ │ ├── BlockHitResult.json │ │ ├── EntityHitResult.json │ │ ├── HitResult.json │ │ ├── HitResultType.json │ │ ├── InteractionHand.json │ │ ├── Many.json │ │ ├── NameUtil.json │ │ ├── Pair.json │ │ ├── Position.json │ │ ├── StringRepresentable.json │ │ ├── collection │ │ │ └── Collection.json │ │ ├── direction │ │ │ ├── Axis.json │ │ │ ├── AxisDirection.json │ │ │ ├── Direction.json │ │ │ └── Plane.json │ │ ├── math │ │ │ ├── AABB.json │ │ │ ├── AxisCycle.json │ │ │ ├── BlockPos.json │ │ │ ├── FrontAndTop.json │ │ │ ├── Matrix3f.json │ │ │ ├── MutableBlockPos.json │ │ │ ├── OctahedralGroup.json │ │ │ ├── Quaternionf.json │ │ │ ├── Quaternionfc.json │ │ │ ├── Random.json │ │ │ ├── RandomSource.json │ │ │ ├── Rotation.json │ │ │ ├── Vec3.json │ │ │ ├── Vec3i.json │ │ │ ├── Vector3f.json │ │ │ └── Vector3fc.json │ │ ├── random │ │ │ └── Percentaged.json │ │ └── sequence │ │ │ ├── Sequence.json │ │ │ ├── SequenceBuilder.json │ │ │ ├── SequenceContext.json │ │ │ └── SequenceType.json │ │ ├── villager │ │ ├── MerchantOffer.json │ │ ├── MerchantOffers.json │ │ ├── VillagerProfession.json │ │ ├── VillagerTrades.json │ │ ├── VillagerType.json │ │ └── trade │ │ │ ├── ItemListing.json │ │ │ └── type │ │ │ ├── BasicTradeListing.json │ │ │ ├── DyedArmorForEmeralds.json │ │ │ ├── EmeraldForItems.json │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ ├── ItemsForEmeralds.json │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ └── TreasureMapForEmeralds.json │ │ └── world │ │ ├── BaseSpawner.json │ │ ├── BlockAndTintGetter.json │ │ ├── BlockGetter.json │ │ ├── Clearable.json │ │ ├── CommonLevelAccessor.json │ │ ├── Container.json │ │ ├── CraftTweakerSavedData.json │ │ ├── Difficulty.json │ │ ├── DifficultyInstance.json │ │ ├── Explosion.json │ │ ├── ExplosionBlockInteraction.json │ │ ├── GameType.json │ │ ├── InteractionResult.json │ │ ├── InteractionResultHolder.json │ │ ├── ItemLike.json │ │ ├── Level.json │ │ ├── LevelAccessor.json │ │ ├── LevelEventConstants.json │ │ ├── LevelReader.json │ │ ├── LevelSimulatedRW.json │ │ ├── LevelWriter.json │ │ ├── Nameable.json │ │ ├── SavedData.json │ │ ├── ServerLevel.json │ │ ├── ServerLevelAccessor.json │ │ ├── biome │ │ └── Biome.json │ │ ├── clip │ │ ├── BlockClipContext.json │ │ ├── ClipContext.json │ │ └── FluidClipContext.json │ │ ├── damage │ │ ├── DamageEffects.json │ │ ├── DamageScaling.json │ │ ├── DamageSource.json │ │ ├── DamageSources.json │ │ ├── DamageType.json │ │ └── DeathMessageType.json │ │ ├── data │ │ ├── LevelData.json │ │ ├── ServerLevelData.json │ │ └── WritableLevelData.json │ │ └── map │ │ └── MapDecorationType.json ├── 1.20.5 │ └── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ ├── fabric │ │ └── api │ │ │ └── item │ │ │ ├── FabricItemStack.json │ │ │ ├── MCItemStack.json │ │ │ └── MCItemStackMutable.json │ │ ├── forge │ │ └── api │ │ │ └── fluid │ │ │ └── FluidIngredient.json │ │ ├── neoforge │ │ └── api │ │ │ ├── NeoForgeBracketDumpers.json │ │ │ ├── NeoForgeBracketHandlers.json │ │ │ ├── NeoForgeBracketValidators.json │ │ │ ├── attachment │ │ │ ├── AttachmentHolder.json │ │ │ ├── AttachmentType.json │ │ │ └── IAttachmentHolder.json │ │ │ ├── capability │ │ │ ├── BaseCapability.json │ │ │ ├── BlockCapability.json │ │ │ ├── EnergyStorageCaps.json │ │ │ ├── EntityCapability.json │ │ │ ├── FluidHandlerCaps.json │ │ │ ├── IEnergyStorage.json │ │ │ ├── IFluidHandler.json │ │ │ ├── IFluidHandlerAction.json │ │ │ ├── IFluidHandlerItem.json │ │ │ ├── IItemHandler.json │ │ │ ├── ItemCapability.json │ │ │ └── ItemHandlerCaps.json │ │ │ ├── component │ │ │ └── MutableDataComponentHolder.json │ │ │ ├── event │ │ │ ├── DetonateExplosionEvent.json │ │ │ ├── DifficultyChangeEvent.json │ │ │ ├── Event.json │ │ │ ├── EventResult.json │ │ │ ├── ExplosionEvent.json │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ ├── ICancellableEvent.json │ │ │ ├── StartExplosionEvent.json │ │ │ ├── advancement │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ ├── AdvancementEvent.json │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ └── AdvancementProgressEventType.json │ │ │ ├── anvil │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ └── AnvilUpdateEvent.json │ │ │ ├── block │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ ├── BlockEvent.json │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ ├── crop │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ └── PreCropGrowEvent.json │ │ │ │ ├── fluid │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ │ └── piston │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ └── PrePistonEvent.json │ │ │ ├── brewing │ │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ └── PotionBrewEventPre.json │ │ │ ├── enchantment │ │ │ │ └── EnchantmentLevelSetEvent.json │ │ │ ├── entity │ │ │ │ ├── EntityEvent.json │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ ├── EntityMountEvent.json │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ ├── arrow │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ └── ArrowNockEvent.json │ │ │ │ ├── conversion │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ └── LivingConversionPreEvent.json │ │ │ │ ├── living │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ ├── conversion │ │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ │ ├── effect │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ │ ├── spawn │ │ │ │ │ │ ├── AllowMobDespawnEvent.json │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ │ └── target │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ └── LivingTargetType.json │ │ │ │ ├── player │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ ├── FillBucketEvent.json │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ ├── PlayerSleepInBedEvent.json │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ ├── SleepingLocationCheckEvent.json │ │ │ │ │ ├── SleepingTimeCheckEvent.json │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ │ ├── teleport │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ └── EntityTeleportEvent.json │ │ │ │ └── use │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ │ ├── grindstone │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ │ ├── interact │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ ├── EntityInteractSpecificEvent.json │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ └── RightClickItemEvent.json │ │ │ ├── item │ │ │ │ ├── EntityItemPickupEvent.json │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ ├── ItemEvent.json │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ ├── ItemTossEvent.json │ │ │ │ └── PlayerDestroyItemEvent.json │ │ │ ├── level │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ └── LevelEvent.json │ │ │ ├── tick │ │ │ │ ├── ClientTickEvent.json │ │ │ │ ├── ClientTickPostEvent.json │ │ │ │ ├── ClientTickPreEvent.json │ │ │ │ ├── EntityTickEvent.json │ │ │ │ ├── EntityTickPostEvent.json │ │ │ │ ├── EntityTickPreEvent.json │ │ │ │ ├── LevelTickEvent.json │ │ │ │ ├── LevelTickPostEvent.json │ │ │ │ ├── LevelTickPreEvent.json │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ ├── PlayerTickPostEvent.json │ │ │ │ ├── PlayerTickPreEvent.json │ │ │ │ ├── ServerTickEvent.json │ │ │ │ ├── ServerTickPostEvent.json │ │ │ │ └── ServerTickPreEvent.json │ │ │ └── xp │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ └── PlayerXpLevelChangeEvent.json │ │ │ ├── game │ │ │ ├── Distribution.json │ │ │ └── LogicalSide.json │ │ │ ├── item │ │ │ ├── MCItemStack.json │ │ │ ├── MCItemStackMutable.json │ │ │ └── NeoForgeItemStack.json │ │ │ ├── loot │ │ │ └── condition │ │ │ │ └── CanToolPerformActionLootCondition.json │ │ │ ├── tool │ │ │ └── ToolAction.json │ │ │ ├── villager │ │ │ └── trade │ │ │ │ └── type │ │ │ │ └── BasicItemListing.json │ │ │ └── world │ │ │ └── ILevelExtension.json │ │ └── vanilla │ │ └── api │ │ ├── BracketDumpers.json │ │ ├── BracketHandlers.json │ │ ├── BracketValidators.json │ │ ├── ResourceLocationBracketHandler.json │ │ ├── advancement │ │ ├── Advancement.json │ │ ├── AdvancementHolder.json │ │ ├── AdvancementProgress.json │ │ ├── AdvancementRequirements.json │ │ ├── AdvancementRewards.json │ │ ├── AdvancementType.json │ │ ├── Criterion.json │ │ ├── CriterionProgress.json │ │ └── DisplayInfo.json │ │ ├── block │ │ ├── Block.json │ │ ├── BlockIngredient.json │ │ ├── BlockState.json │ │ ├── entity │ │ │ ├── BannerPattern.json │ │ │ ├── BannerPatternLayers.json │ │ │ ├── BannerPatternLayersBuilder.json │ │ │ ├── BannerPatternLayersLayer.json │ │ │ ├── BlockEntity.json │ │ │ └── type │ │ │ │ ├── BeehiveBlockEntity.json │ │ │ │ └── BeehiveBlockEntityOccupant.json │ │ ├── material │ │ │ └── PushReaction.json │ │ └── type │ │ │ ├── cauldron │ │ │ ├── AbstractCauldronBlock.json │ │ │ ├── CauldronBlock.json │ │ │ ├── LavaCauldronBlock.json │ │ │ └── LayeredCauldronBlock.json │ │ │ ├── falling │ │ │ ├── Fallable.json │ │ │ └── FallingBlock.json │ │ │ └── piston │ │ │ ├── PistonMath.json │ │ │ └── PistonStructureResolver.json │ │ ├── bracket │ │ └── CommandStringDisplayable.json │ │ ├── command │ │ └── CommandSource.json │ │ ├── component │ │ ├── ComponentAccess.json │ │ ├── DataComponentHolder.json │ │ ├── DataComponentMap.json │ │ ├── DataComponentMapBuilder.json │ │ ├── DataComponentPatch.json │ │ ├── DataComponentPatchBuilder.json │ │ ├── DataComponentPatchSplitResult.json │ │ ├── DataComponentType.json │ │ ├── DataComponents.json │ │ └── TypedDataComponent.json │ │ ├── data │ │ ├── BoolData.json │ │ ├── ByteArrayData.json │ │ ├── ByteData.json │ │ ├── DoubleData.json │ │ ├── EmptyData.json │ │ ├── FloatData.json │ │ ├── IData.json │ │ ├── IntArrayData.json │ │ ├── IntData.json │ │ ├── ListData.json │ │ ├── LongArrayData.json │ │ ├── LongData.json │ │ ├── MapData.json │ │ ├── ShortData.json │ │ └── StringData.json │ │ ├── entity │ │ ├── Entity.json │ │ ├── EntityAccess.json │ │ ├── EntityDimensions.json │ │ ├── EntityIngredient.json │ │ ├── EntityType.json │ │ ├── HumanoidArm.json │ │ ├── INameTagFunction.json │ │ ├── LivingEntity.json │ │ ├── MobCategory.json │ │ ├── MobSpawnType.json │ │ ├── NameTagResult.json │ │ ├── RemovalReason.json │ │ ├── Shearable.json │ │ ├── Targeting.json │ │ ├── attribute │ │ │ ├── Attribute.json │ │ │ ├── AttributeInstance.json │ │ │ ├── AttributeModifier.json │ │ │ └── AttributeOperation.json │ │ ├── effect │ │ │ ├── InstantenousMobEffect.json │ │ │ ├── MobEffect.json │ │ │ ├── MobEffectCategory.json │ │ │ ├── MobEffectInstance.json │ │ │ └── MobEffectUtil.json │ │ ├── equipment │ │ │ ├── EquipmentSlot.json │ │ │ ├── EquipmentSlotGroup.json │ │ │ └── EquipmentSlotType.json │ │ └── type │ │ │ ├── animal │ │ │ ├── Animal.json │ │ │ └── Sheep.json │ │ │ ├── item │ │ │ └── ItemEntity.json │ │ │ ├── misc │ │ │ ├── AgeableMob.json │ │ │ ├── ExperienceOrb.json │ │ │ ├── FallingBlockEntity.json │ │ │ ├── LightningBolt.json │ │ │ ├── Mob.json │ │ │ └── PathfinderMob.json │ │ │ ├── player │ │ │ ├── Abilities.json │ │ │ ├── Inventory.json │ │ │ ├── Player.json │ │ │ ├── PlayerBedSleepingProblem.json │ │ │ └── ServerPlayer.json │ │ │ ├── projectile │ │ │ ├── AbstractHurtingProjectile.json │ │ │ ├── Fireball.json │ │ │ ├── FireworkRocketEntity.json │ │ │ ├── FishingHook.json │ │ │ ├── ItemSupplier.json │ │ │ ├── LargeFireball.json │ │ │ ├── Projectile.json │ │ │ ├── SmallFireball.json │ │ │ ├── ThrowableItemProjectile.json │ │ │ ├── ThrowableProjectile.json │ │ │ ├── ThrownEnderpearl.json │ │ │ ├── WitherSkull.json │ │ │ └── arrow │ │ │ │ └── Arrow.json │ │ │ └── villager │ │ │ ├── AbstractVillager.json │ │ │ └── Merchant.json │ │ ├── event │ │ ├── EventManager.json │ │ └── EventPhase.json │ │ ├── fluid │ │ ├── Fluid.json │ │ └── IFluidStack.json │ │ ├── food │ │ ├── FoodData.json │ │ ├── FoodProperties.json │ │ ├── FoodPropertiesBuilder.json │ │ └── FoodPropertiesPossibleEffect.json │ │ ├── game │ │ ├── Game.json │ │ └── Server.json │ │ ├── ingredient │ │ ├── IIngredient.json │ │ ├── IIngredientWithAmount.json │ │ ├── condition │ │ │ ├── IIngredientCondition.json │ │ │ └── type │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ ├── ConditionCustom.json │ │ │ │ ├── ConditionDamaged.json │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ └── ConditionDamagedAtMost.json │ │ ├── transform │ │ │ └── type │ │ │ │ ├── TransformCustom.json │ │ │ │ ├── TransformDamage.json │ │ │ │ ├── TransformReplace.json │ │ │ │ └── TransformReuse.json │ │ ├── transformer │ │ │ └── IIngredientTransformer.json │ │ └── type │ │ │ ├── IIngredientAny.json │ │ │ ├── IIngredientEmpty.json │ │ │ ├── IIngredientList.json │ │ │ ├── IngredientWithAmount.json │ │ │ ├── TagIngredient.json │ │ │ └── WrappingIIngredient.json │ │ ├── item │ │ ├── Equipable.json │ │ ├── IItemStack.json │ │ ├── Ingredient.json │ │ ├── ItemCooldowns.json │ │ ├── ItemDefinition.json │ │ ├── ItemStack.json │ │ ├── UseOnContext.json │ │ ├── alchemy │ │ │ └── Potion.json │ │ ├── armortrim │ │ │ ├── ArmorTrim.json │ │ │ ├── TrimMaterial.json │ │ │ └── TrimPattern.json │ │ ├── component │ │ │ ├── BlockItemStateProperties.json │ │ │ ├── BookContent.json │ │ │ ├── BundleContents.json │ │ │ ├── ChargedProjectiles.json │ │ │ ├── CustomData.json │ │ │ ├── CustomModelData.json │ │ │ ├── DebugStickState.json │ │ │ ├── DyedItemColor.json │ │ │ ├── FireworkExplosion.json │ │ │ ├── FireworkExplosionShape.json │ │ │ ├── Fireworks.json │ │ │ ├── Instrument.json │ │ │ ├── ItemAttributeModifiers.json │ │ │ ├── ItemAttributeModifiersBuilder.json │ │ │ ├── ItemAttributeModifiersEntry.json │ │ │ ├── ItemContainerContents.json │ │ │ ├── ItemEnchantments.json │ │ │ ├── ItemEnchantmentsMutable.json │ │ │ ├── ItemLore.json │ │ │ ├── LodestoneTracker.json │ │ │ ├── MapDecorations.json │ │ │ ├── MapDecorationsEntry.json │ │ │ ├── MapItemColor.json │ │ │ ├── MapPostProcessing.json │ │ │ ├── MutableBundleContents.json │ │ │ ├── PotDecorations.json │ │ │ ├── ResolvableProfile.json │ │ │ ├── SeededContainerLoot.json │ │ │ ├── SuspiciousStewEffects.json │ │ │ ├── SuspiciousStewEffectsEntry.json │ │ │ ├── Tool.json │ │ │ ├── ToolRule.json │ │ │ ├── Unbreakable.json │ │ │ ├── WritableBookContent.json │ │ │ └── WrittenBookContent.json │ │ ├── enchantment │ │ │ └── Enchantment.json │ │ ├── property │ │ │ └── Rarity.json │ │ ├── tiered │ │ │ └── Tiers.json │ │ ├── tooltip │ │ │ └── ITooltipFunction.json │ │ └── type │ │ │ ├── armor │ │ │ ├── ArmorItem.json │ │ │ ├── ArmorItemType.json │ │ │ ├── ArmorMaterial.json │ │ │ └── ArmorMaterials.json │ │ │ ├── block │ │ │ └── BlockItem.json │ │ │ ├── projectileweapon │ │ │ ├── BowItem.json │ │ │ ├── CrossbowItem.json │ │ │ └── ProjectileWeaponItem.json │ │ │ ├── sword │ │ │ └── SwordItem.json │ │ │ └── tiered │ │ │ ├── Tier.json │ │ │ └── TieredItem.json │ │ ├── loot │ │ ├── DynamicDrop.json │ │ ├── EntityTarget.json │ │ ├── IntRange.json │ │ ├── LootContext.json │ │ ├── LootContextBuilder.json │ │ ├── LootManager.json │ │ ├── LootParams.json │ │ ├── LootParamsBuilder.json │ │ ├── LootTable.json │ │ ├── NumberProvider.json │ │ ├── condition │ │ │ ├── AllOfCondition.json │ │ │ ├── AnyOfCondition.json │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ ├── DamageSourceLootCondition.json │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ ├── EntityPropertyLootCondition.json │ │ │ ├── ExplosionLootCondition.json │ │ │ ├── InvertedLootCondition.json │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ ├── LocationCheckLootCondition.json │ │ │ ├── LootCondition.json │ │ │ ├── LootConditions.json │ │ │ ├── LootTableIdLootCondition.json │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ ├── MatchToolLootCondition.json │ │ │ ├── RandomChanceLootCondition.json │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ ├── TimeCheckLootCondition.json │ │ │ ├── ValueCheckLootCondition.json │ │ │ ├── WeatherCheckLootCondition.json │ │ │ └── builder │ │ │ │ ├── AllOfConditionBuilder.json │ │ │ │ ├── AnyOfConditionBuilder.json │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ └── WeatherCheckLootConditionBuilder.json │ │ ├── modifier │ │ │ ├── CommonLootModifiers.json │ │ │ ├── ILootModifier.json │ │ │ └── LootModifierManager.json │ │ ├── param │ │ │ ├── LootContextParam.json │ │ │ ├── LootContextParamSet.json │ │ │ ├── LootContextParamSets.json │ │ │ └── LootContextParams.json │ │ └── table │ │ │ └── LootTableManager.json │ │ ├── misc │ │ ├── CTCauldronInteraction.json │ │ ├── Cauldron.json │ │ └── Composter.json │ │ ├── mod │ │ ├── Mod.json │ │ └── Mods.json │ │ ├── predicate │ │ ├── BlockPredicate.json │ │ ├── DamageSourcePredicate.json │ │ ├── DataComponentPredicate.json │ │ ├── DistancePredicate.json │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ ├── EnchantmentPredicate.json │ │ ├── EntityEquipmentPredicate.json │ │ ├── EntityFlagsPredicate.json │ │ ├── EntityPredicate.json │ │ ├── EntitySubPredicate.json │ │ ├── EntitySubPredicates.json │ │ ├── EntityTypePredicate.json │ │ ├── FishingHookPredicate.json │ │ ├── FluidPredicate.json │ │ ├── IntMinMaxBoundsPredicate.json │ │ ├── ItemPredicate.json │ │ ├── LightPredicate.json │ │ ├── LightningBoltPredicate.json │ │ ├── LocationPredicate.json │ │ ├── MobEffectPredicate.json │ │ ├── MobEffectsPredicate.json │ │ ├── NbtPredicate.json │ │ ├── PlayerPredicate.json │ │ ├── SlimePredicate.json │ │ ├── StatePropertiesPredicate.json │ │ ├── TagPredicate.json │ │ └── builder │ │ │ ├── BlockPredicateBuilder.json │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ ├── DataComponentPredicateBuilder.json │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ ├── EntityPredicateBuilder.json │ │ │ ├── FluidPredicateBuilder.json │ │ │ ├── ItemPredicateBuilder.json │ │ │ ├── LightPredicateBuilder.json │ │ │ ├── LocationPredicateBuilder.json │ │ │ ├── PlayerPredicateBuilder.json │ │ │ └── StatePropertiesPredicateBuilder.json │ │ ├── recipe │ │ ├── CookingBookCategory.json │ │ ├── CraftingBookCategory.json │ │ ├── IRecipeComponent.json │ │ ├── MirrorAxis.json │ │ ├── fun │ │ │ ├── RecipeFunction0D.json │ │ │ ├── RecipeFunction1D.json │ │ │ └── RecipeFunction2D.json │ │ ├── manager │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ ├── CampFireRecipeManager.json │ │ │ ├── CraftingTableRecipeManager.json │ │ │ ├── FurnaceRecipeManager.json │ │ │ ├── GenericRecipesManager.json │ │ │ ├── ICookingRecipeManager.json │ │ │ ├── IRecipeManager.json │ │ │ ├── RecipeManagerWrapper.json │ │ │ ├── SmithingRecipeManager.json │ │ │ ├── SmokerRecipeManager.json │ │ │ └── StoneCutterManager.json │ │ ├── replacement │ │ │ ├── IFilteringRule.json │ │ │ ├── ITargetingFilter.json │ │ │ ├── ITargetingStrategy.json │ │ │ ├── Replacer.json │ │ │ └── type │ │ │ │ ├── ComponentFilteringRule.json │ │ │ │ ├── CustomFilteringRule.json │ │ │ │ ├── ManagerFilteringRule.json │ │ │ │ ├── ModsFilteringRule.json │ │ │ │ ├── NameFilteringRule.json │ │ │ │ └── NotFilteringRule.json │ │ └── type │ │ │ ├── AbstractCookingRecipe.json │ │ │ ├── BlastingRecipe.json │ │ │ ├── CampfireCookingRecipe.json │ │ │ ├── CraftingRecipe.json │ │ │ ├── Recipe.json │ │ │ ├── RecipeHolder.json │ │ │ ├── ShapedRecipe.json │ │ │ ├── ShapelessRecipe.json │ │ │ ├── SingleItemRecipe.json │ │ │ ├── SmeltingRecipe.json │ │ │ ├── SmithingRecipe.json │ │ │ ├── SmokingRecipe.json │ │ │ └── StonecutterRecipe.json │ │ ├── resource │ │ ├── ResourceKey.json │ │ └── ResourceLocation.json │ │ ├── sequence │ │ └── task │ │ │ ├── ISequenceTask.json │ │ │ └── type │ │ │ ├── InstantTask.json │ │ │ ├── SleepTask.json │ │ │ └── SleepUntilTask.json │ │ ├── server │ │ ├── Filterable.json │ │ └── PlayerList.json │ │ ├── sound │ │ ├── SoundEvent.json │ │ ├── SoundSource.json │ │ └── SoundType.json │ │ ├── tag │ │ ├── MCTag.json │ │ ├── manager │ │ │ ├── ITagManager.json │ │ │ └── type │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ ├── KnownTagManager.json │ │ │ │ └── UnknownTagManager.json │ │ └── type │ │ │ ├── KnownTag.json │ │ │ └── UnknownTag.json │ │ ├── text │ │ ├── ChatFormatting.json │ │ ├── CommonComponents.json │ │ ├── Component.json │ │ ├── FormattedText.json │ │ ├── Message.json │ │ ├── MutableComponent.json │ │ ├── Style.json │ │ ├── TextColor.json │ │ └── content │ │ │ └── type │ │ │ ├── KeybindContents.json │ │ │ ├── LiteralContents.json │ │ │ ├── NbtContents.json │ │ │ ├── PlainTextContents.json │ │ │ ├── ScoreContents.json │ │ │ ├── SelectorContents.json │ │ │ └── TranslatableContents.json │ │ ├── tooltip │ │ ├── TooltipComponent.json │ │ ├── TooltipContext.json │ │ └── TooltipFlag.json │ │ ├── util │ │ ├── BlockHitResult.json │ │ ├── EntityHitResult.json │ │ ├── GameProfile.json │ │ ├── GlobalPos.json │ │ ├── HitResult.json │ │ ├── HitResultType.json │ │ ├── InteractionHand.json │ │ ├── Many.json │ │ ├── NameUtil.json │ │ ├── Pair.json │ │ ├── Position.json │ │ ├── StringRepresentable.json │ │ ├── collection │ │ │ └── Collection.json │ │ ├── direction │ │ │ ├── Axis.json │ │ │ ├── AxisDirection.json │ │ │ ├── Direction.json │ │ │ └── Plane.json │ │ ├── math │ │ │ ├── AABB.json │ │ │ ├── AxisCycle.json │ │ │ ├── BlockPos.json │ │ │ ├── FrontAndTop.json │ │ │ ├── Matrix3f.json │ │ │ ├── MutableBlockPos.json │ │ │ ├── OctahedralGroup.json │ │ │ ├── Quaternionf.json │ │ │ ├── Quaternionfc.json │ │ │ ├── Random.json │ │ │ ├── RandomSource.json │ │ │ ├── Rotation.json │ │ │ ├── Vec3.json │ │ │ ├── Vec3i.json │ │ │ ├── Vector3f.json │ │ │ └── Vector3fc.json │ │ ├── random │ │ │ └── Percentaged.json │ │ └── sequence │ │ │ ├── Sequence.json │ │ │ ├── SequenceBuilder.json │ │ │ ├── SequenceContext.json │ │ │ └── SequenceType.json │ │ ├── villager │ │ ├── ItemCost.json │ │ ├── MerchantOffer.json │ │ ├── MerchantOffers.json │ │ ├── VillagerProfession.json │ │ ├── VillagerTrades.json │ │ ├── VillagerType.json │ │ └── trade │ │ │ ├── ItemListing.json │ │ │ └── type │ │ │ ├── BasicTradeListing.json │ │ │ ├── DyedArmorForEmeralds.json │ │ │ ├── EmeraldForItems.json │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ ├── ItemsForEmeralds.json │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ └── TreasureMapForEmeralds.json │ │ └── world │ │ ├── BaseSpawner.json │ │ ├── BlockAndTintGetter.json │ │ ├── BlockGetter.json │ │ ├── Clearable.json │ │ ├── CommonLevelAccessor.json │ │ ├── Container.json │ │ ├── CraftTweakerSavedData.json │ │ ├── Difficulty.json │ │ ├── DifficultyInstance.json │ │ ├── Explosion.json │ │ ├── ExplosionBlockInteraction.json │ │ ├── GameType.json │ │ ├── InteractionResult.json │ │ ├── InteractionResultHolder.json │ │ ├── ItemInteractionResult.json │ │ ├── ItemLike.json │ │ ├── Level.json │ │ ├── LevelAccessor.json │ │ ├── LevelEventConstants.json │ │ ├── LevelReader.json │ │ ├── LevelSimulatedRW.json │ │ ├── LevelWriter.json │ │ ├── Nameable.json │ │ ├── SavedData.json │ │ ├── ServerLevel.json │ │ ├── ServerLevelAccessor.json │ │ ├── biome │ │ └── Biome.json │ │ ├── clip │ │ ├── BlockClipContext.json │ │ ├── ClipContext.json │ │ └── FluidClipContext.json │ │ ├── damage │ │ ├── DamageEffects.json │ │ ├── DamageScaling.json │ │ ├── DamageSource.json │ │ ├── DamageSources.json │ │ ├── DamageType.json │ │ └── DeathMessageType.json │ │ ├── data │ │ ├── LevelData.json │ │ ├── ServerLevelData.json │ │ └── WritableLevelData.json │ │ └── map │ │ └── MapDecorationType.json ├── 1.20.6 │ └── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ ├── fabric │ │ └── api │ │ │ └── item │ │ │ ├── FabricItemStack.json │ │ │ ├── MCItemStack.json │ │ │ └── MCItemStackMutable.json │ │ ├── neoforge │ │ └── api │ │ │ ├── NeoForgeBracketDumpers.json │ │ │ ├── NeoForgeBracketHandlers.json │ │ │ ├── NeoForgeBracketValidators.json │ │ │ ├── attachment │ │ │ ├── AttachmentHolder.json │ │ │ ├── AttachmentType.json │ │ │ └── IAttachmentHolder.json │ │ │ ├── capability │ │ │ ├── BaseCapability.json │ │ │ ├── BlockCapability.json │ │ │ ├── EnergyStorageCaps.json │ │ │ ├── EntityCapability.json │ │ │ ├── FluidHandlerCaps.json │ │ │ ├── IEnergyStorage.json │ │ │ ├── IFluidHandler.json │ │ │ ├── IFluidHandlerAction.json │ │ │ ├── IFluidHandlerItem.json │ │ │ ├── IItemHandler.json │ │ │ ├── ItemCapability.json │ │ │ └── ItemHandlerCaps.json │ │ │ ├── component │ │ │ └── MutableDataComponentHolder.json │ │ │ ├── event │ │ │ ├── DetonateExplosionEvent.json │ │ │ ├── DifficultyChangeEvent.json │ │ │ ├── Event.json │ │ │ ├── ExplosionEvent.json │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ ├── ICancellableEvent.json │ │ │ ├── StartExplosionEvent.json │ │ │ ├── advancement │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ ├── AdvancementEvent.json │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ └── AdvancementProgressEventType.json │ │ │ ├── anvil │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ └── AnvilUpdateEvent.json │ │ │ ├── block │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ ├── BlockEvent.json │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ ├── crop │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ └── PreCropGrowEvent.json │ │ │ │ ├── fluid │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ │ └── piston │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ └── PrePistonEvent.json │ │ │ ├── brewing │ │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ └── PotionBrewEventPre.json │ │ │ ├── enchantment │ │ │ │ └── EnchantmentLevelSetEvent.json │ │ │ ├── entity │ │ │ │ ├── EntityEvent.json │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ ├── EntityMountEvent.json │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ ├── arrow │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ └── ArrowNockEvent.json │ │ │ │ ├── conversion │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ └── LivingConversionPreEvent.json │ │ │ │ ├── living │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ ├── conversion │ │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ │ ├── effect │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ │ ├── spawn │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ ├── MobDespawnEvent.json │ │ │ │ │ │ ├── MobDespawnEventResult.json │ │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ │ └── target │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ └── LivingTargetType.json │ │ │ │ ├── player │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ ├── CanContinueSleepingEvent.json │ │ │ │ │ ├── CanPlayerSleepEvent.json │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ │ ├── teleport │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ └── EntityTeleportEvent.json │ │ │ │ └── use │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ │ ├── grindstone │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ │ ├── interact │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ ├── EntityInteractSpecificEvent.json │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ ├── LeftClickBlockEventAction.json │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ └── RightClickItemEvent.json │ │ │ ├── item │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ ├── ItemEntityPickupEvent.json │ │ │ │ ├── ItemEntityPickupPostEvent.json │ │ │ │ ├── ItemEntityPickupPreEvent.json │ │ │ │ ├── ItemEvent.json │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ ├── ItemTossEvent.json │ │ │ │ └── PlayerDestroyItemEvent.json │ │ │ ├── level │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ └── LevelEvent.json │ │ │ ├── tick │ │ │ │ ├── ClientTickEvent.json │ │ │ │ ├── ClientTickPostEvent.json │ │ │ │ ├── ClientTickPreEvent.json │ │ │ │ ├── EntityTickEvent.json │ │ │ │ ├── EntityTickPostEvent.json │ │ │ │ ├── EntityTickPreEvent.json │ │ │ │ ├── LevelTickEvent.json │ │ │ │ ├── LevelTickPostEvent.json │ │ │ │ ├── LevelTickPreEvent.json │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ ├── PlayerTickPostEvent.json │ │ │ │ ├── PlayerTickPreEvent.json │ │ │ │ ├── ServerTickEvent.json │ │ │ │ ├── ServerTickPostEvent.json │ │ │ │ └── ServerTickPreEvent.json │ │ │ └── xp │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ └── PlayerXpLevelChangeEvent.json │ │ │ ├── game │ │ │ ├── Distribution.json │ │ │ └── LogicalSide.json │ │ │ ├── ingredient │ │ │ ├── FluidIngredient.json │ │ │ ├── SizedFluidIngredient.json │ │ │ └── SizedIngredient.json │ │ │ ├── item │ │ │ ├── MCItemStack.json │ │ │ ├── MCItemStackMutable.json │ │ │ └── NeoForgeItemStack.json │ │ │ ├── loot │ │ │ └── condition │ │ │ │ └── CanToolPerformActionLootCondition.json │ │ │ ├── tool │ │ │ └── ToolAction.json │ │ │ ├── util │ │ │ └── TriState.json │ │ │ ├── villager │ │ │ └── trade │ │ │ │ └── type │ │ │ │ └── BasicItemListing.json │ │ │ └── world │ │ │ └── ILevelExtension.json │ │ └── vanilla │ │ └── api │ │ ├── BracketDumpers.json │ │ ├── BracketHandlers.json │ │ ├── BracketValidators.json │ │ ├── ResourceLocationBracketHandler.json │ │ ├── advancement │ │ ├── Advancement.json │ │ ├── AdvancementHolder.json │ │ ├── AdvancementProgress.json │ │ ├── AdvancementRequirements.json │ │ ├── AdvancementRewards.json │ │ ├── AdvancementType.json │ │ ├── Criterion.json │ │ ├── CriterionProgress.json │ │ └── DisplayInfo.json │ │ ├── block │ │ ├── Block.json │ │ ├── BlockIngredient.json │ │ ├── BlockState.json │ │ ├── entity │ │ │ ├── BannerPattern.json │ │ │ ├── BannerPatternLayers.json │ │ │ ├── BannerPatternLayersBuilder.json │ │ │ ├── BannerPatternLayersLayer.json │ │ │ ├── BlockEntity.json │ │ │ └── type │ │ │ │ ├── BeehiveBlockEntity.json │ │ │ │ └── BeehiveBlockEntityOccupant.json │ │ ├── material │ │ │ └── PushReaction.json │ │ └── type │ │ │ ├── cauldron │ │ │ ├── AbstractCauldronBlock.json │ │ │ ├── CauldronBlock.json │ │ │ ├── LavaCauldronBlock.json │ │ │ └── LayeredCauldronBlock.json │ │ │ ├── falling │ │ │ ├── Fallable.json │ │ │ └── FallingBlock.json │ │ │ └── piston │ │ │ ├── PistonMath.json │ │ │ └── PistonStructureResolver.json │ │ ├── bracket │ │ └── CommandStringDisplayable.json │ │ ├── command │ │ └── CommandSource.json │ │ ├── component │ │ ├── ComponentAccess.json │ │ ├── DataComponentHolder.json │ │ ├── DataComponentMap.json │ │ ├── DataComponentMapBuilder.json │ │ ├── DataComponentPatch.json │ │ ├── DataComponentPatchBuilder.json │ │ ├── DataComponentPatchSplitResult.json │ │ ├── DataComponentType.json │ │ ├── DataComponents.json │ │ └── TypedDataComponent.json │ │ ├── data │ │ ├── BoolData.json │ │ ├── ByteArrayData.json │ │ ├── ByteData.json │ │ ├── DoubleData.json │ │ ├── EmptyData.json │ │ ├── FloatData.json │ │ ├── IData.json │ │ ├── IntArrayData.json │ │ ├── IntData.json │ │ ├── ListData.json │ │ ├── LongArrayData.json │ │ ├── LongData.json │ │ ├── MapData.json │ │ ├── ShortData.json │ │ └── StringData.json │ │ ├── entity │ │ ├── Entity.json │ │ ├── EntityAccess.json │ │ ├── EntityDimensions.json │ │ ├── EntityIngredient.json │ │ ├── EntityType.json │ │ ├── HumanoidArm.json │ │ ├── INameTagFunction.json │ │ ├── LivingEntity.json │ │ ├── MobCategory.json │ │ ├── MobSpawnType.json │ │ ├── NameTagResult.json │ │ ├── RemovalReason.json │ │ ├── Shearable.json │ │ ├── Targeting.json │ │ ├── attribute │ │ │ ├── Attribute.json │ │ │ ├── AttributeInstance.json │ │ │ ├── AttributeModifier.json │ │ │ └── AttributeOperation.json │ │ ├── effect │ │ │ ├── InstantenousMobEffect.json │ │ │ ├── MobEffect.json │ │ │ ├── MobEffectCategory.json │ │ │ ├── MobEffectInstance.json │ │ │ └── MobEffectUtil.json │ │ ├── equipment │ │ │ ├── EquipmentSlot.json │ │ │ ├── EquipmentSlotGroup.json │ │ │ └── EquipmentSlotType.json │ │ └── type │ │ │ ├── animal │ │ │ ├── Animal.json │ │ │ └── Sheep.json │ │ │ ├── item │ │ │ └── ItemEntity.json │ │ │ ├── misc │ │ │ ├── AgeableMob.json │ │ │ ├── ExperienceOrb.json │ │ │ ├── FallingBlockEntity.json │ │ │ ├── LightningBolt.json │ │ │ ├── Mob.json │ │ │ └── PathfinderMob.json │ │ │ ├── player │ │ │ ├── Abilities.json │ │ │ ├── Inventory.json │ │ │ ├── Player.json │ │ │ ├── PlayerBedSleepingProblem.json │ │ │ └── ServerPlayer.json │ │ │ ├── projectile │ │ │ ├── AbstractHurtingProjectile.json │ │ │ ├── Fireball.json │ │ │ ├── FireworkRocketEntity.json │ │ │ ├── FishingHook.json │ │ │ ├── ItemSupplier.json │ │ │ ├── LargeFireball.json │ │ │ ├── Projectile.json │ │ │ ├── SmallFireball.json │ │ │ ├── ThrowableItemProjectile.json │ │ │ ├── ThrowableProjectile.json │ │ │ ├── ThrownEnderpearl.json │ │ │ ├── WitherSkull.json │ │ │ └── arrow │ │ │ │ └── Arrow.json │ │ │ └── villager │ │ │ ├── AbstractVillager.json │ │ │ └── Merchant.json │ │ ├── event │ │ ├── EventManager.json │ │ └── EventPhase.json │ │ ├── fluid │ │ ├── Fluid.json │ │ ├── FluidIngredient.json │ │ └── IFluidStack.json │ │ ├── food │ │ ├── FoodData.json │ │ ├── FoodProperties.json │ │ ├── FoodPropertiesBuilder.json │ │ └── FoodPropertiesPossibleEffect.json │ │ ├── game │ │ ├── Game.json │ │ └── Server.json │ │ ├── ingredient │ │ ├── IIngredient.json │ │ ├── IIngredientWithAmount.json │ │ ├── condition │ │ │ ├── IIngredientCondition.json │ │ │ └── type │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ ├── ConditionCustom.json │ │ │ │ ├── ConditionDamaged.json │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ └── ConditionDamagedAtMost.json │ │ ├── transform │ │ │ └── type │ │ │ │ ├── TransformCustom.json │ │ │ │ ├── TransformDamage.json │ │ │ │ ├── TransformReplace.json │ │ │ │ └── TransformReuse.json │ │ ├── transformer │ │ │ └── IIngredientTransformer.json │ │ └── type │ │ │ ├── IIngredientAny.json │ │ │ ├── IIngredientEmpty.json │ │ │ ├── IIngredientList.json │ │ │ ├── IngredientWithAmount.json │ │ │ ├── TagIngredient.json │ │ │ └── WrappingIIngredient.json │ │ ├── item │ │ ├── Equipable.json │ │ ├── IItemStack.json │ │ ├── Ingredient.json │ │ ├── ItemCooldowns.json │ │ ├── ItemDefinition.json │ │ ├── ItemStack.json │ │ ├── UseOnContext.json │ │ ├── alchemy │ │ │ └── Potion.json │ │ ├── armortrim │ │ │ ├── ArmorTrim.json │ │ │ ├── TrimMaterial.json │ │ │ └── TrimPattern.json │ │ ├── component │ │ │ ├── AdventureModePredicate.json │ │ │ ├── BlockItemStateProperties.json │ │ │ ├── BookContent.json │ │ │ ├── BundleContents.json │ │ │ ├── ChargedProjectiles.json │ │ │ ├── CustomData.json │ │ │ ├── CustomModelData.json │ │ │ ├── DebugStickState.json │ │ │ ├── DyeColor.json │ │ │ ├── DyedItemColor.json │ │ │ ├── FireworkExplosion.json │ │ │ ├── FireworkExplosionShape.json │ │ │ ├── Fireworks.json │ │ │ ├── Instrument.json │ │ │ ├── ItemAttributeModifiers.json │ │ │ ├── ItemAttributeModifiersBuilder.json │ │ │ ├── ItemAttributeModifiersEntry.json │ │ │ ├── ItemContainerContents.json │ │ │ ├── ItemEnchantments.json │ │ │ ├── ItemEnchantmentsMutable.json │ │ │ ├── ItemLore.json │ │ │ ├── LockCode.json │ │ │ ├── LodestoneTracker.json │ │ │ ├── MapDecorations.json │ │ │ ├── MapDecorationsEntry.json │ │ │ ├── MapId.json │ │ │ ├── MapItemColor.json │ │ │ ├── MapPostProcessing.json │ │ │ ├── MutableBundleContents.json │ │ │ ├── PotDecorations.json │ │ │ ├── PotionContents.json │ │ │ ├── ResolvableProfile.json │ │ │ ├── SeededContainerLoot.json │ │ │ ├── SuspiciousStewEffects.json │ │ │ ├── SuspiciousStewEffectsEntry.json │ │ │ ├── Tool.json │ │ │ ├── ToolRule.json │ │ │ ├── Unbreakable.json │ │ │ ├── WritableBookContent.json │ │ │ └── WrittenBookContent.json │ │ ├── enchantment │ │ │ └── Enchantment.json │ │ ├── property │ │ │ └── Rarity.json │ │ ├── tiered │ │ │ └── Tiers.json │ │ ├── tooltip │ │ │ └── ITooltipFunction.json │ │ └── type │ │ │ ├── armor │ │ │ ├── ArmorItem.json │ │ │ ├── ArmorItemType.json │ │ │ ├── ArmorMaterial.json │ │ │ └── ArmorMaterials.json │ │ │ ├── block │ │ │ └── BlockItem.json │ │ │ ├── projectileweapon │ │ │ ├── BowItem.json │ │ │ ├── CrossbowItem.json │ │ │ └── ProjectileWeaponItem.json │ │ │ ├── sword │ │ │ └── SwordItem.json │ │ │ └── tiered │ │ │ ├── Tier.json │ │ │ └── TieredItem.json │ │ ├── loot │ │ ├── DynamicDrop.json │ │ ├── EntityTarget.json │ │ ├── IntRange.json │ │ ├── LootContext.json │ │ ├── LootContextBuilder.json │ │ ├── LootManager.json │ │ ├── LootParams.json │ │ ├── LootParamsBuilder.json │ │ ├── LootTable.json │ │ ├── NumberProvider.json │ │ ├── condition │ │ │ ├── AllOfCondition.json │ │ │ ├── AnyOfCondition.json │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ ├── DamageSourceLootCondition.json │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ ├── EntityPropertyLootCondition.json │ │ │ ├── ExplosionLootCondition.json │ │ │ ├── InvertedLootCondition.json │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ ├── LocationCheckLootCondition.json │ │ │ ├── LootCondition.json │ │ │ ├── LootConditions.json │ │ │ ├── LootTableIdLootCondition.json │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ ├── MatchToolLootCondition.json │ │ │ ├── RandomChanceLootCondition.json │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ ├── TimeCheckLootCondition.json │ │ │ ├── ValueCheckLootCondition.json │ │ │ ├── WeatherCheckLootCondition.json │ │ │ └── builder │ │ │ │ ├── AllOfConditionBuilder.json │ │ │ │ ├── AnyOfConditionBuilder.json │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ └── WeatherCheckLootConditionBuilder.json │ │ ├── modifier │ │ │ ├── CommonLootModifiers.json │ │ │ ├── ILootModifier.json │ │ │ └── LootModifierManager.json │ │ ├── param │ │ │ ├── LootContextParam.json │ │ │ ├── LootContextParamSet.json │ │ │ ├── LootContextParamSets.json │ │ │ └── LootContextParams.json │ │ └── table │ │ │ └── LootTableManager.json │ │ ├── misc │ │ ├── CTCauldronInteraction.json │ │ ├── Cauldron.json │ │ └── Composter.json │ │ ├── mod │ │ ├── Mod.json │ │ └── Mods.json │ │ ├── predicate │ │ ├── BlockPredicate.json │ │ ├── DamageSourcePredicate.json │ │ ├── DataComponentPredicate.json │ │ ├── DistancePredicate.json │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ ├── EnchantmentPredicate.json │ │ ├── EntityEquipmentPredicate.json │ │ ├── EntityFlagsPredicate.json │ │ ├── EntityPredicate.json │ │ ├── EntitySubPredicate.json │ │ ├── EntitySubPredicates.json │ │ ├── EntityTypePredicate.json │ │ ├── FishingHookPredicate.json │ │ ├── FluidPredicate.json │ │ ├── IntMinMaxBoundsPredicate.json │ │ ├── ItemPredicate.json │ │ ├── LightPredicate.json │ │ ├── LightningBoltPredicate.json │ │ ├── LocationPredicate.json │ │ ├── MobEffectPredicate.json │ │ ├── MobEffectsPredicate.json │ │ ├── NbtPredicate.json │ │ ├── PlayerPredicate.json │ │ ├── SlimePredicate.json │ │ ├── StatePropertiesPredicate.json │ │ ├── TagPredicate.json │ │ └── builder │ │ │ ├── BlockPredicateBuilder.json │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ ├── DataComponentPredicateBuilder.json │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ ├── EntityPredicateBuilder.json │ │ │ ├── FluidPredicateBuilder.json │ │ │ ├── ItemPredicateBuilder.json │ │ │ ├── LightPredicateBuilder.json │ │ │ ├── LocationPredicateBuilder.json │ │ │ ├── PlayerPredicateBuilder.json │ │ │ └── StatePropertiesPredicateBuilder.json │ │ ├── recipe │ │ ├── CookingBookCategory.json │ │ ├── CraftingBookCategory.json │ │ ├── IRecipeComponent.json │ │ ├── MirrorAxis.json │ │ ├── fun │ │ │ ├── RecipeFunction0D.json │ │ │ ├── RecipeFunction1D.json │ │ │ └── RecipeFunction2D.json │ │ ├── manager │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ ├── CampFireRecipeManager.json │ │ │ ├── CraftingTableRecipeManager.json │ │ │ ├── FurnaceRecipeManager.json │ │ │ ├── GenericRecipesManager.json │ │ │ ├── ICookingRecipeManager.json │ │ │ ├── IRecipeManager.json │ │ │ ├── RecipeManagerWrapper.json │ │ │ ├── SmithingRecipeManager.json │ │ │ ├── SmokerRecipeManager.json │ │ │ └── StoneCutterManager.json │ │ ├── replacement │ │ │ ├── IFilteringRule.json │ │ │ ├── ITargetingFilter.json │ │ │ ├── ITargetingStrategy.json │ │ │ ├── Replacer.json │ │ │ └── type │ │ │ │ ├── ComponentFilteringRule.json │ │ │ │ ├── CustomFilteringRule.json │ │ │ │ ├── ManagerFilteringRule.json │ │ │ │ ├── ModsFilteringRule.json │ │ │ │ ├── NameFilteringRule.json │ │ │ │ └── NotFilteringRule.json │ │ └── type │ │ │ ├── AbstractCookingRecipe.json │ │ │ ├── BlastingRecipe.json │ │ │ ├── CampfireCookingRecipe.json │ │ │ ├── CraftingRecipe.json │ │ │ ├── Recipe.json │ │ │ ├── RecipeHolder.json │ │ │ ├── ShapedRecipe.json │ │ │ ├── ShapelessRecipe.json │ │ │ ├── SingleItemRecipe.json │ │ │ ├── SmeltingRecipe.json │ │ │ ├── SmithingRecipe.json │ │ │ ├── SmokingRecipe.json │ │ │ └── StonecutterRecipe.json │ │ ├── resource │ │ ├── ResourceKey.json │ │ └── ResourceLocation.json │ │ ├── sequence │ │ └── task │ │ │ ├── ISequenceTask.json │ │ │ └── type │ │ │ ├── InstantTask.json │ │ │ ├── SleepTask.json │ │ │ └── SleepUntilTask.json │ │ ├── server │ │ ├── Filterable.json │ │ └── PlayerList.json │ │ ├── sound │ │ ├── SoundEvent.json │ │ ├── SoundSource.json │ │ └── SoundType.json │ │ ├── tag │ │ ├── MCTag.json │ │ ├── manager │ │ │ ├── ITagManager.json │ │ │ └── type │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ ├── KnownTagManager.json │ │ │ │ └── UnknownTagManager.json │ │ └── type │ │ │ ├── KnownTag.json │ │ │ └── UnknownTag.json │ │ ├── text │ │ ├── ChatFormatting.json │ │ ├── CommonComponents.json │ │ ├── Component.json │ │ ├── FormattedText.json │ │ ├── Message.json │ │ ├── MutableComponent.json │ │ ├── Style.json │ │ ├── TextColor.json │ │ └── content │ │ │ └── type │ │ │ ├── KeybindContents.json │ │ │ ├── LiteralContents.json │ │ │ ├── NbtContents.json │ │ │ ├── PlainTextContents.json │ │ │ ├── ScoreContents.json │ │ │ ├── SelectorContents.json │ │ │ └── TranslatableContents.json │ │ ├── tooltip │ │ ├── TooltipComponent.json │ │ ├── TooltipContext.json │ │ └── TooltipFlag.json │ │ ├── util │ │ ├── BlockHitResult.json │ │ ├── EntityHitResult.json │ │ ├── GameProfile.json │ │ ├── GlobalPos.json │ │ ├── HitResult.json │ │ ├── HitResultType.json │ │ ├── InteractionHand.json │ │ ├── Many.json │ │ ├── NameUtil.json │ │ ├── Pair.json │ │ ├── Position.json │ │ ├── StringRepresentable.json │ │ ├── collection │ │ │ └── Collection.json │ │ ├── direction │ │ │ ├── Axis.json │ │ │ ├── AxisDirection.json │ │ │ ├── Direction.json │ │ │ └── Plane.json │ │ ├── math │ │ │ ├── AABB.json │ │ │ ├── AxisCycle.json │ │ │ ├── BlockPos.json │ │ │ ├── FrontAndTop.json │ │ │ ├── Matrix3f.json │ │ │ ├── MutableBlockPos.json │ │ │ ├── OctahedralGroup.json │ │ │ ├── Quaternionf.json │ │ │ ├── Quaternionfc.json │ │ │ ├── Random.json │ │ │ ├── RandomSource.json │ │ │ ├── Rotation.json │ │ │ ├── Vec3.json │ │ │ ├── Vec3i.json │ │ │ ├── Vector3f.json │ │ │ └── Vector3fc.json │ │ ├── random │ │ │ └── Percentaged.json │ │ └── sequence │ │ │ ├── Sequence.json │ │ │ ├── SequenceBuilder.json │ │ │ ├── SequenceContext.json │ │ │ └── SequenceType.json │ │ ├── villager │ │ ├── ItemCost.json │ │ ├── MerchantOffer.json │ │ ├── MerchantOffers.json │ │ ├── VillagerProfession.json │ │ ├── VillagerTrades.json │ │ ├── VillagerType.json │ │ └── trade │ │ │ ├── ItemListing.json │ │ │ └── type │ │ │ ├── BasicTradeListing.json │ │ │ ├── DyedArmorForEmeralds.json │ │ │ ├── EmeraldForItems.json │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ ├── ItemsForEmeralds.json │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ └── TreasureMapForEmeralds.json │ │ └── world │ │ ├── BaseSpawner.json │ │ ├── BlockAndTintGetter.json │ │ ├── BlockGetter.json │ │ ├── Clearable.json │ │ ├── CommonLevelAccessor.json │ │ ├── Container.json │ │ ├── CraftTweakerSavedData.json │ │ ├── Difficulty.json │ │ ├── DifficultyInstance.json │ │ ├── Explosion.json │ │ ├── ExplosionBlockInteraction.json │ │ ├── GameType.json │ │ ├── InteractionResult.json │ │ ├── InteractionResultHolder.json │ │ ├── ItemInteractionResult.json │ │ ├── ItemLike.json │ │ ├── Level.json │ │ ├── LevelAccessor.json │ │ ├── LevelEventConstants.json │ │ ├── LevelReader.json │ │ ├── LevelSimulatedRW.json │ │ ├── LevelWriter.json │ │ ├── Nameable.json │ │ ├── SavedData.json │ │ ├── ServerLevel.json │ │ ├── ServerLevelAccessor.json │ │ ├── biome │ │ └── Biome.json │ │ ├── clip │ │ ├── BlockClipContext.json │ │ ├── ClipContext.json │ │ └── FluidClipContext.json │ │ ├── damage │ │ ├── DamageEffects.json │ │ ├── DamageScaling.json │ │ ├── DamageSource.json │ │ ├── DamageSources.json │ │ ├── DamageType.json │ │ └── DeathMessageType.json │ │ ├── data │ │ ├── LevelData.json │ │ ├── ServerLevelData.json │ │ └── WritableLevelData.json │ │ └── map │ │ └── MapDecorationType.json ├── 1.20 │ ├── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ │ ├── fabric │ │ │ └── api │ │ │ │ └── item │ │ │ │ ├── FabricItemStack.json │ │ │ │ ├── MCItemStack.json │ │ │ │ └── MCItemStackMutable.json │ │ │ ├── forge │ │ │ └── api │ │ │ │ ├── BracketHandlers.json │ │ │ │ ├── ForgeBracketDumpers.json │ │ │ │ ├── ForgeBracketValidators.json │ │ │ │ ├── capability │ │ │ │ ├── Capabilities.json │ │ │ │ ├── Capability.json │ │ │ │ ├── CapabilityProvider.json │ │ │ │ ├── ICapabilityProvider.json │ │ │ │ ├── ICapabilityProviderImpl.json │ │ │ │ ├── IEnergyStorage.json │ │ │ │ ├── IFluidHandler.json │ │ │ │ ├── IFluidHandlerAction.json │ │ │ │ ├── IFluidHandlerItem.json │ │ │ │ └── IItemHandler.json │ │ │ │ ├── event │ │ │ │ ├── DetonateExplosionEvent.json │ │ │ │ ├── DifficultyChangeEvent.json │ │ │ │ ├── Event.json │ │ │ │ ├── EventResult.json │ │ │ │ ├── ExplosionEvent.json │ │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ │ ├── StartExplosionEvent.json │ │ │ │ ├── advancement │ │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ │ └── AdvancementProgressEventType.json │ │ │ │ ├── anvil │ │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ │ └── AnvilUpdateEvent.json │ │ │ │ ├── block │ │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ │ ├── BlockEvent.json │ │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ │ ├── crop │ │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ │ └── PreCropGrowEvent.json │ │ │ │ │ ├── fluid │ │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ │ │ └── piston │ │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ │ └── PrePistonEvent.json │ │ │ │ ├── brewing │ │ │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ │ └── PotionBrewEventPre.json │ │ │ │ ├── enchantment │ │ │ │ │ └── EnchantmentLevelSetEvent.json │ │ │ │ ├── entity │ │ │ │ │ ├── EntityEvent.json │ │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ │ ├── EntityMountEvent.json │ │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ │ ├── arrow │ │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ │ └── ArrowNockEvent.json │ │ │ │ │ ├── conversion │ │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ │ └── LivingConversionPreEvent.json │ │ │ │ │ ├── living │ │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ │ ├── LivingAttackEvent.json │ │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ │ ├── LivingHurtEvent.json │ │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ │ ├── LootingLevelEvent.json │ │ │ │ │ │ ├── ShieldBlockEvent.json │ │ │ │ │ │ ├── conversion │ │ │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ │ │ ├── effect │ │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ │ │ ├── spawn │ │ │ │ │ │ │ ├── AllowMobDespawnEvent.json │ │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ │ │ └── target │ │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ │ └── LivingTargetType.json │ │ │ │ │ ├── player │ │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ │ ├── FillBucketEvent.json │ │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ │ ├── PlayerSleepInBedEvent.json │ │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ │ ├── SleepingLocationCheckEvent.json │ │ │ │ │ │ ├── SleepingTimeCheckEvent.json │ │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ │ │ ├── teleport │ │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ │ └── EntityTeleportEvent.json │ │ │ │ │ └── use │ │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ │ │ ├── grindstone │ │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ │ │ ├── interact │ │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ │ └── RightClickItemEvent.json │ │ │ │ ├── item │ │ │ │ │ ├── EntityItemPickupEvent.json │ │ │ │ │ ├── ItemAttributeModifierEvent.json │ │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ │ ├── ItemEvent.json │ │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ │ ├── ItemPickupEvent.json │ │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ │ ├── ItemTossEvent.json │ │ │ │ │ └── PlayerDestroyItemEvent.json │ │ │ │ ├── level │ │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ │ └── LevelEvent.json │ │ │ │ ├── tick │ │ │ │ │ ├── ClientTickEvent.json │ │ │ │ │ ├── LevelTickEvent.json │ │ │ │ │ ├── LivingTickEvent.json │ │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ │ ├── ServerTickEvent.json │ │ │ │ │ ├── TickEvent.json │ │ │ │ │ ├── TickEventPhase.json │ │ │ │ │ └── TickEventType.json │ │ │ │ └── xp │ │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ │ └── PlayerXpLevelChangeEvent.json │ │ │ │ ├── fluid │ │ │ │ └── FluidIngredient.json │ │ │ │ ├── game │ │ │ │ ├── Distribution.json │ │ │ │ └── LogicalSide.json │ │ │ │ ├── item │ │ │ │ ├── ForgeItemStack.json │ │ │ │ ├── MCItemStack.json │ │ │ │ └── MCItemStackMutable.json │ │ │ │ ├── loot │ │ │ │ └── condition │ │ │ │ │ ├── LootTableIdLootCondition.json │ │ │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ │ │ └── builder │ │ │ │ │ └── LootTableIdLootConditionBuilder.json │ │ │ │ ├── recipe │ │ │ │ └── brewing │ │ │ │ │ └── Brewing.json │ │ │ │ ├── tool │ │ │ │ └── ToolAction.json │ │ │ │ └── villager │ │ │ │ └── trade │ │ │ │ └── type │ │ │ │ └── BasicItemListing.json │ │ │ └── vanilla │ │ │ └── api │ │ │ ├── BracketDumpers.json │ │ │ ├── BracketHandlers.json │ │ │ ├── BracketValidators.json │ │ │ ├── ResourceLocationBracketHandler.json │ │ │ ├── advancement │ │ │ ├── Advancement.json │ │ │ ├── AdvancementProgress.json │ │ │ ├── AdvancementRewards.json │ │ │ ├── Criterion.json │ │ │ ├── CriterionProgress.json │ │ │ ├── DisplayInfo.json │ │ │ └── FrameType.json │ │ │ ├── block │ │ │ ├── Block.json │ │ │ ├── BlockIngredient.json │ │ │ ├── BlockState.json │ │ │ ├── entity │ │ │ │ └── BlockEntity.json │ │ │ ├── material │ │ │ │ └── PushReaction.json │ │ │ └── type │ │ │ │ ├── cauldron │ │ │ │ ├── AbstractCauldronBlock.json │ │ │ │ ├── CauldronBlock.json │ │ │ │ ├── LavaCauldronBlock.json │ │ │ │ ├── LayeredCauldronBlock.json │ │ │ │ └── PowderSnowCauldronBlock.json │ │ │ │ ├── falling │ │ │ │ ├── Fallable.json │ │ │ │ └── FallingBlock.json │ │ │ │ └── piston │ │ │ │ ├── PistonMath.json │ │ │ │ └── PistonStructureResolver.json │ │ │ ├── bracket │ │ │ └── CommandStringDisplayable.json │ │ │ ├── command │ │ │ └── CommandSource.json │ │ │ ├── data │ │ │ ├── BoolData.json │ │ │ ├── ByteArrayData.json │ │ │ ├── ByteData.json │ │ │ ├── DoubleData.json │ │ │ ├── FloatData.json │ │ │ ├── IData.json │ │ │ ├── IntArrayData.json │ │ │ ├── IntData.json │ │ │ ├── ListData.json │ │ │ ├── LongArrayData.json │ │ │ ├── LongData.json │ │ │ ├── MapData.json │ │ │ ├── ShortData.json │ │ │ └── StringData.json │ │ │ ├── entity │ │ │ ├── Entity.json │ │ │ ├── EntityAccess.json │ │ │ ├── EntityDimensions.json │ │ │ ├── EntityIngredient.json │ │ │ ├── EntityType.json │ │ │ ├── HumanoidArm.json │ │ │ ├── INameTagFunction.json │ │ │ ├── LivingEntity.json │ │ │ ├── MobCategory.json │ │ │ ├── MobSpawnType.json │ │ │ ├── MobType.json │ │ │ ├── NameTagResult.json │ │ │ ├── RemovalReason.json │ │ │ ├── attribute │ │ │ │ ├── Attribute.json │ │ │ │ ├── AttributeInstance.json │ │ │ │ ├── AttributeModifier.json │ │ │ │ └── AttributeOperation.json │ │ │ ├── effect │ │ │ │ ├── AbsorptionMobEffect.json │ │ │ │ ├── AttackDamageMobEffect.json │ │ │ │ ├── HealthBoostMobEffect.json │ │ │ │ ├── InstantenousMobEffect.json │ │ │ │ ├── MobEffect.json │ │ │ │ ├── MobEffectCategory.json │ │ │ │ ├── MobEffectInstance.json │ │ │ │ └── MobEffectUtil.json │ │ │ ├── equipment │ │ │ │ ├── EquipmentSlot.json │ │ │ │ └── EquipmentSlotType.json │ │ │ └── type │ │ │ │ ├── animal │ │ │ │ └── Animal.json │ │ │ │ ├── item │ │ │ │ └── ItemEntity.json │ │ │ │ ├── misc │ │ │ │ ├── AgeableMob.json │ │ │ │ ├── ExperienceOrb.json │ │ │ │ ├── FallingBlockEntity.json │ │ │ │ ├── LightningBolt.json │ │ │ │ ├── Mob.json │ │ │ │ └── PathfinderMob.json │ │ │ │ ├── player │ │ │ │ ├── Abilities.json │ │ │ │ ├── Inventory.json │ │ │ │ ├── Player.json │ │ │ │ ├── PlayerBedSleepingProblem.json │ │ │ │ └── ServerPlayer.json │ │ │ │ ├── projectile │ │ │ │ ├── AbstractHurtingProjectile.json │ │ │ │ ├── Fireball.json │ │ │ │ ├── FireworkRocketEntity.json │ │ │ │ ├── FishingHook.json │ │ │ │ ├── ItemSupplier.json │ │ │ │ ├── LargeFireball.json │ │ │ │ ├── Projectile.json │ │ │ │ ├── SmallFireball.json │ │ │ │ ├── ThrowableItemProjectile.json │ │ │ │ ├── ThrowableProjectile.json │ │ │ │ ├── ThrownEnderpearl.json │ │ │ │ ├── WitherSkull.json │ │ │ │ └── arrow │ │ │ │ │ └── Arrow.json │ │ │ │ └── villager │ │ │ │ ├── AbstractVillager.json │ │ │ │ └── Merchant.json │ │ │ ├── event │ │ │ ├── EventManager.json │ │ │ └── EventPhase.json │ │ │ ├── fluid │ │ │ ├── Fluid.json │ │ │ └── IFluidStack.json │ │ │ ├── food │ │ │ ├── FoodData.json │ │ │ └── FoodProperties.json │ │ │ ├── game │ │ │ ├── Game.json │ │ │ └── Server.json │ │ │ ├── ingredient │ │ │ ├── IIngredient.json │ │ │ ├── IIngredientWithAmount.json │ │ │ ├── condition │ │ │ │ ├── IIngredientCondition.json │ │ │ │ └── type │ │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ │ ├── ConditionCustom.json │ │ │ │ │ ├── ConditionDamaged.json │ │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ │ └── ConditionDamagedAtMost.json │ │ │ ├── transform │ │ │ │ ├── IIngredientTransformer.json │ │ │ │ └── type │ │ │ │ │ ├── TransformCustom.json │ │ │ │ │ ├── TransformDamage.json │ │ │ │ │ ├── TransformReplace.json │ │ │ │ │ └── TransformReuse.json │ │ │ └── type │ │ │ │ ├── IIngredientAny.json │ │ │ │ ├── IIngredientEmpty.json │ │ │ │ ├── IIngredientList.json │ │ │ │ ├── IIngredientTransformed.json │ │ │ │ ├── IngredientConditioned.json │ │ │ │ ├── IngredientWithAmount.json │ │ │ │ ├── TagIngredient.json │ │ │ │ └── WrappingIIngredient.json │ │ │ ├── item │ │ │ ├── Equipable.json │ │ │ ├── IItemStack.json │ │ │ ├── Ingredient.json │ │ │ ├── ItemCooldowns.json │ │ │ ├── ItemDefinition.json │ │ │ ├── ItemStack.json │ │ │ ├── TooltipFlag.json │ │ │ ├── UseOnContext.json │ │ │ ├── Vanishable.json │ │ │ ├── alchemy │ │ │ │ └── Potion.json │ │ │ ├── enchantment │ │ │ │ ├── Enchantment.json │ │ │ │ ├── EnchantmentCategory.json │ │ │ │ └── Rarity.json │ │ │ ├── property │ │ │ │ └── Rarity.json │ │ │ ├── tiered │ │ │ │ └── Tiers.json │ │ │ ├── tooltip │ │ │ │ └── ITooltipFunction.json │ │ │ └── type │ │ │ │ ├── armor │ │ │ │ ├── ArmorItem.json │ │ │ │ ├── ArmorItemType.json │ │ │ │ ├── ArmorMaterial.json │ │ │ │ └── ArmorMaterials.json │ │ │ │ ├── block │ │ │ │ └── BlockItem.json │ │ │ │ ├── sword │ │ │ │ └── SwordItem.json │ │ │ │ └── tiered │ │ │ │ ├── Tier.json │ │ │ │ └── TieredItem.json │ │ │ ├── loot │ │ │ ├── DynamicDrop.json │ │ │ ├── EntityTarget.json │ │ │ ├── IntRange.json │ │ │ ├── LootContext.json │ │ │ ├── LootContextBuilder.json │ │ │ ├── LootManager.json │ │ │ ├── LootParams.json │ │ │ ├── LootParamsBuilder.json │ │ │ ├── LootTable.json │ │ │ ├── NumberProvider.json │ │ │ ├── condition │ │ │ │ ├── AllOfCondition.json │ │ │ │ ├── AnyOfCondition.json │ │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ │ ├── DamageSourceLootCondition.json │ │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ │ ├── EntityPropertyLootCondition.json │ │ │ │ ├── ExplosionLootCondition.json │ │ │ │ ├── InvertedLootCondition.json │ │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ │ ├── LocationCheckLootCondition.json │ │ │ │ ├── LootCondition.json │ │ │ │ ├── LootConditions.json │ │ │ │ ├── MatchToolLootCondition.json │ │ │ │ ├── RandomChanceLootCondition.json │ │ │ │ ├── RandomChanceWithLootingLootCondition.json │ │ │ │ ├── TimeCheckLootCondition.json │ │ │ │ ├── ValueCheckLootCondition.json │ │ │ │ ├── WeatherCheckLootCondition.json │ │ │ │ └── builder │ │ │ │ │ ├── AllOfConditionBuilder.json │ │ │ │ │ ├── AnyOfConditionBuilder.json │ │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ │ └── WeatherCheckLootConditionBuilder.json │ │ │ ├── modifier │ │ │ │ ├── CommonLootModifiers.json │ │ │ │ ├── ILootModifier.json │ │ │ │ └── LootModifierManager.json │ │ │ ├── param │ │ │ │ ├── LootContextParam.json │ │ │ │ ├── LootContextParamSet.json │ │ │ │ ├── LootContextParamSets.json │ │ │ │ └── LootContextParams.json │ │ │ └── table │ │ │ │ └── LootTableManager.json │ │ │ ├── misc │ │ │ ├── CTCauldronInteraction.json │ │ │ ├── Cauldron.json │ │ │ └── Composter.json │ │ │ ├── mod │ │ │ ├── Mod.json │ │ │ └── Mods.json │ │ │ ├── predicate │ │ │ ├── BlockPredicate.json │ │ │ ├── DamageSourcePredicate.json │ │ │ ├── DistancePredicate.json │ │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ │ ├── EnchantmentPredicate.json │ │ │ ├── EntityEquipmentPredicate.json │ │ │ ├── EntityFlagsPredicate.json │ │ │ ├── EntityPredicate.json │ │ │ ├── EntitySubPredicate.json │ │ │ ├── EntityTypePredicate.json │ │ │ ├── EntityVariantPredicate.json │ │ │ ├── FishingHookPredicate.json │ │ │ ├── FluidPredicate.json │ │ │ ├── IntMinMaxBoundsPredicate.json │ │ │ ├── ItemPredicate.json │ │ │ ├── LightPredicate.json │ │ │ ├── LightningBoltPredicate.json │ │ │ ├── LocationPredicate.json │ │ │ ├── MobEffectPredicate.json │ │ │ ├── MobEffectsPredicate.json │ │ │ ├── NbtPredicate.json │ │ │ ├── PlayerPredicate.json │ │ │ ├── SlimePredicate.json │ │ │ ├── StatePropertiesPredicate.json │ │ │ ├── TagPredicate.json │ │ │ └── builder │ │ │ │ ├── BlockPredicateBuilder.json │ │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ │ ├── EntityPredicateBuilder.json │ │ │ │ ├── FluidPredicateBuilder.json │ │ │ │ ├── ItemPredicateBuilder.json │ │ │ │ ├── LightPredicateBuilder.json │ │ │ │ ├── LocationPredicateBuilder.json │ │ │ │ ├── PlayerPredicateBuilder.json │ │ │ │ └── StatePropertiesPredicateBuilder.json │ │ │ ├── recipe │ │ │ ├── CookingBookCategory.json │ │ │ ├── CraftingBookCategory.json │ │ │ ├── IRecipeComponent.json │ │ │ ├── MirrorAxis.json │ │ │ ├── fun │ │ │ │ ├── RecipeFunction0D.json │ │ │ │ ├── RecipeFunction1D.json │ │ │ │ └── RecipeFunction2D.json │ │ │ ├── manager │ │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ │ ├── CampFireRecipeManager.json │ │ │ │ ├── CraftingTableRecipeManager.json │ │ │ │ ├── FurnaceRecipeManager.json │ │ │ │ ├── GenericRecipesManager.json │ │ │ │ ├── ICookingRecipeManager.json │ │ │ │ ├── IRecipeManager.json │ │ │ │ ├── RecipeManagerWrapper.json │ │ │ │ ├── SmithingRecipeManager.json │ │ │ │ ├── SmokerRecipeManager.json │ │ │ │ └── StoneCutterManager.json │ │ │ ├── replacement │ │ │ │ ├── IFilteringRule.json │ │ │ │ ├── ITargetingFilter.json │ │ │ │ ├── ITargetingStrategy.json │ │ │ │ ├── Replacer.json │ │ │ │ └── type │ │ │ │ │ ├── ComponentFilteringRule.json │ │ │ │ │ ├── CustomFilteringRule.json │ │ │ │ │ ├── ManagerFilteringRule.json │ │ │ │ │ ├── ModsFilteringRule.json │ │ │ │ │ ├── NameFilteringRule.json │ │ │ │ │ └── NotFilteringRule.json │ │ │ └── type │ │ │ │ ├── AbstractCookingRecipe.json │ │ │ │ ├── BlastingRecipe.json │ │ │ │ ├── CampfireCookingRecipe.json │ │ │ │ ├── CraftingRecipe.json │ │ │ │ ├── Recipe.json │ │ │ │ ├── ShapedRecipe.json │ │ │ │ ├── ShapelessRecipe.json │ │ │ │ ├── SmeltingRecipe.json │ │ │ │ ├── SmithingRecipe.json │ │ │ │ ├── SmokingRecipe.json │ │ │ │ └── StonecutterRecipe.json │ │ │ ├── resource │ │ │ └── ResourceLocation.json │ │ │ ├── sequence │ │ │ └── task │ │ │ │ ├── ISequenceTask.json │ │ │ │ └── type │ │ │ │ ├── InstantTask.json │ │ │ │ ├── SleepTask.json │ │ │ │ └── SleepUntilTask.json │ │ │ ├── server │ │ │ └── PlayerList.json │ │ │ ├── sound │ │ │ ├── SoundEvent.json │ │ │ ├── SoundSource.json │ │ │ └── SoundType.json │ │ │ ├── tag │ │ │ ├── MCTag.json │ │ │ ├── manager │ │ │ │ ├── ITagManager.json │ │ │ │ └── type │ │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ │ ├── KnownTagManager.json │ │ │ │ │ └── UnknownTagManager.json │ │ │ └── type │ │ │ │ ├── KnownTag.json │ │ │ │ └── UnknownTag.json │ │ │ ├── text │ │ │ ├── ChatFormatting.json │ │ │ ├── Component.json │ │ │ ├── FormattedText.json │ │ │ ├── Message.json │ │ │ ├── MutableComponent.json │ │ │ ├── Style.json │ │ │ ├── TextColor.json │ │ │ └── content │ │ │ │ ├── ComponentContents.json │ │ │ │ └── type │ │ │ │ ├── KeybindContents.json │ │ │ │ ├── LiteralContents.json │ │ │ │ ├── NbtContents.json │ │ │ │ ├── ScoreContents.json │ │ │ │ ├── SelectorContents.json │ │ │ │ └── TranslatableContents.json │ │ │ ├── util │ │ │ ├── BlockHitResult.json │ │ │ ├── EntityHitResult.json │ │ │ ├── HitResult.json │ │ │ ├── HitResultType.json │ │ │ ├── InteractionHand.json │ │ │ ├── Many.json │ │ │ ├── NameUtil.json │ │ │ ├── Pair.json │ │ │ ├── Position.json │ │ │ ├── StringRepresentable.json │ │ │ ├── direction │ │ │ │ ├── Axis.json │ │ │ │ ├── AxisDirection.json │ │ │ │ ├── Direction.json │ │ │ │ └── Plane.json │ │ │ ├── math │ │ │ │ ├── AABB.json │ │ │ │ ├── AxisCycle.json │ │ │ │ ├── BlockPos.json │ │ │ │ ├── FrontAndTop.json │ │ │ │ ├── Matrix3f.json │ │ │ │ ├── MutableBlockPos.json │ │ │ │ ├── OctahedralGroup.json │ │ │ │ ├── Quaternionf.json │ │ │ │ ├── Quaternionfc.json │ │ │ │ ├── Random.json │ │ │ │ ├── RandomSource.json │ │ │ │ ├── Rotation.json │ │ │ │ ├── Vec3.json │ │ │ │ ├── Vec3i.json │ │ │ │ ├── Vector3f.json │ │ │ │ └── Vector3fc.json │ │ │ ├── random │ │ │ │ └── Percentaged.json │ │ │ └── sequence │ │ │ │ ├── Sequence.json │ │ │ │ ├── SequenceBuilder.json │ │ │ │ ├── SequenceContext.json │ │ │ │ └── SequenceType.json │ │ │ ├── villager │ │ │ ├── MerchantOffer.json │ │ │ ├── MerchantOffers.json │ │ │ ├── VillagerProfession.json │ │ │ ├── VillagerTrades.json │ │ │ ├── VillagerType.json │ │ │ └── trade │ │ │ │ ├── ItemListing.json │ │ │ │ └── type │ │ │ │ ├── BasicTradeListing.json │ │ │ │ ├── DyedArmorForEmeralds.json │ │ │ │ ├── EmeraldForItems.json │ │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ │ ├── ItemsForEmeralds.json │ │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ │ └── TreasureMapForEmeralds.json │ │ │ └── world │ │ │ ├── BaseSpawner.json │ │ │ ├── BlockAndTintGetter.json │ │ │ ├── BlockGetter.json │ │ │ ├── Clearable.json │ │ │ ├── CommonLevelAccessor.json │ │ │ ├── Container.json │ │ │ ├── CraftTweakerSavedData.json │ │ │ ├── Difficulty.json │ │ │ ├── DifficultyInstance.json │ │ │ ├── Explosion.json │ │ │ ├── ExplosionBlockInteraction.json │ │ │ ├── GameType.json │ │ │ ├── InteractionResult.json │ │ │ ├── InteractionResultHolder.json │ │ │ ├── ItemLike.json │ │ │ ├── Level.json │ │ │ ├── LevelAccessor.json │ │ │ ├── LevelEventConstants.json │ │ │ ├── LevelReader.json │ │ │ ├── Nameable.json │ │ │ ├── SavedData.json │ │ │ ├── ServerLevel.json │ │ │ ├── ServerLevelAccessor.json │ │ │ ├── biome │ │ │ └── Biome.json │ │ │ ├── clip │ │ │ ├── BlockClipContext.json │ │ │ ├── ClipContext.json │ │ │ └── FluidClipContext.json │ │ │ ├── damage │ │ │ ├── DamageEffects.json │ │ │ ├── DamageScaling.json │ │ │ ├── DamageSource.json │ │ │ ├── DamageSources.json │ │ │ ├── DamageType.json │ │ │ └── DeathMessageType.json │ │ │ ├── data │ │ │ ├── LevelData.json │ │ │ ├── ServerLevelData.json │ │ │ └── WritableLevelData.json │ │ │ └── map │ │ │ └── MapDecorationType.json │ └── initialinventory │ │ ├── docs.json │ │ └── docs │ │ └── mods │ │ └── initialinventory │ │ ├── InvHandler.json │ │ └── InvHandler.md ├── 1.21.1 │ └── crafttweaker │ │ ├── docs.json │ │ └── docs │ │ ├── fabric │ │ └── api │ │ │ └── item │ │ │ ├── FabricItemStack.json │ │ │ ├── MCItemStack.json │ │ │ └── MCItemStackMutable.json │ │ ├── neoforge │ │ └── api │ │ │ ├── NeoForgeBracketDumpers.json │ │ │ ├── NeoForgeBracketHandlers.json │ │ │ ├── NeoForgeBracketValidators.json │ │ │ ├── attachment │ │ │ ├── AttachmentHolder.json │ │ │ ├── AttachmentType.json │ │ │ └── IAttachmentHolder.json │ │ │ ├── capability │ │ │ ├── BaseCapability.json │ │ │ ├── BlockCapability.json │ │ │ ├── EnergyStorageCaps.json │ │ │ ├── EntityCapability.json │ │ │ ├── FluidHandlerCaps.json │ │ │ ├── IEnergyStorage.json │ │ │ ├── IFluidHandler.json │ │ │ ├── IFluidHandlerAction.json │ │ │ ├── IFluidHandlerItem.json │ │ │ ├── IItemHandler.json │ │ │ ├── ItemCapability.json │ │ │ └── ItemHandlerCaps.json │ │ │ ├── component │ │ │ └── MutableDataComponentHolder.json │ │ │ ├── event │ │ │ ├── DetonateExplosionEvent.json │ │ │ ├── DifficultyChangeEvent.json │ │ │ ├── Event.json │ │ │ ├── ExplosionEvent.json │ │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ │ ├── ICancellableEvent.json │ │ │ ├── StartExplosionEvent.json │ │ │ ├── advancement │ │ │ │ ├── AdvancementEarnEvent.json │ │ │ │ ├── AdvancementEvent.json │ │ │ │ ├── AdvancementProgressEvent.json │ │ │ │ └── AdvancementProgressEventType.json │ │ │ ├── anvil │ │ │ │ ├── AnvilRepairEvent.json │ │ │ │ └── AnvilUpdateEvent.json │ │ │ ├── block │ │ │ │ ├── BlockBreakEvent.json │ │ │ │ ├── BlockEvent.json │ │ │ │ ├── BlockToolModificationEvent.json │ │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ │ ├── FarmlandTrampleEvent.json │ │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ │ ├── PortalSpawnEvent.json │ │ │ │ ├── crop │ │ │ │ │ ├── CropGrowEvent.json │ │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ │ └── PreCropGrowEvent.json │ │ │ │ ├── fluid │ │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ │ └── piston │ │ │ │ │ ├── PistonEvent.json │ │ │ │ │ ├── PistonMoveType.json │ │ │ │ │ ├── PostPistonEvent.json │ │ │ │ │ └── PrePistonEvent.json │ │ │ ├── brewing │ │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ │ ├── PotionBrewEvent.json │ │ │ │ ├── PotionBrewEventPost.json │ │ │ │ └── PotionBrewEventPre.json │ │ │ ├── enchantment │ │ │ │ └── EnchantmentLevelSetEvent.json │ │ │ ├── entity │ │ │ │ ├── EntityEvent.json │ │ │ │ ├── EntityJoinLevelEvent.json │ │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ │ ├── EntityMobGriefingEvent.json │ │ │ │ ├── EntityMountEvent.json │ │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ │ ├── ProjectileImpactEvent.json │ │ │ │ ├── arrow │ │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ │ └── ArrowNockEvent.json │ │ │ │ ├── conversion │ │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ │ └── LivingConversionPreEvent.json │ │ │ │ ├── living │ │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ │ ├── LivingEvent.json │ │ │ │ │ ├── LivingFallEvent.json │ │ │ │ │ ├── LivingHealEvent.json │ │ │ │ │ ├── LivingIncomingDamageEvent.json │ │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ │ ├── LivingPostDamageEvent.json │ │ │ │ │ ├── LivingPreDamageEvent.json │ │ │ │ │ ├── LivingShieldBlockEvent.json │ │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ │ ├── conversion │ │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ │ ├── effect │ │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ │ ├── spawn │ │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ │ ├── MobDespawnEvent.json │ │ │ │ │ │ ├── MobDespawnEventResult.json │ │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ │ └── target │ │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ │ └── LivingTargetType.json │ │ │ │ ├── player │ │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ │ ├── BonemealEvent.json │ │ │ │ │ ├── CanContinueSleepingEvent.json │ │ │ │ │ ├── CanPlayerSleepEvent.json │ │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ │ ├── PlayerEvent.json │ │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ │ ├── TabListNameFormat.json │ │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ │ ├── teleport │ │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ │ └── EntityTeleportEvent.json │ │ │ │ └── use │ │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ │ ├── grindstone │ │ │ │ ├── GrindstoneEvent.json │ │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ │ ├── interact │ │ │ │ ├── EntityInteractEvent.json │ │ │ │ ├── EntityInteractSpecificEvent.json │ │ │ │ ├── LeftClickBlockEvent.json │ │ │ │ ├── LeftClickBlockEventAction.json │ │ │ │ ├── LeftClickEmptyEvent.json │ │ │ │ ├── PlayerInteractEvent.json │ │ │ │ ├── RightClickBlockEvent.json │ │ │ │ ├── RightClickEmptyEvent.json │ │ │ │ └── RightClickItemEvent.json │ │ │ ├── item │ │ │ │ ├── ItemCraftedEvent.json │ │ │ │ ├── ItemEntityPickupEvent.json │ │ │ │ ├── ItemEntityPickupPostEvent.json │ │ │ │ ├── ItemEntityPickupPreEvent.json │ │ │ │ ├── ItemEvent.json │ │ │ │ ├── ItemExpireEvent.json │ │ │ │ ├── ItemFishedEvent.json │ │ │ │ ├── ItemSmeltedEvent.json │ │ │ │ ├── ItemTooltipEvent.json │ │ │ │ ├── ItemTossEvent.json │ │ │ │ └── PlayerDestroyItemEvent.json │ │ │ ├── level │ │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ │ └── LevelEvent.json │ │ │ ├── tick │ │ │ │ ├── ClientTickEvent.json │ │ │ │ ├── ClientTickPostEvent.json │ │ │ │ ├── ClientTickPreEvent.json │ │ │ │ ├── EntityTickEvent.json │ │ │ │ ├── EntityTickPostEvent.json │ │ │ │ ├── EntityTickPreEvent.json │ │ │ │ ├── LevelTickEvent.json │ │ │ │ ├── LevelTickPostEvent.json │ │ │ │ ├── LevelTickPreEvent.json │ │ │ │ ├── PlayerTickEvent.json │ │ │ │ ├── PlayerTickPostEvent.json │ │ │ │ ├── PlayerTickPreEvent.json │ │ │ │ ├── ServerTickEvent.json │ │ │ │ ├── ServerTickPostEvent.json │ │ │ │ └── ServerTickPreEvent.json │ │ │ └── xp │ │ │ │ ├── LivingExperienceDropEvent.json │ │ │ │ ├── PlayerPickupXpEvent.json │ │ │ │ ├── PlayerXpChangeEvent.json │ │ │ │ ├── PlayerXpEvent.json │ │ │ │ └── PlayerXpLevelChangeEvent.json │ │ │ ├── game │ │ │ ├── Distribution.json │ │ │ └── LogicalSide.json │ │ │ ├── ingredient │ │ │ ├── FluidIngredient.json │ │ │ ├── SizedFluidIngredient.json │ │ │ └── SizedIngredient.json │ │ │ ├── item │ │ │ ├── ItemAbility.json │ │ │ ├── MCItemStack.json │ │ │ ├── MCItemStackMutable.json │ │ │ ├── NeoForgeIItemStackExpansions.json │ │ │ └── NeoForgeItemStack.json │ │ │ ├── loot │ │ │ └── condition │ │ │ │ └── CanItemPerformAbilityLootCondition.json │ │ │ ├── util │ │ │ └── TriState.json │ │ │ ├── villager │ │ │ └── trade │ │ │ │ └── type │ │ │ │ └── BasicItemListing.json │ │ │ └── world │ │ │ ├── ILevelExtension.json │ │ │ └── damage │ │ │ ├── DamageContainer.json │ │ │ ├── DamageContainerReduction.json │ │ │ └── IReductionFunction.json │ │ └── vanilla │ │ └── api │ │ ├── BracketDumpers.json │ │ ├── BracketHandlers.json │ │ ├── BracketValidators.json │ │ ├── ResourceLocationBracketHandler.json │ │ ├── advancement │ │ ├── Advancement.json │ │ ├── AdvancementHolder.json │ │ ├── AdvancementProgress.json │ │ ├── AdvancementRequirements.json │ │ ├── AdvancementRewards.json │ │ ├── AdvancementType.json │ │ ├── Criterion.json │ │ ├── CriterionProgress.json │ │ ├── DisplayInfo.json │ │ ├── PlayerAdvancements.json │ │ └── ServerAdvancementManager.json │ │ ├── block │ │ ├── Block.json │ │ ├── BlockIngredient.json │ │ ├── BlockState.json │ │ ├── entity │ │ │ ├── BannerPattern.json │ │ │ ├── BannerPatternLayers.json │ │ │ ├── BannerPatternLayersBuilder.json │ │ │ ├── BannerPatternLayersLayer.json │ │ │ ├── BlockEntity.json │ │ │ ├── DecoratedPotPattern.json │ │ │ └── type │ │ │ │ ├── BeehiveBlockEntity.json │ │ │ │ ├── BeehiveBlockEntityOccupant.json │ │ │ │ └── DecoratedPotBlockEntity.json │ │ ├── material │ │ │ └── PushReaction.json │ │ └── type │ │ │ ├── cauldron │ │ │ ├── AbstractCauldronBlock.json │ │ │ ├── CauldronBlock.json │ │ │ ├── LavaCauldronBlock.json │ │ │ └── LayeredCauldronBlock.json │ │ │ ├── falling │ │ │ ├── Fallable.json │ │ │ └── FallingBlock.json │ │ │ └── piston │ │ │ ├── PistonMath.json │ │ │ └── PistonStructureResolver.json │ │ ├── bracket │ │ └── CommandStringDisplayable.json │ │ ├── command │ │ └── CommandSource.json │ │ ├── component │ │ ├── ComponentAccess.json │ │ ├── DataComponentHolder.json │ │ ├── DataComponentMap.json │ │ ├── DataComponentMapBuilder.json │ │ ├── DataComponentPatch.json │ │ ├── DataComponentPatchBuilder.json │ │ ├── DataComponentPatchSplitResult.json │ │ ├── DataComponentType.json │ │ ├── DataComponents.json │ │ └── TypedDataComponent.json │ │ ├── data │ │ ├── BoolData.json │ │ ├── ByteArrayData.json │ │ ├── ByteData.json │ │ ├── DoubleData.json │ │ ├── EmptyData.json │ │ ├── FloatData.json │ │ ├── IData.json │ │ ├── IntArrayData.json │ │ ├── IntData.json │ │ ├── ListData.json │ │ ├── LongArrayData.json │ │ ├── LongData.json │ │ ├── MapData.json │ │ ├── ShortData.json │ │ └── StringData.json │ │ ├── entity │ │ ├── Entity.json │ │ ├── EntityAccess.json │ │ ├── EntityDimensions.json │ │ ├── EntityIngredient.json │ │ ├── EntityType.json │ │ ├── HumanoidArm.json │ │ ├── INameTagFunction.json │ │ ├── LivingEntity.json │ │ ├── MobCategory.json │ │ ├── MobSpawnType.json │ │ ├── NameTagResult.json │ │ ├── RemovalReason.json │ │ ├── Shearable.json │ │ ├── Targeting.json │ │ ├── attribute │ │ │ ├── Attribute.json │ │ │ ├── AttributeInstance.json │ │ │ ├── AttributeModifier.json │ │ │ └── AttributeOperation.json │ │ ├── effect │ │ │ ├── InstantenousMobEffect.json │ │ │ ├── MobEffect.json │ │ │ ├── MobEffectCategory.json │ │ │ ├── MobEffectInstance.json │ │ │ └── MobEffectUtil.json │ │ ├── equipment │ │ │ ├── EquipmentSlot.json │ │ │ ├── EquipmentSlotGroup.json │ │ │ └── EquipmentSlotType.json │ │ └── type │ │ │ ├── animal │ │ │ ├── Animal.json │ │ │ └── Sheep.json │ │ │ ├── item │ │ │ └── ItemEntity.json │ │ │ ├── misc │ │ │ ├── AgeableMob.json │ │ │ ├── ExperienceOrb.json │ │ │ ├── FallingBlockEntity.json │ │ │ ├── LightningBolt.json │ │ │ ├── Mob.json │ │ │ └── PathfinderMob.json │ │ │ ├── player │ │ │ ├── Abilities.json │ │ │ ├── Inventory.json │ │ │ ├── Player.json │ │ │ ├── PlayerBedSleepingProblem.json │ │ │ └── ServerPlayer.json │ │ │ ├── projectile │ │ │ ├── AbstractHurtingProjectile.json │ │ │ ├── Fireball.json │ │ │ ├── FireworkRocketEntity.json │ │ │ ├── FishingHook.json │ │ │ ├── ItemSupplier.json │ │ │ ├── LargeFireball.json │ │ │ ├── Projectile.json │ │ │ ├── SmallFireball.json │ │ │ ├── ThrowableItemProjectile.json │ │ │ ├── ThrowableProjectile.json │ │ │ ├── ThrownEnderpearl.json │ │ │ ├── WitherSkull.json │ │ │ └── arrow │ │ │ │ └── Arrow.json │ │ │ └── villager │ │ │ ├── AbstractVillager.json │ │ │ └── Merchant.json │ │ ├── event │ │ ├── EventManager.json │ │ └── EventPhase.json │ │ ├── fluid │ │ ├── Fluid.json │ │ ├── FluidIngredient.json │ │ └── IFluidStack.json │ │ ├── food │ │ ├── FoodData.json │ │ ├── FoodProperties.json │ │ ├── FoodPropertiesBuilder.json │ │ └── FoodPropertiesPossibleEffect.json │ │ ├── game │ │ ├── Game.json │ │ └── Server.json │ │ ├── ingredient │ │ ├── IIngredient.json │ │ ├── IIngredientWithAmount.json │ │ ├── Ingredient.json │ │ ├── condition │ │ │ ├── IIngredientCondition.json │ │ │ └── type │ │ │ │ ├── ConditionAnyDamage.json │ │ │ │ ├── ConditionCustom.json │ │ │ │ ├── ConditionDamaged.json │ │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ │ └── ConditionDamagedAtMost.json │ │ ├── transform │ │ │ └── type │ │ │ │ ├── TransformCustom.json │ │ │ │ ├── TransformDamage.json │ │ │ │ ├── TransformReplace.json │ │ │ │ └── TransformReuse.json │ │ ├── transformer │ │ │ └── IIngredientTransformer.json │ │ └── type │ │ │ ├── IIngredientAny.json │ │ │ ├── IIngredientEmpty.json │ │ │ ├── IIngredientList.json │ │ │ ├── IngredientWithAmount.json │ │ │ ├── TagIngredient.json │ │ │ └── WrappingIIngredient.json │ │ ├── item │ │ ├── Equipable.json │ │ ├── IItemStack.json │ │ ├── ItemCooldowns.json │ │ ├── ItemDefinition.json │ │ ├── ItemStack.json │ │ ├── UseOnContext.json │ │ ├── alchemy │ │ │ └── Potion.json │ │ ├── armortrim │ │ │ ├── ArmorTrim.json │ │ │ ├── TrimMaterial.json │ │ │ └── TrimPattern.json │ │ ├── component │ │ │ ├── AdventureModePredicate.json │ │ │ ├── BlockItemStateProperties.json │ │ │ ├── BookContent.json │ │ │ ├── BundleContents.json │ │ │ ├── ChargedProjectiles.json │ │ │ ├── CustomData.json │ │ │ ├── CustomModelData.json │ │ │ ├── DebugStickState.json │ │ │ ├── DyeColor.json │ │ │ ├── DyedItemColor.json │ │ │ ├── FireworkExplosion.json │ │ │ ├── FireworkExplosionShape.json │ │ │ ├── Fireworks.json │ │ │ ├── Instrument.json │ │ │ ├── ItemAttributeModifiers.json │ │ │ ├── ItemAttributeModifiersBuilder.json │ │ │ ├── ItemAttributeModifiersEntry.json │ │ │ ├── ItemContainerContents.json │ │ │ ├── ItemEnchantments.json │ │ │ ├── ItemEnchantmentsMutable.json │ │ │ ├── ItemLore.json │ │ │ ├── LockCode.json │ │ │ ├── LodestoneTracker.json │ │ │ ├── MapDecorations.json │ │ │ ├── MapDecorationsEntry.json │ │ │ ├── MapId.json │ │ │ ├── MapItemColor.json │ │ │ ├── MapPostProcessing.json │ │ │ ├── MutableBundleContents.json │ │ │ ├── PotDecorations.json │ │ │ ├── PotionContents.json │ │ │ ├── ResolvableProfile.json │ │ │ ├── SeededContainerLoot.json │ │ │ ├── SuspiciousStewEffects.json │ │ │ ├── SuspiciousStewEffectsEntry.json │ │ │ ├── Tool.json │ │ │ ├── ToolRule.json │ │ │ ├── Unbreakable.json │ │ │ ├── WritableBookContent.json │ │ │ └── WrittenBookContent.json │ │ ├── enchantment │ │ │ ├── Enchantment.json │ │ │ ├── EnchantmentCost.json │ │ │ ├── EnchantmentDefinition.json │ │ │ └── provider │ │ │ │ ├── EnchantmentProvider.json │ │ │ │ └── type │ │ │ │ ├── EnchantmentsByCost.json │ │ │ │ ├── EnchantmentsByCostWithDifficulty.json │ │ │ │ └── SingleEnchantment.json │ │ ├── property │ │ │ └── Rarity.json │ │ ├── tiered │ │ │ └── Tiers.json │ │ ├── tooltip │ │ │ └── ITooltipFunction.json │ │ └── type │ │ │ ├── armor │ │ │ ├── ArmorItem.json │ │ │ ├── ArmorItemType.json │ │ │ ├── ArmorMaterial.json │ │ │ └── ArmorMaterials.json │ │ │ ├── block │ │ │ └── BlockItem.json │ │ │ ├── projectileweapon │ │ │ ├── BowItem.json │ │ │ ├── CrossbowItem.json │ │ │ └── ProjectileWeaponItem.json │ │ │ ├── sword │ │ │ └── SwordItem.json │ │ │ └── tiered │ │ │ ├── Tier.json │ │ │ └── TieredItem.json │ │ ├── loot │ │ ├── DynamicDrop.json │ │ ├── EntityTarget.json │ │ ├── IntRange.json │ │ ├── LootContext.json │ │ ├── LootContextBuilder.json │ │ ├── LootManager.json │ │ ├── LootParams.json │ │ ├── LootParamsBuilder.json │ │ ├── LootTable.json │ │ ├── NumberProvider.json │ │ ├── condition │ │ │ ├── AllOfCondition.json │ │ │ ├── AnyOfCondition.json │ │ │ ├── BlockStatePropertyLootCondition.json │ │ │ ├── BonusLevelTableLootCondition.json │ │ │ ├── ConditionReferenceLootCondition.json │ │ │ ├── DamageSourceLootCondition.json │ │ │ ├── EntityHasScoreLootCondition.json │ │ │ ├── EntityPropertyLootCondition.json │ │ │ ├── ExplosionLootCondition.json │ │ │ ├── InvertedLootCondition.json │ │ │ ├── KilledByPlayerLootCondition.json │ │ │ ├── LocationCheckLootCondition.json │ │ │ ├── LootCondition.json │ │ │ ├── LootConditions.json │ │ │ ├── LootTableIdLootCondition.json │ │ │ ├── LootTableIdRegexLootCondition.json │ │ │ ├── MatchToolLootCondition.json │ │ │ ├── RandomChanceLootCondition.json │ │ │ ├── TimeCheckLootCondition.json │ │ │ ├── ValueCheckLootCondition.json │ │ │ ├── WeatherCheckLootCondition.json │ │ │ └── builder │ │ │ │ ├── AllOfConditionBuilder.json │ │ │ │ ├── AnyOfConditionBuilder.json │ │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ │ ├── LootConditionBuilder.json │ │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ │ └── WeatherCheckLootConditionBuilder.json │ │ ├── modifier │ │ │ ├── BlockLootModifiers.json │ │ │ ├── BlockStateLootModifiers.json │ │ │ ├── CommonLootModifiers.json │ │ │ ├── EntityLootModifiers.json │ │ │ ├── ILootModifier.json │ │ │ ├── LootModifierManager.json │ │ │ └── LootTableLootModifiers.json │ │ ├── param │ │ │ ├── LootContextParam.json │ │ │ ├── LootContextParamSet.json │ │ │ ├── LootContextParamSets.json │ │ │ └── LootContextParams.json │ │ └── table │ │ │ └── LootTableManager.json │ │ ├── misc │ │ ├── CTCauldronInteraction.json │ │ ├── Cauldron.json │ │ └── Composter.json │ │ ├── mod │ │ ├── Mod.json │ │ └── Mods.json │ │ ├── network │ │ ├── Network.json │ │ ├── NetworkContext.json │ │ └── NetworkReceiver.json │ │ ├── predicate │ │ ├── BlockPredicate.json │ │ ├── DamageSourcePredicate.json │ │ ├── DataComponentPredicate.json │ │ ├── DistancePredicate.json │ │ ├── DoubleMinMaxBoundsPredicate.json │ │ ├── EnchantmentPredicate.json │ │ ├── EntityEquipmentPredicate.json │ │ ├── EntityFlagsPredicate.json │ │ ├── EntityPredicate.json │ │ ├── EntitySubPredicate.json │ │ ├── EntitySubPredicates.json │ │ ├── EntityTypePredicate.json │ │ ├── FishingHookPredicate.json │ │ ├── FluidPredicate.json │ │ ├── GameTypePredicate.json │ │ ├── IntMinMaxBoundsPredicate.json │ │ ├── ItemPredicate.json │ │ ├── LightPredicate.json │ │ ├── LightningBoltPredicate.json │ │ ├── LocationPredicate.json │ │ ├── MobEffectPredicate.json │ │ ├── MobEffectsPredicate.json │ │ ├── NbtPredicate.json │ │ ├── PlayerPredicate.json │ │ ├── SlimePredicate.json │ │ ├── StatePropertiesPredicate.json │ │ ├── TagPredicate.json │ │ └── builder │ │ │ ├── BlockPredicateBuilder.json │ │ │ ├── DamageSourcePredicateBuilder.json │ │ │ ├── DataComponentPredicateBuilder.json │ │ │ ├── EntityEquipmentPredicateBuilder.json │ │ │ ├── EntityFlagsPredicateBuilder.json │ │ │ ├── EntityPredicateBuilder.json │ │ │ ├── FluidPredicateBuilder.json │ │ │ ├── ItemPredicateBuilder.json │ │ │ ├── LightPredicateBuilder.json │ │ │ ├── LocationPredicateBuilder.json │ │ │ ├── PlayerPredicateBuilder.json │ │ │ └── StatePropertiesPredicateBuilder.json │ │ ├── recipe │ │ ├── CookingBookCategory.json │ │ ├── CraftingBookCategory.json │ │ ├── IRecipeComponent.json │ │ ├── MirrorAxis.json │ │ ├── RecipeHolder.json │ │ ├── fun │ │ │ ├── RecipeFunction0D.json │ │ │ ├── RecipeFunction1D.json │ │ │ └── RecipeFunction2D.json │ │ ├── input │ │ │ ├── RecipeInput.json │ │ │ └── type │ │ │ │ ├── CraftingInput.json │ │ │ │ ├── SingleRecipeInput.json │ │ │ │ └── SmithingRecipeInput.json │ │ ├── manager │ │ │ ├── BlastFurnaceRecipeManager.json │ │ │ ├── CampFireRecipeManager.json │ │ │ ├── CraftingTableRecipeManager.json │ │ │ ├── FurnaceRecipeManager.json │ │ │ ├── GenericRecipesManager.json │ │ │ ├── ICookingRecipeManager.json │ │ │ ├── IRecipeManager.json │ │ │ ├── RecipeManagerWrapper.json │ │ │ ├── SmithingRecipeManager.json │ │ │ ├── SmokerRecipeManager.json │ │ │ └── StoneCutterManager.json │ │ ├── replacement │ │ │ ├── IFilteringRule.json │ │ │ ├── ITargetingFilter.json │ │ │ ├── ITargetingStrategy.json │ │ │ ├── Replacer.json │ │ │ └── type │ │ │ │ ├── ComponentFilteringRule.json │ │ │ │ ├── CustomFilteringRule.json │ │ │ │ ├── ManagerFilteringRule.json │ │ │ │ ├── ModsFilteringRule.json │ │ │ │ ├── NameFilteringRule.json │ │ │ │ └── NotFilteringRule.json │ │ └── type │ │ │ ├── AbstractCookingRecipe.json │ │ │ ├── BlastingRecipe.json │ │ │ ├── CampfireCookingRecipe.json │ │ │ ├── CraftingRecipe.json │ │ │ ├── Recipe.json │ │ │ ├── ShapedRecipe.json │ │ │ ├── ShapelessRecipe.json │ │ │ ├── SingleItemRecipe.json │ │ │ ├── SmeltingRecipe.json │ │ │ ├── SmithingRecipe.json │ │ │ ├── SmokingRecipe.json │ │ │ └── StonecutterRecipe.json │ │ ├── resource │ │ ├── ResourceKey.json │ │ └── ResourceLocation.json │ │ ├── sequence │ │ └── task │ │ │ ├── ISequenceTask.json │ │ │ └── type │ │ │ ├── InstantTask.json │ │ │ ├── SleepTask.json │ │ │ └── SleepUntilTask.json │ │ ├── server │ │ ├── Filterable.json │ │ └── PlayerList.json │ │ ├── sound │ │ ├── SoundEvent.json │ │ ├── SoundSource.json │ │ └── SoundType.json │ │ ├── tag │ │ ├── ExpandBlockTag.json │ │ ├── ExpandEntityTypeTag.json │ │ ├── ExpandFluidTag.json │ │ ├── ExpandItemTag.json │ │ ├── ExpandManyBlockTag.json │ │ ├── ExpandManyEntityTypeTag.json │ │ ├── ExpandManyFluidTag.json │ │ ├── ExpandManyItemTag.json │ │ ├── MCTag.json │ │ ├── manager │ │ │ ├── ITagManager.json │ │ │ └── type │ │ │ │ ├── EntityTypeTagManager.json │ │ │ │ ├── KnownTagManager.json │ │ │ │ └── UnknownTagManager.json │ │ └── type │ │ │ ├── KnownTag.json │ │ │ └── UnknownTag.json │ │ ├── text │ │ ├── ChatFormatting.json │ │ ├── CommonComponents.json │ │ ├── Component.json │ │ ├── FormattedText.json │ │ ├── Message.json │ │ ├── MutableComponent.json │ │ ├── Style.json │ │ ├── TextColor.json │ │ └── content │ │ │ └── type │ │ │ ├── KeybindContents.json │ │ │ ├── LiteralContents.json │ │ │ ├── NbtContents.json │ │ │ ├── PlainTextContents.json │ │ │ ├── ScoreContents.json │ │ │ ├── SelectorContents.json │ │ │ └── TranslatableContents.json │ │ ├── tooltip │ │ ├── TooltipComponent.json │ │ ├── TooltipContext.json │ │ └── TooltipFlag.json │ │ ├── util │ │ ├── BlockHitResult.json │ │ ├── EntityHitResult.json │ │ ├── GameProfile.json │ │ ├── GlobalPos.json │ │ ├── HitResult.json │ │ ├── HitResultType.json │ │ ├── InteractionHand.json │ │ ├── Many.json │ │ ├── NameUtil.json │ │ ├── Pair.json │ │ ├── Position.json │ │ ├── StringRepresentable.json │ │ ├── collection │ │ │ └── Collection.json │ │ ├── direction │ │ │ ├── Axis.json │ │ │ ├── AxisDirection.json │ │ │ ├── Direction.json │ │ │ └── Plane.json │ │ ├── math │ │ │ ├── AABB.json │ │ │ ├── AxisCycle.json │ │ │ ├── BlockPos.json │ │ │ ├── FrontAndTop.json │ │ │ ├── Matrix3f.json │ │ │ ├── MutableBlockPos.json │ │ │ ├── OctahedralGroup.json │ │ │ ├── Quaternionf.json │ │ │ ├── Quaternionfc.json │ │ │ ├── Random.json │ │ │ ├── RandomSource.json │ │ │ ├── Rotation.json │ │ │ ├── Vec3.json │ │ │ ├── Vec3i.json │ │ │ ├── Vector3f.json │ │ │ └── Vector3fc.json │ │ ├── random │ │ │ └── Percentaged.json │ │ ├── sequence │ │ │ ├── Sequence.json │ │ │ ├── SequenceBuilder.json │ │ │ ├── SequenceContext.json │ │ │ └── SequenceType.json │ │ └── valueprovider │ │ │ ├── BiasedToBottomInt.json │ │ │ ├── ClampedInt.json │ │ │ ├── ClampedNormalFloat.json │ │ │ ├── ClampedNormalInt.json │ │ │ ├── ConstantFloat.json │ │ │ ├── ConstantInt.json │ │ │ ├── FloatProvider.json │ │ │ ├── IntProvider.json │ │ │ ├── MultipliedFloats.json │ │ │ ├── SampledFloat.json │ │ │ ├── TrapezoidFloat.json │ │ │ ├── UniformFloat.json │ │ │ └── UniformInt.json │ │ ├── villager │ │ ├── ItemCost.json │ │ ├── MerchantOffer.json │ │ ├── MerchantOffers.json │ │ ├── VillagerProfession.json │ │ ├── VillagerTrades.json │ │ ├── VillagerType.json │ │ └── trade │ │ │ ├── ItemListing.json │ │ │ └── type │ │ │ ├── BasicTradeListing.json │ │ │ ├── DyedArmorForEmeralds.json │ │ │ ├── EmeraldForItems.json │ │ │ ├── EmeraldsForVillagerTypeItem.json │ │ │ ├── EnchantedItemForEmeralds.json │ │ │ ├── ItemsAndEmeraldsToItems.json │ │ │ ├── ItemsForEmeralds.json │ │ │ ├── SuspiciousStewForEmerald.json │ │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ │ └── TreasureMapForEmeralds.json │ │ └── world │ │ ├── BaseSpawner.json │ │ ├── BlockAndTintGetter.json │ │ ├── BlockContainerSingleItem.json │ │ ├── BlockGetter.json │ │ ├── Clearable.json │ │ ├── CommonLevelAccessor.json │ │ ├── Container.json │ │ ├── ContainerSingleItem.json │ │ ├── CraftTweakerSavedData.json │ │ ├── Difficulty.json │ │ ├── DifficultyInstance.json │ │ ├── Explosion.json │ │ ├── ExplosionBlockInteraction.json │ │ ├── GameType.json │ │ ├── InteractionResult.json │ │ ├── InteractionResultHolder.json │ │ ├── ItemInteractionResult.json │ │ ├── ItemLike.json │ │ ├── Level.json │ │ ├── LevelAccessor.json │ │ ├── LevelEventConstants.json │ │ ├── LevelReader.json │ │ ├── LevelSimulatedRW.json │ │ ├── LevelWriter.json │ │ ├── Nameable.json │ │ ├── RandomizableContainer.json │ │ ├── SavedData.json │ │ ├── ServerLevel.json │ │ ├── ServerLevelAccessor.json │ │ ├── biome │ │ └── Biome.json │ │ ├── clip │ │ ├── BlockClipContext.json │ │ ├── ClipContext.json │ │ └── FluidClipContext.json │ │ ├── damage │ │ ├── DamageEffects.json │ │ ├── DamageScaling.json │ │ ├── DamageSource.json │ │ ├── DamageSources.json │ │ ├── DamageType.json │ │ └── DeathMessageType.json │ │ ├── data │ │ ├── LevelData.json │ │ ├── ServerLevelData.json │ │ └── WritableLevelData.json │ │ └── map │ │ └── MapDecorationType.json └── 1.21 │ └── crafttweaker │ ├── docs.json │ └── docs │ ├── fabric │ └── api │ │ └── item │ │ ├── FabricItemStack.json │ │ ├── MCItemStack.json │ │ └── MCItemStackMutable.json │ ├── neoforge │ └── api │ │ ├── NeoForgeBracketDumpers.json │ │ ├── NeoForgeBracketHandlers.json │ │ ├── NeoForgeBracketValidators.json │ │ ├── attachment │ │ ├── AttachmentHolder.json │ │ ├── AttachmentType.json │ │ └── IAttachmentHolder.json │ │ ├── capability │ │ ├── BaseCapability.json │ │ ├── BlockCapability.json │ │ ├── EnergyStorageCaps.json │ │ ├── EntityCapability.json │ │ ├── FluidHandlerCaps.json │ │ ├── IEnergyStorage.json │ │ ├── IFluidHandler.json │ │ ├── IFluidHandlerAction.json │ │ ├── IFluidHandlerItem.json │ │ ├── IItemHandler.json │ │ ├── ItemCapability.json │ │ └── ItemHandlerCaps.json │ │ ├── component │ │ └── MutableDataComponentHolder.json │ │ ├── event │ │ ├── DetonateExplosionEvent.json │ │ ├── DifficultyChangeEvent.json │ │ ├── Event.json │ │ ├── ExplosionEvent.json │ │ ├── FurnaceFuelBurnTimeEvent.json │ │ ├── ICancellableEvent.json │ │ ├── StartExplosionEvent.json │ │ ├── advancement │ │ │ ├── AdvancementEarnEvent.json │ │ │ ├── AdvancementEvent.json │ │ │ ├── AdvancementProgressEvent.json │ │ │ └── AdvancementProgressEventType.json │ │ ├── anvil │ │ │ ├── AnvilRepairEvent.json │ │ │ └── AnvilUpdateEvent.json │ │ ├── block │ │ │ ├── BlockBreakEvent.json │ │ │ ├── BlockEvent.json │ │ │ ├── BlockToolModificationEvent.json │ │ │ ├── EntityPlaceBlockEvent.json │ │ │ ├── FarmlandTrampleEvent.json │ │ │ ├── NeighborBlockNotifyEvent.json │ │ │ ├── PortalSpawnEvent.json │ │ │ ├── crop │ │ │ │ ├── CropGrowEvent.json │ │ │ │ ├── PostCropGrowEvent.json │ │ │ │ └── PreCropGrowEvent.json │ │ │ ├── fluid │ │ │ │ ├── CreateFluidSourceEvent.json │ │ │ │ └── FluidPlaceBlockEvent.json │ │ │ └── piston │ │ │ │ ├── PistonEvent.json │ │ │ │ ├── PistonMoveType.json │ │ │ │ ├── PostPistonEvent.json │ │ │ │ └── PrePistonEvent.json │ │ ├── brewing │ │ │ ├── PlayerBrewedPotionEvent.json │ │ │ ├── PotionBrewEvent.json │ │ │ ├── PotionBrewEventPost.json │ │ │ └── PotionBrewEventPre.json │ │ ├── enchantment │ │ │ └── EnchantmentLevelSetEvent.json │ │ ├── entity │ │ │ ├── EntityEvent.json │ │ │ ├── EntityJoinLevelEvent.json │ │ │ ├── EntityLeaveLevelEvent.json │ │ │ ├── EntityMobGriefingEvent.json │ │ │ ├── EntityMountEvent.json │ │ │ ├── EntityStruckByLightningEvent.json │ │ │ ├── EntityTravelToDimensionEvent.json │ │ │ ├── ProjectileImpactEvent.json │ │ │ ├── arrow │ │ │ │ ├── ArrowLooseEvent.json │ │ │ │ └── ArrowNockEvent.json │ │ │ ├── conversion │ │ │ │ ├── LivingConversionPostEvent.json │ │ │ │ └── LivingConversionPreEvent.json │ │ │ ├── living │ │ │ │ ├── AnimalTameEvent.json │ │ │ │ ├── BabyEntitySpawnEvent.json │ │ │ │ ├── LivingDamageEvent.json │ │ │ │ ├── LivingDeathEvent.json │ │ │ │ ├── LivingDestroyBlockEvent.json │ │ │ │ ├── LivingDropsEvent.json │ │ │ │ ├── LivingEquipmentChangeEvent.json │ │ │ │ ├── LivingEvent.json │ │ │ │ ├── LivingFallEvent.json │ │ │ │ ├── LivingHealEvent.json │ │ │ │ ├── LivingIncomingDamageEvent.json │ │ │ │ ├── LivingJumpEvent.json │ │ │ │ ├── LivingKnockBackEvent.json │ │ │ │ ├── LivingPostDamageEvent.json │ │ │ │ ├── LivingPreDamageEvent.json │ │ │ │ ├── LivingShieldBlockEvent.json │ │ │ │ ├── LivingUseTotemEvent.json │ │ │ │ ├── conversion │ │ │ │ │ └── LivingConversionEvent.json │ │ │ │ ├── effect │ │ │ │ │ ├── MobEffectAddedEvent.json │ │ │ │ │ ├── MobEffectApplicableEvent.json │ │ │ │ │ ├── MobEffectEvent.json │ │ │ │ │ ├── MobEffectExpiredEvent.json │ │ │ │ │ └── MobEffectRemoveEvent.json │ │ │ │ ├── spawn │ │ │ │ │ ├── FinalizeMobSpawnEvent.json │ │ │ │ │ ├── MobDespawnEvent.json │ │ │ │ │ ├── MobDespawnEventResult.json │ │ │ │ │ └── MobSpawnEvent.json │ │ │ │ └── target │ │ │ │ │ ├── ILivingTargetType.json │ │ │ │ │ ├── LivingChangeTargetEvent.json │ │ │ │ │ └── LivingTargetType.json │ │ │ ├── player │ │ │ │ ├── AttackEntityEvent.json │ │ │ │ ├── BonemealEvent.json │ │ │ │ ├── CanContinueSleepingEvent.json │ │ │ │ ├── CanPlayerSleepEvent.json │ │ │ │ ├── CriticalHitEvent.json │ │ │ │ ├── PlayerBreakSpeedEvent.json │ │ │ │ ├── PlayerChangeGameModeEvent.json │ │ │ │ ├── PlayerChangedDimensionEvent.json │ │ │ │ ├── PlayerCloneEvent.json │ │ │ │ ├── PlayerEvent.json │ │ │ │ ├── PlayerFlyableFallEvent.json │ │ │ │ ├── PlayerHarvestCheckEvent.json │ │ │ │ ├── PlayerLoggedInEvent.json │ │ │ │ ├── PlayerLoggedOutEvent.json │ │ │ │ ├── PlayerNameFormatEvent.json │ │ │ │ ├── PlayerRespawnEvent.json │ │ │ │ ├── PlayerSetSpawnEvent.json │ │ │ │ ├── PlayerWakeUpEvent.json │ │ │ │ ├── TabListNameFormat.json │ │ │ │ └── TradeWithVillagerEvent.json │ │ │ ├── teleport │ │ │ │ ├── ChorusFruitTeleportEvent.json │ │ │ │ ├── EnderEntityTeleportEvent.json │ │ │ │ ├── EnderPearlTeleportEvent.json │ │ │ │ ├── EntityCommandTeleportEvent.json │ │ │ │ ├── EntitySpreadPlayersCommandTeleportEvent.json │ │ │ │ └── EntityTeleportEvent.json │ │ │ └── use │ │ │ │ ├── LivingEntityUseItemEvent.json │ │ │ │ ├── LivingEntityUseItemFinishEvent.json │ │ │ │ ├── LivingEntityUseItemStartEvent.json │ │ │ │ ├── LivingEntityUseItemStopEvent.json │ │ │ │ └── LivingEntityUseItemTickEvent.json │ │ ├── grindstone │ │ │ ├── GrindstoneEvent.json │ │ │ ├── GrindstoneOnPlaceItemEvent.json │ │ │ └── GrindstoneOnTakeItemEvent.json │ │ ├── interact │ │ │ ├── EntityInteractEvent.json │ │ │ ├── EntityInteractSpecificEvent.json │ │ │ ├── LeftClickBlockEvent.json │ │ │ ├── LeftClickBlockEventAction.json │ │ │ ├── LeftClickEmptyEvent.json │ │ │ ├── PlayerInteractEvent.json │ │ │ ├── RightClickBlockEvent.json │ │ │ ├── RightClickEmptyEvent.json │ │ │ └── RightClickItemEvent.json │ │ ├── item │ │ │ ├── ItemCraftedEvent.json │ │ │ ├── ItemEntityPickupEvent.json │ │ │ ├── ItemEntityPickupPostEvent.json │ │ │ ├── ItemEntityPickupPreEvent.json │ │ │ ├── ItemEvent.json │ │ │ ├── ItemExpireEvent.json │ │ │ ├── ItemFishedEvent.json │ │ │ ├── ItemSmeltedEvent.json │ │ │ ├── ItemTooltipEvent.json │ │ │ ├── ItemTossEvent.json │ │ │ └── PlayerDestroyItemEvent.json │ │ ├── level │ │ │ ├── CreateSpawnPositionEvent.json │ │ │ └── LevelEvent.json │ │ ├── tick │ │ │ ├── ClientTickEvent.json │ │ │ ├── ClientTickPostEvent.json │ │ │ ├── ClientTickPreEvent.json │ │ │ ├── EntityTickEvent.json │ │ │ ├── EntityTickPostEvent.json │ │ │ ├── EntityTickPreEvent.json │ │ │ ├── LevelTickEvent.json │ │ │ ├── LevelTickPostEvent.json │ │ │ ├── LevelTickPreEvent.json │ │ │ ├── PlayerTickEvent.json │ │ │ ├── PlayerTickPostEvent.json │ │ │ ├── PlayerTickPreEvent.json │ │ │ ├── ServerTickEvent.json │ │ │ ├── ServerTickPostEvent.json │ │ │ └── ServerTickPreEvent.json │ │ └── xp │ │ │ ├── LivingExperienceDropEvent.json │ │ │ ├── PlayerPickupXpEvent.json │ │ │ ├── PlayerXpChangeEvent.json │ │ │ ├── PlayerXpEvent.json │ │ │ └── PlayerXpLevelChangeEvent.json │ │ ├── game │ │ ├── Distribution.json │ │ └── LogicalSide.json │ │ ├── ingredient │ │ ├── FluidIngredient.json │ │ ├── SizedFluidIngredient.json │ │ └── SizedIngredient.json │ │ ├── item │ │ ├── ItemAbility.json │ │ ├── MCItemStack.json │ │ ├── MCItemStackMutable.json │ │ └── NeoForgeItemStack.json │ │ ├── loot │ │ └── condition │ │ │ └── CanItemPerformAbilityLootCondition.json │ │ ├── util │ │ └── TriState.json │ │ ├── villager │ │ └── trade │ │ │ └── type │ │ │ └── BasicItemListing.json │ │ └── world │ │ ├── ILevelExtension.json │ │ └── damage │ │ ├── DamageContainer.json │ │ ├── DamageContainerReduction.json │ │ └── IReductionFunction.json │ └── vanilla │ └── api │ ├── BracketDumpers.json │ ├── BracketHandlers.json │ ├── BracketValidators.json │ ├── ResourceLocationBracketHandler.json │ ├── advancement │ ├── Advancement.json │ ├── AdvancementHolder.json │ ├── AdvancementProgress.json │ ├── AdvancementRequirements.json │ ├── AdvancementRewards.json │ ├── AdvancementType.json │ ├── Criterion.json │ ├── CriterionProgress.json │ └── DisplayInfo.json │ ├── block │ ├── Block.json │ ├── BlockIngredient.json │ ├── BlockState.json │ ├── entity │ │ ├── BannerPattern.json │ │ ├── BannerPatternLayers.json │ │ ├── BannerPatternLayersBuilder.json │ │ ├── BannerPatternLayersLayer.json │ │ ├── BlockEntity.json │ │ └── type │ │ │ ├── BeehiveBlockEntity.json │ │ │ └── BeehiveBlockEntityOccupant.json │ ├── material │ │ └── PushReaction.json │ └── type │ │ ├── cauldron │ │ ├── AbstractCauldronBlock.json │ │ ├── CauldronBlock.json │ │ ├── LavaCauldronBlock.json │ │ └── LayeredCauldronBlock.json │ │ ├── falling │ │ ├── Fallable.json │ │ └── FallingBlock.json │ │ └── piston │ │ ├── PistonMath.json │ │ └── PistonStructureResolver.json │ ├── bracket │ └── CommandStringDisplayable.json │ ├── command │ └── CommandSource.json │ ├── component │ ├── ComponentAccess.json │ ├── DataComponentHolder.json │ ├── DataComponentMap.json │ ├── DataComponentMapBuilder.json │ ├── DataComponentPatch.json │ ├── DataComponentPatchBuilder.json │ ├── DataComponentPatchSplitResult.json │ ├── DataComponentType.json │ ├── DataComponents.json │ └── TypedDataComponent.json │ ├── data │ ├── BoolData.json │ ├── ByteArrayData.json │ ├── ByteData.json │ ├── DoubleData.json │ ├── EmptyData.json │ ├── FloatData.json │ ├── IData.json │ ├── IntArrayData.json │ ├── IntData.json │ ├── ListData.json │ ├── LongArrayData.json │ ├── LongData.json │ ├── MapData.json │ ├── ShortData.json │ └── StringData.json │ ├── entity │ ├── Entity.json │ ├── EntityAccess.json │ ├── EntityDimensions.json │ ├── EntityIngredient.json │ ├── EntityType.json │ ├── HumanoidArm.json │ ├── INameTagFunction.json │ ├── LivingEntity.json │ ├── MobCategory.json │ ├── MobSpawnType.json │ ├── NameTagResult.json │ ├── RemovalReason.json │ ├── Shearable.json │ ├── Targeting.json │ ├── attribute │ │ ├── Attribute.json │ │ ├── AttributeInstance.json │ │ ├── AttributeModifier.json │ │ └── AttributeOperation.json │ ├── effect │ │ ├── InstantenousMobEffect.json │ │ ├── MobEffect.json │ │ ├── MobEffectCategory.json │ │ ├── MobEffectInstance.json │ │ └── MobEffectUtil.json │ ├── equipment │ │ ├── EquipmentSlot.json │ │ ├── EquipmentSlotGroup.json │ │ └── EquipmentSlotType.json │ └── type │ │ ├── animal │ │ ├── Animal.json │ │ └── Sheep.json │ │ ├── item │ │ └── ItemEntity.json │ │ ├── misc │ │ ├── AgeableMob.json │ │ ├── ExperienceOrb.json │ │ ├── FallingBlockEntity.json │ │ ├── LightningBolt.json │ │ ├── Mob.json │ │ └── PathfinderMob.json │ │ ├── player │ │ ├── Abilities.json │ │ ├── Inventory.json │ │ ├── Player.json │ │ ├── PlayerBedSleepingProblem.json │ │ └── ServerPlayer.json │ │ ├── projectile │ │ ├── AbstractHurtingProjectile.json │ │ ├── Fireball.json │ │ ├── FireworkRocketEntity.json │ │ ├── FishingHook.json │ │ ├── ItemSupplier.json │ │ ├── LargeFireball.json │ │ ├── Projectile.json │ │ ├── SmallFireball.json │ │ ├── ThrowableItemProjectile.json │ │ ├── ThrowableProjectile.json │ │ ├── ThrownEnderpearl.json │ │ ├── WitherSkull.json │ │ └── arrow │ │ │ └── Arrow.json │ │ └── villager │ │ ├── AbstractVillager.json │ │ └── Merchant.json │ ├── event │ ├── EventManager.json │ └── EventPhase.json │ ├── fluid │ ├── Fluid.json │ ├── FluidIngredient.json │ └── IFluidStack.json │ ├── food │ ├── FoodData.json │ ├── FoodProperties.json │ ├── FoodPropertiesBuilder.json │ └── FoodPropertiesPossibleEffect.json │ ├── game │ ├── Game.json │ └── Server.json │ ├── ingredient │ ├── IIngredient.json │ ├── IIngredientWithAmount.json │ ├── Ingredient.json │ ├── condition │ │ ├── IIngredientCondition.json │ │ └── type │ │ │ ├── ConditionAnyDamage.json │ │ │ ├── ConditionCustom.json │ │ │ ├── ConditionDamaged.json │ │ │ ├── ConditionDamagedAtLeast.json │ │ │ └── ConditionDamagedAtMost.json │ ├── transform │ │ └── type │ │ │ ├── TransformCustom.json │ │ │ ├── TransformDamage.json │ │ │ ├── TransformReplace.json │ │ │ └── TransformReuse.json │ ├── transformer │ │ └── IIngredientTransformer.json │ └── type │ │ ├── IIngredientAny.json │ │ ├── IIngredientEmpty.json │ │ ├── IIngredientList.json │ │ ├── IngredientWithAmount.json │ │ ├── TagIngredient.json │ │ └── WrappingIIngredient.json │ ├── item │ ├── Equipable.json │ ├── IItemStack.json │ ├── ItemCooldowns.json │ ├── ItemDefinition.json │ ├── ItemStack.json │ ├── UseOnContext.json │ ├── alchemy │ │ └── Potion.json │ ├── armortrim │ │ ├── ArmorTrim.json │ │ ├── TrimMaterial.json │ │ └── TrimPattern.json │ ├── component │ │ ├── AdventureModePredicate.json │ │ ├── BlockItemStateProperties.json │ │ ├── BookContent.json │ │ ├── BundleContents.json │ │ ├── ChargedProjectiles.json │ │ ├── CustomData.json │ │ ├── CustomModelData.json │ │ ├── DebugStickState.json │ │ ├── DyeColor.json │ │ ├── DyedItemColor.json │ │ ├── FireworkExplosion.json │ │ ├── FireworkExplosionShape.json │ │ ├── Fireworks.json │ │ ├── Instrument.json │ │ ├── ItemAttributeModifiers.json │ │ ├── ItemAttributeModifiersBuilder.json │ │ ├── ItemAttributeModifiersEntry.json │ │ ├── ItemContainerContents.json │ │ ├── ItemEnchantments.json │ │ ├── ItemEnchantmentsMutable.json │ │ ├── ItemLore.json │ │ ├── LockCode.json │ │ ├── LodestoneTracker.json │ │ ├── MapDecorations.json │ │ ├── MapDecorationsEntry.json │ │ ├── MapId.json │ │ ├── MapItemColor.json │ │ ├── MapPostProcessing.json │ │ ├── MutableBundleContents.json │ │ ├── PotDecorations.json │ │ ├── PotionContents.json │ │ ├── ResolvableProfile.json │ │ ├── SeededContainerLoot.json │ │ ├── SuspiciousStewEffects.json │ │ ├── SuspiciousStewEffectsEntry.json │ │ ├── Tool.json │ │ ├── ToolRule.json │ │ ├── Unbreakable.json │ │ ├── WritableBookContent.json │ │ └── WrittenBookContent.json │ ├── enchantment │ │ ├── Enchantment.json │ │ ├── EnchantmentCost.json │ │ ├── EnchantmentDefinition.json │ │ └── provider │ │ │ ├── EnchantmentProvider.json │ │ │ └── type │ │ │ ├── EnchantmentsByCost.json │ │ │ ├── EnchantmentsByCostWithDifficulty.json │ │ │ └── SingleEnchantment.json │ ├── property │ │ └── Rarity.json │ ├── tiered │ │ └── Tiers.json │ ├── tooltip │ │ └── ITooltipFunction.json │ └── type │ │ ├── armor │ │ ├── ArmorItem.json │ │ ├── ArmorItemType.json │ │ ├── ArmorMaterial.json │ │ └── ArmorMaterials.json │ │ ├── block │ │ └── BlockItem.json │ │ ├── projectileweapon │ │ ├── BowItem.json │ │ ├── CrossbowItem.json │ │ └── ProjectileWeaponItem.json │ │ ├── sword │ │ └── SwordItem.json │ │ └── tiered │ │ ├── Tier.json │ │ └── TieredItem.json │ ├── loot │ ├── DynamicDrop.json │ ├── EntityTarget.json │ ├── IntRange.json │ ├── LootContext.json │ ├── LootContextBuilder.json │ ├── LootManager.json │ ├── LootParams.json │ ├── LootParamsBuilder.json │ ├── LootTable.json │ ├── NumberProvider.json │ ├── condition │ │ ├── AllOfCondition.json │ │ ├── AnyOfCondition.json │ │ ├── BlockStatePropertyLootCondition.json │ │ ├── BonusLevelTableLootCondition.json │ │ ├── ConditionReferenceLootCondition.json │ │ ├── DamageSourceLootCondition.json │ │ ├── EntityHasScoreLootCondition.json │ │ ├── EntityPropertyLootCondition.json │ │ ├── ExplosionLootCondition.json │ │ ├── InvertedLootCondition.json │ │ ├── KilledByPlayerLootCondition.json │ │ ├── LocationCheckLootCondition.json │ │ ├── LootCondition.json │ │ ├── LootConditions.json │ │ ├── LootTableIdLootCondition.json │ │ ├── LootTableIdRegexLootCondition.json │ │ ├── MatchToolLootCondition.json │ │ ├── RandomChanceLootCondition.json │ │ ├── TimeCheckLootCondition.json │ │ ├── ValueCheckLootCondition.json │ │ ├── WeatherCheckLootCondition.json │ │ └── builder │ │ │ ├── AllOfConditionBuilder.json │ │ │ ├── AnyOfConditionBuilder.json │ │ │ ├── BlockStatePropertyLootConditionBuilder.json │ │ │ ├── EntityHasScoreLootConditionBuilder.json │ │ │ ├── LootConditionBuilder.json │ │ │ ├── TimeCheckLootConditionBuilder.json │ │ │ └── WeatherCheckLootConditionBuilder.json │ ├── modifier │ │ ├── CommonLootModifiers.json │ │ ├── ILootModifier.json │ │ └── LootModifierManager.json │ ├── param │ │ ├── LootContextParam.json │ │ ├── LootContextParamSet.json │ │ ├── LootContextParamSets.json │ │ └── LootContextParams.json │ └── table │ │ └── LootTableManager.json │ ├── misc │ ├── CTCauldronInteraction.json │ ├── Cauldron.json │ └── Composter.json │ ├── mod │ ├── Mod.json │ └── Mods.json │ ├── predicate │ ├── BlockPredicate.json │ ├── DamageSourcePredicate.json │ ├── DataComponentPredicate.json │ ├── DistancePredicate.json │ ├── DoubleMinMaxBoundsPredicate.json │ ├── EnchantmentPredicate.json │ ├── EntityEquipmentPredicate.json │ ├── EntityFlagsPredicate.json │ ├── EntityPredicate.json │ ├── EntitySubPredicate.json │ ├── EntitySubPredicates.json │ ├── EntityTypePredicate.json │ ├── FishingHookPredicate.json │ ├── FluidPredicate.json │ ├── GameTypePredicate.json │ ├── IntMinMaxBoundsPredicate.json │ ├── ItemPredicate.json │ ├── LightPredicate.json │ ├── LightningBoltPredicate.json │ ├── LocationPredicate.json │ ├── MobEffectPredicate.json │ ├── MobEffectsPredicate.json │ ├── NbtPredicate.json │ ├── PlayerPredicate.json │ ├── SlimePredicate.json │ ├── StatePropertiesPredicate.json │ ├── TagPredicate.json │ └── builder │ │ ├── BlockPredicateBuilder.json │ │ ├── DamageSourcePredicateBuilder.json │ │ ├── DataComponentPredicateBuilder.json │ │ ├── EntityEquipmentPredicateBuilder.json │ │ ├── EntityFlagsPredicateBuilder.json │ │ ├── EntityPredicateBuilder.json │ │ ├── FluidPredicateBuilder.json │ │ ├── ItemPredicateBuilder.json │ │ ├── LightPredicateBuilder.json │ │ ├── LocationPredicateBuilder.json │ │ ├── PlayerPredicateBuilder.json │ │ └── StatePropertiesPredicateBuilder.json │ ├── recipe │ ├── CookingBookCategory.json │ ├── CraftingBookCategory.json │ ├── IRecipeComponent.json │ ├── MirrorAxis.json │ ├── RecipeHolder.json │ ├── fun │ │ ├── RecipeFunction0D.json │ │ ├── RecipeFunction1D.json │ │ └── RecipeFunction2D.json │ ├── input │ │ ├── RecipeInput.json │ │ └── type │ │ │ ├── CraftingInput.json │ │ │ ├── SingleRecipeInput.json │ │ │ └── SmithingRecipeInput.json │ ├── manager │ │ ├── BlastFurnaceRecipeManager.json │ │ ├── CampFireRecipeManager.json │ │ ├── CraftingTableRecipeManager.json │ │ ├── FurnaceRecipeManager.json │ │ ├── GenericRecipesManager.json │ │ ├── ICookingRecipeManager.json │ │ ├── IRecipeManager.json │ │ ├── RecipeManagerWrapper.json │ │ ├── SmithingRecipeManager.json │ │ ├── SmokerRecipeManager.json │ │ └── StoneCutterManager.json │ ├── replacement │ │ ├── IFilteringRule.json │ │ ├── ITargetingFilter.json │ │ ├── ITargetingStrategy.json │ │ ├── Replacer.json │ │ └── type │ │ │ ├── ComponentFilteringRule.json │ │ │ ├── CustomFilteringRule.json │ │ │ ├── ManagerFilteringRule.json │ │ │ ├── ModsFilteringRule.json │ │ │ ├── NameFilteringRule.json │ │ │ └── NotFilteringRule.json │ └── type │ │ ├── AbstractCookingRecipe.json │ │ ├── BlastingRecipe.json │ │ ├── CampfireCookingRecipe.json │ │ ├── CraftingRecipe.json │ │ ├── Recipe.json │ │ ├── ShapedRecipe.json │ │ ├── ShapelessRecipe.json │ │ ├── SingleItemRecipe.json │ │ ├── SmeltingRecipe.json │ │ ├── SmithingRecipe.json │ │ ├── SmokingRecipe.json │ │ └── StonecutterRecipe.json │ ├── resource │ ├── ResourceKey.json │ └── ResourceLocation.json │ ├── sequence │ └── task │ │ ├── ISequenceTask.json │ │ └── type │ │ ├── InstantTask.json │ │ ├── SleepTask.json │ │ └── SleepUntilTask.json │ ├── server │ ├── Filterable.json │ └── PlayerList.json │ ├── sound │ ├── SoundEvent.json │ ├── SoundSource.json │ └── SoundType.json │ ├── tag │ ├── MCTag.json │ ├── manager │ │ ├── ITagManager.json │ │ └── type │ │ │ ├── EntityTypeTagManager.json │ │ │ ├── KnownTagManager.json │ │ │ └── UnknownTagManager.json │ └── type │ │ ├── KnownTag.json │ │ └── UnknownTag.json │ ├── text │ ├── ChatFormatting.json │ ├── CommonComponents.json │ ├── Component.json │ ├── FormattedText.json │ ├── Message.json │ ├── MutableComponent.json │ ├── Style.json │ ├── TextColor.json │ └── content │ │ └── type │ │ ├── KeybindContents.json │ │ ├── LiteralContents.json │ │ ├── NbtContents.json │ │ ├── PlainTextContents.json │ │ ├── ScoreContents.json │ │ ├── SelectorContents.json │ │ └── TranslatableContents.json │ ├── tooltip │ ├── TooltipComponent.json │ ├── TooltipContext.json │ └── TooltipFlag.json │ ├── util │ ├── BlockHitResult.json │ ├── EntityHitResult.json │ ├── GameProfile.json │ ├── GlobalPos.json │ ├── HitResult.json │ ├── HitResultType.json │ ├── InteractionHand.json │ ├── Many.json │ ├── NameUtil.json │ ├── Pair.json │ ├── Position.json │ ├── StringRepresentable.json │ ├── collection │ │ └── Collection.json │ ├── direction │ │ ├── Axis.json │ │ ├── AxisDirection.json │ │ ├── Direction.json │ │ └── Plane.json │ ├── math │ │ ├── AABB.json │ │ ├── AxisCycle.json │ │ ├── BlockPos.json │ │ ├── FrontAndTop.json │ │ ├── Matrix3f.json │ │ ├── MutableBlockPos.json │ │ ├── OctahedralGroup.json │ │ ├── Quaternionf.json │ │ ├── Quaternionfc.json │ │ ├── Random.json │ │ ├── RandomSource.json │ │ ├── Rotation.json │ │ ├── Vec3.json │ │ ├── Vec3i.json │ │ ├── Vector3f.json │ │ └── Vector3fc.json │ ├── random │ │ └── Percentaged.json │ ├── sequence │ │ ├── Sequence.json │ │ ├── SequenceBuilder.json │ │ ├── SequenceContext.json │ │ └── SequenceType.json │ └── valueprovider │ │ ├── BiasedToBottomInt.json │ │ ├── ClampedInt.json │ │ ├── ClampedNormalFloat.json │ │ ├── ClampedNormalInt.json │ │ ├── ConstantFloat.json │ │ ├── ConstantInt.json │ │ ├── FloatProvider.json │ │ ├── IntProvider.json │ │ ├── MultipliedFloats.json │ │ ├── SampledFloat.json │ │ ├── TrapezoidFloat.json │ │ ├── UniformFloat.json │ │ └── UniformInt.json │ ├── villager │ ├── ItemCost.json │ ├── MerchantOffer.json │ ├── MerchantOffers.json │ ├── VillagerProfession.json │ ├── VillagerTrades.json │ ├── VillagerType.json │ └── trade │ │ ├── ItemListing.json │ │ └── type │ │ ├── BasicTradeListing.json │ │ ├── DyedArmorForEmeralds.json │ │ ├── EmeraldForItems.json │ │ ├── EmeraldsForVillagerTypeItem.json │ │ ├── EnchantedItemForEmeralds.json │ │ ├── ItemsAndEmeraldsToItems.json │ │ ├── ItemsForEmeralds.json │ │ ├── SuspiciousStewForEmerald.json │ │ ├── TippedArrowForItemsAndEmeralds.json │ │ └── TreasureMapForEmeralds.json │ └── world │ ├── BaseSpawner.json │ ├── BlockAndTintGetter.json │ ├── BlockGetter.json │ ├── Clearable.json │ ├── CommonLevelAccessor.json │ ├── Container.json │ ├── CraftTweakerSavedData.json │ ├── Difficulty.json │ ├── DifficultyInstance.json │ ├── Explosion.json │ ├── ExplosionBlockInteraction.json │ ├── GameType.json │ ├── InteractionResult.json │ ├── InteractionResultHolder.json │ ├── ItemInteractionResult.json │ ├── ItemLike.json │ ├── Level.json │ ├── LevelAccessor.json │ ├── LevelEventConstants.json │ ├── LevelReader.json │ ├── LevelSimulatedRW.json │ ├── LevelWriter.json │ ├── Nameable.json │ ├── SavedData.json │ ├── ServerLevel.json │ ├── ServerLevelAccessor.json │ ├── biome │ └── Biome.json │ ├── clip │ ├── BlockClipContext.json │ ├── ClipContext.json │ └── FluidClipContext.json │ ├── damage │ ├── DamageEffects.json │ ├── DamageScaling.json │ ├── DamageSource.json │ ├── DamageSources.json │ ├── DamageType.json │ └── DeathMessageType.json │ ├── data │ ├── LevelData.json │ ├── ServerLevelData.json │ └── WritableLevelData.json │ └── map │ └── MapDecorationType.json ├── nginx.conf ├── package.json ├── packages ├── docs-build │ ├── package.json │ ├── src │ │ ├── index.ts │ │ └── util.ts │ ├── tsconfig.json │ └── tsup.config.ts ├── docs-model │ ├── package.json │ ├── src │ │ ├── Comment.ts │ │ ├── Extra.ts │ │ ├── Member.ts │ │ ├── Page.ts │ │ ├── Type.ts │ │ ├── Util.ts │ │ ├── index.ts │ │ └── types.d.ts │ ├── tsconfig.json │ └── tsup.config.ts ├── docs-search │ ├── docker-compose.yml │ ├── package.json │ ├── src │ │ ├── generate.ts │ │ └── index.ts │ ├── tsconfig.json │ └── tsup.config.ts ├── docs-site │ ├── .gitignore │ ├── astro.config.ts │ ├── ec.config.mjs │ ├── package.json │ ├── public │ │ ├── android-chrome-144x144.png │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-256x256.png │ │ ├── android-chrome-36x36.png │ │ ├── android-chrome-384x384.png │ │ ├── android-chrome-48x48.png │ │ ├── android-chrome-512x512.png │ │ ├── android-chrome-72x72.png │ │ ├── android-chrome-96x96.png │ │ ├── apple-touch-icon-114x114-precomposed.png │ │ ├── apple-touch-icon-114x114.png │ │ ├── apple-touch-icon-120x120-precomposed.png │ │ ├── apple-touch-icon-120x120.png │ │ ├── apple-touch-icon-144x144-precomposed.png │ │ ├── apple-touch-icon-144x144.png │ │ ├── apple-touch-icon-152x152-precomposed.png │ │ ├── apple-touch-icon-152x152.png │ │ ├── apple-touch-icon-180x180-precomposed.png │ │ ├── apple-touch-icon-180x180.png │ │ ├── apple-touch-icon-57x57-precomposed.png │ │ ├── apple-touch-icon-57x57.png │ │ ├── apple-touch-icon-60x60-precomposed.png │ │ ├── apple-touch-icon-60x60.png │ │ ├── apple-touch-icon-72x72-precomposed.png │ │ ├── apple-touch-icon-72x72.png │ │ ├── apple-touch-icon-76x76-precomposed.png │ │ ├── apple-touch-icon-76x76.png │ │ ├── apple-touch-icon-precomposed.png │ │ ├── apple-touch-icon.png │ │ ├── browserconfig.xml │ │ ├── crafttweaker.svg │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── mstile-144x144.png │ │ ├── mstile-150x150.png │ │ ├── mstile-310x150.png │ │ ├── mstile-310x310.png │ │ ├── mstile-70x70.png │ │ ├── og_image.png │ │ ├── safari-pinned-tab.svg │ │ └── site.webmanifest │ ├── src │ │ ├── components │ │ │ ├── ComponentLogic.astro │ │ │ ├── ComponentLogic.ts │ │ │ ├── ComponentProvider.astro │ │ │ ├── Search.astro │ │ │ ├── icons │ │ │ │ ├── CraftTweaker.astro │ │ │ │ ├── CurseForge.astro │ │ │ │ ├── Discord.astro │ │ │ │ ├── Github.astro │ │ │ │ └── Modrinth.astro │ │ │ ├── markdown │ │ │ │ ├── Group.astro │ │ │ │ ├── InlineCode.astro │ │ │ │ └── Markdown.astro │ │ │ ├── nav │ │ │ │ ├── NavIcon.astro │ │ │ │ ├── NavLinks.astro │ │ │ │ ├── Navbar.astro │ │ │ │ ├── PageNav.astro │ │ │ │ └── side │ │ │ │ │ ├── NavFolder.astro │ │ │ │ │ ├── NavItem.astro │ │ │ │ │ ├── SideNav.astro │ │ │ │ │ └── SideNavController.astro │ │ │ ├── page │ │ │ │ ├── EnumPage.astro │ │ │ │ ├── EventPage.astro │ │ │ │ ├── ExpansionPage.astro │ │ │ │ ├── Heading.astro │ │ │ │ ├── MarkdownPage.astro │ │ │ │ ├── TypePage.astro │ │ │ │ ├── components │ │ │ │ │ ├── comments │ │ │ │ │ │ ├── Comment.astro │ │ │ │ │ │ ├── Comments.astro │ │ │ │ │ │ └── type │ │ │ │ │ │ │ ├── BoldComment.astro │ │ │ │ │ │ │ ├── CodeComment.astro │ │ │ │ │ │ │ ├── ItalicsComment.astro │ │ │ │ │ │ │ ├── LinkComment.astro │ │ │ │ │ │ │ ├── ListComment.astro │ │ │ │ │ │ │ ├── ListItemComment.astro │ │ │ │ │ │ │ ├── NewLineComment.astro │ │ │ │ │ │ │ ├── ParagraphComment.astro │ │ │ │ │ │ │ ├── PlaintextComment.astro │ │ │ │ │ │ │ └── RootComment.astro │ │ │ │ │ ├── members │ │ │ │ │ │ ├── ConstructorGroup.astro │ │ │ │ │ │ ├── Member.astro │ │ │ │ │ │ ├── MemberGroup.astro │ │ │ │ │ │ ├── OperatorGroup.astro │ │ │ │ │ │ ├── Returns.astro │ │ │ │ │ │ └── type │ │ │ │ │ │ │ ├── CasterMember.astro │ │ │ │ │ │ │ ├── ConstructorMember.astro │ │ │ │ │ │ │ ├── FieldMember.astro │ │ │ │ │ │ │ ├── GetterMember.astro │ │ │ │ │ │ │ ├── MethodMember.astro │ │ │ │ │ │ │ ├── OperatorMember.astro │ │ │ │ │ │ │ └── SetterMember.astro │ │ │ │ │ ├── parameters │ │ │ │ │ │ ├── Parameter.astro │ │ │ │ │ │ └── Parameters.astro │ │ │ │ │ └── types │ │ │ │ │ │ ├── Type.astro │ │ │ │ │ │ ├── TypeParameters.astro │ │ │ │ │ │ └── type │ │ │ │ │ │ ├── ArrayType.astro │ │ │ │ │ │ ├── BasicType.astro │ │ │ │ │ │ ├── GenericType.astro │ │ │ │ │ │ ├── JavaType.astro │ │ │ │ │ │ └── overrides │ │ │ │ │ │ ├── ConsumerType.astro │ │ │ │ │ │ ├── FunctionType.astro │ │ │ │ │ │ ├── MapType.astro │ │ │ │ │ │ └── PredicateType.astro │ │ │ │ └── parts │ │ │ │ │ ├── Constructors.astro │ │ │ │ │ ├── Description.astro │ │ │ │ │ ├── EnumConstants.astro │ │ │ │ │ ├── EventListening.astro │ │ │ │ │ ├── EventParent.astro │ │ │ │ │ ├── Expansion.astro │ │ │ │ │ ├── Extends.astro │ │ │ │ │ ├── Implements.astro │ │ │ │ │ ├── Importing.astro │ │ │ │ │ ├── Loaders.astro │ │ │ │ │ ├── Members.astro │ │ │ │ │ └── Operators.astro │ │ │ ├── theme │ │ │ │ └── ThemeHolder.astro │ │ │ ├── util │ │ │ │ └── MaybeLink.astro │ │ │ └── version │ │ │ │ └── VersionSelector.astro │ │ ├── content.config.ts │ │ ├── env.d.ts │ │ ├── icons │ │ │ ├── chevron-left.svg │ │ │ ├── chevron-right.svg │ │ │ ├── link.svg │ │ │ ├── menu.svg │ │ │ ├── minus.svg │ │ │ ├── moon.svg │ │ │ ├── plus.svg │ │ │ ├── search.svg │ │ │ ├── sun.svg │ │ │ └── x.svg │ │ ├── layouts │ │ │ └── Layout.astro │ │ ├── middleware.ts.d │ │ ├── pages │ │ │ ├── [version] │ │ │ │ ├── en │ │ │ │ │ └── [...slug].astro │ │ │ │ └── index.astro │ │ │ └── index.astro │ │ ├── styles │ │ │ ├── index.css │ │ │ └── markdown.css │ │ └── util │ │ │ ├── Constants.ts │ │ │ └── WebSafeUtil.ts │ ├── tailwind.config.mjs │ ├── todo.txt │ └── tsconfig.json ├── ec-copy-in-frame │ ├── package.json │ ├── src │ │ └── index.ts │ ├── tsconfig.json │ └── tsup.config.ts ├── ec-default-frame-title │ ├── package.json │ ├── src │ │ └── index.ts │ ├── tsconfig.json │ └── tsup.config.ts ├── ec-example-comment │ ├── package.json │ ├── src │ │ └── index.ts │ ├── tsconfig.json │ └── tsup.config.ts ├── ec-language-override │ ├── package.json │ ├── src │ │ └── index.ts │ ├── tsconfig.json │ └── tsup.config.ts ├── ec-rainbow-brackets │ ├── package.json │ ├── src │ │ └── index.ts │ ├── tsconfig.json │ └── tsup.config.ts ├── remark-inject-url-version │ ├── package.json │ ├── src │ │ └── index.ts │ ├── tsconfig.json │ └── tsup.config.ts ├── remark-rehype-renderers │ ├── package.json │ ├── src │ │ └── index.ts │ ├── tsconfig.json │ └── tsup.config.ts ├── remark-search │ ├── package.json │ ├── src │ │ └── index.ts │ ├── tsconfig.json │ └── tsup.config.ts └── remark-table │ ├── package.json │ ├── src │ └── index.ts │ ├── tsconfig.json │ └── tsup.config.ts ├── pnpm-lock.yaml ├── pnpm-workspace.yaml └── tsconfig.json /.env.example: -------------------------------------------------------------------------------- 1 | TYPESENSE_API_KEY= -------------------------------------------------------------------------------- /.github/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/.github/group.png -------------------------------------------------------------------------------- /.github/requiredMod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/.github/requiredMod.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/.npmrc -------------------------------------------------------------------------------- /Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/Jenkinsfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/README.md -------------------------------------------------------------------------------- /biome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/biome.json -------------------------------------------------------------------------------- /docs/1.12/content/AdvancedFunctions/Import.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/AdvancedFunctions/Import.md -------------------------------------------------------------------------------- /docs/1.12/content/AdvancedFunctions/Math_Utils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/AdvancedFunctions/Math_Utils.md -------------------------------------------------------------------------------- /docs/1.12/content/Brackets/Brackets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Brackets/Brackets.md -------------------------------------------------------------------------------- /docs/1.12/content/Contribute/LocalClone/Clone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Contribute/LocalClone/Clone.md -------------------------------------------------------------------------------- /docs/1.12/content/Contribute/LocalClone/Push.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Contribute/LocalClone/Push.md -------------------------------------------------------------------------------- /docs/1.12/content/Contribute/OnlineEditor_Edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Contribute/OnlineEditor_Edit.md -------------------------------------------------------------------------------- /docs/1.12/content/Contribute/PullRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Contribute/PullRequest.md -------------------------------------------------------------------------------- /docs/1.12/content/Contribute/SetupGithub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Contribute/SetupGithub.md -------------------------------------------------------------------------------- /docs/1.12/content/Dev_Area/Custom_ZenClasses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Dev_Area/Custom_ZenClasses.md -------------------------------------------------------------------------------- /docs/1.12/content/Dev_Area/Dev_Area.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Dev_Area/Dev_Area.md -------------------------------------------------------------------------------- /docs/1.12/content/Dev_Area/Ingredients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Dev_Area/Ingredients.md -------------------------------------------------------------------------------- /docs/1.12/content/Dev_Area/ZenOperators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Dev_Area/ZenOperators.md -------------------------------------------------------------------------------- /docs/1.12/content/Dev_Area/ZenTokens.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Dev_Area/ZenTokens.md -------------------------------------------------------------------------------- /docs/1.12/content/Getting_Started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Getting_Started.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Alchemistry/Atomizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Alchemistry/Atomizer.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Alchemistry/Dissolver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Alchemistry/Dissolver.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Alchemistry/Evaporator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Alchemistry/Evaporator.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Alchemistry/Liquifier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Alchemistry/Liquifier.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Alchemistry/MetaGet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Alchemistry/MetaGet.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Arcane_Archives/gct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Arcane_Archives/gct.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Astral_Sorcery/Altar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Astral_Sorcery/Altar.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Astral_Sorcery/Infusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Astral_Sorcery/Infusion.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Astral_Sorcery/Util.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Astral_Sorcery/Util.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Astral_Sorcery/Well.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Astral_Sorcery/Well.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/About.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/About.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Functions/Concept.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Functions/Concept.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Functions/List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Functions/List.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Loaders/Tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Loaders/Tags.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Math/Concept.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Math/Concept.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Math/Math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Math/Math.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Names.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Names.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Preprocessor/Exp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Preprocessor/Exp.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Reflection/Class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Reflection/Class.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Sequences/Concept.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Sequences/Concept.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Sequences/Docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Sequences/Docs.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Tags/Concept.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Tags/Concept.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Tags/Tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Tags/Tag.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/Tags/TagType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/Tags/TagType.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Boson/ZenScriptX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Boson/ZenScriptX.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/BuildCraft/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/BuildCraft/index.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/ContentTweaker/Commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/ContentTweaker/Commands.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Cuisine/AxeChopping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Cuisine/AxeChopping.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Cuisine/Cuisine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Cuisine/Cuisine.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Cuisine/Heating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Cuisine/Heating.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Cuisine/Mill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Cuisine/Mill.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Cuisine/Mortar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Cuisine/Mortar.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Cuisine/Squeezing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Cuisine/Squeezing.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Cuisine/Throw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Cuisine/Throw.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Cuisine/Vessel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Cuisine/Vessel.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Embers_Rekindled/Melter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Embers_Rekindled/Melter.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Embers_Rekindled/Mixer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Embers_Rekindled/Mixer.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Ender_Tweaker/Enchanter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Ender_Tweaker/Enchanter.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Ender_Tweaker/SAG_Mill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Ender_Tweaker/SAG_Mill.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Ender_Tweaker/The_Vat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Ender_Tweaker/The_Vat.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Ex_Nihilo_Creatio/Ores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Ex_Nihilo_Creatio/Ores.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/GameStages/GameStages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/GameStages/GameStages.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Garden_Stuff/Composter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Garden_Stuff/Composter.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/GregTechCE/GregTechCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/GregTechCE/GregTechCE.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/GregTechCE/Machines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/GregTechCE/Machines.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/GregTechCE/Material.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/GregTechCE/Material.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/IC2Tweaker/Block_Cutter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/IC2Tweaker/Block_Cutter.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/IC2Tweaker/Canner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/IC2Tweaker/Canner.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/IC2Tweaker/Compressor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/IC2Tweaker/Compressor.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/IC2Tweaker/Electrolyzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/IC2Tweaker/Electrolyzer.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/IC2Tweaker/Extractor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/IC2Tweaker/Extractor.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/IC2Tweaker/Fermenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/IC2Tweaker/Fermenter.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/IC2Tweaker/Macerator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/IC2Tweaker/Macerator.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/IC2Tweaker/Metal_Former.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/IC2Tweaker/Metal_Former.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/IC2Tweaker/Ore_Washer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/IC2Tweaker/Ore_Washer.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/IC2Tweaker/Recycler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/IC2Tweaker/Recycler.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/IC2Tweaker/Scrap_Box.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/IC2Tweaker/Scrap_Box.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/JAOPCA/JAOPCA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/JAOPCA/JAOPCA.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/JAOPCA/OreEntry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/JAOPCA/OreEntry.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/JEI/JEI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/JEI/JEI.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Magneticraft/Fluid_Fuel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Magneticraft/Fluid_Fuel.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Magneticraft/Grinder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Magneticraft/Grinder.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Magneticraft/Oil_Heater.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Magneticraft/Oil_Heater.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Magneticraft/Refinery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Magneticraft/Refinery.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Magneticraft/Sieve.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Magneticraft/Sieve.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Magneticraft/Sluice_Box.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Magneticraft/Sluice_Box.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Magneticraft/Thermopile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Magneticraft/Thermopile.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Magneticraft/Wrench.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Magneticraft/Wrench.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Mekanism/Combiner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Mekanism/Combiner.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Mekanism/Crusher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Mekanism/Crusher.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Mekanism/Gas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Mekanism/Gas.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Mekanism/Gas_Conversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Mekanism/Gas_Conversion.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Modtweaker/Modtweaker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Modtweaker/Modtweaker.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/NuclearCraft/Radiation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/NuclearCraft/Radiation.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Pack_Mode/Packmode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Pack_Mode/Packmode.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/RockyCore/Anvil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/RockyCore/Anvil.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/RockyCore/Merchant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/RockyCore/Merchant.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/RockyTweaks/Anvil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/RockyTweaks/Anvil.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/RockyTweaks/Merchant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/RockyTweaks/Merchant.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/RockyTweaks/RockyTweaks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/RockyTweaks/RockyTweaks.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/animalharvest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/animalharvest.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/bark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/bark.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/blockstateabove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/blockstateabove.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/blockstatebelow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/blockstatebelow.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/chrysopoeia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/chrysopoeia.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/costs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/costs.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/fey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/fey.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/flowergrowth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/flowergrowth.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/herbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/herbs.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/modifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/modifiers.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/mortar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/mortar.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/pacifist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/pacifist.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/predicates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/predicates.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/pyre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/pyre.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/ritual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/ritual.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/rituals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/rituals.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/runicshears.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/runicshears.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/spell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/spell.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/spells.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/spells.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/statepredicate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/statepredicate.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/summoncreatures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/summoncreatures.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Roots_3/transmutation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Roots_3/transmutation.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/SteamAgeRevolution/Vat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/SteamAgeRevolution/Vat.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Survivalist/Survivalist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Survivalist/Survivalist.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Tech_Reborn/Centrifuge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Tech_Reborn/Centrifuge.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Tech_Reborn/Compressor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Tech_Reborn/Compressor.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Tech_Reborn/Extractor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Tech_Reborn/Extractor.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Tech_Reborn/Grinder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Tech_Reborn/Grinder.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Tech_Reborn/Scrapbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Tech_Reborn/Scrapbox.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Tech_Reborn/Wire_Mill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Tech_Reborn/Wire_Mill.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Terrafirmacraft/Heating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Terrafirmacraft/Heating.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Terrafirmacraft/Metal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Terrafirmacraft/Metal.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/The_Aether/Accessory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/The_Aether/Accessory.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/The_Aether/Enchanter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/The_Aether/Enchanter.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/The_Aether/Freezer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/The_Aether/Freezer.md -------------------------------------------------------------------------------- /docs/1.12/content/Mods/Zen_Foundry/ZenFoundry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Mods/Zen_Foundry/ZenFoundry.md -------------------------------------------------------------------------------- /docs/1.12/content/Tips_Tricks/Foreword.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Tips_Tricks/Foreword.md -------------------------------------------------------------------------------- /docs/1.12/content/UsingThisWiki.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/UsingThisWiki.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Biomes/IBiome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Biomes/IBiome.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Biomes/IBiomeType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Biomes/IBiomeType.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Blocks/IBlock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Blocks/IBlock.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Blocks/IBlockPattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Blocks/IBlockPattern.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Blocks/IBlockState.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Blocks/IBlockState.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Blocks/IMaterial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Blocks/IMaterial.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Blocks/IMobilityFlag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Blocks/IMobilityFlag.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Brackets/Bracket_Ore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Brackets/Bracket_Ore.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/CTGUI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/CTGUI.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Commands.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Commands/ICommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Commands/ICommand.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Container/IContainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Container/IContainer.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Damage/IDamageSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Damage/IDamageSource.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Data/DataMap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Data/DataMap.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Data/IData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Data/IData.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Entities/IEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Entities/IEntity.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Entities/IEntityDrop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Entities/IEntityDrop.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Entities/IEntityItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Entities/IEntityItem.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Entities/IEntityMob.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Entities/IEntityMob.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Entities/IEntityXp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Entities/IEntityXp.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Events/Events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Events/Events.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Events/IEventManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Events/IEventManager.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Game/IClient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Game/IClient.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Game/IGame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Game/IGame.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Game/IServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Game/IServer.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Game/ITeam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Game/ITeam.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Game/Mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Game/Mods.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Global_Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Global_Functions.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Items/IItemStack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Items/IItemStack.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Items/Renaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Items/Renaming.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Items/Tooltips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Items/Tooltips.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Liquids/ILiquidStack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Liquids/ILiquidStack.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/OreDict/IOreDict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/OreDict/IOreDict.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Players/IFoodStats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Players/IFoodStats.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Players/IPlayer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Players/IPlayer.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Players/IUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Players/IUser.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Potions/IPotion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Potions/IPotion.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Potions/IPotionType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Potions/IPotionType.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Recipes/Seeds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Recipes/Seeds.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Text/IStyle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Text/IStyle.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Text/ITextComponent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Text/ITextComponent.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Utils/IAxisAlignedBB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Utils/IAxisAlignedBB.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Utils/IFormattedText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Utils/IFormattedText.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Utils/IFormatter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Utils/IFormatter.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Utils/IItemUtils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Utils/IItemUtils.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Utils/IRandom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Utils/IRandom.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Utils/Logger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Utils/Logger.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/Utils/Position3f.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/Utils/Position3f.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/World/IBlockAccess.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/World/IBlockAccess.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/World/IBlockPos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/World/IBlockPos.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/World/IExplosion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/World/IExplosion.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/World/IFacing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/World/IFacing.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/World/IVector3d.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/World/IVector3d.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/World/IWorld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/World/IWorld.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/World/IWorldInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/World/IWorldInfo.md -------------------------------------------------------------------------------- /docs/1.12/content/Vanilla/World/IWorldProvider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/Vanilla/World/IWorldProvider.md -------------------------------------------------------------------------------- /docs/1.12/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.12/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.12/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/content/index.md -------------------------------------------------------------------------------- /docs/1.12/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.12/docs.json -------------------------------------------------------------------------------- /docs/1.14/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.14/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.14/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/commands.md -------------------------------------------------------------------------------- /docs/1.14/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/examples.md -------------------------------------------------------------------------------- /docs/1.14/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.14/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/index.md -------------------------------------------------------------------------------- /docs/1.14/content/mods/JEITweaker/JEITweaker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/mods/JEITweaker/JEITweaker.md -------------------------------------------------------------------------------- /docs/1.14/content/mods/botanypots/Crop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/mods/botanypots/Crop.md -------------------------------------------------------------------------------- /docs/1.14/content/mods/botanypots/Fertilizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/mods/botanypots/Fertilizer.md -------------------------------------------------------------------------------- /docs/1.14/content/mods/botanypots/Soil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/mods/botanypots/Soil.md -------------------------------------------------------------------------------- /docs/1.14/content/recipes/recipe_managers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/recipes/recipe_managers.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/blocks/MCBlock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/blocks/MCBlock.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/data/ByteData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/data/ByteData.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/data/DoubleData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/data/DoubleData.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/data/FloatData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/data/FloatData.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/data/IData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/data/IData.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/data/INumberData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/data/INumberData.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/data/IntData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/data/IntData.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/data/ListData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/data/ListData.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/data/LongData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/data/LongData.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/data/MapData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/data/MapData.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/data/ShortData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/data/ShortData.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/data/StringData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/data/StringData.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/food/MCFood.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/food/MCFood.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/items/IItemStack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/items/IItemStack.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/logger/ILogger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/logger/ILogger.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/potions/MCPotion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/potions/MCPotion.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/tags/MCTag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/tags/MCTag.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/util/BlockPos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/util/BlockPos.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/util/Direction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/util/Direction.md -------------------------------------------------------------------------------- /docs/1.14/content/vanilla/api/world/MCBiome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/content/vanilla/api/world/MCBiome.md -------------------------------------------------------------------------------- /docs/1.14/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.14/docs.json -------------------------------------------------------------------------------- /docs/1.15/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.15/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.15/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/commands.md -------------------------------------------------------------------------------- /docs/1.15/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/examples.md -------------------------------------------------------------------------------- /docs/1.15/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.15/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/index.md -------------------------------------------------------------------------------- /docs/1.15/content/mods/Atum2/Kiln.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/mods/Atum2/Kiln.md -------------------------------------------------------------------------------- /docs/1.15/content/mods/Atum2/Quern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/mods/Atum2/Quern.md -------------------------------------------------------------------------------- /docs/1.15/content/mods/Atum2/SpinningWheel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/mods/Atum2/SpinningWheel.md -------------------------------------------------------------------------------- /docs/1.15/content/mods/JEITweaker/JEITweaker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/mods/JEITweaker/JEITweaker.md -------------------------------------------------------------------------------- /docs/1.15/content/mods/botanypots/Crop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/mods/botanypots/Crop.md -------------------------------------------------------------------------------- /docs/1.15/content/mods/botanypots/Fertilizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/mods/botanypots/Fertilizer.md -------------------------------------------------------------------------------- /docs/1.15/content/mods/botanypots/Soil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/mods/botanypots/Soil.md -------------------------------------------------------------------------------- /docs/1.15/content/recipes/recipe_managers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/recipes/recipe_managers.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/blocks/MCBlock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/blocks/MCBlock.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/data/ByteData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/data/ByteData.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/data/DoubleData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/data/DoubleData.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/data/IData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/data/IData.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/data/IntData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/data/IntData.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/data/ListData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/data/ListData.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/data/LongData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/data/LongData.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/data/MapData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/data/MapData.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/food/MCFood.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/food/MCFood.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/tags/MCTag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/tags/MCTag.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/util/BlockPos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/util/BlockPos.md -------------------------------------------------------------------------------- /docs/1.15/content/vanilla/api/world/MCBiome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/content/vanilla/api/world/MCBiome.md -------------------------------------------------------------------------------- /docs/1.15/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.15/docs.json -------------------------------------------------------------------------------- /docs/1.16/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.16/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.16/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/commands.md -------------------------------------------------------------------------------- /docs/1.16/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/examples.md -------------------------------------------------------------------------------- /docs/1.16/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.16/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/index.md -------------------------------------------------------------------------------- /docs/1.16/content/migration_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/migration_guide.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/AstralSorcery/Altar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/AstralSorcery/Altar.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/AstralSorcery/Well.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/AstralSorcery/Well.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Atum2/Kiln.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Atum2/Kiln.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Atum2/Quern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Atum2/Quern.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Atum2/SpinningWheel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Atum2/SpinningWheel.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/CagedMobs/CagedMobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/CagedMobs/CagedMobs.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Create/Compacting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Create/Compacting.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Create/Crushing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Create/Crushing.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Create/Cutting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Create/Cutting.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Create/Emptying.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Create/Emptying.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Create/Filling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Create/Filling.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Create/Milling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Create/Milling.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Create/Mixing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Create/Mixing.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Create/Pressing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Create/Pressing.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Create/Splashing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Create/Splashing.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Cyclic/Melter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Cyclic/Melter.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Cyclic/Solidifier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Cyclic/Solidifier.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/Mekanism/customemc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/Mekanism/customemc.png -------------------------------------------------------------------------------- /docs/1.16/content/mods/ProjectE/CustomEMC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/ProjectE/CustomEMC.json -------------------------------------------------------------------------------- /docs/1.16/content/mods/ProjectE/CustomEMC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/ProjectE/CustomEMC.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/ProjectE/NSSResolver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/ProjectE/NSSResolver.md -------------------------------------------------------------------------------- /docs/1.16/content/mods/ProjectE/customemc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/ProjectE/customemc.png -------------------------------------------------------------------------------- /docs/1.16/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.16/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.16/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.16/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.16/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.16/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.16/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.16/docs.json -------------------------------------------------------------------------------- /docs/1.17/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.17/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.17/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/content/commands.md -------------------------------------------------------------------------------- /docs/1.17/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/content/examples.md -------------------------------------------------------------------------------- /docs/1.17/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.17/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/content/index.md -------------------------------------------------------------------------------- /docs/1.17/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.17/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.17/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.17/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.17/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.17/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.17/docs.json -------------------------------------------------------------------------------- /docs/1.18/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.18/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.18/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/commands.md -------------------------------------------------------------------------------- /docs/1.18/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/examples.md -------------------------------------------------------------------------------- /docs/1.18/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.18/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/globals.md -------------------------------------------------------------------------------- /docs/1.18/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/index.md -------------------------------------------------------------------------------- /docs/1.18/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.18/content/integration/Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/integration/Introduction.md -------------------------------------------------------------------------------- /docs/1.18/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.18/content/integration/RecipeManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/integration/RecipeManager.md -------------------------------------------------------------------------------- /docs/1.18/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.18/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.18/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.18/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.18/content/zencode/AssociativeArrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/zencode/AssociativeArrays.md -------------------------------------------------------------------------------- /docs/1.18/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.18/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.18/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.18/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.18/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.18/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.18/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.18/docs.json -------------------------------------------------------------------------------- /docs/1.19.3/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.19.3/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.19.3/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/commands.md -------------------------------------------------------------------------------- /docs/1.19.3/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/examples.md -------------------------------------------------------------------------------- /docs/1.19.3/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.19.3/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/globals.md -------------------------------------------------------------------------------- /docs/1.19.3/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/index.md -------------------------------------------------------------------------------- /docs/1.19.3/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.19.3/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.19.3/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.19.3/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.19.3/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.19.3/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.19.3/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.19.3/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.19.3/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.19.3/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.19.3/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.19.3/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.19.3/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.19.3/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.3/docs.json -------------------------------------------------------------------------------- /docs/1.19.4/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.19.4/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.19.4/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/commands.md -------------------------------------------------------------------------------- /docs/1.19.4/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/examples.md -------------------------------------------------------------------------------- /docs/1.19.4/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.19.4/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/globals.md -------------------------------------------------------------------------------- /docs/1.19.4/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/index.md -------------------------------------------------------------------------------- /docs/1.19.4/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.19.4/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.19.4/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.19.4/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.19.4/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.19.4/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.19.4/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.19.4/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.19.4/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.19.4/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.19.4/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.19.4/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.19.4/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.19.4/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19.4/docs.json -------------------------------------------------------------------------------- /docs/1.19/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.19/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.19/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/commands.md -------------------------------------------------------------------------------- /docs/1.19/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/examples.md -------------------------------------------------------------------------------- /docs/1.19/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.19/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/globals.md -------------------------------------------------------------------------------- /docs/1.19/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/index.md -------------------------------------------------------------------------------- /docs/1.19/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.19/content/integration/Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/integration/Introduction.md -------------------------------------------------------------------------------- /docs/1.19/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.19/content/integration/RecipeManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/integration/RecipeManager.md -------------------------------------------------------------------------------- /docs/1.19/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.19/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.19/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.19/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.19/content/zencode/AssociativeArrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/zencode/AssociativeArrays.md -------------------------------------------------------------------------------- /docs/1.19/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.19/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.19/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.19/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.19/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.19/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.19/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.19/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.19/docs.json -------------------------------------------------------------------------------- /docs/1.20.1/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.20.1/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.20.1/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/commands.md -------------------------------------------------------------------------------- /docs/1.20.1/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/examples.md -------------------------------------------------------------------------------- /docs/1.20.1/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.20.1/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/globals.md -------------------------------------------------------------------------------- /docs/1.20.1/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/index.md -------------------------------------------------------------------------------- /docs/1.20.1/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.1/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.1/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.1/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.20.1/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.20.1/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.20.1/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.20.1/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.20.1/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.20.1/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.20.1/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.20.1/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.20.1/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.20.1/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.1/docs.json -------------------------------------------------------------------------------- /docs/1.20.2/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.20.2/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.20.2/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/commands.md -------------------------------------------------------------------------------- /docs/1.20.2/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/examples.md -------------------------------------------------------------------------------- /docs/1.20.2/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.20.2/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/globals.md -------------------------------------------------------------------------------- /docs/1.20.2/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/index.md -------------------------------------------------------------------------------- /docs/1.20.2/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.2/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.2/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.2/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.20.2/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.20.2/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.20.2/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.20.2/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.20.2/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.20.2/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.20.2/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.20.2/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.20.2/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.20.2/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.2/docs.json -------------------------------------------------------------------------------- /docs/1.20.3/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.20.3/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.20.3/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/commands.md -------------------------------------------------------------------------------- /docs/1.20.3/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/examples.md -------------------------------------------------------------------------------- /docs/1.20.3/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.20.3/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/globals.md -------------------------------------------------------------------------------- /docs/1.20.3/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/index.md -------------------------------------------------------------------------------- /docs/1.20.3/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.3/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.3/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.3/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.20.3/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.20.3/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.20.3/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.20.3/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.20.3/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.20.3/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.20.3/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.20.3/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.20.3/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.20.3/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.3/docs.json -------------------------------------------------------------------------------- /docs/1.20.4/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.20.4/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.20.4/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/commands.md -------------------------------------------------------------------------------- /docs/1.20.4/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/examples.md -------------------------------------------------------------------------------- /docs/1.20.4/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.20.4/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/globals.md -------------------------------------------------------------------------------- /docs/1.20.4/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/index.md -------------------------------------------------------------------------------- /docs/1.20.4/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.4/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.4/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.4/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.20.4/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.20.4/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.20.4/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.20.4/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.20.4/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.20.4/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.20.4/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.20.4/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.20.4/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.20.4/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.4/docs.json -------------------------------------------------------------------------------- /docs/1.20.5/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.20.5/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.20.5/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/commands.md -------------------------------------------------------------------------------- /docs/1.20.5/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/examples.md -------------------------------------------------------------------------------- /docs/1.20.5/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.20.5/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/globals.md -------------------------------------------------------------------------------- /docs/1.20.5/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/index.md -------------------------------------------------------------------------------- /docs/1.20.5/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.5/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.5/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.5/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.20.5/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.20.5/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.20.5/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.20.5/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.20.5/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.20.5/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.20.5/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.20.5/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.20.5/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.20.5/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.5/docs.json -------------------------------------------------------------------------------- /docs/1.20.6/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.20.6/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.20.6/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/commands.md -------------------------------------------------------------------------------- /docs/1.20.6/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/examples.md -------------------------------------------------------------------------------- /docs/1.20.6/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.20.6/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/globals.md -------------------------------------------------------------------------------- /docs/1.20.6/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/index.md -------------------------------------------------------------------------------- /docs/1.20.6/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.6/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.6/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20.6/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.20.6/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.20.6/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.20.6/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.20.6/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.20.6/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.20.6/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.20.6/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.20.6/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.20.6/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.20.6/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20.6/docs.json -------------------------------------------------------------------------------- /docs/1.20/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.20/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.20/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/commands.md -------------------------------------------------------------------------------- /docs/1.20/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/examples.md -------------------------------------------------------------------------------- /docs/1.20/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.20/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/globals.md -------------------------------------------------------------------------------- /docs/1.20/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/index.md -------------------------------------------------------------------------------- /docs/1.20/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20/content/integration/Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/integration/Introduction.md -------------------------------------------------------------------------------- /docs/1.20/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20/content/integration/RecipeManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/integration/RecipeManager.md -------------------------------------------------------------------------------- /docs/1.20/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.20/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.20/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.20/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.20/content/zencode/AssociativeArrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/zencode/AssociativeArrays.md -------------------------------------------------------------------------------- /docs/1.20/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.20/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.20/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.20/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.20/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.20/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.20/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.20/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.20/docs.json -------------------------------------------------------------------------------- /docs/1.21.1/content/1_21_migration_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/1_21_migration_guide.md -------------------------------------------------------------------------------- /docs/1.21.1/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.21.1/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.21.1/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/commands.md -------------------------------------------------------------------------------- /docs/1.21.1/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/examples.md -------------------------------------------------------------------------------- /docs/1.21.1/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.21.1/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/globals.md -------------------------------------------------------------------------------- /docs/1.21.1/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/index.md -------------------------------------------------------------------------------- /docs/1.21.1/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.21.1/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.21.1/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.21.1/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.21.1/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.21.1/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.21.1/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.21.1/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.21.1/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.21.1/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.21.1/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.21.1/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.21.1/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.21.1/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21.1/docs.json -------------------------------------------------------------------------------- /docs/1.21/content/1_21_migration_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/1_21_migration_guide.md -------------------------------------------------------------------------------- /docs/1.21/content/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/assets/logo.png -------------------------------------------------------------------------------- /docs/1.21/content/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/assets/logo.svg -------------------------------------------------------------------------------- /docs/1.21/content/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/commands.md -------------------------------------------------------------------------------- /docs/1.21/content/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/examples.md -------------------------------------------------------------------------------- /docs/1.21/content/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/getting_started.md -------------------------------------------------------------------------------- /docs/1.21/content/globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/globals.md -------------------------------------------------------------------------------- /docs/1.21/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/index.md -------------------------------------------------------------------------------- /docs/1.21/content/integration/GeneratingDocs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.21/content/integration/Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/integration/Introduction.md -------------------------------------------------------------------------------- /docs/1.21/content/integration/RecipeFunctions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.21/content/integration/RecipeManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/integration/RecipeManager.md -------------------------------------------------------------------------------- /docs/1.21/content/integration/ReplacerSupport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.21/content/mods/other_mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/mods/other_mods.md -------------------------------------------------------------------------------- /docs/1.21/content/tutorial/Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/tutorial/Software.md -------------------------------------------------------------------------------- /docs/1.21/content/zencode/ArraysAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/zencode/ArraysAndLists.md -------------------------------------------------------------------------------- /docs/1.21/content/zencode/AssociativeArrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/zencode/AssociativeArrays.md -------------------------------------------------------------------------------- /docs/1.21/content/zencode/ConditionalCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/zencode/ConditionalCode.md -------------------------------------------------------------------------------- /docs/1.21/content/zencode/Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/zencode/Functions.md -------------------------------------------------------------------------------- /docs/1.21/content/zencode/Objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/zencode/Objects.md -------------------------------------------------------------------------------- /docs/1.21/content/zencode/Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/zencode/Programming.md -------------------------------------------------------------------------------- /docs/1.21/content/zencode/Scavenging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/zencode/Scavenging.md -------------------------------------------------------------------------------- /docs/1.21/content/zencode/TagsLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/zencode/TagsLoader.md -------------------------------------------------------------------------------- /docs/1.21/content/zencode/ZenCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/content/zencode/ZenCode.md -------------------------------------------------------------------------------- /docs/1.21/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/1.21/docs.json -------------------------------------------------------------------------------- /docs/MineTweaker/content/aura_cascade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/aura_cascade.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/changelog.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/commands/ingame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/commands/ingame.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/contenttweaker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/contenttweaker.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/index.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/minetweaker_3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/minetweaker_3.1.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/mod_tweaker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/mod_tweaker.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/mods/ic2_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/mods/ic2_support.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/mods/mfr_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/mods/mfr_support.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/mods/nei_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/mods/nei_support.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/modtweaker/1.6.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/modtweaker/1.6.4.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/nbt_tag_formats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/nbt_tag_formats.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/planned_versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/content/planned_versions.md -------------------------------------------------------------------------------- /docs/MineTweaker/content/tutorials/1.7.x/control_structurs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/MineTweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/MineTweaker/docs.json -------------------------------------------------------------------------------- /docs/versions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs/versions.json -------------------------------------------------------------------------------- /docs_exported/1.16/botania/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.16/botania/docs.json -------------------------------------------------------------------------------- /docs_exported/1.16/contenttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.16/contenttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.16/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.16/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.16/eidolontweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.16/eidolontweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.16/farmersdelight/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.16/farmersdelight/docs.json -------------------------------------------------------------------------------- /docs_exported/1.16/jeitweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.16/jeitweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.16/memeinabottle/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.16/memeinabottle/docs.json -------------------------------------------------------------------------------- /docs_exported/1.16/zensummoning/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.16/zensummoning/docs.json -------------------------------------------------------------------------------- /docs_exported/1.17/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.17/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/armoreablemobs/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/armoreablemobs/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/bettergrinder/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/bettergrinder/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/botania/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/botania/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/contenttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/contenttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/crafttweaker/docs/vanilla/api/tag/ExpandManyBlockTag.json: -------------------------------------------------------------------------------- 1 | {"path":"vanilla/api/tag/ExpandManyBlockTag.md","searchTerms":["asIngredient"]} 2 | -------------------------------------------------------------------------------- /docs_exported/1.18/createtweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/createtweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/farmersdelight/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/farmersdelight/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/iceandfire/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/iceandfire/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/initialinventory/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/initialinventory/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/jeitweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/jeitweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/lightestlamp/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/lightestlamp/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/packmode/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/packmode/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/projectmmo/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/projectmmo/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/rootsclassic/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/rootsclassic/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/solarcraft/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/solarcraft/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/sushigocrafting/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/sushigocrafting/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/tfctweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/tfctweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.18/zensummoning/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.18/zensummoning/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19.3/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19.3/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19.3/crafttweaker/docs/vanilla/api/tag/ExpandManyBlockTag.json: -------------------------------------------------------------------------------- 1 | {"path":"vanilla/api/tag/ExpandManyBlockTag.md","searchTerms":["asIngredient"]} 2 | -------------------------------------------------------------------------------- /docs_exported/1.19.3/packmode/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19.3/packmode/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19.4/aether/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19.4/aether/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19.4/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19.4/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19.4/crafttweaker/docs/vanilla/api/tag/ExpandManyBlockTag.json: -------------------------------------------------------------------------------- 1 | {"path":"vanilla/api/tag/ExpandManyBlockTag.md","searchTerms":["asIngredient"]} 2 | -------------------------------------------------------------------------------- /docs_exported/1.19.4/packmode/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19.4/packmode/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19/armoreablemobs/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19/armoreablemobs/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19/crafttweaker/docs/vanilla/api/tag/ExpandManyBlockTag.json: -------------------------------------------------------------------------------- 1 | {"path":"vanilla/api/tag/ExpandManyBlockTag.md","searchTerms":["asIngredient"]} 2 | -------------------------------------------------------------------------------- /docs_exported/1.19/createtweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19/createtweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19/exnihilosequentia/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19/exnihilosequentia/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19/farmersdelight/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19/farmersdelight/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19/iceandfire/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19/iceandfire/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19/initialinventory/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19/initialinventory/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19/jeitweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19/jeitweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19/jeitweaker/docs/mods/JeiTweaker/API/IFluidStackConverters.json: -------------------------------------------------------------------------------- 1 | {"path":"mods/JeiTweaker/API/IFluidStackConverters.md","since":"4.0.0"} 2 | -------------------------------------------------------------------------------- /docs_exported/1.19/jeitweaker/docs/mods/JeiTweaker/API/IIngredientConverters.json: -------------------------------------------------------------------------------- 1 | {"path":"mods/JeiTweaker/API/IIngredientConverters.md","since":"4.0.0"} 2 | -------------------------------------------------------------------------------- /docs_exported/1.19/jeitweaker/docs/mods/JeiTweaker/API/IItemStackConverters.json: -------------------------------------------------------------------------------- 1 | {"path":"mods/JeiTweaker/API/IItemStackConverters.md","since":"4.0.0"} 2 | -------------------------------------------------------------------------------- /docs_exported/1.19/packmode/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19/packmode/docs.json -------------------------------------------------------------------------------- /docs_exported/1.19/projectmmo/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.19/projectmmo/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.1/armoreablemobs/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.1/armoreablemobs/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.1/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.1/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.1/createtweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.1/createtweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.1/farmersdelight/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.1/farmersdelight/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.1/iceandfire/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.1/iceandfire/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.1/jeitweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.1/jeitweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.1/jeitweaker/docs/mods/JeiTweaker/API/IFluidStackConverters.json: -------------------------------------------------------------------------------- 1 | {"path":"mods/JeiTweaker/API/IFluidStackConverters.md","since":"4.0.0"} 2 | -------------------------------------------------------------------------------- /docs_exported/1.20.1/jeitweaker/docs/mods/JeiTweaker/API/IIngredientConverters.json: -------------------------------------------------------------------------------- 1 | {"path":"mods/JeiTweaker/API/IIngredientConverters.md","since":"4.0.0"} 2 | -------------------------------------------------------------------------------- /docs_exported/1.20.1/jeitweaker/docs/mods/JeiTweaker/API/IItemStackConverters.json: -------------------------------------------------------------------------------- 1 | {"path":"mods/JeiTweaker/API/IItemStackConverters.md","since":"4.0.0"} 2 | -------------------------------------------------------------------------------- /docs_exported/1.20.1/packmode/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.1/packmode/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.1/pmmo/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.1/pmmo/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.2/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.2/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.3/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.3/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.4/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.4/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.5/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.5/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20.6/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20.6/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.20/initialinventory/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.20/initialinventory/docs.json -------------------------------------------------------------------------------- /docs_exported/1.21.1/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.21.1/crafttweaker/docs.json -------------------------------------------------------------------------------- /docs_exported/1.21/crafttweaker/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/docs_exported/1.21/crafttweaker/docs.json -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/nginx.conf -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/package.json -------------------------------------------------------------------------------- /packages/docs-build/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-build/package.json -------------------------------------------------------------------------------- /packages/docs-build/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-build/src/index.ts -------------------------------------------------------------------------------- /packages/docs-build/src/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-build/src/util.ts -------------------------------------------------------------------------------- /packages/docs-build/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-build/tsconfig.json -------------------------------------------------------------------------------- /packages/docs-build/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-build/tsup.config.ts -------------------------------------------------------------------------------- /packages/docs-model/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-model/package.json -------------------------------------------------------------------------------- /packages/docs-model/src/Comment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-model/src/Comment.ts -------------------------------------------------------------------------------- /packages/docs-model/src/Extra.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-model/src/Extra.ts -------------------------------------------------------------------------------- /packages/docs-model/src/Member.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-model/src/Member.ts -------------------------------------------------------------------------------- /packages/docs-model/src/Page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-model/src/Page.ts -------------------------------------------------------------------------------- /packages/docs-model/src/Type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-model/src/Type.ts -------------------------------------------------------------------------------- /packages/docs-model/src/Util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-model/src/Util.ts -------------------------------------------------------------------------------- /packages/docs-model/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-model/src/index.ts -------------------------------------------------------------------------------- /packages/docs-model/src/types.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-model/src/types.d.ts -------------------------------------------------------------------------------- /packages/docs-model/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-model/tsconfig.json -------------------------------------------------------------------------------- /packages/docs-model/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-model/tsup.config.ts -------------------------------------------------------------------------------- /packages/docs-search/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-search/docker-compose.yml -------------------------------------------------------------------------------- /packages/docs-search/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-search/package.json -------------------------------------------------------------------------------- /packages/docs-search/src/generate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-search/src/generate.ts -------------------------------------------------------------------------------- /packages/docs-search/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-search/src/index.ts -------------------------------------------------------------------------------- /packages/docs-search/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-search/tsconfig.json -------------------------------------------------------------------------------- /packages/docs-search/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-search/tsup.config.ts -------------------------------------------------------------------------------- /packages/docs-site/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/.gitignore -------------------------------------------------------------------------------- /packages/docs-site/astro.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/astro.config.ts -------------------------------------------------------------------------------- /packages/docs-site/ec.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/ec.config.mjs -------------------------------------------------------------------------------- /packages/docs-site/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/package.json -------------------------------------------------------------------------------- /packages/docs-site/public/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/apple-touch-icon.png -------------------------------------------------------------------------------- /packages/docs-site/public/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/browserconfig.xml -------------------------------------------------------------------------------- /packages/docs-site/public/crafttweaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/crafttweaker.svg -------------------------------------------------------------------------------- /packages/docs-site/public/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/favicon-16x16.png -------------------------------------------------------------------------------- /packages/docs-site/public/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/favicon-32x32.png -------------------------------------------------------------------------------- /packages/docs-site/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/favicon.ico -------------------------------------------------------------------------------- /packages/docs-site/public/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/mstile-144x144.png -------------------------------------------------------------------------------- /packages/docs-site/public/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/mstile-150x150.png -------------------------------------------------------------------------------- /packages/docs-site/public/mstile-310x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/mstile-310x150.png -------------------------------------------------------------------------------- /packages/docs-site/public/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/mstile-310x310.png -------------------------------------------------------------------------------- /packages/docs-site/public/mstile-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/mstile-70x70.png -------------------------------------------------------------------------------- /packages/docs-site/public/og_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/og_image.png -------------------------------------------------------------------------------- /packages/docs-site/public/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/public/site.webmanifest -------------------------------------------------------------------------------- /packages/docs-site/src/components/Search.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/components/Search.astro -------------------------------------------------------------------------------- /packages/docs-site/src/content.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/content.config.ts -------------------------------------------------------------------------------- /packages/docs-site/src/env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/env.d.ts -------------------------------------------------------------------------------- /packages/docs-site/src/icons/chevron-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/icons/chevron-left.svg -------------------------------------------------------------------------------- /packages/docs-site/src/icons/chevron-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/icons/chevron-right.svg -------------------------------------------------------------------------------- /packages/docs-site/src/icons/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/icons/link.svg -------------------------------------------------------------------------------- /packages/docs-site/src/icons/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/icons/menu.svg -------------------------------------------------------------------------------- /packages/docs-site/src/icons/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/icons/minus.svg -------------------------------------------------------------------------------- /packages/docs-site/src/icons/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/icons/moon.svg -------------------------------------------------------------------------------- /packages/docs-site/src/icons/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/icons/plus.svg -------------------------------------------------------------------------------- /packages/docs-site/src/icons/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/icons/search.svg -------------------------------------------------------------------------------- /packages/docs-site/src/icons/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/icons/sun.svg -------------------------------------------------------------------------------- /packages/docs-site/src/icons/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/icons/x.svg -------------------------------------------------------------------------------- /packages/docs-site/src/layouts/Layout.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/layouts/Layout.astro -------------------------------------------------------------------------------- /packages/docs-site/src/middleware.ts.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/middleware.ts.d -------------------------------------------------------------------------------- /packages/docs-site/src/pages/index.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/pages/index.astro -------------------------------------------------------------------------------- /packages/docs-site/src/styles/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/styles/index.css -------------------------------------------------------------------------------- /packages/docs-site/src/styles/markdown.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/styles/markdown.css -------------------------------------------------------------------------------- /packages/docs-site/src/util/Constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/util/Constants.ts -------------------------------------------------------------------------------- /packages/docs-site/src/util/WebSafeUtil.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/src/util/WebSafeUtil.ts -------------------------------------------------------------------------------- /packages/docs-site/tailwind.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/tailwind.config.mjs -------------------------------------------------------------------------------- /packages/docs-site/todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/todo.txt -------------------------------------------------------------------------------- /packages/docs-site/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/docs-site/tsconfig.json -------------------------------------------------------------------------------- /packages/ec-copy-in-frame/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-copy-in-frame/package.json -------------------------------------------------------------------------------- /packages/ec-copy-in-frame/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-copy-in-frame/src/index.ts -------------------------------------------------------------------------------- /packages/ec-copy-in-frame/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-copy-in-frame/tsconfig.json -------------------------------------------------------------------------------- /packages/ec-copy-in-frame/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-copy-in-frame/tsup.config.ts -------------------------------------------------------------------------------- /packages/ec-default-frame-title/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-default-frame-title/package.json -------------------------------------------------------------------------------- /packages/ec-default-frame-title/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-default-frame-title/src/index.ts -------------------------------------------------------------------------------- /packages/ec-default-frame-title/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-default-frame-title/tsconfig.json -------------------------------------------------------------------------------- /packages/ec-default-frame-title/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-default-frame-title/tsup.config.ts -------------------------------------------------------------------------------- /packages/ec-example-comment/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-example-comment/package.json -------------------------------------------------------------------------------- /packages/ec-example-comment/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-example-comment/src/index.ts -------------------------------------------------------------------------------- /packages/ec-example-comment/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-example-comment/tsconfig.json -------------------------------------------------------------------------------- /packages/ec-example-comment/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-example-comment/tsup.config.ts -------------------------------------------------------------------------------- /packages/ec-language-override/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-language-override/package.json -------------------------------------------------------------------------------- /packages/ec-language-override/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-language-override/src/index.ts -------------------------------------------------------------------------------- /packages/ec-language-override/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-language-override/tsconfig.json -------------------------------------------------------------------------------- /packages/ec-language-override/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-language-override/tsup.config.ts -------------------------------------------------------------------------------- /packages/ec-rainbow-brackets/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-rainbow-brackets/package.json -------------------------------------------------------------------------------- /packages/ec-rainbow-brackets/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-rainbow-brackets/src/index.ts -------------------------------------------------------------------------------- /packages/ec-rainbow-brackets/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-rainbow-brackets/tsconfig.json -------------------------------------------------------------------------------- /packages/ec-rainbow-brackets/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/ec-rainbow-brackets/tsup.config.ts -------------------------------------------------------------------------------- /packages/remark-rehype-renderers/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/remark-rehype-renderers/package.json -------------------------------------------------------------------------------- /packages/remark-rehype-renderers/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/remark-rehype-renderers/src/index.ts -------------------------------------------------------------------------------- /packages/remark-rehype-renderers/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/remark-rehype-renderers/tsconfig.json -------------------------------------------------------------------------------- /packages/remark-search/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/remark-search/package.json -------------------------------------------------------------------------------- /packages/remark-search/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/remark-search/src/index.ts -------------------------------------------------------------------------------- /packages/remark-search/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/remark-search/tsconfig.json -------------------------------------------------------------------------------- /packages/remark-search/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/remark-search/tsup.config.ts -------------------------------------------------------------------------------- /packages/remark-table/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/remark-table/package.json -------------------------------------------------------------------------------- /packages/remark-table/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/remark-table/src/index.ts -------------------------------------------------------------------------------- /packages/remark-table/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/remark-table/tsconfig.json -------------------------------------------------------------------------------- /packages/remark-table/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/packages/remark-table/tsup.config.ts -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /pnpm-workspace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/pnpm-workspace.yaml -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraftTweaker/CraftTweaker-Documentation/HEAD/tsconfig.json --------------------------------------------------------------------------------