Skip to content

Instantly share code, notes, and snippets.

@kreezxil
Created January 23, 2021 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kreezxil/6ce8fd7d4adaca8bcbe9c25070c1d267 to your computer and use it in GitHub Desktop.
Save kreezxil/6ce8fd7d4adaca8bcbe9c25070c1d267 to your computer and use it in GitHub Desktop.
===========================================================================
Kreezcraft Presents MyCraft 2.10.12 --> Kreezcraft Presents MyCraft 2.11.13
===========================================================================
Added:
- Bad Mobs
Updated:
Advanced Peripherals (Advanced Peripherals 0.3.3b --> Advanced Peripherals 0.3.5b):
Advanced Peripherals 0.3.5b:
Fixes [#30](https://github.com/Seniorendi/AdvancedPeripherals/issues/30): Added getSkyLightLevel(), getBlockLightLevel(), getDayLightLevel() to the Environment Detector and removed getLightLevel()
Advanced Peripherals 0.3.4b:
Fixed exception "Lua Method xxx should be final."
Added new textures
Architectury API (Forge) ([Forge 1.16.4/5] v1.3.80 --> [Forge 1.16.4/5] v1.3.88):
[Forge 1.16.4/5] v1.3.88:
Architectury v1.3.88 for 1.16.4/5
Updated at 2021-01-22 18:28.
[Click here for changelog](https://www.github.com/architectury/architectury/commits/526bbfb)
* Fix compilation error
* Add ClientLifecycleEvent.CLIENT_SETUP and allow deferring in ColorHandlers
* Add 1.16.5 to CurseForge versions
* Fix AW
* Add LevelResourceHooks
* Close #18 Currently testing item / block addition, keybinds and creative tabs.
* Add AbstractRecipeSerializer
* ArchitecturyBlockEntity to sync data to client (#10)
* Fix MenuRegistry crash, thanks @OroArmor
* Migrate to ArchitecturyTarget
* Fix Chocohead/OptiFabric#147
* Update forgified-fabric-loom to 0.5.26
* Migrate to non API centralized ExpectPlatform
* Bump minor version
* Not automatically register the menu type, add methods to open the menu
* Upgrade gradle plugins
* Some name changes and Javadoc
* Added Screen Registry API
* License format
* Delegate the Screen itself
* Add license header to test classes
* Rename to ClientScreenInputEvent and fix mixins
* Add test mod
* Fix some events
* Warn additional mod loaders.
* Allow DeferredRegister to be created with just the mod id.
* Add getModId to Registries
* Add license to CriteriaTriggersRegistry
* Adds CriteriaTriggersRegistry
* Limit GuiEvent.DEBUG_TEXT to when f3 menu is enabled.
* Update license header to 2021
* Use better createInteractionResult instead of looping ourselves.
* Add ClientGuiInputEvent
* Update license header year to include 2021
* Somehow method references are evil
* Limit github actions
* Add DeferredRegister
* Include discord info in README
* Add RegistrySupplier to ease registry delegation
* Add ForgeEventCancellable
* Fix NPE on Fractions caching
* Update architect-plugin
* Fix license, remove unused mixin
* Architectury Update - Cache fractions from -1024 to 1023 - Add BiomeModifications for platform-agnostic biome additions - Add FluidStackHooksForge to convert architectury FluidStacks to forge FluidStacks - Migrate to Forge Loom & Update Architect Plugin - Mark several methods in Mod as NotNull - Add Env as a replacement for EnvType
* Update forge
* Better PlatformMethods errors
* Remove the use of typetools in EventFactory#of and fix license field
* Upload the remap jar for fabric
* Upload the shadow jar for fabric
* Add tooltip events, new events for server starting
* Fix client events, bump version to 1.1, fix FluidStackHooks for fabric.
* Fix FluidStackHooksImpl
* Remove fabric api dependency on the forge mod
* Fix versioning on the forge mod
* Add RecipeUpdateEvent
* Add isFabric and isForge to Platform
* More Platform specific Mod hooks
* Add xp to break block
* Add block break and block place events
* Automatically attach to forge event if the class is annotated with @ForgeEvent.
* Add EventFactory.attachToForge
* Add @ForgeEvent
* Add missing typetools for forge
* Fix buildscript
* Fix buildscript
* Fix buildscript
* Publish to CF
* Update to 1.16.4
* Lazily initialize event invokers
* Update architect-plugin
* Update architect-plugin
* Reorder ToolType variables
* Convert to @ExpectPlatform
* PlayerHooks#closeContainer
* Add byId in ToolType
* Fix TextureStitchEvent
* Add TextureStitchEvent
* Add PackRepositoryHooks and DyeColorHooks
* A few more events
* Proper mods metadata
* More events
* GetEncodeId
* More hooks
* ItemEntityHooks
* Allow only using `getRegistryName`
* Might have forgotten a true here
* PlayerHooks and NetworkChannel
* Nbt types utils
* Hooks for getting buttons in a screen
* Deprecate getId using registry
* Hooks for setting radius for explosion
* Hooks for getting radius for explosion
* ExplosionHooks
* More events and hooks
* Registries#getId should be static
* We forgot to add player into ChatEvent#SERVER
* More events and hooks
* Set gradle memory to 3GB
* Fix compile
* Publish to bintray
* Deprecate LifecycleEvent client events for now since it is not possible atm
* Test for mod annotation for detecting forge
* More hooks for registering keybinds, render types, creative tabs, block entity renderers
* Command registry events and ReloadListenerRegistry
* Fix event proxies
* Initial work
[Forge 1.16.4] v1.3.86:
Architectury v1.3.86 for 1.16.4
Updated at 2021-01-21 18:39.
[Click here for changelog](https://www.github.com/architectury/architectury/commits/7c4b602)
* Add 1.16.5 to CurseForge versions
* Fix AW
* Add LevelResourceHooks
* Close #18 Currently testing item / block addition, keybinds and creative tabs.
* Add AbstractRecipeSerializer
* ArchitecturyBlockEntity to sync data to client (#10)
* Fix MenuRegistry crash, thanks @OroArmor
* Migrate to ArchitecturyTarget
* Fix Chocohead/OptiFabric#147
* Update forgified-fabric-loom to 0.5.26
* Migrate to non API centralized ExpectPlatform
* Bump minor version
* Not automatically register the menu type, add methods to open the menu
* Upgrade gradle plugins
* Some name changes and Javadoc
* Added Screen Registry API
* License format
* Delegate the Screen itself
* Add license header to test classes
* Rename to ClientScreenInputEvent and fix mixins
* Add test mod
* Fix some events
* Warn additional mod loaders.
* Allow DeferredRegister to be created with just the mod id.
* Add getModId to Registries
* Add license to CriteriaTriggersRegistry
* Adds CriteriaTriggersRegistry
* Limit GuiEvent.DEBUG_TEXT to when f3 menu is enabled.
* Update license header to 2021
* Use better createInteractionResult instead of looping ourselves.
* Add ClientGuiInputEvent
* Update license header year to include 2021
* Somehow method references are evil
* Limit github actions
* Add DeferredRegister
* Include discord info in README
* Add RegistrySupplier to ease registry delegation
* Add ForgeEventCancellable
* Fix NPE on Fractions caching
* Update architect-plugin
* Fix license, remove unused mixin
* Architectury Update - Cache fractions from -1024 to 1023 - Add BiomeModifications for platform-agnostic biome additions - Add FluidStackHooksForge to convert architectury FluidStacks to forge FluidStacks - Migrate to Forge Loom & Update Architect Plugin - Mark several methods in Mod as NotNull - Add Env as a replacement for EnvType
* Update forge
* Better PlatformMethods errors
* Remove the use of typetools in EventFactory#of and fix license field
* Upload the remap jar for fabric
* Upload the shadow jar for fabric
* Add tooltip events, new events for server starting
* Fix client events, bump version to 1.1, fix FluidStackHooks for fabric.
* Fix FluidStackHooksImpl
* Remove fabric api dependency on the forge mod
* Fix versioning on the forge mod
* Add RecipeUpdateEvent
* Add isFabric and isForge to Platform
* More Platform specific Mod hooks
* Add xp to break block
* Add block break and block place events
* Automatically attach to forge event if the class is annotated with @ForgeEvent.
* Add EventFactory.attachToForge
* Add @ForgeEvent
* Add missing typetools for forge
* Fix buildscript
* Fix buildscript
* Fix buildscript
* Publish to CF
* Update to 1.16.4
* Lazily initialize event invokers
* Update architect-plugin
* Update architect-plugin
* Reorder ToolType variables
* Convert to @ExpectPlatform
* PlayerHooks#closeContainer
* Add byId in ToolType
* Fix TextureStitchEvent
* Add TextureStitchEvent
* Add PackRepositoryHooks and DyeColorHooks
* A few more events
* Proper mods metadata
* More events
* GetEncodeId
* More hooks
* ItemEntityHooks
* Allow only using `getRegistryName`
* Might have forgotten a true here
* PlayerHooks and NetworkChannel
* Nbt types utils
* Hooks for getting buttons in a screen
* Deprecate getId using registry
* Hooks for setting radius for explosion
* Hooks for getting radius for explosion
* ExplosionHooks
* More events and hooks
* Registries#getId should be static
* We forgot to add player into ChatEvent#SERVER
* More events and hooks
* Set gradle memory to 3GB
* Fix compile
* Publish to bintray
* Deprecate LifecycleEvent client events for now since it is not possible atm
* Test for mod annotation for detecting forge
* More hooks for registering keybinds, render types, creative tabs, block entity renderers
* Command registry events and ReloadListenerRegistry
* Fix event proxies
* Initial work
[Forge 1.16.4] v1.3.85:
Architectury v1.3.85 for 1.16.4
Updated at 2021-01-21 13:25.
[Click here for changelog](https://www.github.com/architectury/architectury/commits/0bb1d9c)
* Fix AW
* Add LevelResourceHooks
* Close #18 Currently testing item / block addition, keybinds and creative tabs.
* Add AbstractRecipeSerializer
* ArchitecturyBlockEntity to sync data to client (#10)
* Fix MenuRegistry crash, thanks @OroArmor
* Migrate to ArchitecturyTarget
* Fix Chocohead/OptiFabric#147
* Update forgified-fabric-loom to 0.5.26
* Migrate to non API centralized ExpectPlatform
* Bump minor version
* Not automatically register the menu type, add methods to open the menu
* Upgrade gradle plugins
* Some name changes and Javadoc
* Added Screen Registry API
* License format
* Delegate the Screen itself
* Add license header to test classes
* Rename to ClientScreenInputEvent and fix mixins
* Add test mod
* Fix some events
* Warn additional mod loaders.
* Allow DeferredRegister to be created with just the mod id.
* Add getModId to Registries
* Add license to CriteriaTriggersRegistry
* Adds CriteriaTriggersRegistry
* Limit GuiEvent.DEBUG_TEXT to when f3 menu is enabled.
* Update license header to 2021
* Use better createInteractionResult instead of looping ourselves.
* Add ClientGuiInputEvent
* Update license header year to include 2021
* Somehow method references are evil
* Limit github actions
* Add DeferredRegister
* Include discord info in README
* Add RegistrySupplier to ease registry delegation
* Add ForgeEventCancellable
* Fix NPE on Fractions caching
* Update architect-plugin
* Fix license, remove unused mixin
* Architectury Update - Cache fractions from -1024 to 1023 - Add BiomeModifications for platform-agnostic biome additions - Add FluidStackHooksForge to convert architectury FluidStacks to forge FluidStacks - Migrate to Forge Loom & Update Architect Plugin - Mark several methods in Mod as NotNull - Add Env as a replacement for EnvType
* Update forge
* Better PlatformMethods errors
* Remove the use of typetools in EventFactory#of and fix license field
* Upload the remap jar for fabric
* Upload the shadow jar for fabric
* Add tooltip events, new events for server starting
* Fix client events, bump version to 1.1, fix FluidStackHooks for fabric.
* Fix FluidStackHooksImpl
* Remove fabric api dependency on the forge mod
* Fix versioning on the forge mod
* Add RecipeUpdateEvent
* Add isFabric and isForge to Platform
* More Platform specific Mod hooks
* Add xp to break block
* Add block break and block place events
* Automatically attach to forge event if the class is annotated with @ForgeEvent.
* Add EventFactory.attachToForge
* Add @ForgeEvent
* Add missing typetools for forge
* Fix buildscript
* Fix buildscript
* Fix buildscript
* Publish to CF
* Update to 1.16.4
* Lazily initialize event invokers
* Update architect-plugin
* Update architect-plugin
* Reorder ToolType variables
* Convert to @ExpectPlatform
* PlayerHooks#closeContainer
* Add byId in ToolType
* Fix TextureStitchEvent
* Add TextureStitchEvent
* Add PackRepositoryHooks and DyeColorHooks
* A few more events
* Proper mods metadata
* More events
* GetEncodeId
* More hooks
* ItemEntityHooks
* Allow only using `getRegistryName`
* Might have forgotten a true here
* PlayerHooks and NetworkChannel
* Nbt types utils
* Hooks for getting buttons in a screen
* Deprecate getId using registry
* Hooks for setting radius for explosion
* Hooks for getting radius for explosion
* ExplosionHooks
* More events and hooks
* Registries#getId should be static
* We forgot to add player into ChatEvent#SERVER
* More events and hooks
* Set gradle memory to 3GB
* Fix compile
* Publish to bintray
* Deprecate LifecycleEvent client events for now since it is not possible atm
* Test for mod annotation for detecting forge
* More hooks for registering keybinds, render types, creative tabs, block entity renderers
* Command registry events and ReloadListenerRegistry
* Fix event proxies
* Initial work
[Forge 1.16.4] v1.3.84:
Architectury v1.3.84 for 1.16.4
Updated at 2021-01-21 13:12.
[Click here for changelog](https://www.github.com/architectury/architectury/commits/bca7340)
* Add LevelResourceHooks
* Close #18 Currently testing item / block addition, keybinds and creative tabs.
* Add AbstractRecipeSerializer
* ArchitecturyBlockEntity to sync data to client (#10)
* Fix MenuRegistry crash, thanks @OroArmor
* Migrate to ArchitecturyTarget
* Fix Chocohead/OptiFabric#147
* Update forgified-fabric-loom to 0.5.26
* Migrate to non API centralized ExpectPlatform
* Bump minor version
* Not automatically register the menu type, add methods to open the menu
* Upgrade gradle plugins
* Some name changes and Javadoc
* Added Screen Registry API
* License format
* Delegate the Screen itself
* Add license header to test classes
* Rename to ClientScreenInputEvent and fix mixins
* Add test mod
* Fix some events
* Warn additional mod loaders.
* Allow DeferredRegister to be created with just the mod id.
* Add getModId to Registries
* Add license to CriteriaTriggersRegistry
* Adds CriteriaTriggersRegistry
* Limit GuiEvent.DEBUG_TEXT to when f3 menu is enabled.
* Update license header to 2021
* Use better createInteractionResult instead of looping ourselves.
* Add ClientGuiInputEvent
* Update license header year to include 2021
* Somehow method references are evil
* Limit github actions
* Add DeferredRegister
* Include discord info in README
* Add RegistrySupplier to ease registry delegation
* Add ForgeEventCancellable
* Fix NPE on Fractions caching
* Update architect-plugin
* Fix license, remove unused mixin
* Architectury Update - Cache fractions from -1024 to 1023 - Add BiomeModifications for platform-agnostic biome additions - Add FluidStackHooksForge to convert architectury FluidStacks to forge FluidStacks - Migrate to Forge Loom & Update Architect Plugin - Mark several methods in Mod as NotNull - Add Env as a replacement for EnvType
* Update forge
* Better PlatformMethods errors
* Remove the use of typetools in EventFactory#of and fix license field
* Upload the remap jar for fabric
* Upload the shadow jar for fabric
* Add tooltip events, new events for server starting
* Fix client events, bump version to 1.1, fix FluidStackHooks for fabric.
* Fix FluidStackHooksImpl
* Remove fabric api dependency on the forge mod
* Fix versioning on the forge mod
* Add RecipeUpdateEvent
* Add isFabric and isForge to Platform
* More Platform specific Mod hooks
* Add xp to break block
* Add block break and block place events
* Automatically attach to forge event if the class is annotated with @ForgeEvent.
* Add EventFactory.attachToForge
* Add @ForgeEvent
* Add missing typetools for forge
* Fix buildscript
* Fix buildscript
* Fix buildscript
* Publish to CF
* Update to 1.16.4
* Lazily initialize event invokers
* Update architect-plugin
* Update architect-plugin
* Reorder ToolType variables
* Convert to @ExpectPlatform
* PlayerHooks#closeContainer
* Add byId in ToolType
* Fix TextureStitchEvent
* Add TextureStitchEvent
* Add PackRepositoryHooks and DyeColorHooks
* A few more events
* Proper mods metadata
* More events
* GetEncodeId
* More hooks
* ItemEntityHooks
* Allow only using `getRegistryName`
* Might have forgotten a true here
* PlayerHooks and NetworkChannel
* Nbt types utils
* Hooks for getting buttons in a screen
* Deprecate getId using registry
* Hooks for setting radius for explosion
* Hooks for getting radius for explosion
* ExplosionHooks
* More events and hooks
* Registries#getId should be static
* We forgot to add player into ChatEvent#SERVER
* More events and hooks
* Set gradle memory to 3GB
* Fix compile
* Publish to bintray
* Deprecate LifecycleEvent client events for now since it is not possible atm
* Test for mod annotation for detecting forge
* More hooks for registering keybinds, render types, creative tabs, block entity renderers
* Command registry events and ReloadListenerRegistry
* Fix event proxies
* Initial work
[Forge 1.16.4] v1.3.83:
Architectury v1.3.83 for 1.16.4
Updated at 2021-01-20 12:36.
[Click here for changelog](https://www.github.com/architectury/architectury/commits/9c61018)
* Close #18 Currently testing item / block addition, keybinds and creative tabs.
* Add AbstractRecipeSerializer
* ArchitecturyBlockEntity to sync data to client (#10)
* Fix MenuRegistry crash, thanks @OroArmor
* Migrate to ArchitecturyTarget
* Fix Chocohead/OptiFabric#147
* Update forgified-fabric-loom to 0.5.26
* Migrate to non API centralized ExpectPlatform
* Bump minor version
* Not automatically register the menu type, add methods to open the menu
* Upgrade gradle plugins
* Some name changes and Javadoc
* Added Screen Registry API
* License format
* Delegate the Screen itself
* Add license header to test classes
* Rename to ClientScreenInputEvent and fix mixins
* Add test mod
* Fix some events
* Warn additional mod loaders.
* Allow DeferredRegister to be created with just the mod id.
* Add getModId to Registries
* Add license to CriteriaTriggersRegistry
* Adds CriteriaTriggersRegistry
* Limit GuiEvent.DEBUG_TEXT to when f3 menu is enabled.
* Update license header to 2021
* Use better createInteractionResult instead of looping ourselves.
* Add ClientGuiInputEvent
* Update license header year to include 2021
* Somehow method references are evil
* Limit github actions
* Add DeferredRegister
* Include discord info in README
* Add RegistrySupplier to ease registry delegation
* Add ForgeEventCancellable
* Fix NPE on Fractions caching
* Update architect-plugin
* Fix license, remove unused mixin
* Architectury Update - Cache fractions from -1024 to 1023 - Add BiomeModifications for platform-agnostic biome additions - Add FluidStackHooksForge to convert architectury FluidStacks to forge FluidStacks - Migrate to Forge Loom & Update Architect Plugin - Mark several methods in Mod as NotNull - Add Env as a replacement for EnvType
* Update forge
* Better PlatformMethods errors
* Remove the use of typetools in EventFactory#of and fix license field
* Upload the remap jar for fabric
* Upload the shadow jar for fabric
* Add tooltip events, new events for server starting
* Fix client events, bump version to 1.1, fix FluidStackHooks for fabric.
* Fix FluidStackHooksImpl
* Remove fabric api dependency on the forge mod
* Fix versioning on the forge mod
* Add RecipeUpdateEvent
* Add isFabric and isForge to Platform
* More Platform specific Mod hooks
* Add xp to break block
* Add block break and block place events
* Automatically attach to forge event if the class is annotated with @ForgeEvent.
* Add EventFactory.attachToForge
* Add @ForgeEvent
* Add missing typetools for forge
* Fix buildscript
* Fix buildscript
* Fix buildscript
* Publish to CF
* Update to 1.16.4
* Lazily initialize event invokers
* Update architect-plugin
* Update architect-plugin
* Reorder ToolType variables
* Convert to @ExpectPlatform
* PlayerHooks#closeContainer
* Add byId in ToolType
* Fix TextureStitchEvent
* Add TextureStitchEvent
* Add PackRepositoryHooks and DyeColorHooks
* A few more events
* Proper mods metadata
* More events
* GetEncodeId
* More hooks
* ItemEntityHooks
* Allow only using `getRegistryName`
* Might have forgotten a true here
* PlayerHooks and NetworkChannel
* Nbt types utils
* Hooks for getting buttons in a screen
* Deprecate getId using registry
* Hooks for setting radius for explosion
* Hooks for getting radius for explosion
* ExplosionHooks
* More events and hooks
* Registries#getId should be static
* We forgot to add player into ChatEvent#SERVER
* More events and hooks
* Set gradle memory to 3GB
* Fix compile
* Publish to bintray
* Deprecate LifecycleEvent client events for now since it is not possible atm
* Test for mod annotation for detecting forge
* More hooks for registering keybinds, render types, creative tabs, block entity renderers
* Command registry events and ReloadListenerRegistry
* Fix event proxies
* Initial work
[Forge 1.16.4] v1.3.82:
Architectury v1.3.82 for 1.16.4
Updated at 2021-01-19 23:55.
[Click here for changelog](https://www.github.com/architectury/architectury/commits/5df13d4)
* Add AbstractRecipeSerializer
* ArchitecturyBlockEntity to sync data to client (#10)
* Fix MenuRegistry crash, thanks @OroArmor
* Migrate to ArchitecturyTarget
* Fix Chocohead/OptiFabric#147
* Update forgified-fabric-loom to 0.5.26
* Migrate to non API centralized ExpectPlatform
* Bump minor version
* Not automatically register the menu type, add methods to open the menu
* Upgrade gradle plugins
* Some name changes and Javadoc
* Added Screen Registry API
* License format
* Delegate the Screen itself
* Add license header to test classes
* Rename to ClientScreenInputEvent and fix mixins
* Add test mod
* Fix some events
* Warn additional mod loaders.
* Allow DeferredRegister to be created with just the mod id.
* Add getModId to Registries
* Add license to CriteriaTriggersRegistry
* Adds CriteriaTriggersRegistry
* Limit GuiEvent.DEBUG_TEXT to when f3 menu is enabled.
* Update license header to 2021
* Use better createInteractionResult instead of looping ourselves.
* Add ClientGuiInputEvent
* Update license header year to include 2021
* Somehow method references are evil
* Limit github actions
* Add DeferredRegister
* Include discord info in README
* Add RegistrySupplier to ease registry delegation
* Add ForgeEventCancellable
* Fix NPE on Fractions caching
* Update architect-plugin
* Fix license, remove unused mixin
* Architectury Update - Cache fractions from -1024 to 1023 - Add BiomeModifications for platform-agnostic biome additions - Add FluidStackHooksForge to convert architectury FluidStacks to forge FluidStacks - Migrate to Forge Loom & Update Architect Plugin - Mark several methods in Mod as NotNull - Add Env as a replacement for EnvType
* Update forge
* Better PlatformMethods errors
* Remove the use of typetools in EventFactory#of and fix license field
* Upload the remap jar for fabric
* Upload the shadow jar for fabric
* Add tooltip events, new events for server starting
* Fix client events, bump version to 1.1, fix FluidStackHooks for fabric.
* Fix FluidStackHooksImpl
* Remove fabric api dependency on the forge mod
* Fix versioning on the forge mod
* Add RecipeUpdateEvent
* Add isFabric and isForge to Platform
* More Platform specific Mod hooks
* Add xp to break block
* Add block break and block place events
* Automatically attach to forge event if the class is annotated with @ForgeEvent.
* Add EventFactory.attachToForge
* Add @ForgeEvent
* Add missing typetools for forge
* Fix buildscript
* Fix buildscript
* Fix buildscript
* Publish to CF
* Update to 1.16.4
* Lazily initialize event invokers
* Update architect-plugin
* Update architect-plugin
* Reorder ToolType variables
* Convert to @ExpectPlatform
* PlayerHooks#closeContainer
* Add byId in ToolType
* Fix TextureStitchEvent
* Add TextureStitchEvent
* Add PackRepositoryHooks and DyeColorHooks
* A few more events
* Proper mods metadata
* More events
* GetEncodeId
* More hooks
* ItemEntityHooks
* Allow only using `getRegistryName`
* Might have forgotten a true here
* PlayerHooks and NetworkChannel
* Nbt types utils
* Hooks for getting buttons in a screen
* Deprecate getId using registry
* Hooks for setting radius for explosion
* Hooks for getting radius for explosion
* ExplosionHooks
* More events and hooks
* Registries#getId should be static
* We forgot to add player into ChatEvent#SERVER
* More events and hooks
* Set gradle memory to 3GB
* Fix compile
* Publish to bintray
* Deprecate LifecycleEvent client events for now since it is not possible atm
* Test for mod annotation for detecting forge
* More hooks for registering keybinds, render types, creative tabs, block entity renderers
* Command registry events and ReloadListenerRegistry
* Fix event proxies
* Initial work
[Forge 1.16.4] v1.3.81:
Architectury v1.3.81 for 1.16.4
Updated at 2021-01-15 17:42.
[Click here for changelog](https://www.github.com/architectury/architectury/commits/5035221)
* ArchitecturyBlockEntity to sync data to client (#10)
* Fix MenuRegistry crash, thanks @OroArmor
* Migrate to ArchitecturyTarget
* Fix Chocohead/OptiFabric#147
* Update forgified-fabric-loom to 0.5.26
* Migrate to non API centralized ExpectPlatform
* Bump minor version
* Not automatically register the menu type, add methods to open the menu
* Upgrade gradle plugins
* Some name changes and Javadoc
* Added Screen Registry API
* License format
* Delegate the Screen itself
* Add license header to test classes
* Rename to ClientScreenInputEvent and fix mixins
* Add test mod
* Fix some events
* Warn additional mod loaders.
* Allow DeferredRegister to be created with just the mod id.
* Add getModId to Registries
* Add license to CriteriaTriggersRegistry
* Adds CriteriaTriggersRegistry
* Limit GuiEvent.DEBUG_TEXT to when f3 menu is enabled.
* Update license header to 2021
* Use better createInteractionResult instead of looping ourselves.
* Add ClientGuiInputEvent
* Update license header year to include 2021
* Somehow method references are evil
* Limit github actions
* Add DeferredRegister
* Include discord info in README
* Add RegistrySupplier to ease registry delegation
* Add ForgeEventCancellable
* Fix NPE on Fractions caching
* Update architect-plugin
* Fix license, remove unused mixin
* Architectury Update - Cache fractions from -1024 to 1023 - Add BiomeModifications for platform-agnostic biome additions - Add FluidStackHooksForge to convert architectury FluidStacks to forge FluidStacks - Migrate to Forge Loom & Update Architect Plugin - Mark several methods in Mod as NotNull - Add Env as a replacement for EnvType
* Update forge
* Better PlatformMethods errors
* Remove the use of typetools in EventFactory#of and fix license field
* Upload the remap jar for fabric
* Upload the shadow jar for fabric
* Add tooltip events, new events for server starting
* Fix client events, bump version to 1.1, fix FluidStackHooks for fabric.
* Fix FluidStackHooksImpl
* Remove fabric api dependency on the forge mod
* Fix versioning on the forge mod
* Add RecipeUpdateEvent
* Add isFabric and isForge to Platform
* More Platform specific Mod hooks
* Add xp to break block
* Add block break and block place events
* Automatically attach to forge event if the class is annotated with @ForgeEvent.
* Add EventFactory.attachToForge
* Add @ForgeEvent
* Add missing typetools for forge
* Fix buildscript
* Fix buildscript
* Fix buildscript
* Publish to CF
* Update to 1.16.4
* Lazily initialize event invokers
* Update architect-plugin
* Update architect-plugin
* Reorder ToolType variables
* Convert to @ExpectPlatform
* PlayerHooks#closeContainer
* Add byId in ToolType
* Fix TextureStitchEvent
* Add TextureStitchEvent
* Add PackRepositoryHooks and DyeColorHooks
* A few more events
* Proper mods metadata
* More events
* GetEncodeId
* More hooks
* ItemEntityHooks
* Allow only using `getRegistryName`
* Might have forgotten a true here
* PlayerHooks and NetworkChannel
* Nbt types utils
* Hooks for getting buttons in a screen
* Deprecate getId using registry
* Hooks for setting radius for explosion
* Hooks for getting radius for explosion
* ExplosionHooks
* More events and hooks
* Registries#getId should be static
* We forgot to add player into ChatEvent#SERVER
* More events and hooks
* Set gradle memory to 3GB
* Fix compile
* Publish to bintray
* Deprecate LifecycleEvent client events for now since it is not possible atm
* Test for mod annotation for detecting forge
* More hooks for registering keybinds, render types, creative tabs, block entity renderers
* Command registry events and ReloadListenerRegistry
* Fix event proxies
* Initial work
Corpse Complex (corpsecomplex-forge-1.16.4-4.0.1.0.jar --> corpsecomplex-forge-1.16.5-4.0.2.0.jar):
corpsecomplex-forge-1.16.5-4.0.2.0.jar:
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog]() and this project does not adhere to [Semantic Versioning](). This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.
[1.16.5-4.0.2.0] - 2021.01.21
Added
* Added Tool Belt integration [#55](https://github.com/TheIllusiveC4/CorpseComplex/issues/55)
[1.16.4-4.0.1.0] - 2021.01.14
Added
* Added Respawn Health configuration option
[1.16.4-4.0.0.3] - 2020.12.18
Changed
* Updated Russian localization
* Updated Soulbinding enchantment
* Soulbinding logic now utilizes an enchantment tag, "forge:soulbound", for advanced compatibility with other mods that add a similar enchantment
* Additional Soulbinding enchantment config options have been added to properly remove the enchantment from loot tables and villager trades when disabled
[1.16.3-4.0.0.2] - 2020.10.05
Fixed
* Fixed items not respecting drop overrides
* Fixed NPE with Cosmetic Armor Reworked integration
[1.16.3-4.0.0.1] - 2020.10.03
Fixed
* Fixed NPE with Curios integration [#46](https://github.com/TheIllusiveC4/CorpseComplex/issues/46)
[1.16.3-4.0.0.0] - 2020.09.11
Added
* Added Russian localization (thanks BardinTheDwarf!)
Changed
* Updated to Minecraft 1.16.3
[3.0] - 2020.07.08
Changed
* Ported to 1.16.1 Forge
CraftTweaker (CraftTweaker-1.16.5-7.1.0.96.jar --> CraftTweaker-1.16.5-7.1.0.100.jar):
CraftTweaker-1.16.5-7.1.0.100.jar:
Current version: 7.1.0.100
* [Change release type to release](https://github.com/CraftTweaker/CraftTweaker/commit/23e2a9c4fb6ea0a3373a20738f147ba12a9329c9) - Jared - Fri Jan 22 17:57:25 2021
* [Add BlockTag to ct hand](https://github.com/CraftTweaker/CraftTweaker/commit/ddec730d71314e7a6428040b3d45ea1119c13106) - Jared - Fri Jan 22 17:44:32 2021
* [Added Block to ct hand](https://github.com/CraftTweaker/CraftTweaker/commit/2d42e7d36ba8bfa3b8dbc520d9c1819b99c151e3) - Jared - Thu Jan 21 14:36:00 2021
* [Added BlockState to ct hand](https://github.com/CraftTweaker/CraftTweaker/commit/8c92f6751b1b10525b0ed0a6a1fe765faa948966) - Jared - Thu Jan 21 14:32:17 2021
* [Fix build errors](https://github.com/CraftTweaker/CraftTweaker/commit/38f8122d7ccfdf1a5ad5a881cba09c28d724550a) - Jared - Wed Jan 20 00:57:09 2021
* [Updated World with additional information and functionality. (#1141)](https://github.com/CraftTweaker/CraftTweaker/commit/b75e108c5d794e6decf60bb45b07be10b4d46b7c) - Tyler Hancock - Wed Jan 20 00:41:13 2021
* [update readme to 1.16.5](https://github.com/CraftTweaker/CraftTweaker/commit/d3e1997f0a8185a4598e3340c62c276782c6645d) - Jared - Tue Jan 19 10:53:24 2021
* [Add an editorconfig and update the codestyle.xml](https://github.com/CraftTweaker/CraftTweaker/commit/38cd6210b16f96eb1e3bffd55b95a44b5d0acce5) - Jared - Tue Jan 19 08:20:20 2021
* [Check if the changelog can actually be written before trying to write it.](https://github.com/CraftTweaker/CraftTweaker/commit/553ecde7346e18d8fa6780ce1c40f8ab83bf0eda) - Tyler Hancock - Tue Jan 19 07:46:04 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/3f848e484d5521447ac72dabc831933b08dd9024) - kindlich - Mon Jan 18 08:54:32 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/322e6f8093192d1d2927aa7987446ecacbe99ceb) - kindlich - Sun Jan 17 21:04:27 2021
* [Check if a player is fake or not](https://github.com/CraftTweaker/CraftTweaker/commit/d7fe9bbff6c0e1f5a690d2d465a9bf2c6d7ade7e) - Jared - Sun Jan 17 06:04:48 2021
* [gave blockpos a string caster](https://github.com/CraftTweaker/CraftTweaker/commit/bd621f0900e645566677395f7d6e510be6f4abfe) - Jared - Sun Jan 17 06:04:39 2021
* [added world to entity](https://github.com/CraftTweaker/CraftTweaker/commit/17f64c77ed7faed9b6f3c4fadcb72ff2bc452bc6) - Jared - Sun Jan 17 06:04:11 2021
* [Fixed /crafttweaker not working correctly](https://github.com/CraftTweaker/CraftTweaker/commit/138306beaa2a2b066bb0a9be11448e19ab014751) - Jared - Sat Jan 16 23:13:04 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/181909da948c4e43208ac27ad598899c50f05d61) - kindlich - Sat Jan 16 20:29:33 2021
* [Add a way to send a chat message](https://github.com/CraftTweaker/CraftTweaker/commit/68f8641760b63c93eaa654789acf473fc597465d) - Jared - Sat Jan 16 05:12:30 2021
* [port to 1.16.5](https://github.com/CraftTweaker/CraftTweaker/commit/81f55ea9a8e10d9c8db9a4e9d489aa855719d86c) - Jared - Fri Jan 15 23:29:57 2021
* [Add Wandering Trader support](https://github.com/CraftTweaker/CraftTweaker/commit/69515ed29dc1cb39c9dfdb2e4d604939935e9435) - Jared - Thu Jan 14 18:37:37 2021
* [Add Villager trades support](https://github.com/CraftTweaker/CraftTweaker/commit/a8b17750c5487447a734fe086d63ea064670bf0b) - Jared - Thu Jan 14 18:04:54 2021
* [Fixed copy paste error in BracketValidators](https://github.com/CraftTweaker/CraftTweaker/commit/21a2a0956e031e50e7680b39b5fa761c5608d9f3) - Jared - Thu Jan 14 18:03:07 2021
* [Added isServer to CraftTweakerAPI](https://github.com/CraftTweaker/CraftTweaker/commit/78a74f05a42fd118ff6ee44fe25757d27724f88a) - Jared - Wed Jan 13 19:49:34 2021
* [Fixed an issue with tags being a bit too specific](https://github.com/CraftTweaker/CraftTweaker/commit/49432c676b07d83259fcf9f53b7f1c2ab85154f7) - Jared - Wed Jan 13 16:08:32 2021
* [Removed client-only call in Recipetypes BEP](https://github.com/CraftTweaker/CraftTweaker/commit/02b789a5126e590e5de9ff22bb8b9a16975fbce5) - kindlich - Tue Jan 12 20:19:22 2021
* [Removed optional annotations from ListData constructor](https://github.com/CraftTweaker/CraftTweaker/commit/ca76332b435a60bef2bdc929ac57b07a5e3660ac) - kindlich - Tue Jan 12 20:16:03 2021
* [Fix issue on servers when using wrapper recipes](https://github.com/CraftTweaker/CraftTweaker/commit/37576fe3810c82ff0546fe9cb230bda26749c4e3) - Jared - Tue Jan 12 07:48:27 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/03bbffc5f7d0895bc32820476990c5da74c880a4) - kindlich - Sun Jan 10 17:35:47 2021
* [Made the patron message not print to chat](https://github.com/CraftTweaker/CraftTweaker/commit/2529fa7561457bf70632154b31ad90d08b8bc0a4) - Jared - Sat Jan 9 19:51:43 2021
* [Replace typeclassconverter instead of catching mirroredTypeExceptions manually](https://github.com/CraftTweaker/CraftTweaker/commit/e8774872b0ff612873dcbc0306363bb3d15d8f47) - kindlich - Sat Jan 9 19:20:39 2021
* [Re-enabled docs publishing](https://github.com/CraftTweaker/CraftTweaker/commit/985400502e6e3203fdabb069a11f4825386a2356) - kindlich - Sat Jan 9 17:46:17 2021
* [Extracted initialization logic to Abstract Processor class](https://github.com/CraftTweaker/CraftTweaker/commit/724de7090130dbdbe2b4dae5609628bc6f249b54) - kindlich - Wed Jan 6 23:25:06 2021
* [AnnotationProcessors: Properly handle inner types in TypeNotPresentExceptions](https://github.com/CraftTweaker/CraftTweaker/commit/fddd796570f85065975881f8d4b6509128e16aeb) - kindlich - Mon Jan 4 23:07:32 2021
* [AnnotationProcessors: Fix NPE](https://github.com/CraftTweaker/CraftTweaker/commit/d09bb21d8e00d0f4189070cec64a7a01494c6055) - kindlich - Mon Jan 4 22:49:55 2021
* [Fix types not being found](https://github.com/CraftTweaker/CraftTweaker/commit/de52ae6c16970e9758f7c14d562a5085acd5e323) - kindlich - Mon Jan 4 22:20:25 2021
* [Catch TypeNotPresentExceptions](https://github.com/CraftTweaker/CraftTweaker/commit/4b04293d2283d1ccd4e9f506c15567465781120c) - kindlich - Mon Jan 4 21:16:59 2021
* [Replace wrapper types with native types](https://github.com/CraftTweaker/CraftTweaker/commit/399d90d15724a14c5749f5322bf6e877ffa37032) - kindlich - Thu Dec 31 02:30:35 2020
* [More Validation APs for Expansions, Types and Parameters](https://github.com/CraftTweaker/CraftTweaker/commit/8583a727eb027e2d5a64774add449b049cbe5f9e) - kindlich - Wed Dec 30 00:22:23 2020
* [Document Processor](https://github.com/CraftTweaker/CraftTweaker/commit/09a707a8bf174d5c47777b46be0bdf3ea2b419f9) - kindlich - Fri Dec 25 00:39:41 2020
* [Replace wrapper types with native types](https://github.com/CraftTweaker/CraftTweaker/commit/018191dc43344aabd81556e6f0aa52e8771de44a) - kindlich - Fri Dec 25 00:35:34 2020
* [Fix error message for TypedExpansion](https://github.com/CraftTweaker/CraftTweaker/commit/35fce87ac5998eb43c5c26f50a5fbcfcb4f7b77c) - kindlich - Fri Dec 25 00:31:31 2020
* [Review findings for tagdata](https://github.com/CraftTweaker/CraftTweaker/commit/71e3e7a31f557381a7ff32a458bd9903a1ead091) - kindlich - Fri Dec 25 00:25:42 2020
* [Removed Wrappers](https://github.com/CraftTweaker/CraftTweaker/commit/f0a1b51dcc9703789e9bce9ffae0c440489fa4e3) - kindlich - Thu Dec 24 20:01:36 2020
* [Add native support](https://github.com/CraftTweaker/CraftTweaker/commit/f47b8875723808a5b2ef96d8cbf83698b862273a) - kindlich - Thu Dec 24 19:54:40 2020
* [KnownAddons, and general fixes](https://github.com/CraftTweaker/CraftTweaker/commit/422b30b339d347d22237ffdc768a71c996cbe508) - kindlich - Thu Dec 24 19:50:20 2020
* [Tag update](https://github.com/CraftTweaker/CraftTweaker/commit/82e1f97ccf02643a50aff89ee3a4322a3dd8ecb4) - kindlich - Thu Dec 24 19:13:44 2020
* [Fix recipe name in example](https://github.com/CraftTweaker/CraftTweaker/commit/a5dfb0119232ddfc8fc90ec145f03c64cc2dfeb5) - kindlich - Mon Dec 7 09:24:44 2020
* [Added Tags example file](https://github.com/CraftTweaker/CraftTweaker/commit/0f52069e0367c59ea496467eb7e1626261ec1997) - kindlich - Sun Dec 6 21:50:23 2020
* [Fix order of operands for Contains operator](https://github.com/CraftTweaker/CraftTweaker/commit/1b604483628055a0c2a4221d66eb5e37204780ce) - kindlich - Tue Dec 1 21:09:16 2020
* [Fixed Mixin Location for TagCollection](https://github.com/CraftTweaker/CraftTweaker/commit/8adcb31d1524978527a52ba3c5658120e695b46e) - kindlich - Tue Dec 1 21:09:15 2020
* [WIP: Added "ct examples" command](https://github.com/CraftTweaker/CraftTweaker/commit/655a2cad24a2f97fa8df30ded415d902e398dca8) - kindlich - Tue Dec 1 21:09:15 2020
* [Removed ScriptLoadingOptions#firstRun](https://github.com/CraftTweaker/CraftTweaker/commit/31459405082f94a8b42e0c8096d7ab7bdaf72c31) - kindlich - Tue Dec 1 21:09:15 2020
* [Fix not properly executing first runs](https://github.com/CraftTweaker/CraftTweaker/commit/26f1ef22a8017d3f04386420653df12ceffb0283) - kindlich - Tue Dec 1 21:09:15 2020
* [Fixed byteExpansion being optional](https://github.com/CraftTweaker/CraftTweaker/commit/83c44e43db17035a2317805280511ac1fd1f0787) - kindlich - Tue Dec 1 21:09:14 2020
* [Added way to get script position from IAction](https://github.com/CraftTweaker/CraftTweaker/commit/9bbf2c7eb09c3f52fa7de6092652ac433d191bc7) - kindlich - Tue Dec 1 21:09:14 2020
* [Throw ParseExceptions in Parsers to show script location](https://github.com/CraftTweaker/CraftTweaker/commit/459efc360001707a33a202c83f864a692e735138) - kindlich - Tue Dec 1 21:09:14 2020
* [Fixed immutable maps on the client](https://github.com/CraftTweaker/CraftTweaker/commit/b7a8b40e05bb26b2e03b241f0da590e095f43724) - Jared - Tue Dec 1 20:14:14 2020
* [Fixed incorrect check for directory creation](https://github.com/CraftTweaker/CraftTweaker/commit/ebec199d845f870432b1017d2e1665398243e77f) - kindlich - Sun Nov 22 13:22:58 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/3363b8d875799f36fa615e6b12180465f03d2057) - kindlich - Sat Nov 21 21:19:38 2020
* [Fixed duplicate tag dump and and added folder to TagManager warnings](https://github.com/CraftTweaker/CraftTweaker/commit/7335b6ff5492f13bc90b9f4cfab3a30a9bad4e5d) - kindlich - Sat Nov 21 21:19:27 2020
* [Take 2: Added CraftTweaker Annotations to CrT Classpath](https://github.com/CraftTweaker/CraftTweaker/commit/0777521d01901b0d99488281afedf11d078a765d) - kindlich - Sat Nov 21 15:33:31 2020
* [Added CraftTweaker Annotations to CrT Classpath](https://github.com/CraftTweaker/CraftTweaker/commit/0c5cf2919039604475b0fbfcbed94b9fdd7ac7dd) - kindlich - Sat Nov 21 11:22:27 2020
* [Fixed issue in build.gradle path](https://github.com/CraftTweaker/CraftTweaker/commit/2b598ab7e07221202eb05788b8882d221e9525f6) - kindlich - Fri Nov 20 22:00:18 2020
* [Disabled publishing to Maven and DocExport](https://github.com/CraftTweaker/CraftTweaker/commit/8d85359dafc13cb6f9c9ee5c3d482e5d6c5ccc9a) - kindlich - Fri Nov 20 21:10:36 2020
* [Set CrT version to 7.1.0](https://github.com/CraftTweaker/CraftTweaker/commit/fac26c7261ac0d523abc2e17129a76e65775bff3) - kindlich - Fri Nov 20 20:54:29 2020
* [Tag Bracket dumper](https://github.com/CraftTweaker/CraftTweaker/commit/92dc07702c51abe3f7d71af275b2a1e0a915407b) - kindlich - Fri Nov 20 00:21:51 2020
* [Some cleanup](https://github.com/CraftTweaker/CraftTweaker/commit/d64039ff9f8768871135c324b73bcb3ddaf1c345) - kindlich - Fri Nov 20 00:20:57 2020
* [Added forgotten MCfluidStackMutable equals op](https://github.com/CraftTweaker/CraftTweaker/commit/7f9503384708ec2ae3839577a1cf55fc5bcfd558) - kindlich - Fri Nov 20 00:04:57 2020
* [Added Block BEP](https://github.com/CraftTweaker/CraftTweaker/commit/610b70fe8f49b7154d728873cb3e110353f1f3c0) - kindlich - Thu Nov 19 23:56:11 2020
* [Allow MCTag<Item> to be cast to IData for JSON recipes](https://github.com/CraftTweaker/CraftTweaker/commit/f46473605ac46588e5e90695ff8ae429c09af2ec) - kindlich - Thu Nov 19 23:15:01 2020
* [Equals methods for Tag, ItemStack and FluidStack](https://github.com/CraftTweaker/CraftTweaker/commit/d900a8c351cdbd624f86cb6847779afdf0360df0) - kindlich - Thu Nov 19 23:13:57 2020
* [Add TagManager#getAllTagsFor](https://github.com/CraftTweaker/CraftTweaker/commit/cd80b73748786088a4486720d5ff4f031d290faa) - kindlich - Thu Nov 19 18:39:36 2020
* [added a way to see if a fluidstack contains another fluidstack](https://github.com/CraftTweaker/CraftTweaker/commit/9bc1bd6b753c5830340dbdbf5bf0c6778b47ebdb) - Jared - Wed Nov 18 22:05:34 2020
* [actually fix the issue with recipe types](https://github.com/CraftTweaker/CraftTweaker/commit/1c53654922676a38b70f43254c967131af420f20) - Jared - Wed Nov 18 16:34:55 2020
* [Fixed an issue with recipe types without any default recipes](https://github.com/CraftTweaker/CraftTweaker/commit/cd16ef26f93228cb2397b4a22e88cfa54b84b4bd) - Jared - Wed Nov 18 16:12:31 2020
* [Fixed tag Vanilla Tag folders trying to be created](https://github.com/CraftTweaker/CraftTweaker/commit/ec82300758fad534688a4d202f1ca304561b152b) - kindlich - Tue Nov 17 21:10:30 2020
* [Made IItemStack#getId return MCResLoc](https://github.com/CraftTweaker/CraftTweaker/commit/13def69fd2286ca29b87fb80523ea242838d1f0d) - kindlich - Tue Nov 17 20:30:25 2020
* [Use Proper TagManager](https://github.com/CraftTweaker/CraftTweaker/commit/7f48d15ea9e314b2620533a84b71715d368c4776) - kindlich - Tue Nov 17 20:27:44 2020
* [Added BoolData](https://github.com/CraftTweaker/CraftTweaker/commit/2fe5bc19ab880a393756c4afb65e782209909e33) - kindlich - Tue Nov 17 20:26:51 2020
* [Added Trace LogLevel](https://github.com/CraftTweaker/CraftTweaker/commit/fb271d115f7c3575cf8ab46f6160398c47e130a0) - kindlich - Sat Nov 14 18:04:00 2020
* [Fixed invalid Tag folders](https://github.com/CraftTweaker/CraftTweaker/commit/08cedbfd585461e4ae114341d506217f20edcc25) - kindlich - Sat Nov 14 17:52:04 2020
* [Tags: Remove MCTag#first due to nonordering of tags](https://github.com/CraftTweaker/CraftTweaker/commit/fc8354934b25f70f8eff947005a21cebd96e04bd) - kindlich - Sat Nov 14 00:14:02 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/67b1e32c7792eccf6145b579f020725c14dbd080) - kindlich - Sat Nov 14 00:09:09 2020
* [Added wrapper IIngredient to wrap MC ingredients with a proper commandString](https://github.com/CraftTweaker/CraftTweaker/commit/329b9c1dcb0983e0cfc696b7e5506d9b2d2f6b21) - kindlich - Sat Nov 14 00:06:15 2020
* [Tags: Have logs use command string version of tags](https://github.com/CraftTweaker/CraftTweaker/commit/d3dc77f00aefc80cf55bed7be8098b55c369d637) - kindlich - Fri Nov 13 23:23:57 2020
* [Minor cleanups](https://github.com/CraftTweaker/CraftTweaker/commit/97bc76b530957dc3afddf85635662cd2f90ee352) - kindlich - Fri Nov 13 23:00:07 2020
* [Added equals method to CommandStringDisplayable implementations](https://github.com/CraftTweaker/CraftTweaker/commit/fbdbdfdef88967d5593b88edb7f76f1d0aee6097) - kindlich - Fri Nov 13 22:59:38 2020
* [Tags: Add, create and remove actions](https://github.com/CraftTweaker/CraftTweaker/commit/54358fdbbcec6f5ee5d0b5ace2717b561dfe3737) - kindlich - Fri Nov 13 22:53:28 2020
* [Made FluidStack castable to MCFluid](https://github.com/CraftTweaker/CraftTweaker/commit/310c176441ed9f696c5ac02dd17c1dfdab165d7b) - kindlich - Fri Nov 13 22:49:53 2020
* [Fix incorrect check for sided LoaderAction](https://github.com/CraftTweaker/CraftTweaker/commit/d9a3cb6e17f463b03c4b32b091a639b0ddeef967) - kindlich - Fri Nov 13 22:48:46 2020
* [fixed quotes in the copy command](https://github.com/CraftTweaker/CraftTweaker/commit/e1d9205f3ca155f405982f0b79541f353964094e) - Jared - Fri Nov 13 21:12:11 2020
* [fix jars published on the maven](https://github.com/CraftTweaker/CraftTweaker/commit/1b0036b712a5c2b2e17e823c9c973e77caf3b291) - Jared - Fri Nov 13 00:47:30 2020
* [First take at Tag BEP](https://github.com/CraftTweaker/CraftTweaker/commit/26da72cb8b005d5f1d816f510d5878cc84e41897) - kindlich - Wed Nov 11 20:36:31 2020
* [Created CTRegisterBEPEvent](https://github.com/CraftTweaker/CraftTweaker/commit/ab113a682f2df22295b9e056e73b5cc0b1efc17f) - kindlich - Wed Nov 11 20:10:14 2020
* [Made LoaderActions side sensitiv](https://github.com/CraftTweaker/CraftTweaker/commit/024c0db7effa76b45ae4ed8b0fc6c9c3370eac84) - kindlich - Wed Nov 11 19:55:52 2020
* [Add a way to get the internal ingredients of an MCIngredientList](https://github.com/CraftTweaker/CraftTweaker/commit/4ad4cf3947cf5dc8767bc09340aa9d94b7356c63) - Richard Freimer - Tue Nov 10 21:23:40 2020
* [WIP: First test at generic Tags](https://github.com/CraftTweaker/CraftTweaker/commit/e31b762b05e4634f91c57b9412dbad803a4f35a0) - kindlich - Tue Nov 10 17:37:46 2020
* [Added MCItemDefinition](https://github.com/CraftTweaker/CraftTweaker/commit/04d5f3de312bc7bf1f39a3a98e871df50d7aa377) - kindlich - Tue Nov 10 17:37:01 2020
* [Added ZenWrapper Registry](https://github.com/CraftTweaker/CraftTweaker/commit/72c9536c5fa7ff49fb7338858be6ccc49dc9288f) - kindlich - Tue Nov 10 17:34:43 2020
* [Add a few methods to IFluidStack](https://github.com/CraftTweaker/CraftTweaker/commit/944fd476c98f58ae97a637411decc491bf3c4719) - Richard Freimer - Sat Nov 7 22:34:02 2020
* [srg2mcp, fix building](https://github.com/CraftTweaker/CraftTweaker/commit/b1de78fd6701679c26ad5a831cf57cdeba89fcf4) - youyihj - Fri Nov 6 06:31:27 2020
* [remove random methods](https://github.com/CraftTweaker/CraftTweaker/commit/8ac04aed48812d1e2beddcada5f7f1cf534d8260) - youyihj - Fri Nov 6 00:01:16 2020
* [Make it easier to make custom add recipe actions that have a different type or number of outputs](https://github.com/CraftTweaker/CraftTweaker/commit/de2edf5b6b9dba010498df4f6e95a8f38df09670) - Richard Freimer - Thu Nov 5 23:44:41 2020
* [Do not try to register abstract classes as recipeManager](https://github.com/CraftTweaker/CraftTweaker/commit/12d940b7ea6b4357e2708cb29fc7cd9c37084274) - kindlich - Thu Nov 5 22:00:39 2020
* [Prevent Compilation if member name clashes with ZC Keyword](https://github.com/CraftTweaker/CraftTweaker/commit/097ac9dde75d71eaa2318c76ee5c8b2756250b26) - kindlich - Thu Nov 5 21:57:44 2020
* [Fix missing colon in MCResourceLocation's command string](https://github.com/CraftTweaker/CraftTweaker/commit/242e6aa36759d77c117aa13dcdca5a0f5b0ff55e) - Richard Freimer - Thu Nov 5 21:41:29 2020
* [fixed typo](https://github.com/CraftTweaker/CraftTweaker/commit/043cd02f22639336870e5953aae6380e9a3a65cc) - Jared - Wed Nov 4 20:08:31 2020
* [added a way to get the internal ID to MCTag](https://github.com/CraftTweaker/CraftTweaker/commit/1839df182ec6748dde691df7ba47dc9303a38ad6) - Jared - Wed Nov 4 20:05:21 2020
* [port to 1.16.4](https://github.com/CraftTweaker/CraftTweaker/commit/01a4ede9a2a5672ab70891e85e0900316896fb12) - Jared - Tue Nov 3 23:37:15 2020
* [Updated submodule to GH Repo](https://github.com/CraftTweaker/CraftTweaker/commit/f3eb939b79e8a0905b2f4c86397dc3655441453e) - kindlich - Tue Nov 3 14:09:49 2020
* [Some small code cleanups](https://github.com/CraftTweaker/CraftTweaker/commit/6a01e93db2357b3d8bd6440916ff50892e919970) - kindlich - Thu Oct 29 21:42:37 2020
* [cleaned up DoccommentUtil](https://github.com/CraftTweaker/CraftTweaker/commit/d2a38748f80ee3c5160cb460b69009256f4e9841) - kindlich - Thu Oct 29 12:01:39 2020
* [Fix generated files not creating docs and gave option to specify the wrappedclasses.csv file](https://github.com/CraftTweaker/CraftTweaker/commit/ff968f6dc9526a25cb6cd5aa65e51a7d16272f1e) - kindlich - Thu Oct 29 11:58:01 2020
* [MCTextComponent's static methods and game#loacalize](https://github.com/CraftTweaker/CraftTweaker/commit/d35a3daea2e6ac29426fc1df102d7e5a5da72989) - youyihj - Thu Oct 29 08:41:25 2020
* [docs](https://github.com/CraftTweaker/CraftTweaker/commit/f5129b0c7571df0cd98e027d106f3914cc08fb5e) - youyihj - Thu Oct 29 05:22:02 2020
* [MCGame](https://github.com/CraftTweaker/CraftTweaker/commit/2a91d91d0e4482f589788e9f4ebd62f6b3d0bc4c) - youyihj - Thu Oct 29 01:43:33 2020
* [Some cleanup of script loads](https://github.com/CraftTweaker/CraftTweaker/commit/160b5687c1e01836e1c5d627be6223465c3c17c1) - kindlich - Wed Oct 28 19:33:24 2020
* [Removed Wildcard script loader](https://github.com/CraftTweaker/CraftTweaker/commit/9042793642792b01b13613c6569c444e5c99438a) - kindlich - Wed Oct 28 19:28:25 2020
* [more](https://github.com/CraftTweaker/CraftTweaker/commit/b92a5c3a6ab915ab80a186902fdc29625fbf2e2d) - youyihj - Wed Oct 28 13:45:22 2020
* [add MCWorld](https://github.com/CraftTweaker/CraftTweaker/commit/a994c341e5d7c3c2ba3ba19d0e94eb6b51103b61) - youyihj - Wed Oct 28 13:27:34 2020
* [WIP: Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/16122bd833f08cd51b975a4ce9ea33d18df34cc2) - kindlich - Fri Oct 23 19:33:47 2020
* [Moved DocumentProcessor to do its work after everything else](https://github.com/CraftTweaker/CraftTweaker/commit/a0352e75a0743b6c7d38c03217ecc763205cbbaa) - kindlich - Fri Oct 16 23:38:02 2020
* [generate docs.json](https://github.com/CraftTweaker/CraftTweaker/commit/4aee824c2e2c0bcbe7e4819c7ed2b6419cffea22) - Jared - Sun Oct 11 22:18:31 2020
* [Extracted method to load script files from RecipeManager](https://github.com/CraftTweaker/CraftTweaker/commit/2cb3af6abab560a5b1901ce338cd5fbc31037d94) - kindlich - Wed Sep 30 22:06:37 2020
* [Added some tests for Array and Instantiation Util](https://github.com/CraftTweaker/CraftTweaker/commit/ab2a274ef3fc162fc9cac5b0ca2167a6cfee454b) - kindlich - Wed Sep 30 22:05:59 2020
* [Refactored CraftTweakerRegistry](https://github.com/CraftTweaker/CraftTweaker/commit/0130dcc91d23cf7f41d0dd486f9ace5ba4a487a4) - kindlich - Wed Sep 30 21:08:15 2020
* [Allow for more than one ScriptLoader with UndoableActions](https://github.com/CraftTweaker/CraftTweaker/commit/29dc398b2833dc3c1a13084fe6845a0874f19a55) - kindlich - Tue Sep 29 22:46:11 2020
* [Default cast IItemStack->Weighted, and RecipeManager#getAllRecipes](https://github.com/CraftTweaker/CraftTweaker/commit/b4703bf08d94fa00513221e888335e9bb477a106) - kindlich - Sat Sep 26 12:25:08 2020
* [Fix problems that the AP change unveiled](https://github.com/CraftTweaker/CraftTweaker/commit/b423316cb718dbb5764108a8a7533e2a2d5f42bd) - kindlich - Sat Sep 26 12:01:39 2020
* [Throw an error if a type has no proper Document or ZenType annotations](https://github.com/CraftTweaker/CraftTweaker/commit/a29079e01707bf005ca8fd4a2b6dd9215e130f98) - kindlich - Sat Sep 26 12:00:14 2020
* [MCWeightedItemStack](https://github.com/CraftTweaker/CraftTweaker/commit/92d52abe2d5e924250b5356e1ba8aa4d3a055b00) - kindlich - Tue Sep 22 21:44:50 2020
* [MCTag isFluidTag and getID](https://github.com/CraftTweaker/CraftTweaker/commit/b865b50d1806a25af3374fcb3ebd88a54cf26c1e) - kindlich - Tue Sep 22 21:05:37 2020
* [made feature request include the version number](https://github.com/CraftTweaker/CraftTweaker/commit/077b2b9862442c6f38083804a12d92f3c61fdbf5) - Jared - Sun Sep 20 20:44:39 2020
* [Added Information to MCMod](https://github.com/CraftTweaker/CraftTweaker/commit/494b6057ebcb17cd7d2fefd8d47250ae2f9cff8e) - kindlich - Sat Sep 19 23:05:34 2020
* [Added MCModInfo#getFluids](https://github.com/CraftTweaker/CraftTweaker/commit/f70f942c91359c9d369c89b01a6f28199c9d42b4) - kindlich - Sat Sep 19 22:56:41 2020
* [Updated Jenkinsfile for @crafttweakerbot](https://github.com/CraftTweaker/CraftTweaker/commit/854dac7b51a7376f0fd50d5170373dab1066cc2a) - kindlich - Sat Sep 19 22:32:20 2020
* [even more docs](https://github.com/CraftTweaker/CraftTweaker/commit/a84bfce4b99c696a100e20f71e1e521901f98410) - Jared - Fri Sep 18 15:03:47 2020
* [more docs](https://github.com/CraftTweaker/CraftTweaker/commit/6186f526e4a467b3bf78699cac9e8dbe2045c672) - Jared - Fri Sep 18 14:58:30 2020
* [add some docs as a test](https://github.com/CraftTweaker/CraftTweaker/commit/c90db518427db2ec078f19ad8c7a4410bc5d200e) - Jared - Fri Sep 18 14:42:11 2020
* [Now use CrT docs repo instead of kindlich's fork](https://github.com/CraftTweaker/CraftTweaker/commit/09b611b9e539e626e23ac94bc294c12a94aa5dd9) - kindlich - Thu Sep 17 23:48:48 2020
* [Re-enabled publishing to Maven, CF and Version Tracker](https://github.com/CraftTweaker/CraftTweaker/commit/5c9c2a320ccbc26a490e0686b808261ca24d9a6b) - kindlich - Thu Sep 17 23:20:05 2020
* [Use dash as build version separator instead of dot](https://github.com/CraftTweaker/CraftTweaker/commit/147776cfc39b026cd41d045b30ab5784e9021a9f) - kindlich - Thu Sep 17 22:41:25 2020
* [Make docs generate in docs folder to keep them separated from mkdocs.yml](https://github.com/CraftTweaker/CraftTweaker/commit/76a88ddc17ddb7dce3302eaf9b40dc43c4cc3999) - kindlich - Thu Sep 17 22:41:25 2020
* [Added example amount docParams to Fluidstack and Fluid](https://github.com/CraftTweaker/CraftTweaker/commit/a1a49990ecf48ac5a13e7ba0af052bef9d7e3351) - kindlich - Thu Sep 17 22:41:25 2020
* [Automated Doc Export, disabled Publishing for now](https://github.com/CraftTweaker/CraftTweaker/commit/b23b6638e11442204622a41082a0df89dbf05838) - kindlich - Thu Sep 17 22:41:24 2020
* [port to 1.16.3](https://github.com/CraftTweaker/CraftTweaker/commit/6938d637c10bdfb545bda6ebb394068a8410484e) - Jared - Tue Sep 15 21:48:51 2020
* [Added Fluid Tags](https://github.com/CraftTweaker/CraftTweaker/commit/aa84727d84bdf5df01e4eb3cb03aab64a141903b) - kindlich - Sun Sep 13 16:11:10 2020
* [Merge pull request #1062 from kindlich/1.15](https://github.com/CraftTweaker/CraftTweaker/commit/684460ab4f5ade755b011790e0b9376b3ea4413e) - Jared - Sun Sep 13 00:49:34 2020
* [Merge pull request #1047 from kindlich/1.15](https://github.com/CraftTweaker/CraftTweaker/commit/fd1d1ca059960c1fc8da6dd88df31e268a3bee4d) - kindlich - Sun Sep 13 00:48:27 2020
* [Update pack.mcmeta](https://github.com/CraftTweaker/CraftTweaker/commit/5de0788fad67d7780add250dfe4bb03c37febf5e) - kindlich - Sun Sep 13 00:39:20 2020
* [Add mixin as an annotation processor to generate the refmap](https://github.com/CraftTweaker/CraftTweaker/commit/bb436742c7e8d8e023fe3175956466807251bde7) - Jared - Sat Aug 22 01:48:20 2020
* [reduce logo file size](https://github.com/CraftTweaker/CraftTweaker/commit/47e9c1e9665a050dea88c7ff90f5500cb0b22fdd) - Jared - Sat Aug 22 01:07:09 2020
* [1.16.2 port is done (tm) mixins :eyes:](https://github.com/CraftTweaker/CraftTweaker/commit/d7591c35e6adcaf8da9d903325e58ccd54c3a0b1) - Jared - Sat Aug 22 00:49:46 2020
* [non working mixin impl](https://github.com/CraftTweaker/CraftTweaker/commit/95a46d1316aee52a58de77f7cc9a507e69709853) - Jared - Fri Aug 21 18:47:33 2020
* [initial 1.16.2 port](https://github.com/CraftTweaker/CraftTweaker/commit/192513db0a563e99d5e15ea2ee7e326620ec8d97) - Jared - Fri Aug 21 13:59:01 2020
* [Updated INumberData to include type](https://github.com/CraftTweaker/CraftTweaker/commit/3c70f344850c8033fd57daa5c65638c65c839b0c) - kindlich - Wed Aug 12 21:27:44 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/7260750d5b29d8b4407beac782760ac85a5c74f0) - kindlich - Wed Aug 12 21:27:22 2020
* [Added IIngredient#reuse](https://github.com/CraftTweaker/CraftTweaker/commit/7db932b1d8b5ac4a7e9547d6ac1c295f5d99a9c0) - kindlich - Wed Aug 12 21:25:59 2020
* [Added JUnit tests for Snipping Preprocessor](https://github.com/CraftTweaker/CraftTweaker/commit/6757545e008b5f2c59c26d83d055ccc1b863c1c5) - kindlich - Wed Aug 12 21:20:29 2020
* [Changed how the SnippingPreprocessor works](https://github.com/CraftTweaker/CraftTweaker/commit/2176243d400b388ee28e7c01c66bb997ce7a58d1) - kindlich - Wed Aug 12 21:19:03 2020
* [Use IRecipeType.register](https://github.com/CraftTweaker/CraftTweaker/commit/d1ae94eda5936711469af7d72684f6f0b8618ab4) - kindlich - Wed Aug 12 21:18:45 2020
* [Added ScriptLoadingOptions.firstRun](https://github.com/CraftTweaker/CraftTweaker/commit/8694321eecbdb4a461fc2bfc7f07f117a638f791) - kindlich - Wed Aug 12 21:15:39 2020
* [Update the issue template.](https://github.com/CraftTweaker/CraftTweaker/commit/5e3b63ecacd81cacbe7421f9add8e425ad95b2c0) - Jared - Sat Aug 8 21:14:53 2020
* [Don't send the patreon message if there are no scripts](https://github.com/CraftTweaker/CraftTweaker/commit/74195b4dbe14743df5e5d80dcbccbc7fb129fb4e) - Jared - Sat Aug 1 22:38:59 2020
* [Changed how CurseGradle is applied to make multiprojects work](https://github.com/CraftTweaker/CraftTweaker/commit/887b3099e88e7f3271f8ff6761612e03c05fe2c1) - kindlich - Wed Jul 29 18:09:06 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/e07b3616926f392cbab702b390078fafc4685f31) - kindlich - Wed Jul 29 18:08:35 2020
* [fix tooltips crashing server close #1024](https://github.com/CraftTweaker/CraftTweaker/commit/af643c5b59b6bfceffdba261ebd8119e1c90bc83) - Jared - Tue Jul 28 18:07:16 2020
* [add a way to get items blocks and entitytypes from mods](https://github.com/CraftTweaker/CraftTweaker/commit/7ca2a51e2fe364a8dcdbe943bce2937d91e18f79) - Jared - Mon Jul 27 13:36:14 2020
* [fix nbt matching for vanilla ingredients](https://github.com/CraftTweaker/CraftTweaker/commit/0a7afcd60eaeb2d53eb1074be7af90f9595eb0cd) - Jared - Mon Jul 27 13:35:37 2020
* [Implement tooltips](https://github.com/CraftTweaker/CraftTweaker/commit/450ec4406b3a95d8b563acf53425b8b922d7a9e9) - Jared - Mon Jul 27 00:56:07 2020
* [fix any damage serializer close #1022](https://github.com/CraftTweaker/CraftTweaker/commit/8db23174b174ef921e8e96ec3580d1d2546f0133) - Jared - Sun Jul 26 12:23:51 2020
* [fix onlyIf](https://github.com/CraftTweaker/CraftTweaker/commit/d9e3c73ba9fb219f87bf867746d1f9f7b1962857) - Jared - Sat Jul 25 13:32:25 2020
* [ingredient conditions implemented, onlyIf needs some work though](https://github.com/CraftTweaker/CraftTweaker/commit/0bf1d42005304c2245b50812fd6873e7390f90f8) - Jared - Sat Jul 25 02:33:53 2020
* [Add support for smithing table recipes.](https://github.com/CraftTweaker/CraftTweaker/commit/c49f5ad36aab9b1433f7536eb5a1a33c840bb706) - Tyler Hancock - Wed Jul 22 00:23:23 2020
* [Remove ResourceLocation Const for CTShapedRecipe Close #1012](https://github.com/CraftTweaker/CraftTweaker/commit/999212c9198c68c080971e68acd30abcf44df0c7) - Jared - Sun Jul 19 21:25:41 2020
* [Update readme](https://github.com/CraftTweaker/CraftTweaker/commit/a43c2d66012210eb272c22d6c7a536e8cf9b7866) - Jared - Fri Jul 17 04:13:24 2020
* [Fix commands being lost after reloading](https://github.com/CraftTweaker/CraftTweaker/commit/c59fedde59fc536579f4be297c82c0ae2b0591eb) - Jared - Thu Jul 16 23:27:21 2020
* [use flat maven badge](https://github.com/CraftTweaker/CraftTweaker/commit/d4ef291db6d5cb6dfd0d98198903ed2e783e43e4) - Jared - Wed Jul 15 13:28:14 2020
* [Started work on rewriting the readme](https://github.com/CraftTweaker/CraftTweaker/commit/cb02d1772f2b3cc71d33665cb51d968a8a865593) - Jared - Tue Jul 14 23:33:08 2020
* [add support for or'd ingredients close #1008](https://github.com/CraftTweaker/CraftTweaker/commit/81ef854472188ec384e8b9e2f26fe7526f11c1ad) - Jared - Tue Jul 14 14:55:38 2020
* [re-add JEITweaker dep](https://github.com/CraftTweaker/CraftTweaker/commit/3179e4134e16a2ff2ea7aa8350ec79ecef374686) - Jared - Mon Jul 13 02:25:35 2020
* [use an empty ingredient if the item is empty](https://github.com/CraftTweaker/CraftTweaker/commit/6e42fb764dd315c742c0f64bcbb05ae6e2c6e052) - Jared - Sat Jul 11 04:35:16 2020
* [re-add JEI to the dev env](https://github.com/CraftTweaker/CraftTweaker/commit/02981d4d15cea614c4aa4afcb11f489ed21a7a18) - Jared - Sat Jul 11 03:29:00 2020
* [Fix adding and removing things from tags](https://github.com/CraftTweaker/CraftTweaker/commit/3b2c3544f55cbe7a276cc41a71644c955a086e34) - Jared - Fri Jul 10 22:43:39 2020
* [fix 1.15.2 references...](https://github.com/CraftTweaker/CraftTweaker/commit/9dd241035aacef8d7cde5d4942b7dcd49f7be427) - Jared - Fri Jul 10 21:24:54 2020
* [Fix curse gradle not liking an empty function](https://github.com/CraftTweaker/CraftTweaker/commit/22cfc43328c0c5624dca70ef2ab8e9d458b60f67) - Jared - Fri Jul 10 17:38:44 2020
* [hopefully fix changelog generation...](https://github.com/CraftTweaker/CraftTweaker/commit/a34d34b9bf901d68235bb1205c81e07faf8d2d6d) - Jared - Fri Jul 10 17:32:46 2020
* [test commit](https://github.com/CraftTweaker/CraftTweaker/commit/7ca3b847d68d12b5aaf39c0e52e4b760fdc12a82) - Jared - Fri Jul 10 17:22:09 2020
* [don't mark JEITweaker for 1.16](https://github.com/CraftTweaker/CraftTweaker/commit/01df09519dd2e48735db089a1e953592b0da81a2) - Jared - Fri Jul 10 17:04:50 2020
* [version push](https://github.com/CraftTweaker/CraftTweaker/commit/58584d8d60e76ed71d6f1cbfbab5618e4763c27e) - Jared - Fri Jul 10 16:57:44 2020
* [compiles and works tm](https://github.com/CraftTweaker/CraftTweaker/commit/b9244a66c981d73a90a8e79ccc9939f36a3f5f71) - Jared - Thu Jul 9 23:20:35 2020
* [update changelog commit](https://github.com/CraftTweaker/CraftTweaker/commit/6808f6e0b840435f2dc3cb71d521c3327a7122a2) - Jared - Tue Jul 7 06:33:23 2020
CraftTweaker-1.16.5-7.1.0.99.jar:
Current version: 7.1.0.99
* [Add BlockTag to ct hand](https://github.com/CraftTweaker/CraftTweaker/commit/ddec730d71314e7a6428040b3d45ea1119c13106) - Jared - Fri Jan 22 17:44:32 2021
* [Added Block to ct hand](https://github.com/CraftTweaker/CraftTweaker/commit/2d42e7d36ba8bfa3b8dbc520d9c1819b99c151e3) - Jared - Thu Jan 21 14:36:00 2021
* [Added BlockState to ct hand](https://github.com/CraftTweaker/CraftTweaker/commit/8c92f6751b1b10525b0ed0a6a1fe765faa948966) - Jared - Thu Jan 21 14:32:17 2021
* [Fix build errors](https://github.com/CraftTweaker/CraftTweaker/commit/38f8122d7ccfdf1a5ad5a881cba09c28d724550a) - Jared - Wed Jan 20 00:57:09 2021
* [Updated World with additional information and functionality. (#1141)](https://github.com/CraftTweaker/CraftTweaker/commit/b75e108c5d794e6decf60bb45b07be10b4d46b7c) - Tyler Hancock - Wed Jan 20 00:41:13 2021
* [update readme to 1.16.5](https://github.com/CraftTweaker/CraftTweaker/commit/d3e1997f0a8185a4598e3340c62c276782c6645d) - Jared - Tue Jan 19 10:53:24 2021
* [Add an editorconfig and update the codestyle.xml](https://github.com/CraftTweaker/CraftTweaker/commit/38cd6210b16f96eb1e3bffd55b95a44b5d0acce5) - Jared - Tue Jan 19 08:20:20 2021
* [Check if the changelog can actually be written before trying to write it.](https://github.com/CraftTweaker/CraftTweaker/commit/553ecde7346e18d8fa6780ce1c40f8ab83bf0eda) - Tyler Hancock - Tue Jan 19 07:46:04 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/3f848e484d5521447ac72dabc831933b08dd9024) - kindlich - Mon Jan 18 08:54:32 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/322e6f8093192d1d2927aa7987446ecacbe99ceb) - kindlich - Sun Jan 17 21:04:27 2021
* [Check if a player is fake or not](https://github.com/CraftTweaker/CraftTweaker/commit/d7fe9bbff6c0e1f5a690d2d465a9bf2c6d7ade7e) - Jared - Sun Jan 17 06:04:48 2021
* [gave blockpos a string caster](https://github.com/CraftTweaker/CraftTweaker/commit/bd621f0900e645566677395f7d6e510be6f4abfe) - Jared - Sun Jan 17 06:04:39 2021
* [added world to entity](https://github.com/CraftTweaker/CraftTweaker/commit/17f64c77ed7faed9b6f3c4fadcb72ff2bc452bc6) - Jared - Sun Jan 17 06:04:11 2021
* [Fixed /crafttweaker not working correctly](https://github.com/CraftTweaker/CraftTweaker/commit/138306beaa2a2b066bb0a9be11448e19ab014751) - Jared - Sat Jan 16 23:13:04 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/181909da948c4e43208ac27ad598899c50f05d61) - kindlich - Sat Jan 16 20:29:33 2021
* [Add a way to send a chat message](https://github.com/CraftTweaker/CraftTweaker/commit/68f8641760b63c93eaa654789acf473fc597465d) - Jared - Sat Jan 16 05:12:30 2021
* [port to 1.16.5](https://github.com/CraftTweaker/CraftTweaker/commit/81f55ea9a8e10d9c8db9a4e9d489aa855719d86c) - Jared - Fri Jan 15 23:29:57 2021
* [Add Wandering Trader support](https://github.com/CraftTweaker/CraftTweaker/commit/69515ed29dc1cb39c9dfdb2e4d604939935e9435) - Jared - Thu Jan 14 18:37:37 2021
* [Add Villager trades support](https://github.com/CraftTweaker/CraftTweaker/commit/a8b17750c5487447a734fe086d63ea064670bf0b) - Jared - Thu Jan 14 18:04:54 2021
* [Fixed copy paste error in BracketValidators](https://github.com/CraftTweaker/CraftTweaker/commit/21a2a0956e031e50e7680b39b5fa761c5608d9f3) - Jared - Thu Jan 14 18:03:07 2021
* [Added isServer to CraftTweakerAPI](https://github.com/CraftTweaker/CraftTweaker/commit/78a74f05a42fd118ff6ee44fe25757d27724f88a) - Jared - Wed Jan 13 19:49:34 2021
* [Fixed an issue with tags being a bit too specific](https://github.com/CraftTweaker/CraftTweaker/commit/49432c676b07d83259fcf9f53b7f1c2ab85154f7) - Jared - Wed Jan 13 16:08:32 2021
* [Removed client-only call in Recipetypes BEP](https://github.com/CraftTweaker/CraftTweaker/commit/02b789a5126e590e5de9ff22bb8b9a16975fbce5) - kindlich - Tue Jan 12 20:19:22 2021
* [Removed optional annotations from ListData constructor](https://github.com/CraftTweaker/CraftTweaker/commit/ca76332b435a60bef2bdc929ac57b07a5e3660ac) - kindlich - Tue Jan 12 20:16:03 2021
* [Fix issue on servers when using wrapper recipes](https://github.com/CraftTweaker/CraftTweaker/commit/37576fe3810c82ff0546fe9cb230bda26749c4e3) - Jared - Tue Jan 12 07:48:27 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/03bbffc5f7d0895bc32820476990c5da74c880a4) - kindlich - Sun Jan 10 17:35:47 2021
* [Made the patron message not print to chat](https://github.com/CraftTweaker/CraftTweaker/commit/2529fa7561457bf70632154b31ad90d08b8bc0a4) - Jared - Sat Jan 9 19:51:43 2021
* [Replace typeclassconverter instead of catching mirroredTypeExceptions manually](https://github.com/CraftTweaker/CraftTweaker/commit/e8774872b0ff612873dcbc0306363bb3d15d8f47) - kindlich - Sat Jan 9 19:20:39 2021
* [Re-enabled docs publishing](https://github.com/CraftTweaker/CraftTweaker/commit/985400502e6e3203fdabb069a11f4825386a2356) - kindlich - Sat Jan 9 17:46:17 2021
* [Extracted initialization logic to Abstract Processor class](https://github.com/CraftTweaker/CraftTweaker/commit/724de7090130dbdbe2b4dae5609628bc6f249b54) - kindlich - Wed Jan 6 23:25:06 2021
* [AnnotationProcessors: Properly handle inner types in TypeNotPresentExceptions](https://github.com/CraftTweaker/CraftTweaker/commit/fddd796570f85065975881f8d4b6509128e16aeb) - kindlich - Mon Jan 4 23:07:32 2021
* [AnnotationProcessors: Fix NPE](https://github.com/CraftTweaker/CraftTweaker/commit/d09bb21d8e00d0f4189070cec64a7a01494c6055) - kindlich - Mon Jan 4 22:49:55 2021
* [Fix types not being found](https://github.com/CraftTweaker/CraftTweaker/commit/de52ae6c16970e9758f7c14d562a5085acd5e323) - kindlich - Mon Jan 4 22:20:25 2021
* [Catch TypeNotPresentExceptions](https://github.com/CraftTweaker/CraftTweaker/commit/4b04293d2283d1ccd4e9f506c15567465781120c) - kindlich - Mon Jan 4 21:16:59 2021
* [Replace wrapper types with native types](https://github.com/CraftTweaker/CraftTweaker/commit/399d90d15724a14c5749f5322bf6e877ffa37032) - kindlich - Thu Dec 31 02:30:35 2020
* [More Validation APs for Expansions, Types and Parameters](https://github.com/CraftTweaker/CraftTweaker/commit/8583a727eb027e2d5a64774add449b049cbe5f9e) - kindlich - Wed Dec 30 00:22:23 2020
* [Document Processor](https://github.com/CraftTweaker/CraftTweaker/commit/09a707a8bf174d5c47777b46be0bdf3ea2b419f9) - kindlich - Fri Dec 25 00:39:41 2020
* [Replace wrapper types with native types](https://github.com/CraftTweaker/CraftTweaker/commit/018191dc43344aabd81556e6f0aa52e8771de44a) - kindlich - Fri Dec 25 00:35:34 2020
* [Fix error message for TypedExpansion](https://github.com/CraftTweaker/CraftTweaker/commit/35fce87ac5998eb43c5c26f50a5fbcfcb4f7b77c) - kindlich - Fri Dec 25 00:31:31 2020
* [Review findings for tagdata](https://github.com/CraftTweaker/CraftTweaker/commit/71e3e7a31f557381a7ff32a458bd9903a1ead091) - kindlich - Fri Dec 25 00:25:42 2020
* [Removed Wrappers](https://github.com/CraftTweaker/CraftTweaker/commit/f0a1b51dcc9703789e9bce9ffae0c440489fa4e3) - kindlich - Thu Dec 24 20:01:36 2020
* [Add native support](https://github.com/CraftTweaker/CraftTweaker/commit/f47b8875723808a5b2ef96d8cbf83698b862273a) - kindlich - Thu Dec 24 19:54:40 2020
* [KnownAddons, and general fixes](https://github.com/CraftTweaker/CraftTweaker/commit/422b30b339d347d22237ffdc768a71c996cbe508) - kindlich - Thu Dec 24 19:50:20 2020
* [Tag update](https://github.com/CraftTweaker/CraftTweaker/commit/82e1f97ccf02643a50aff89ee3a4322a3dd8ecb4) - kindlich - Thu Dec 24 19:13:44 2020
* [Fix recipe name in example](https://github.com/CraftTweaker/CraftTweaker/commit/a5dfb0119232ddfc8fc90ec145f03c64cc2dfeb5) - kindlich - Mon Dec 7 09:24:44 2020
* [Added Tags example file](https://github.com/CraftTweaker/CraftTweaker/commit/0f52069e0367c59ea496467eb7e1626261ec1997) - kindlich - Sun Dec 6 21:50:23 2020
* [Fix order of operands for Contains operator](https://github.com/CraftTweaker/CraftTweaker/commit/1b604483628055a0c2a4221d66eb5e37204780ce) - kindlich - Tue Dec 1 21:09:16 2020
* [Fixed Mixin Location for TagCollection](https://github.com/CraftTweaker/CraftTweaker/commit/8adcb31d1524978527a52ba3c5658120e695b46e) - kindlich - Tue Dec 1 21:09:15 2020
* [WIP: Added "ct examples" command](https://github.com/CraftTweaker/CraftTweaker/commit/655a2cad24a2f97fa8df30ded415d902e398dca8) - kindlich - Tue Dec 1 21:09:15 2020
* [Removed ScriptLoadingOptions#firstRun](https://github.com/CraftTweaker/CraftTweaker/commit/31459405082f94a8b42e0c8096d7ab7bdaf72c31) - kindlich - Tue Dec 1 21:09:15 2020
* [Fix not properly executing first runs](https://github.com/CraftTweaker/CraftTweaker/commit/26f1ef22a8017d3f04386420653df12ceffb0283) - kindlich - Tue Dec 1 21:09:15 2020
* [Fixed byteExpansion being optional](https://github.com/CraftTweaker/CraftTweaker/commit/83c44e43db17035a2317805280511ac1fd1f0787) - kindlich - Tue Dec 1 21:09:14 2020
* [Added way to get script position from IAction](https://github.com/CraftTweaker/CraftTweaker/commit/9bbf2c7eb09c3f52fa7de6092652ac433d191bc7) - kindlich - Tue Dec 1 21:09:14 2020
* [Throw ParseExceptions in Parsers to show script location](https://github.com/CraftTweaker/CraftTweaker/commit/459efc360001707a33a202c83f864a692e735138) - kindlich - Tue Dec 1 21:09:14 2020
* [Fixed immutable maps on the client](https://github.com/CraftTweaker/CraftTweaker/commit/b7a8b40e05bb26b2e03b241f0da590e095f43724) - Jared - Tue Dec 1 20:14:14 2020
* [Fixed incorrect check for directory creation](https://github.com/CraftTweaker/CraftTweaker/commit/ebec199d845f870432b1017d2e1665398243e77f) - kindlich - Sun Nov 22 13:22:58 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/3363b8d875799f36fa615e6b12180465f03d2057) - kindlich - Sat Nov 21 21:19:38 2020
* [Fixed duplicate tag dump and and added folder to TagManager warnings](https://github.com/CraftTweaker/CraftTweaker/commit/7335b6ff5492f13bc90b9f4cfab3a30a9bad4e5d) - kindlich - Sat Nov 21 21:19:27 2020
* [Take 2: Added CraftTweaker Annotations to CrT Classpath](https://github.com/CraftTweaker/CraftTweaker/commit/0777521d01901b0d99488281afedf11d078a765d) - kindlich - Sat Nov 21 15:33:31 2020
* [Added CraftTweaker Annotations to CrT Classpath](https://github.com/CraftTweaker/CraftTweaker/commit/0c5cf2919039604475b0fbfcbed94b9fdd7ac7dd) - kindlich - Sat Nov 21 11:22:27 2020
* [Fixed issue in build.gradle path](https://github.com/CraftTweaker/CraftTweaker/commit/2b598ab7e07221202eb05788b8882d221e9525f6) - kindlich - Fri Nov 20 22:00:18 2020
* [Disabled publishing to Maven and DocExport](https://github.com/CraftTweaker/CraftTweaker/commit/8d85359dafc13cb6f9c9ee5c3d482e5d6c5ccc9a) - kindlich - Fri Nov 20 21:10:36 2020
* [Set CrT version to 7.1.0](https://github.com/CraftTweaker/CraftTweaker/commit/fac26c7261ac0d523abc2e17129a76e65775bff3) - kindlich - Fri Nov 20 20:54:29 2020
* [Tag Bracket dumper](https://github.com/CraftTweaker/CraftTweaker/commit/92dc07702c51abe3f7d71af275b2a1e0a915407b) - kindlich - Fri Nov 20 00:21:51 2020
* [Some cleanup](https://github.com/CraftTweaker/CraftTweaker/commit/d64039ff9f8768871135c324b73bcb3ddaf1c345) - kindlich - Fri Nov 20 00:20:57 2020
* [Added forgotten MCfluidStackMutable equals op](https://github.com/CraftTweaker/CraftTweaker/commit/7f9503384708ec2ae3839577a1cf55fc5bcfd558) - kindlich - Fri Nov 20 00:04:57 2020
* [Added Block BEP](https://github.com/CraftTweaker/CraftTweaker/commit/610b70fe8f49b7154d728873cb3e110353f1f3c0) - kindlich - Thu Nov 19 23:56:11 2020
* [Allow MCTag<Item> to be cast to IData for JSON recipes](https://github.com/CraftTweaker/CraftTweaker/commit/f46473605ac46588e5e90695ff8ae429c09af2ec) - kindlich - Thu Nov 19 23:15:01 2020
* [Equals methods for Tag, ItemStack and FluidStack](https://github.com/CraftTweaker/CraftTweaker/commit/d900a8c351cdbd624f86cb6847779afdf0360df0) - kindlich - Thu Nov 19 23:13:57 2020
* [Add TagManager#getAllTagsFor](https://github.com/CraftTweaker/CraftTweaker/commit/cd80b73748786088a4486720d5ff4f031d290faa) - kindlich - Thu Nov 19 18:39:36 2020
* [added a way to see if a fluidstack contains another fluidstack](https://github.com/CraftTweaker/CraftTweaker/commit/9bc1bd6b753c5830340dbdbf5bf0c6778b47ebdb) - Jared - Wed Nov 18 22:05:34 2020
* [actually fix the issue with recipe types](https://github.com/CraftTweaker/CraftTweaker/commit/1c53654922676a38b70f43254c967131af420f20) - Jared - Wed Nov 18 16:34:55 2020
* [Fixed an issue with recipe types without any default recipes](https://github.com/CraftTweaker/CraftTweaker/commit/cd16ef26f93228cb2397b4a22e88cfa54b84b4bd) - Jared - Wed Nov 18 16:12:31 2020
* [Fixed tag Vanilla Tag folders trying to be created](https://github.com/CraftTweaker/CraftTweaker/commit/ec82300758fad534688a4d202f1ca304561b152b) - kindlich - Tue Nov 17 21:10:30 2020
* [Made IItemStack#getId return MCResLoc](https://github.com/CraftTweaker/CraftTweaker/commit/13def69fd2286ca29b87fb80523ea242838d1f0d) - kindlich - Tue Nov 17 20:30:25 2020
* [Use Proper TagManager](https://github.com/CraftTweaker/CraftTweaker/commit/7f48d15ea9e314b2620533a84b71715d368c4776) - kindlich - Tue Nov 17 20:27:44 2020
* [Added BoolData](https://github.com/CraftTweaker/CraftTweaker/commit/2fe5bc19ab880a393756c4afb65e782209909e33) - kindlich - Tue Nov 17 20:26:51 2020
* [Added Trace LogLevel](https://github.com/CraftTweaker/CraftTweaker/commit/fb271d115f7c3575cf8ab46f6160398c47e130a0) - kindlich - Sat Nov 14 18:04:00 2020
* [Fixed invalid Tag folders](https://github.com/CraftTweaker/CraftTweaker/commit/08cedbfd585461e4ae114341d506217f20edcc25) - kindlich - Sat Nov 14 17:52:04 2020
* [Tags: Remove MCTag#first due to nonordering of tags](https://github.com/CraftTweaker/CraftTweaker/commit/fc8354934b25f70f8eff947005a21cebd96e04bd) - kindlich - Sat Nov 14 00:14:02 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/67b1e32c7792eccf6145b579f020725c14dbd080) - kindlich - Sat Nov 14 00:09:09 2020
* [Added wrapper IIngredient to wrap MC ingredients with a proper commandString](https://github.com/CraftTweaker/CraftTweaker/commit/329b9c1dcb0983e0cfc696b7e5506d9b2d2f6b21) - kindlich - Sat Nov 14 00:06:15 2020
* [Tags: Have logs use command string version of tags](https://github.com/CraftTweaker/CraftTweaker/commit/d3dc77f00aefc80cf55bed7be8098b55c369d637) - kindlich - Fri Nov 13 23:23:57 2020
* [Minor cleanups](https://github.com/CraftTweaker/CraftTweaker/commit/97bc76b530957dc3afddf85635662cd2f90ee352) - kindlich - Fri Nov 13 23:00:07 2020
* [Added equals method to CommandStringDisplayable implementations](https://github.com/CraftTweaker/CraftTweaker/commit/fbdbdfdef88967d5593b88edb7f76f1d0aee6097) - kindlich - Fri Nov 13 22:59:38 2020
* [Tags: Add, create and remove actions](https://github.com/CraftTweaker/CraftTweaker/commit/54358fdbbcec6f5ee5d0b5ace2717b561dfe3737) - kindlich - Fri Nov 13 22:53:28 2020
* [Made FluidStack castable to MCFluid](https://github.com/CraftTweaker/CraftTweaker/commit/310c176441ed9f696c5ac02dd17c1dfdab165d7b) - kindlich - Fri Nov 13 22:49:53 2020
* [Fix incorrect check for sided LoaderAction](https://github.com/CraftTweaker/CraftTweaker/commit/d9a3cb6e17f463b03c4b32b091a639b0ddeef967) - kindlich - Fri Nov 13 22:48:46 2020
* [fixed quotes in the copy command](https://github.com/CraftTweaker/CraftTweaker/commit/e1d9205f3ca155f405982f0b79541f353964094e) - Jared - Fri Nov 13 21:12:11 2020
* [fix jars published on the maven](https://github.com/CraftTweaker/CraftTweaker/commit/1b0036b712a5c2b2e17e823c9c973e77caf3b291) - Jared - Fri Nov 13 00:47:30 2020
* [First take at Tag BEP](https://github.com/CraftTweaker/CraftTweaker/commit/26da72cb8b005d5f1d816f510d5878cc84e41897) - kindlich - Wed Nov 11 20:36:31 2020
* [Created CTRegisterBEPEvent](https://github.com/CraftTweaker/CraftTweaker/commit/ab113a682f2df22295b9e056e73b5cc0b1efc17f) - kindlich - Wed Nov 11 20:10:14 2020
* [Made LoaderActions side sensitiv](https://github.com/CraftTweaker/CraftTweaker/commit/024c0db7effa76b45ae4ed8b0fc6c9c3370eac84) - kindlich - Wed Nov 11 19:55:52 2020
* [Add a way to get the internal ingredients of an MCIngredientList](https://github.com/CraftTweaker/CraftTweaker/commit/4ad4cf3947cf5dc8767bc09340aa9d94b7356c63) - Richard Freimer - Tue Nov 10 21:23:40 2020
* [WIP: First test at generic Tags](https://github.com/CraftTweaker/CraftTweaker/commit/e31b762b05e4634f91c57b9412dbad803a4f35a0) - kindlich - Tue Nov 10 17:37:46 2020
* [Added MCItemDefinition](https://github.com/CraftTweaker/CraftTweaker/commit/04d5f3de312bc7bf1f39a3a98e871df50d7aa377) - kindlich - Tue Nov 10 17:37:01 2020
* [Added ZenWrapper Registry](https://github.com/CraftTweaker/CraftTweaker/commit/72c9536c5fa7ff49fb7338858be6ccc49dc9288f) - kindlich - Tue Nov 10 17:34:43 2020
* [Add a few methods to IFluidStack](https://github.com/CraftTweaker/CraftTweaker/commit/944fd476c98f58ae97a637411decc491bf3c4719) - Richard Freimer - Sat Nov 7 22:34:02 2020
* [srg2mcp, fix building](https://github.com/CraftTweaker/CraftTweaker/commit/b1de78fd6701679c26ad5a831cf57cdeba89fcf4) - youyihj - Fri Nov 6 06:31:27 2020
* [remove random methods](https://github.com/CraftTweaker/CraftTweaker/commit/8ac04aed48812d1e2beddcada5f7f1cf534d8260) - youyihj - Fri Nov 6 00:01:16 2020
* [Make it easier to make custom add recipe actions that have a different type or number of outputs](https://github.com/CraftTweaker/CraftTweaker/commit/de2edf5b6b9dba010498df4f6e95a8f38df09670) - Richard Freimer - Thu Nov 5 23:44:41 2020
* [Do not try to register abstract classes as recipeManager](https://github.com/CraftTweaker/CraftTweaker/commit/12d940b7ea6b4357e2708cb29fc7cd9c37084274) - kindlich - Thu Nov 5 22:00:39 2020
* [Prevent Compilation if member name clashes with ZC Keyword](https://github.com/CraftTweaker/CraftTweaker/commit/097ac9dde75d71eaa2318c76ee5c8b2756250b26) - kindlich - Thu Nov 5 21:57:44 2020
* [Fix missing colon in MCResourceLocation's command string](https://github.com/CraftTweaker/CraftTweaker/commit/242e6aa36759d77c117aa13dcdca5a0f5b0ff55e) - Richard Freimer - Thu Nov 5 21:41:29 2020
* [fixed typo](https://github.com/CraftTweaker/CraftTweaker/commit/043cd02f22639336870e5953aae6380e9a3a65cc) - Jared - Wed Nov 4 20:08:31 2020
* [added a way to get the internal ID to MCTag](https://github.com/CraftTweaker/CraftTweaker/commit/1839df182ec6748dde691df7ba47dc9303a38ad6) - Jared - Wed Nov 4 20:05:21 2020
* [port to 1.16.4](https://github.com/CraftTweaker/CraftTweaker/commit/01a4ede9a2a5672ab70891e85e0900316896fb12) - Jared - Tue Nov 3 23:37:15 2020
* [Updated submodule to GH Repo](https://github.com/CraftTweaker/CraftTweaker/commit/f3eb939b79e8a0905b2f4c86397dc3655441453e) - kindlich - Tue Nov 3 14:09:49 2020
* [Some small code cleanups](https://github.com/CraftTweaker/CraftTweaker/commit/6a01e93db2357b3d8bd6440916ff50892e919970) - kindlich - Thu Oct 29 21:42:37 2020
* [cleaned up DoccommentUtil](https://github.com/CraftTweaker/CraftTweaker/commit/d2a38748f80ee3c5160cb460b69009256f4e9841) - kindlich - Thu Oct 29 12:01:39 2020
* [Fix generated files not creating docs and gave option to specify the wrappedclasses.csv file](https://github.com/CraftTweaker/CraftTweaker/commit/ff968f6dc9526a25cb6cd5aa65e51a7d16272f1e) - kindlich - Thu Oct 29 11:58:01 2020
* [MCTextComponent's static methods and game#loacalize](https://github.com/CraftTweaker/CraftTweaker/commit/d35a3daea2e6ac29426fc1df102d7e5a5da72989) - youyihj - Thu Oct 29 08:41:25 2020
* [docs](https://github.com/CraftTweaker/CraftTweaker/commit/f5129b0c7571df0cd98e027d106f3914cc08fb5e) - youyihj - Thu Oct 29 05:22:02 2020
* [MCGame](https://github.com/CraftTweaker/CraftTweaker/commit/2a91d91d0e4482f589788e9f4ebd62f6b3d0bc4c) - youyihj - Thu Oct 29 01:43:33 2020
* [Some cleanup of script loads](https://github.com/CraftTweaker/CraftTweaker/commit/160b5687c1e01836e1c5d627be6223465c3c17c1) - kindlich - Wed Oct 28 19:33:24 2020
* [Removed Wildcard script loader](https://github.com/CraftTweaker/CraftTweaker/commit/9042793642792b01b13613c6569c444e5c99438a) - kindlich - Wed Oct 28 19:28:25 2020
* [more](https://github.com/CraftTweaker/CraftTweaker/commit/b92a5c3a6ab915ab80a186902fdc29625fbf2e2d) - youyihj - Wed Oct 28 13:45:22 2020
* [add MCWorld](https://github.com/CraftTweaker/CraftTweaker/commit/a994c341e5d7c3c2ba3ba19d0e94eb6b51103b61) - youyihj - Wed Oct 28 13:27:34 2020
* [WIP: Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/16122bd833f08cd51b975a4ce9ea33d18df34cc2) - kindlich - Fri Oct 23 19:33:47 2020
* [Moved DocumentProcessor to do its work after everything else](https://github.com/CraftTweaker/CraftTweaker/commit/a0352e75a0743b6c7d38c03217ecc763205cbbaa) - kindlich - Fri Oct 16 23:38:02 2020
* [generate docs.json](https://github.com/CraftTweaker/CraftTweaker/commit/4aee824c2e2c0bcbe7e4819c7ed2b6419cffea22) - Jared - Sun Oct 11 22:18:31 2020
* [Extracted method to load script files from RecipeManager](https://github.com/CraftTweaker/CraftTweaker/commit/2cb3af6abab560a5b1901ce338cd5fbc31037d94) - kindlich - Wed Sep 30 22:06:37 2020
* [Added some tests for Array and Instantiation Util](https://github.com/CraftTweaker/CraftTweaker/commit/ab2a274ef3fc162fc9cac5b0ca2167a6cfee454b) - kindlich - Wed Sep 30 22:05:59 2020
* [Refactored CraftTweakerRegistry](https://github.com/CraftTweaker/CraftTweaker/commit/0130dcc91d23cf7f41d0dd486f9ace5ba4a487a4) - kindlich - Wed Sep 30 21:08:15 2020
* [Allow for more than one ScriptLoader with UndoableActions](https://github.com/CraftTweaker/CraftTweaker/commit/29dc398b2833dc3c1a13084fe6845a0874f19a55) - kindlich - Tue Sep 29 22:46:11 2020
* [Default cast IItemStack->Weighted, and RecipeManager#getAllRecipes](https://github.com/CraftTweaker/CraftTweaker/commit/b4703bf08d94fa00513221e888335e9bb477a106) - kindlich - Sat Sep 26 12:25:08 2020
* [Fix problems that the AP change unveiled](https://github.com/CraftTweaker/CraftTweaker/commit/b423316cb718dbb5764108a8a7533e2a2d5f42bd) - kindlich - Sat Sep 26 12:01:39 2020
* [Throw an error if a type has no proper Document or ZenType annotations](https://github.com/CraftTweaker/CraftTweaker/commit/a29079e01707bf005ca8fd4a2b6dd9215e130f98) - kindlich - Sat Sep 26 12:00:14 2020
* [MCWeightedItemStack](https://github.com/CraftTweaker/CraftTweaker/commit/92d52abe2d5e924250b5356e1ba8aa4d3a055b00) - kindlich - Tue Sep 22 21:44:50 2020
* [MCTag isFluidTag and getID](https://github.com/CraftTweaker/CraftTweaker/commit/b865b50d1806a25af3374fcb3ebd88a54cf26c1e) - kindlich - Tue Sep 22 21:05:37 2020
* [made feature request include the version number](https://github.com/CraftTweaker/CraftTweaker/commit/077b2b9862442c6f38083804a12d92f3c61fdbf5) - Jared - Sun Sep 20 20:44:39 2020
* [Added Information to MCMod](https://github.com/CraftTweaker/CraftTweaker/commit/494b6057ebcb17cd7d2fefd8d47250ae2f9cff8e) - kindlich - Sat Sep 19 23:05:34 2020
* [Added MCModInfo#getFluids](https://github.com/CraftTweaker/CraftTweaker/commit/f70f942c91359c9d369c89b01a6f28199c9d42b4) - kindlich - Sat Sep 19 22:56:41 2020
* [Updated Jenkinsfile for @crafttweakerbot](https://github.com/CraftTweaker/CraftTweaker/commit/854dac7b51a7376f0fd50d5170373dab1066cc2a) - kindlich - Sat Sep 19 22:32:20 2020
* [even more docs](https://github.com/CraftTweaker/CraftTweaker/commit/a84bfce4b99c696a100e20f71e1e521901f98410) - Jared - Fri Sep 18 15:03:47 2020
* [more docs](https://github.com/CraftTweaker/CraftTweaker/commit/6186f526e4a467b3bf78699cac9e8dbe2045c672) - Jared - Fri Sep 18 14:58:30 2020
* [add some docs as a test](https://github.com/CraftTweaker/CraftTweaker/commit/c90db518427db2ec078f19ad8c7a4410bc5d200e) - Jared - Fri Sep 18 14:42:11 2020
* [Now use CrT docs repo instead of kindlich's fork](https://github.com/CraftTweaker/CraftTweaker/commit/09b611b9e539e626e23ac94bc294c12a94aa5dd9) - kindlich - Thu Sep 17 23:48:48 2020
* [Re-enabled publishing to Maven, CF and Version Tracker](https://github.com/CraftTweaker/CraftTweaker/commit/5c9c2a320ccbc26a490e0686b808261ca24d9a6b) - kindlich - Thu Sep 17 23:20:05 2020
* [Use dash as build version separator instead of dot](https://github.com/CraftTweaker/CraftTweaker/commit/147776cfc39b026cd41d045b30ab5784e9021a9f) - kindlich - Thu Sep 17 22:41:25 2020
* [Make docs generate in docs folder to keep them separated from mkdocs.yml](https://github.com/CraftTweaker/CraftTweaker/commit/76a88ddc17ddb7dce3302eaf9b40dc43c4cc3999) - kindlich - Thu Sep 17 22:41:25 2020
* [Added example amount docParams to Fluidstack and Fluid](https://github.com/CraftTweaker/CraftTweaker/commit/a1a49990ecf48ac5a13e7ba0af052bef9d7e3351) - kindlich - Thu Sep 17 22:41:25 2020
* [Automated Doc Export, disabled Publishing for now](https://github.com/CraftTweaker/CraftTweaker/commit/b23b6638e11442204622a41082a0df89dbf05838) - kindlich - Thu Sep 17 22:41:24 2020
* [port to 1.16.3](https://github.com/CraftTweaker/CraftTweaker/commit/6938d637c10bdfb545bda6ebb394068a8410484e) - Jared - Tue Sep 15 21:48:51 2020
* [Added Fluid Tags](https://github.com/CraftTweaker/CraftTweaker/commit/aa84727d84bdf5df01e4eb3cb03aab64a141903b) - kindlich - Sun Sep 13 16:11:10 2020
* [Merge pull request #1062 from kindlich/1.15](https://github.com/CraftTweaker/CraftTweaker/commit/684460ab4f5ade755b011790e0b9376b3ea4413e) - Jared - Sun Sep 13 00:49:34 2020
* [Merge pull request #1047 from kindlich/1.15](https://github.com/CraftTweaker/CraftTweaker/commit/fd1d1ca059960c1fc8da6dd88df31e268a3bee4d) - kindlich - Sun Sep 13 00:48:27 2020
* [Update pack.mcmeta](https://github.com/CraftTweaker/CraftTweaker/commit/5de0788fad67d7780add250dfe4bb03c37febf5e) - kindlich - Sun Sep 13 00:39:20 2020
* [Add mixin as an annotation processor to generate the refmap](https://github.com/CraftTweaker/CraftTweaker/commit/bb436742c7e8d8e023fe3175956466807251bde7) - Jared - Sat Aug 22 01:48:20 2020
* [reduce logo file size](https://github.com/CraftTweaker/CraftTweaker/commit/47e9c1e9665a050dea88c7ff90f5500cb0b22fdd) - Jared - Sat Aug 22 01:07:09 2020
* [1.16.2 port is done (tm) mixins :eyes:](https://github.com/CraftTweaker/CraftTweaker/commit/d7591c35e6adcaf8da9d903325e58ccd54c3a0b1) - Jared - Sat Aug 22 00:49:46 2020
* [non working mixin impl](https://github.com/CraftTweaker/CraftTweaker/commit/95a46d1316aee52a58de77f7cc9a507e69709853) - Jared - Fri Aug 21 18:47:33 2020
* [initial 1.16.2 port](https://github.com/CraftTweaker/CraftTweaker/commit/192513db0a563e99d5e15ea2ee7e326620ec8d97) - Jared - Fri Aug 21 13:59:01 2020
* [Updated INumberData to include type](https://github.com/CraftTweaker/CraftTweaker/commit/3c70f344850c8033fd57daa5c65638c65c839b0c) - kindlich - Wed Aug 12 21:27:44 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/7260750d5b29d8b4407beac782760ac85a5c74f0) - kindlich - Wed Aug 12 21:27:22 2020
* [Added IIngredient#reuse](https://github.com/CraftTweaker/CraftTweaker/commit/7db932b1d8b5ac4a7e9547d6ac1c295f5d99a9c0) - kindlich - Wed Aug 12 21:25:59 2020
* [Added JUnit tests for Snipping Preprocessor](https://github.com/CraftTweaker/CraftTweaker/commit/6757545e008b5f2c59c26d83d055ccc1b863c1c5) - kindlich - Wed Aug 12 21:20:29 2020
* [Changed how the SnippingPreprocessor works](https://github.com/CraftTweaker/CraftTweaker/commit/2176243d400b388ee28e7c01c66bb997ce7a58d1) - kindlich - Wed Aug 12 21:19:03 2020
* [Use IRecipeType.register](https://github.com/CraftTweaker/CraftTweaker/commit/d1ae94eda5936711469af7d72684f6f0b8618ab4) - kindlich - Wed Aug 12 21:18:45 2020
* [Added ScriptLoadingOptions.firstRun](https://github.com/CraftTweaker/CraftTweaker/commit/8694321eecbdb4a461fc2bfc7f07f117a638f791) - kindlich - Wed Aug 12 21:15:39 2020
* [Update the issue template.](https://github.com/CraftTweaker/CraftTweaker/commit/5e3b63ecacd81cacbe7421f9add8e425ad95b2c0) - Jared - Sat Aug 8 21:14:53 2020
* [Don't send the patreon message if there are no scripts](https://github.com/CraftTweaker/CraftTweaker/commit/74195b4dbe14743df5e5d80dcbccbc7fb129fb4e) - Jared - Sat Aug 1 22:38:59 2020
* [Changed how CurseGradle is applied to make multiprojects work](https://github.com/CraftTweaker/CraftTweaker/commit/887b3099e88e7f3271f8ff6761612e03c05fe2c1) - kindlich - Wed Jul 29 18:09:06 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/e07b3616926f392cbab702b390078fafc4685f31) - kindlich - Wed Jul 29 18:08:35 2020
* [fix tooltips crashing server close #1024](https://github.com/CraftTweaker/CraftTweaker/commit/af643c5b59b6bfceffdba261ebd8119e1c90bc83) - Jared - Tue Jul 28 18:07:16 2020
* [add a way to get items blocks and entitytypes from mods](https://github.com/CraftTweaker/CraftTweaker/commit/7ca2a51e2fe364a8dcdbe943bce2937d91e18f79) - Jared - Mon Jul 27 13:36:14 2020
* [fix nbt matching for vanilla ingredients](https://github.com/CraftTweaker/CraftTweaker/commit/0a7afcd60eaeb2d53eb1074be7af90f9595eb0cd) - Jared - Mon Jul 27 13:35:37 2020
* [Implement tooltips](https://github.com/CraftTweaker/CraftTweaker/commit/450ec4406b3a95d8b563acf53425b8b922d7a9e9) - Jared - Mon Jul 27 00:56:07 2020
* [fix any damage serializer close #1022](https://github.com/CraftTweaker/CraftTweaker/commit/8db23174b174ef921e8e96ec3580d1d2546f0133) - Jared - Sun Jul 26 12:23:51 2020
* [fix onlyIf](https://github.com/CraftTweaker/CraftTweaker/commit/d9e3c73ba9fb219f87bf867746d1f9f7b1962857) - Jared - Sat Jul 25 13:32:25 2020
* [ingredient conditions implemented, onlyIf needs some work though](https://github.com/CraftTweaker/CraftTweaker/commit/0bf1d42005304c2245b50812fd6873e7390f90f8) - Jared - Sat Jul 25 02:33:53 2020
* [Add support for smithing table recipes.](https://github.com/CraftTweaker/CraftTweaker/commit/c49f5ad36aab9b1433f7536eb5a1a33c840bb706) - Tyler Hancock - Wed Jul 22 00:23:23 2020
* [Remove ResourceLocation Const for CTShapedRecipe Close #1012](https://github.com/CraftTweaker/CraftTweaker/commit/999212c9198c68c080971e68acd30abcf44df0c7) - Jared - Sun Jul 19 21:25:41 2020
* [Update readme](https://github.com/CraftTweaker/CraftTweaker/commit/a43c2d66012210eb272c22d6c7a536e8cf9b7866) - Jared - Fri Jul 17 04:13:24 2020
* [Fix commands being lost after reloading](https://github.com/CraftTweaker/CraftTweaker/commit/c59fedde59fc536579f4be297c82c0ae2b0591eb) - Jared - Thu Jul 16 23:27:21 2020
* [use flat maven badge](https://github.com/CraftTweaker/CraftTweaker/commit/d4ef291db6d5cb6dfd0d98198903ed2e783e43e4) - Jared - Wed Jul 15 13:28:14 2020
* [Started work on rewriting the readme](https://github.com/CraftTweaker/CraftTweaker/commit/cb02d1772f2b3cc71d33665cb51d968a8a865593) - Jared - Tue Jul 14 23:33:08 2020
* [add support for or'd ingredients close #1008](https://github.com/CraftTweaker/CraftTweaker/commit/81ef854472188ec384e8b9e2f26fe7526f11c1ad) - Jared - Tue Jul 14 14:55:38 2020
* [re-add JEITweaker dep](https://github.com/CraftTweaker/CraftTweaker/commit/3179e4134e16a2ff2ea7aa8350ec79ecef374686) - Jared - Mon Jul 13 02:25:35 2020
* [use an empty ingredient if the item is empty](https://github.com/CraftTweaker/CraftTweaker/commit/6e42fb764dd315c742c0f64bcbb05ae6e2c6e052) - Jared - Sat Jul 11 04:35:16 2020
* [re-add JEI to the dev env](https://github.com/CraftTweaker/CraftTweaker/commit/02981d4d15cea614c4aa4afcb11f489ed21a7a18) - Jared - Sat Jul 11 03:29:00 2020
* [Fix adding and removing things from tags](https://github.com/CraftTweaker/CraftTweaker/commit/3b2c3544f55cbe7a276cc41a71644c955a086e34) - Jared - Fri Jul 10 22:43:39 2020
* [fix 1.15.2 references...](https://github.com/CraftTweaker/CraftTweaker/commit/9dd241035aacef8d7cde5d4942b7dcd49f7be427) - Jared - Fri Jul 10 21:24:54 2020
* [Fix curse gradle not liking an empty function](https://github.com/CraftTweaker/CraftTweaker/commit/22cfc43328c0c5624dca70ef2ab8e9d458b60f67) - Jared - Fri Jul 10 17:38:44 2020
* [hopefully fix changelog generation...](https://github.com/CraftTweaker/CraftTweaker/commit/a34d34b9bf901d68235bb1205c81e07faf8d2d6d) - Jared - Fri Jul 10 17:32:46 2020
* [test commit](https://github.com/CraftTweaker/CraftTweaker/commit/7ca3b847d68d12b5aaf39c0e52e4b760fdc12a82) - Jared - Fri Jul 10 17:22:09 2020
* [don't mark JEITweaker for 1.16](https://github.com/CraftTweaker/CraftTweaker/commit/01df09519dd2e48735db089a1e953592b0da81a2) - Jared - Fri Jul 10 17:04:50 2020
* [version push](https://github.com/CraftTweaker/CraftTweaker/commit/58584d8d60e76ed71d6f1cbfbab5618e4763c27e) - Jared - Fri Jul 10 16:57:44 2020
* [compiles and works tm](https://github.com/CraftTweaker/CraftTweaker/commit/b9244a66c981d73a90a8e79ccc9939f36a3f5f71) - Jared - Thu Jul 9 23:20:35 2020
* [update changelog commit](https://github.com/CraftTweaker/CraftTweaker/commit/6808f6e0b840435f2dc3cb71d521c3327a7122a2) - Jared - Tue Jul 7 06:33:23 2020
CraftTweaker-1.16.5-7.1.0.98.jar:
Current version: 7.1.0.98
* [Added Block to ct hand](https://github.com/CraftTweaker/CraftTweaker/commit/2d42e7d36ba8bfa3b8dbc520d9c1819b99c151e3) - Jared - Thu Jan 21 14:36:00 2021
* [Added BlockState to ct hand](https://github.com/CraftTweaker/CraftTweaker/commit/8c92f6751b1b10525b0ed0a6a1fe765faa948966) - Jared - Thu Jan 21 14:32:17 2021
* [Fix build errors](https://github.com/CraftTweaker/CraftTweaker/commit/38f8122d7ccfdf1a5ad5a881cba09c28d724550a) - Jared - Wed Jan 20 00:57:09 2021
* [Updated World with additional information and functionality. (#1141)](https://github.com/CraftTweaker/CraftTweaker/commit/b75e108c5d794e6decf60bb45b07be10b4d46b7c) - Tyler Hancock - Wed Jan 20 00:41:13 2021
* [update readme to 1.16.5](https://github.com/CraftTweaker/CraftTweaker/commit/d3e1997f0a8185a4598e3340c62c276782c6645d) - Jared - Tue Jan 19 10:53:24 2021
* [Add an editorconfig and update the codestyle.xml](https://github.com/CraftTweaker/CraftTweaker/commit/38cd6210b16f96eb1e3bffd55b95a44b5d0acce5) - Jared - Tue Jan 19 08:20:20 2021
* [Check if the changelog can actually be written before trying to write it.](https://github.com/CraftTweaker/CraftTweaker/commit/553ecde7346e18d8fa6780ce1c40f8ab83bf0eda) - Tyler Hancock - Tue Jan 19 07:46:04 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/3f848e484d5521447ac72dabc831933b08dd9024) - kindlich - Mon Jan 18 08:54:32 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/322e6f8093192d1d2927aa7987446ecacbe99ceb) - kindlich - Sun Jan 17 21:04:27 2021
* [Check if a player is fake or not](https://github.com/CraftTweaker/CraftTweaker/commit/d7fe9bbff6c0e1f5a690d2d465a9bf2c6d7ade7e) - Jared - Sun Jan 17 06:04:48 2021
* [gave blockpos a string caster](https://github.com/CraftTweaker/CraftTweaker/commit/bd621f0900e645566677395f7d6e510be6f4abfe) - Jared - Sun Jan 17 06:04:39 2021
* [added world to entity](https://github.com/CraftTweaker/CraftTweaker/commit/17f64c77ed7faed9b6f3c4fadcb72ff2bc452bc6) - Jared - Sun Jan 17 06:04:11 2021
* [Fixed /crafttweaker not working correctly](https://github.com/CraftTweaker/CraftTweaker/commit/138306beaa2a2b066bb0a9be11448e19ab014751) - Jared - Sat Jan 16 23:13:04 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/181909da948c4e43208ac27ad598899c50f05d61) - kindlich - Sat Jan 16 20:29:33 2021
* [Add a way to send a chat message](https://github.com/CraftTweaker/CraftTweaker/commit/68f8641760b63c93eaa654789acf473fc597465d) - Jared - Sat Jan 16 05:12:30 2021
* [port to 1.16.5](https://github.com/CraftTweaker/CraftTweaker/commit/81f55ea9a8e10d9c8db9a4e9d489aa855719d86c) - Jared - Fri Jan 15 23:29:57 2021
* [Add Wandering Trader support](https://github.com/CraftTweaker/CraftTweaker/commit/69515ed29dc1cb39c9dfdb2e4d604939935e9435) - Jared - Thu Jan 14 18:37:37 2021
* [Add Villager trades support](https://github.com/CraftTweaker/CraftTweaker/commit/a8b17750c5487447a734fe086d63ea064670bf0b) - Jared - Thu Jan 14 18:04:54 2021
* [Fixed copy paste error in BracketValidators](https://github.com/CraftTweaker/CraftTweaker/commit/21a2a0956e031e50e7680b39b5fa761c5608d9f3) - Jared - Thu Jan 14 18:03:07 2021
* [Added isServer to CraftTweakerAPI](https://github.com/CraftTweaker/CraftTweaker/commit/78a74f05a42fd118ff6ee44fe25757d27724f88a) - Jared - Wed Jan 13 19:49:34 2021
* [Fixed an issue with tags being a bit too specific](https://github.com/CraftTweaker/CraftTweaker/commit/49432c676b07d83259fcf9f53b7f1c2ab85154f7) - Jared - Wed Jan 13 16:08:32 2021
* [Removed client-only call in Recipetypes BEP](https://github.com/CraftTweaker/CraftTweaker/commit/02b789a5126e590e5de9ff22bb8b9a16975fbce5) - kindlich - Tue Jan 12 20:19:22 2021
* [Removed optional annotations from ListData constructor](https://github.com/CraftTweaker/CraftTweaker/commit/ca76332b435a60bef2bdc929ac57b07a5e3660ac) - kindlich - Tue Jan 12 20:16:03 2021
* [Fix issue on servers when using wrapper recipes](https://github.com/CraftTweaker/CraftTweaker/commit/37576fe3810c82ff0546fe9cb230bda26749c4e3) - Jared - Tue Jan 12 07:48:27 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/03bbffc5f7d0895bc32820476990c5da74c880a4) - kindlich - Sun Jan 10 17:35:47 2021
* [Made the patron message not print to chat](https://github.com/CraftTweaker/CraftTweaker/commit/2529fa7561457bf70632154b31ad90d08b8bc0a4) - Jared - Sat Jan 9 19:51:43 2021
* [Replace typeclassconverter instead of catching mirroredTypeExceptions manually](https://github.com/CraftTweaker/CraftTweaker/commit/e8774872b0ff612873dcbc0306363bb3d15d8f47) - kindlich - Sat Jan 9 19:20:39 2021
* [Re-enabled docs publishing](https://github.com/CraftTweaker/CraftTweaker/commit/985400502e6e3203fdabb069a11f4825386a2356) - kindlich - Sat Jan 9 17:46:17 2021
* [Extracted initialization logic to Abstract Processor class](https://github.com/CraftTweaker/CraftTweaker/commit/724de7090130dbdbe2b4dae5609628bc6f249b54) - kindlich - Wed Jan 6 23:25:06 2021
* [AnnotationProcessors: Properly handle inner types in TypeNotPresentExceptions](https://github.com/CraftTweaker/CraftTweaker/commit/fddd796570f85065975881f8d4b6509128e16aeb) - kindlich - Mon Jan 4 23:07:32 2021
* [AnnotationProcessors: Fix NPE](https://github.com/CraftTweaker/CraftTweaker/commit/d09bb21d8e00d0f4189070cec64a7a01494c6055) - kindlich - Mon Jan 4 22:49:55 2021
* [Fix types not being found](https://github.com/CraftTweaker/CraftTweaker/commit/de52ae6c16970e9758f7c14d562a5085acd5e323) - kindlich - Mon Jan 4 22:20:25 2021
* [Catch TypeNotPresentExceptions](https://github.com/CraftTweaker/CraftTweaker/commit/4b04293d2283d1ccd4e9f506c15567465781120c) - kindlich - Mon Jan 4 21:16:59 2021
* [Replace wrapper types with native types](https://github.com/CraftTweaker/CraftTweaker/commit/399d90d15724a14c5749f5322bf6e877ffa37032) - kindlich - Thu Dec 31 02:30:35 2020
* [More Validation APs for Expansions, Types and Parameters](https://github.com/CraftTweaker/CraftTweaker/commit/8583a727eb027e2d5a64774add449b049cbe5f9e) - kindlich - Wed Dec 30 00:22:23 2020
* [Document Processor](https://github.com/CraftTweaker/CraftTweaker/commit/09a707a8bf174d5c47777b46be0bdf3ea2b419f9) - kindlich - Fri Dec 25 00:39:41 2020
* [Replace wrapper types with native types](https://github.com/CraftTweaker/CraftTweaker/commit/018191dc43344aabd81556e6f0aa52e8771de44a) - kindlich - Fri Dec 25 00:35:34 2020
* [Fix error message for TypedExpansion](https://github.com/CraftTweaker/CraftTweaker/commit/35fce87ac5998eb43c5c26f50a5fbcfcb4f7b77c) - kindlich - Fri Dec 25 00:31:31 2020
* [Review findings for tagdata](https://github.com/CraftTweaker/CraftTweaker/commit/71e3e7a31f557381a7ff32a458bd9903a1ead091) - kindlich - Fri Dec 25 00:25:42 2020
* [Removed Wrappers](https://github.com/CraftTweaker/CraftTweaker/commit/f0a1b51dcc9703789e9bce9ffae0c440489fa4e3) - kindlich - Thu Dec 24 20:01:36 2020
* [Add native support](https://github.com/CraftTweaker/CraftTweaker/commit/f47b8875723808a5b2ef96d8cbf83698b862273a) - kindlich - Thu Dec 24 19:54:40 2020
* [KnownAddons, and general fixes](https://github.com/CraftTweaker/CraftTweaker/commit/422b30b339d347d22237ffdc768a71c996cbe508) - kindlich - Thu Dec 24 19:50:20 2020
* [Tag update](https://github.com/CraftTweaker/CraftTweaker/commit/82e1f97ccf02643a50aff89ee3a4322a3dd8ecb4) - kindlich - Thu Dec 24 19:13:44 2020
* [Fix recipe name in example](https://github.com/CraftTweaker/CraftTweaker/commit/a5dfb0119232ddfc8fc90ec145f03c64cc2dfeb5) - kindlich - Mon Dec 7 09:24:44 2020
* [Added Tags example file](https://github.com/CraftTweaker/CraftTweaker/commit/0f52069e0367c59ea496467eb7e1626261ec1997) - kindlich - Sun Dec 6 21:50:23 2020
* [Fix order of operands for Contains operator](https://github.com/CraftTweaker/CraftTweaker/commit/1b604483628055a0c2a4221d66eb5e37204780ce) - kindlich - Tue Dec 1 21:09:16 2020
* [Fixed Mixin Location for TagCollection](https://github.com/CraftTweaker/CraftTweaker/commit/8adcb31d1524978527a52ba3c5658120e695b46e) - kindlich - Tue Dec 1 21:09:15 2020
* [WIP: Added "ct examples" command](https://github.com/CraftTweaker/CraftTweaker/commit/655a2cad24a2f97fa8df30ded415d902e398dca8) - kindlich - Tue Dec 1 21:09:15 2020
* [Removed ScriptLoadingOptions#firstRun](https://github.com/CraftTweaker/CraftTweaker/commit/31459405082f94a8b42e0c8096d7ab7bdaf72c31) - kindlich - Tue Dec 1 21:09:15 2020
* [Fix not properly executing first runs](https://github.com/CraftTweaker/CraftTweaker/commit/26f1ef22a8017d3f04386420653df12ceffb0283) - kindlich - Tue Dec 1 21:09:15 2020
* [Fixed byteExpansion being optional](https://github.com/CraftTweaker/CraftTweaker/commit/83c44e43db17035a2317805280511ac1fd1f0787) - kindlich - Tue Dec 1 21:09:14 2020
* [Added way to get script position from IAction](https://github.com/CraftTweaker/CraftTweaker/commit/9bbf2c7eb09c3f52fa7de6092652ac433d191bc7) - kindlich - Tue Dec 1 21:09:14 2020
* [Throw ParseExceptions in Parsers to show script location](https://github.com/CraftTweaker/CraftTweaker/commit/459efc360001707a33a202c83f864a692e735138) - kindlich - Tue Dec 1 21:09:14 2020
* [Fixed immutable maps on the client](https://github.com/CraftTweaker/CraftTweaker/commit/b7a8b40e05bb26b2e03b241f0da590e095f43724) - Jared - Tue Dec 1 20:14:14 2020
* [Fixed incorrect check for directory creation](https://github.com/CraftTweaker/CraftTweaker/commit/ebec199d845f870432b1017d2e1665398243e77f) - kindlich - Sun Nov 22 13:22:58 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/3363b8d875799f36fa615e6b12180465f03d2057) - kindlich - Sat Nov 21 21:19:38 2020
* [Fixed duplicate tag dump and and added folder to TagManager warnings](https://github.com/CraftTweaker/CraftTweaker/commit/7335b6ff5492f13bc90b9f4cfab3a30a9bad4e5d) - kindlich - Sat Nov 21 21:19:27 2020
* [Take 2: Added CraftTweaker Annotations to CrT Classpath](https://github.com/CraftTweaker/CraftTweaker/commit/0777521d01901b0d99488281afedf11d078a765d) - kindlich - Sat Nov 21 15:33:31 2020
* [Added CraftTweaker Annotations to CrT Classpath](https://github.com/CraftTweaker/CraftTweaker/commit/0c5cf2919039604475b0fbfcbed94b9fdd7ac7dd) - kindlich - Sat Nov 21 11:22:27 2020
* [Fixed issue in build.gradle path](https://github.com/CraftTweaker/CraftTweaker/commit/2b598ab7e07221202eb05788b8882d221e9525f6) - kindlich - Fri Nov 20 22:00:18 2020
* [Disabled publishing to Maven and DocExport](https://github.com/CraftTweaker/CraftTweaker/commit/8d85359dafc13cb6f9c9ee5c3d482e5d6c5ccc9a) - kindlich - Fri Nov 20 21:10:36 2020
* [Set CrT version to 7.1.0](https://github.com/CraftTweaker/CraftTweaker/commit/fac26c7261ac0d523abc2e17129a76e65775bff3) - kindlich - Fri Nov 20 20:54:29 2020
* [Tag Bracket dumper](https://github.com/CraftTweaker/CraftTweaker/commit/92dc07702c51abe3f7d71af275b2a1e0a915407b) - kindlich - Fri Nov 20 00:21:51 2020
* [Some cleanup](https://github.com/CraftTweaker/CraftTweaker/commit/d64039ff9f8768871135c324b73bcb3ddaf1c345) - kindlich - Fri Nov 20 00:20:57 2020
* [Added forgotten MCfluidStackMutable equals op](https://github.com/CraftTweaker/CraftTweaker/commit/7f9503384708ec2ae3839577a1cf55fc5bcfd558) - kindlich - Fri Nov 20 00:04:57 2020
* [Added Block BEP](https://github.com/CraftTweaker/CraftTweaker/commit/610b70fe8f49b7154d728873cb3e110353f1f3c0) - kindlich - Thu Nov 19 23:56:11 2020
* [Allow MCTag<Item> to be cast to IData for JSON recipes](https://github.com/CraftTweaker/CraftTweaker/commit/f46473605ac46588e5e90695ff8ae429c09af2ec) - kindlich - Thu Nov 19 23:15:01 2020
* [Equals methods for Tag, ItemStack and FluidStack](https://github.com/CraftTweaker/CraftTweaker/commit/d900a8c351cdbd624f86cb6847779afdf0360df0) - kindlich - Thu Nov 19 23:13:57 2020
* [Add TagManager#getAllTagsFor](https://github.com/CraftTweaker/CraftTweaker/commit/cd80b73748786088a4486720d5ff4f031d290faa) - kindlich - Thu Nov 19 18:39:36 2020
* [added a way to see if a fluidstack contains another fluidstack](https://github.com/CraftTweaker/CraftTweaker/commit/9bc1bd6b753c5830340dbdbf5bf0c6778b47ebdb) - Jared - Wed Nov 18 22:05:34 2020
* [actually fix the issue with recipe types](https://github.com/CraftTweaker/CraftTweaker/commit/1c53654922676a38b70f43254c967131af420f20) - Jared - Wed Nov 18 16:34:55 2020
* [Fixed an issue with recipe types without any default recipes](https://github.com/CraftTweaker/CraftTweaker/commit/cd16ef26f93228cb2397b4a22e88cfa54b84b4bd) - Jared - Wed Nov 18 16:12:31 2020
* [Fixed tag Vanilla Tag folders trying to be created](https://github.com/CraftTweaker/CraftTweaker/commit/ec82300758fad534688a4d202f1ca304561b152b) - kindlich - Tue Nov 17 21:10:30 2020
* [Made IItemStack#getId return MCResLoc](https://github.com/CraftTweaker/CraftTweaker/commit/13def69fd2286ca29b87fb80523ea242838d1f0d) - kindlich - Tue Nov 17 20:30:25 2020
* [Use Proper TagManager](https://github.com/CraftTweaker/CraftTweaker/commit/7f48d15ea9e314b2620533a84b71715d368c4776) - kindlich - Tue Nov 17 20:27:44 2020
* [Added BoolData](https://github.com/CraftTweaker/CraftTweaker/commit/2fe5bc19ab880a393756c4afb65e782209909e33) - kindlich - Tue Nov 17 20:26:51 2020
* [Added Trace LogLevel](https://github.com/CraftTweaker/CraftTweaker/commit/fb271d115f7c3575cf8ab46f6160398c47e130a0) - kindlich - Sat Nov 14 18:04:00 2020
* [Fixed invalid Tag folders](https://github.com/CraftTweaker/CraftTweaker/commit/08cedbfd585461e4ae114341d506217f20edcc25) - kindlich - Sat Nov 14 17:52:04 2020
* [Tags: Remove MCTag#first due to nonordering of tags](https://github.com/CraftTweaker/CraftTweaker/commit/fc8354934b25f70f8eff947005a21cebd96e04bd) - kindlich - Sat Nov 14 00:14:02 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/67b1e32c7792eccf6145b579f020725c14dbd080) - kindlich - Sat Nov 14 00:09:09 2020
* [Added wrapper IIngredient to wrap MC ingredients with a proper commandString](https://github.com/CraftTweaker/CraftTweaker/commit/329b9c1dcb0983e0cfc696b7e5506d9b2d2f6b21) - kindlich - Sat Nov 14 00:06:15 2020
* [Tags: Have logs use command string version of tags](https://github.com/CraftTweaker/CraftTweaker/commit/d3dc77f00aefc80cf55bed7be8098b55c369d637) - kindlich - Fri Nov 13 23:23:57 2020
* [Minor cleanups](https://github.com/CraftTweaker/CraftTweaker/commit/97bc76b530957dc3afddf85635662cd2f90ee352) - kindlich - Fri Nov 13 23:00:07 2020
* [Added equals method to CommandStringDisplayable implementations](https://github.com/CraftTweaker/CraftTweaker/commit/fbdbdfdef88967d5593b88edb7f76f1d0aee6097) - kindlich - Fri Nov 13 22:59:38 2020
* [Tags: Add, create and remove actions](https://github.com/CraftTweaker/CraftTweaker/commit/54358fdbbcec6f5ee5d0b5ace2717b561dfe3737) - kindlich - Fri Nov 13 22:53:28 2020
* [Made FluidStack castable to MCFluid](https://github.com/CraftTweaker/CraftTweaker/commit/310c176441ed9f696c5ac02dd17c1dfdab165d7b) - kindlich - Fri Nov 13 22:49:53 2020
* [Fix incorrect check for sided LoaderAction](https://github.com/CraftTweaker/CraftTweaker/commit/d9a3cb6e17f463b03c4b32b091a639b0ddeef967) - kindlich - Fri Nov 13 22:48:46 2020
* [fixed quotes in the copy command](https://github.com/CraftTweaker/CraftTweaker/commit/e1d9205f3ca155f405982f0b79541f353964094e) - Jared - Fri Nov 13 21:12:11 2020
* [fix jars published on the maven](https://github.com/CraftTweaker/CraftTweaker/commit/1b0036b712a5c2b2e17e823c9c973e77caf3b291) - Jared - Fri Nov 13 00:47:30 2020
* [First take at Tag BEP](https://github.com/CraftTweaker/CraftTweaker/commit/26da72cb8b005d5f1d816f510d5878cc84e41897) - kindlich - Wed Nov 11 20:36:31 2020
* [Created CTRegisterBEPEvent](https://github.com/CraftTweaker/CraftTweaker/commit/ab113a682f2df22295b9e056e73b5cc0b1efc17f) - kindlich - Wed Nov 11 20:10:14 2020
* [Made LoaderActions side sensitiv](https://github.com/CraftTweaker/CraftTweaker/commit/024c0db7effa76b45ae4ed8b0fc6c9c3370eac84) - kindlich - Wed Nov 11 19:55:52 2020
* [Add a way to get the internal ingredients of an MCIngredientList](https://github.com/CraftTweaker/CraftTweaker/commit/4ad4cf3947cf5dc8767bc09340aa9d94b7356c63) - Richard Freimer - Tue Nov 10 21:23:40 2020
* [WIP: First test at generic Tags](https://github.com/CraftTweaker/CraftTweaker/commit/e31b762b05e4634f91c57b9412dbad803a4f35a0) - kindlich - Tue Nov 10 17:37:46 2020
* [Added MCItemDefinition](https://github.com/CraftTweaker/CraftTweaker/commit/04d5f3de312bc7bf1f39a3a98e871df50d7aa377) - kindlich - Tue Nov 10 17:37:01 2020
* [Added ZenWrapper Registry](https://github.com/CraftTweaker/CraftTweaker/commit/72c9536c5fa7ff49fb7338858be6ccc49dc9288f) - kindlich - Tue Nov 10 17:34:43 2020
* [Add a few methods to IFluidStack](https://github.com/CraftTweaker/CraftTweaker/commit/944fd476c98f58ae97a637411decc491bf3c4719) - Richard Freimer - Sat Nov 7 22:34:02 2020
* [srg2mcp, fix building](https://github.com/CraftTweaker/CraftTweaker/commit/b1de78fd6701679c26ad5a831cf57cdeba89fcf4) - youyihj - Fri Nov 6 06:31:27 2020
* [remove random methods](https://github.com/CraftTweaker/CraftTweaker/commit/8ac04aed48812d1e2beddcada5f7f1cf534d8260) - youyihj - Fri Nov 6 00:01:16 2020
* [Make it easier to make custom add recipe actions that have a different type or number of outputs](https://github.com/CraftTweaker/CraftTweaker/commit/de2edf5b6b9dba010498df4f6e95a8f38df09670) - Richard Freimer - Thu Nov 5 23:44:41 2020
* [Do not try to register abstract classes as recipeManager](https://github.com/CraftTweaker/CraftTweaker/commit/12d940b7ea6b4357e2708cb29fc7cd9c37084274) - kindlich - Thu Nov 5 22:00:39 2020
* [Prevent Compilation if member name clashes with ZC Keyword](https://github.com/CraftTweaker/CraftTweaker/commit/097ac9dde75d71eaa2318c76ee5c8b2756250b26) - kindlich - Thu Nov 5 21:57:44 2020
* [Fix missing colon in MCResourceLocation's command string](https://github.com/CraftTweaker/CraftTweaker/commit/242e6aa36759d77c117aa13dcdca5a0f5b0ff55e) - Richard Freimer - Thu Nov 5 21:41:29 2020
* [fixed typo](https://github.com/CraftTweaker/CraftTweaker/commit/043cd02f22639336870e5953aae6380e9a3a65cc) - Jared - Wed Nov 4 20:08:31 2020
* [added a way to get the internal ID to MCTag](https://github.com/CraftTweaker/CraftTweaker/commit/1839df182ec6748dde691df7ba47dc9303a38ad6) - Jared - Wed Nov 4 20:05:21 2020
* [port to 1.16.4](https://github.com/CraftTweaker/CraftTweaker/commit/01a4ede9a2a5672ab70891e85e0900316896fb12) - Jared - Tue Nov 3 23:37:15 2020
* [Updated submodule to GH Repo](https://github.com/CraftTweaker/CraftTweaker/commit/f3eb939b79e8a0905b2f4c86397dc3655441453e) - kindlich - Tue Nov 3 14:09:49 2020
* [Some small code cleanups](https://github.com/CraftTweaker/CraftTweaker/commit/6a01e93db2357b3d8bd6440916ff50892e919970) - kindlich - Thu Oct 29 21:42:37 2020
* [cleaned up DoccommentUtil](https://github.com/CraftTweaker/CraftTweaker/commit/d2a38748f80ee3c5160cb460b69009256f4e9841) - kindlich - Thu Oct 29 12:01:39 2020
* [Fix generated files not creating docs and gave option to specify the wrappedclasses.csv file](https://github.com/CraftTweaker/CraftTweaker/commit/ff968f6dc9526a25cb6cd5aa65e51a7d16272f1e) - kindlich - Thu Oct 29 11:58:01 2020
* [MCTextComponent's static methods and game#loacalize](https://github.com/CraftTweaker/CraftTweaker/commit/d35a3daea2e6ac29426fc1df102d7e5a5da72989) - youyihj - Thu Oct 29 08:41:25 2020
* [docs](https://github.com/CraftTweaker/CraftTweaker/commit/f5129b0c7571df0cd98e027d106f3914cc08fb5e) - youyihj - Thu Oct 29 05:22:02 2020
* [MCGame](https://github.com/CraftTweaker/CraftTweaker/commit/2a91d91d0e4482f589788e9f4ebd62f6b3d0bc4c) - youyihj - Thu Oct 29 01:43:33 2020
* [Some cleanup of script loads](https://github.com/CraftTweaker/CraftTweaker/commit/160b5687c1e01836e1c5d627be6223465c3c17c1) - kindlich - Wed Oct 28 19:33:24 2020
* [Removed Wildcard script loader](https://github.com/CraftTweaker/CraftTweaker/commit/9042793642792b01b13613c6569c444e5c99438a) - kindlich - Wed Oct 28 19:28:25 2020
* [more](https://github.com/CraftTweaker/CraftTweaker/commit/b92a5c3a6ab915ab80a186902fdc29625fbf2e2d) - youyihj - Wed Oct 28 13:45:22 2020
* [add MCWorld](https://github.com/CraftTweaker/CraftTweaker/commit/a994c341e5d7c3c2ba3ba19d0e94eb6b51103b61) - youyihj - Wed Oct 28 13:27:34 2020
* [WIP: Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/16122bd833f08cd51b975a4ce9ea33d18df34cc2) - kindlich - Fri Oct 23 19:33:47 2020
* [Moved DocumentProcessor to do its work after everything else](https://github.com/CraftTweaker/CraftTweaker/commit/a0352e75a0743b6c7d38c03217ecc763205cbbaa) - kindlich - Fri Oct 16 23:38:02 2020
* [generate docs.json](https://github.com/CraftTweaker/CraftTweaker/commit/4aee824c2e2c0bcbe7e4819c7ed2b6419cffea22) - Jared - Sun Oct 11 22:18:31 2020
* [Extracted method to load script files from RecipeManager](https://github.com/CraftTweaker/CraftTweaker/commit/2cb3af6abab560a5b1901ce338cd5fbc31037d94) - kindlich - Wed Sep 30 22:06:37 2020
* [Added some tests for Array and Instantiation Util](https://github.com/CraftTweaker/CraftTweaker/commit/ab2a274ef3fc162fc9cac5b0ca2167a6cfee454b) - kindlich - Wed Sep 30 22:05:59 2020
* [Refactored CraftTweakerRegistry](https://github.com/CraftTweaker/CraftTweaker/commit/0130dcc91d23cf7f41d0dd486f9ace5ba4a487a4) - kindlich - Wed Sep 30 21:08:15 2020
* [Allow for more than one ScriptLoader with UndoableActions](https://github.com/CraftTweaker/CraftTweaker/commit/29dc398b2833dc3c1a13084fe6845a0874f19a55) - kindlich - Tue Sep 29 22:46:11 2020
* [Default cast IItemStack->Weighted, and RecipeManager#getAllRecipes](https://github.com/CraftTweaker/CraftTweaker/commit/b4703bf08d94fa00513221e888335e9bb477a106) - kindlich - Sat Sep 26 12:25:08 2020
* [Fix problems that the AP change unveiled](https://github.com/CraftTweaker/CraftTweaker/commit/b423316cb718dbb5764108a8a7533e2a2d5f42bd) - kindlich - Sat Sep 26 12:01:39 2020
* [Throw an error if a type has no proper Document or ZenType annotations](https://github.com/CraftTweaker/CraftTweaker/commit/a29079e01707bf005ca8fd4a2b6dd9215e130f98) - kindlich - Sat Sep 26 12:00:14 2020
* [MCWeightedItemStack](https://github.com/CraftTweaker/CraftTweaker/commit/92d52abe2d5e924250b5356e1ba8aa4d3a055b00) - kindlich - Tue Sep 22 21:44:50 2020
* [MCTag isFluidTag and getID](https://github.com/CraftTweaker/CraftTweaker/commit/b865b50d1806a25af3374fcb3ebd88a54cf26c1e) - kindlich - Tue Sep 22 21:05:37 2020
* [made feature request include the version number](https://github.com/CraftTweaker/CraftTweaker/commit/077b2b9862442c6f38083804a12d92f3c61fdbf5) - Jared - Sun Sep 20 20:44:39 2020
* [Added Information to MCMod](https://github.com/CraftTweaker/CraftTweaker/commit/494b6057ebcb17cd7d2fefd8d47250ae2f9cff8e) - kindlich - Sat Sep 19 23:05:34 2020
* [Added MCModInfo#getFluids](https://github.com/CraftTweaker/CraftTweaker/commit/f70f942c91359c9d369c89b01a6f28199c9d42b4) - kindlich - Sat Sep 19 22:56:41 2020
* [Updated Jenkinsfile for @crafttweakerbot](https://github.com/CraftTweaker/CraftTweaker/commit/854dac7b51a7376f0fd50d5170373dab1066cc2a) - kindlich - Sat Sep 19 22:32:20 2020
* [even more docs](https://github.com/CraftTweaker/CraftTweaker/commit/a84bfce4b99c696a100e20f71e1e521901f98410) - Jared - Fri Sep 18 15:03:47 2020
* [more docs](https://github.com/CraftTweaker/CraftTweaker/commit/6186f526e4a467b3bf78699cac9e8dbe2045c672) - Jared - Fri Sep 18 14:58:30 2020
* [add some docs as a test](https://github.com/CraftTweaker/CraftTweaker/commit/c90db518427db2ec078f19ad8c7a4410bc5d200e) - Jared - Fri Sep 18 14:42:11 2020
* [Now use CrT docs repo instead of kindlich's fork](https://github.com/CraftTweaker/CraftTweaker/commit/09b611b9e539e626e23ac94bc294c12a94aa5dd9) - kindlich - Thu Sep 17 23:48:48 2020
* [Re-enabled publishing to Maven, CF and Version Tracker](https://github.com/CraftTweaker/CraftTweaker/commit/5c9c2a320ccbc26a490e0686b808261ca24d9a6b) - kindlich - Thu Sep 17 23:20:05 2020
* [Use dash as build version separator instead of dot](https://github.com/CraftTweaker/CraftTweaker/commit/147776cfc39b026cd41d045b30ab5784e9021a9f) - kindlich - Thu Sep 17 22:41:25 2020
* [Make docs generate in docs folder to keep them separated from mkdocs.yml](https://github.com/CraftTweaker/CraftTweaker/commit/76a88ddc17ddb7dce3302eaf9b40dc43c4cc3999) - kindlich - Thu Sep 17 22:41:25 2020
* [Added example amount docParams to Fluidstack and Fluid](https://github.com/CraftTweaker/CraftTweaker/commit/a1a49990ecf48ac5a13e7ba0af052bef9d7e3351) - kindlich - Thu Sep 17 22:41:25 2020
* [Automated Doc Export, disabled Publishing for now](https://github.com/CraftTweaker/CraftTweaker/commit/b23b6638e11442204622a41082a0df89dbf05838) - kindlich - Thu Sep 17 22:41:24 2020
* [port to 1.16.3](https://github.com/CraftTweaker/CraftTweaker/commit/6938d637c10bdfb545bda6ebb394068a8410484e) - Jared - Tue Sep 15 21:48:51 2020
* [Added Fluid Tags](https://github.com/CraftTweaker/CraftTweaker/commit/aa84727d84bdf5df01e4eb3cb03aab64a141903b) - kindlich - Sun Sep 13 16:11:10 2020
* [Merge pull request #1062 from kindlich/1.15](https://github.com/CraftTweaker/CraftTweaker/commit/684460ab4f5ade755b011790e0b9376b3ea4413e) - Jared - Sun Sep 13 00:49:34 2020
* [Merge pull request #1047 from kindlich/1.15](https://github.com/CraftTweaker/CraftTweaker/commit/fd1d1ca059960c1fc8da6dd88df31e268a3bee4d) - kindlich - Sun Sep 13 00:48:27 2020
* [Update pack.mcmeta](https://github.com/CraftTweaker/CraftTweaker/commit/5de0788fad67d7780add250dfe4bb03c37febf5e) - kindlich - Sun Sep 13 00:39:20 2020
* [Add mixin as an annotation processor to generate the refmap](https://github.com/CraftTweaker/CraftTweaker/commit/bb436742c7e8d8e023fe3175956466807251bde7) - Jared - Sat Aug 22 01:48:20 2020
* [reduce logo file size](https://github.com/CraftTweaker/CraftTweaker/commit/47e9c1e9665a050dea88c7ff90f5500cb0b22fdd) - Jared - Sat Aug 22 01:07:09 2020
* [1.16.2 port is done (tm) mixins :eyes:](https://github.com/CraftTweaker/CraftTweaker/commit/d7591c35e6adcaf8da9d903325e58ccd54c3a0b1) - Jared - Sat Aug 22 00:49:46 2020
* [non working mixin impl](https://github.com/CraftTweaker/CraftTweaker/commit/95a46d1316aee52a58de77f7cc9a507e69709853) - Jared - Fri Aug 21 18:47:33 2020
* [initial 1.16.2 port](https://github.com/CraftTweaker/CraftTweaker/commit/192513db0a563e99d5e15ea2ee7e326620ec8d97) - Jared - Fri Aug 21 13:59:01 2020
* [Updated INumberData to include type](https://github.com/CraftTweaker/CraftTweaker/commit/3c70f344850c8033fd57daa5c65638c65c839b0c) - kindlich - Wed Aug 12 21:27:44 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/7260750d5b29d8b4407beac782760ac85a5c74f0) - kindlich - Wed Aug 12 21:27:22 2020
* [Added IIngredient#reuse](https://github.com/CraftTweaker/CraftTweaker/commit/7db932b1d8b5ac4a7e9547d6ac1c295f5d99a9c0) - kindlich - Wed Aug 12 21:25:59 2020
* [Added JUnit tests for Snipping Preprocessor](https://github.com/CraftTweaker/CraftTweaker/commit/6757545e008b5f2c59c26d83d055ccc1b863c1c5) - kindlich - Wed Aug 12 21:20:29 2020
* [Changed how the SnippingPreprocessor works](https://github.com/CraftTweaker/CraftTweaker/commit/2176243d400b388ee28e7c01c66bb997ce7a58d1) - kindlich - Wed Aug 12 21:19:03 2020
* [Use IRecipeType.register](https://github.com/CraftTweaker/CraftTweaker/commit/d1ae94eda5936711469af7d72684f6f0b8618ab4) - kindlich - Wed Aug 12 21:18:45 2020
* [Added ScriptLoadingOptions.firstRun](https://github.com/CraftTweaker/CraftTweaker/commit/8694321eecbdb4a461fc2bfc7f07f117a638f791) - kindlich - Wed Aug 12 21:15:39 2020
* [Update the issue template.](https://github.com/CraftTweaker/CraftTweaker/commit/5e3b63ecacd81cacbe7421f9add8e425ad95b2c0) - Jared - Sat Aug 8 21:14:53 2020
* [Don't send the patreon message if there are no scripts](https://github.com/CraftTweaker/CraftTweaker/commit/74195b4dbe14743df5e5d80dcbccbc7fb129fb4e) - Jared - Sat Aug 1 22:38:59 2020
* [Changed how CurseGradle is applied to make multiprojects work](https://github.com/CraftTweaker/CraftTweaker/commit/887b3099e88e7f3271f8ff6761612e03c05fe2c1) - kindlich - Wed Jul 29 18:09:06 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/e07b3616926f392cbab702b390078fafc4685f31) - kindlich - Wed Jul 29 18:08:35 2020
* [fix tooltips crashing server close #1024](https://github.com/CraftTweaker/CraftTweaker/commit/af643c5b59b6bfceffdba261ebd8119e1c90bc83) - Jared - Tue Jul 28 18:07:16 2020
* [add a way to get items blocks and entitytypes from mods](https://github.com/CraftTweaker/CraftTweaker/commit/7ca2a51e2fe364a8dcdbe943bce2937d91e18f79) - Jared - Mon Jul 27 13:36:14 2020
* [fix nbt matching for vanilla ingredients](https://github.com/CraftTweaker/CraftTweaker/commit/0a7afcd60eaeb2d53eb1074be7af90f9595eb0cd) - Jared - Mon Jul 27 13:35:37 2020
* [Implement tooltips](https://github.com/CraftTweaker/CraftTweaker/commit/450ec4406b3a95d8b563acf53425b8b922d7a9e9) - Jared - Mon Jul 27 00:56:07 2020
* [fix any damage serializer close #1022](https://github.com/CraftTweaker/CraftTweaker/commit/8db23174b174ef921e8e96ec3580d1d2546f0133) - Jared - Sun Jul 26 12:23:51 2020
* [fix onlyIf](https://github.com/CraftTweaker/CraftTweaker/commit/d9e3c73ba9fb219f87bf867746d1f9f7b1962857) - Jared - Sat Jul 25 13:32:25 2020
* [ingredient conditions implemented, onlyIf needs some work though](https://github.com/CraftTweaker/CraftTweaker/commit/0bf1d42005304c2245b50812fd6873e7390f90f8) - Jared - Sat Jul 25 02:33:53 2020
* [Add support for smithing table recipes.](https://github.com/CraftTweaker/CraftTweaker/commit/c49f5ad36aab9b1433f7536eb5a1a33c840bb706) - Tyler Hancock - Wed Jul 22 00:23:23 2020
* [Remove ResourceLocation Const for CTShapedRecipe Close #1012](https://github.com/CraftTweaker/CraftTweaker/commit/999212c9198c68c080971e68acd30abcf44df0c7) - Jared - Sun Jul 19 21:25:41 2020
* [Update readme](https://github.com/CraftTweaker/CraftTweaker/commit/a43c2d66012210eb272c22d6c7a536e8cf9b7866) - Jared - Fri Jul 17 04:13:24 2020
* [Fix commands being lost after reloading](https://github.com/CraftTweaker/CraftTweaker/commit/c59fedde59fc536579f4be297c82c0ae2b0591eb) - Jared - Thu Jul 16 23:27:21 2020
* [use flat maven badge](https://github.com/CraftTweaker/CraftTweaker/commit/d4ef291db6d5cb6dfd0d98198903ed2e783e43e4) - Jared - Wed Jul 15 13:28:14 2020
* [Started work on rewriting the readme](https://github.com/CraftTweaker/CraftTweaker/commit/cb02d1772f2b3cc71d33665cb51d968a8a865593) - Jared - Tue Jul 14 23:33:08 2020
* [add support for or'd ingredients close #1008](https://github.com/CraftTweaker/CraftTweaker/commit/81ef854472188ec384e8b9e2f26fe7526f11c1ad) - Jared - Tue Jul 14 14:55:38 2020
* [re-add JEITweaker dep](https://github.com/CraftTweaker/CraftTweaker/commit/3179e4134e16a2ff2ea7aa8350ec79ecef374686) - Jared - Mon Jul 13 02:25:35 2020
* [use an empty ingredient if the item is empty](https://github.com/CraftTweaker/CraftTweaker/commit/6e42fb764dd315c742c0f64bcbb05ae6e2c6e052) - Jared - Sat Jul 11 04:35:16 2020
* [re-add JEI to the dev env](https://github.com/CraftTweaker/CraftTweaker/commit/02981d4d15cea614c4aa4afcb11f489ed21a7a18) - Jared - Sat Jul 11 03:29:00 2020
* [Fix adding and removing things from tags](https://github.com/CraftTweaker/CraftTweaker/commit/3b2c3544f55cbe7a276cc41a71644c955a086e34) - Jared - Fri Jul 10 22:43:39 2020
* [fix 1.15.2 references...](https://github.com/CraftTweaker/CraftTweaker/commit/9dd241035aacef8d7cde5d4942b7dcd49f7be427) - Jared - Fri Jul 10 21:24:54 2020
* [Fix curse gradle not liking an empty function](https://github.com/CraftTweaker/CraftTweaker/commit/22cfc43328c0c5624dca70ef2ab8e9d458b60f67) - Jared - Fri Jul 10 17:38:44 2020
* [hopefully fix changelog generation...](https://github.com/CraftTweaker/CraftTweaker/commit/a34d34b9bf901d68235bb1205c81e07faf8d2d6d) - Jared - Fri Jul 10 17:32:46 2020
* [test commit](https://github.com/CraftTweaker/CraftTweaker/commit/7ca3b847d68d12b5aaf39c0e52e4b760fdc12a82) - Jared - Fri Jul 10 17:22:09 2020
* [don't mark JEITweaker for 1.16](https://github.com/CraftTweaker/CraftTweaker/commit/01df09519dd2e48735db089a1e953592b0da81a2) - Jared - Fri Jul 10 17:04:50 2020
* [version push](https://github.com/CraftTweaker/CraftTweaker/commit/58584d8d60e76ed71d6f1cbfbab5618e4763c27e) - Jared - Fri Jul 10 16:57:44 2020
* [compiles and works tm](https://github.com/CraftTweaker/CraftTweaker/commit/b9244a66c981d73a90a8e79ccc9939f36a3f5f71) - Jared - Thu Jul 9 23:20:35 2020
* [update changelog commit](https://github.com/CraftTweaker/CraftTweaker/commit/6808f6e0b840435f2dc3cb71d521c3327a7122a2) - Jared - Tue Jul 7 06:33:23 2020
CraftTweaker-1.16.5-7.1.0.97.jar:
Current version: 7.1.0.97
* [Added BlockState to ct hand](https://github.com/CraftTweaker/CraftTweaker/commit/8c92f6751b1b10525b0ed0a6a1fe765faa948966) - Jared - Thu Jan 21 14:32:17 2021
* [Fix build errors](https://github.com/CraftTweaker/CraftTweaker/commit/38f8122d7ccfdf1a5ad5a881cba09c28d724550a) - Jared - Wed Jan 20 00:57:09 2021
* [Updated World with additional information and functionality. (#1141)](https://github.com/CraftTweaker/CraftTweaker/commit/b75e108c5d794e6decf60bb45b07be10b4d46b7c) - Tyler Hancock - Wed Jan 20 00:41:13 2021
* [update readme to 1.16.5](https://github.com/CraftTweaker/CraftTweaker/commit/d3e1997f0a8185a4598e3340c62c276782c6645d) - Jared - Tue Jan 19 10:53:24 2021
* [Add an editorconfig and update the codestyle.xml](https://github.com/CraftTweaker/CraftTweaker/commit/38cd6210b16f96eb1e3bffd55b95a44b5d0acce5) - Jared - Tue Jan 19 08:20:20 2021
* [Check if the changelog can actually be written before trying to write it.](https://github.com/CraftTweaker/CraftTweaker/commit/553ecde7346e18d8fa6780ce1c40f8ab83bf0eda) - Tyler Hancock - Tue Jan 19 07:46:04 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/3f848e484d5521447ac72dabc831933b08dd9024) - kindlich - Mon Jan 18 08:54:32 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/322e6f8093192d1d2927aa7987446ecacbe99ceb) - kindlich - Sun Jan 17 21:04:27 2021
* [Check if a player is fake or not](https://github.com/CraftTweaker/CraftTweaker/commit/d7fe9bbff6c0e1f5a690d2d465a9bf2c6d7ade7e) - Jared - Sun Jan 17 06:04:48 2021
* [gave blockpos a string caster](https://github.com/CraftTweaker/CraftTweaker/commit/bd621f0900e645566677395f7d6e510be6f4abfe) - Jared - Sun Jan 17 06:04:39 2021
* [added world to entity](https://github.com/CraftTweaker/CraftTweaker/commit/17f64c77ed7faed9b6f3c4fadcb72ff2bc452bc6) - Jared - Sun Jan 17 06:04:11 2021
* [Fixed /crafttweaker not working correctly](https://github.com/CraftTweaker/CraftTweaker/commit/138306beaa2a2b066bb0a9be11448e19ab014751) - Jared - Sat Jan 16 23:13:04 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/181909da948c4e43208ac27ad598899c50f05d61) - kindlich - Sat Jan 16 20:29:33 2021
* [Add a way to send a chat message](https://github.com/CraftTweaker/CraftTweaker/commit/68f8641760b63c93eaa654789acf473fc597465d) - Jared - Sat Jan 16 05:12:30 2021
* [port to 1.16.5](https://github.com/CraftTweaker/CraftTweaker/commit/81f55ea9a8e10d9c8db9a4e9d489aa855719d86c) - Jared - Fri Jan 15 23:29:57 2021
* [Add Wandering Trader support](https://github.com/CraftTweaker/CraftTweaker/commit/69515ed29dc1cb39c9dfdb2e4d604939935e9435) - Jared - Thu Jan 14 18:37:37 2021
* [Add Villager trades support](https://github.com/CraftTweaker/CraftTweaker/commit/a8b17750c5487447a734fe086d63ea064670bf0b) - Jared - Thu Jan 14 18:04:54 2021
* [Fixed copy paste error in BracketValidators](https://github.com/CraftTweaker/CraftTweaker/commit/21a2a0956e031e50e7680b39b5fa761c5608d9f3) - Jared - Thu Jan 14 18:03:07 2021
* [Added isServer to CraftTweakerAPI](https://github.com/CraftTweaker/CraftTweaker/commit/78a74f05a42fd118ff6ee44fe25757d27724f88a) - Jared - Wed Jan 13 19:49:34 2021
* [Fixed an issue with tags being a bit too specific](https://github.com/CraftTweaker/CraftTweaker/commit/49432c676b07d83259fcf9f53b7f1c2ab85154f7) - Jared - Wed Jan 13 16:08:32 2021
* [Removed client-only call in Recipetypes BEP](https://github.com/CraftTweaker/CraftTweaker/commit/02b789a5126e590e5de9ff22bb8b9a16975fbce5) - kindlich - Tue Jan 12 20:19:22 2021
* [Removed optional annotations from ListData constructor](https://github.com/CraftTweaker/CraftTweaker/commit/ca76332b435a60bef2bdc929ac57b07a5e3660ac) - kindlich - Tue Jan 12 20:16:03 2021
* [Fix issue on servers when using wrapper recipes](https://github.com/CraftTweaker/CraftTweaker/commit/37576fe3810c82ff0546fe9cb230bda26749c4e3) - Jared - Tue Jan 12 07:48:27 2021
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/03bbffc5f7d0895bc32820476990c5da74c880a4) - kindlich - Sun Jan 10 17:35:47 2021
* [Made the patron message not print to chat](https://github.com/CraftTweaker/CraftTweaker/commit/2529fa7561457bf70632154b31ad90d08b8bc0a4) - Jared - Sat Jan 9 19:51:43 2021
* [Replace typeclassconverter instead of catching mirroredTypeExceptions manually](https://github.com/CraftTweaker/CraftTweaker/commit/e8774872b0ff612873dcbc0306363bb3d15d8f47) - kindlich - Sat Jan 9 19:20:39 2021
* [Re-enabled docs publishing](https://github.com/CraftTweaker/CraftTweaker/commit/985400502e6e3203fdabb069a11f4825386a2356) - kindlich - Sat Jan 9 17:46:17 2021
* [Extracted initialization logic to Abstract Processor class](https://github.com/CraftTweaker/CraftTweaker/commit/724de7090130dbdbe2b4dae5609628bc6f249b54) - kindlich - Wed Jan 6 23:25:06 2021
* [AnnotationProcessors: Properly handle inner types in TypeNotPresentExceptions](https://github.com/CraftTweaker/CraftTweaker/commit/fddd796570f85065975881f8d4b6509128e16aeb) - kindlich - Mon Jan 4 23:07:32 2021
* [AnnotationProcessors: Fix NPE](https://github.com/CraftTweaker/CraftTweaker/commit/d09bb21d8e00d0f4189070cec64a7a01494c6055) - kindlich - Mon Jan 4 22:49:55 2021
* [Fix types not being found](https://github.com/CraftTweaker/CraftTweaker/commit/de52ae6c16970e9758f7c14d562a5085acd5e323) - kindlich - Mon Jan 4 22:20:25 2021
* [Catch TypeNotPresentExceptions](https://github.com/CraftTweaker/CraftTweaker/commit/4b04293d2283d1ccd4e9f506c15567465781120c) - kindlich - Mon Jan 4 21:16:59 2021
* [Replace wrapper types with native types](https://github.com/CraftTweaker/CraftTweaker/commit/399d90d15724a14c5749f5322bf6e877ffa37032) - kindlich - Thu Dec 31 02:30:35 2020
* [More Validation APs for Expansions, Types and Parameters](https://github.com/CraftTweaker/CraftTweaker/commit/8583a727eb027e2d5a64774add449b049cbe5f9e) - kindlich - Wed Dec 30 00:22:23 2020
* [Document Processor](https://github.com/CraftTweaker/CraftTweaker/commit/09a707a8bf174d5c47777b46be0bdf3ea2b419f9) - kindlich - Fri Dec 25 00:39:41 2020
* [Replace wrapper types with native types](https://github.com/CraftTweaker/CraftTweaker/commit/018191dc43344aabd81556e6f0aa52e8771de44a) - kindlich - Fri Dec 25 00:35:34 2020
* [Fix error message for TypedExpansion](https://github.com/CraftTweaker/CraftTweaker/commit/35fce87ac5998eb43c5c26f50a5fbcfcb4f7b77c) - kindlich - Fri Dec 25 00:31:31 2020
* [Review findings for tagdata](https://github.com/CraftTweaker/CraftTweaker/commit/71e3e7a31f557381a7ff32a458bd9903a1ead091) - kindlich - Fri Dec 25 00:25:42 2020
* [Removed Wrappers](https://github.com/CraftTweaker/CraftTweaker/commit/f0a1b51dcc9703789e9bce9ffae0c440489fa4e3) - kindlich - Thu Dec 24 20:01:36 2020
* [Add native support](https://github.com/CraftTweaker/CraftTweaker/commit/f47b8875723808a5b2ef96d8cbf83698b862273a) - kindlich - Thu Dec 24 19:54:40 2020
* [KnownAddons, and general fixes](https://github.com/CraftTweaker/CraftTweaker/commit/422b30b339d347d22237ffdc768a71c996cbe508) - kindlich - Thu Dec 24 19:50:20 2020
* [Tag update](https://github.com/CraftTweaker/CraftTweaker/commit/82e1f97ccf02643a50aff89ee3a4322a3dd8ecb4) - kindlich - Thu Dec 24 19:13:44 2020
* [Fix recipe name in example](https://github.com/CraftTweaker/CraftTweaker/commit/a5dfb0119232ddfc8fc90ec145f03c64cc2dfeb5) - kindlich - Mon Dec 7 09:24:44 2020
* [Added Tags example file](https://github.com/CraftTweaker/CraftTweaker/commit/0f52069e0367c59ea496467eb7e1626261ec1997) - kindlich - Sun Dec 6 21:50:23 2020
* [Fix order of operands for Contains operator](https://github.com/CraftTweaker/CraftTweaker/commit/1b604483628055a0c2a4221d66eb5e37204780ce) - kindlich - Tue Dec 1 21:09:16 2020
* [Fixed Mixin Location for TagCollection](https://github.com/CraftTweaker/CraftTweaker/commit/8adcb31d1524978527a52ba3c5658120e695b46e) - kindlich - Tue Dec 1 21:09:15 2020
* [WIP: Added "ct examples" command](https://github.com/CraftTweaker/CraftTweaker/commit/655a2cad24a2f97fa8df30ded415d902e398dca8) - kindlich - Tue Dec 1 21:09:15 2020
* [Removed ScriptLoadingOptions#firstRun](https://github.com/CraftTweaker/CraftTweaker/commit/31459405082f94a8b42e0c8096d7ab7bdaf72c31) - kindlich - Tue Dec 1 21:09:15 2020
* [Fix not properly executing first runs](https://github.com/CraftTweaker/CraftTweaker/commit/26f1ef22a8017d3f04386420653df12ceffb0283) - kindlich - Tue Dec 1 21:09:15 2020
* [Fixed byteExpansion being optional](https://github.com/CraftTweaker/CraftTweaker/commit/83c44e43db17035a2317805280511ac1fd1f0787) - kindlich - Tue Dec 1 21:09:14 2020
* [Added way to get script position from IAction](https://github.com/CraftTweaker/CraftTweaker/commit/9bbf2c7eb09c3f52fa7de6092652ac433d191bc7) - kindlich - Tue Dec 1 21:09:14 2020
* [Throw ParseExceptions in Parsers to show script location](https://github.com/CraftTweaker/CraftTweaker/commit/459efc360001707a33a202c83f864a692e735138) - kindlich - Tue Dec 1 21:09:14 2020
* [Fixed immutable maps on the client](https://github.com/CraftTweaker/CraftTweaker/commit/b7a8b40e05bb26b2e03b241f0da590e095f43724) - Jared - Tue Dec 1 20:14:14 2020
* [Fixed incorrect check for directory creation](https://github.com/CraftTweaker/CraftTweaker/commit/ebec199d845f870432b1017d2e1665398243e77f) - kindlich - Sun Nov 22 13:22:58 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/3363b8d875799f36fa615e6b12180465f03d2057) - kindlich - Sat Nov 21 21:19:38 2020
* [Fixed duplicate tag dump and and added folder to TagManager warnings](https://github.com/CraftTweaker/CraftTweaker/commit/7335b6ff5492f13bc90b9f4cfab3a30a9bad4e5d) - kindlich - Sat Nov 21 21:19:27 2020
* [Take 2: Added CraftTweaker Annotations to CrT Classpath](https://github.com/CraftTweaker/CraftTweaker/commit/0777521d01901b0d99488281afedf11d078a765d) - kindlich - Sat Nov 21 15:33:31 2020
* [Added CraftTweaker Annotations to CrT Classpath](https://github.com/CraftTweaker/CraftTweaker/commit/0c5cf2919039604475b0fbfcbed94b9fdd7ac7dd) - kindlich - Sat Nov 21 11:22:27 2020
* [Fixed issue in build.gradle path](https://github.com/CraftTweaker/CraftTweaker/commit/2b598ab7e07221202eb05788b8882d221e9525f6) - kindlich - Fri Nov 20 22:00:18 2020
* [Disabled publishing to Maven and DocExport](https://github.com/CraftTweaker/CraftTweaker/commit/8d85359dafc13cb6f9c9ee5c3d482e5d6c5ccc9a) - kindlich - Fri Nov 20 21:10:36 2020
* [Set CrT version to 7.1.0](https://github.com/CraftTweaker/CraftTweaker/commit/fac26c7261ac0d523abc2e17129a76e65775bff3) - kindlich - Fri Nov 20 20:54:29 2020
* [Tag Bracket dumper](https://github.com/CraftTweaker/CraftTweaker/commit/92dc07702c51abe3f7d71af275b2a1e0a915407b) - kindlich - Fri Nov 20 00:21:51 2020
* [Some cleanup](https://github.com/CraftTweaker/CraftTweaker/commit/d64039ff9f8768871135c324b73bcb3ddaf1c345) - kindlich - Fri Nov 20 00:20:57 2020
* [Added forgotten MCfluidStackMutable equals op](https://github.com/CraftTweaker/CraftTweaker/commit/7f9503384708ec2ae3839577a1cf55fc5bcfd558) - kindlich - Fri Nov 20 00:04:57 2020
* [Added Block BEP](https://github.com/CraftTweaker/CraftTweaker/commit/610b70fe8f49b7154d728873cb3e110353f1f3c0) - kindlich - Thu Nov 19 23:56:11 2020
* [Allow MCTag<Item> to be cast to IData for JSON recipes](https://github.com/CraftTweaker/CraftTweaker/commit/f46473605ac46588e5e90695ff8ae429c09af2ec) - kindlich - Thu Nov 19 23:15:01 2020
* [Equals methods for Tag, ItemStack and FluidStack](https://github.com/CraftTweaker/CraftTweaker/commit/d900a8c351cdbd624f86cb6847779afdf0360df0) - kindlich - Thu Nov 19 23:13:57 2020
* [Add TagManager#getAllTagsFor](https://github.com/CraftTweaker/CraftTweaker/commit/cd80b73748786088a4486720d5ff4f031d290faa) - kindlich - Thu Nov 19 18:39:36 2020
* [added a way to see if a fluidstack contains another fluidstack](https://github.com/CraftTweaker/CraftTweaker/commit/9bc1bd6b753c5830340dbdbf5bf0c6778b47ebdb) - Jared - Wed Nov 18 22:05:34 2020
* [actually fix the issue with recipe types](https://github.com/CraftTweaker/CraftTweaker/commit/1c53654922676a38b70f43254c967131af420f20) - Jared - Wed Nov 18 16:34:55 2020
* [Fixed an issue with recipe types without any default recipes](https://github.com/CraftTweaker/CraftTweaker/commit/cd16ef26f93228cb2397b4a22e88cfa54b84b4bd) - Jared - Wed Nov 18 16:12:31 2020
* [Fixed tag Vanilla Tag folders trying to be created](https://github.com/CraftTweaker/CraftTweaker/commit/ec82300758fad534688a4d202f1ca304561b152b) - kindlich - Tue Nov 17 21:10:30 2020
* [Made IItemStack#getId return MCResLoc](https://github.com/CraftTweaker/CraftTweaker/commit/13def69fd2286ca29b87fb80523ea242838d1f0d) - kindlich - Tue Nov 17 20:30:25 2020
* [Use Proper TagManager](https://github.com/CraftTweaker/CraftTweaker/commit/7f48d15ea9e314b2620533a84b71715d368c4776) - kindlich - Tue Nov 17 20:27:44 2020
* [Added BoolData](https://github.com/CraftTweaker/CraftTweaker/commit/2fe5bc19ab880a393756c4afb65e782209909e33) - kindlich - Tue Nov 17 20:26:51 2020
* [Added Trace LogLevel](https://github.com/CraftTweaker/CraftTweaker/commit/fb271d115f7c3575cf8ab46f6160398c47e130a0) - kindlich - Sat Nov 14 18:04:00 2020
* [Fixed invalid Tag folders](https://github.com/CraftTweaker/CraftTweaker/commit/08cedbfd585461e4ae114341d506217f20edcc25) - kindlich - Sat Nov 14 17:52:04 2020
* [Tags: Remove MCTag#first due to nonordering of tags](https://github.com/CraftTweaker/CraftTweaker/commit/fc8354934b25f70f8eff947005a21cebd96e04bd) - kindlich - Sat Nov 14 00:14:02 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/67b1e32c7792eccf6145b579f020725c14dbd080) - kindlich - Sat Nov 14 00:09:09 2020
* [Added wrapper IIngredient to wrap MC ingredients with a proper commandString](https://github.com/CraftTweaker/CraftTweaker/commit/329b9c1dcb0983e0cfc696b7e5506d9b2d2f6b21) - kindlich - Sat Nov 14 00:06:15 2020
* [Tags: Have logs use command string version of tags](https://github.com/CraftTweaker/CraftTweaker/commit/d3dc77f00aefc80cf55bed7be8098b55c369d637) - kindlich - Fri Nov 13 23:23:57 2020
* [Minor cleanups](https://github.com/CraftTweaker/CraftTweaker/commit/97bc76b530957dc3afddf85635662cd2f90ee352) - kindlich - Fri Nov 13 23:00:07 2020
* [Added equals method to CommandStringDisplayable implementations](https://github.com/CraftTweaker/CraftTweaker/commit/fbdbdfdef88967d5593b88edb7f76f1d0aee6097) - kindlich - Fri Nov 13 22:59:38 2020
* [Tags: Add, create and remove actions](https://github.com/CraftTweaker/CraftTweaker/commit/54358fdbbcec6f5ee5d0b5ace2717b561dfe3737) - kindlich - Fri Nov 13 22:53:28 2020
* [Made FluidStack castable to MCFluid](https://github.com/CraftTweaker/CraftTweaker/commit/310c176441ed9f696c5ac02dd17c1dfdab165d7b) - kindlich - Fri Nov 13 22:49:53 2020
* [Fix incorrect check for sided LoaderAction](https://github.com/CraftTweaker/CraftTweaker/commit/d9a3cb6e17f463b03c4b32b091a639b0ddeef967) - kindlich - Fri Nov 13 22:48:46 2020
* [fixed quotes in the copy command](https://github.com/CraftTweaker/CraftTweaker/commit/e1d9205f3ca155f405982f0b79541f353964094e) - Jared - Fri Nov 13 21:12:11 2020
* [fix jars published on the maven](https://github.com/CraftTweaker/CraftTweaker/commit/1b0036b712a5c2b2e17e823c9c973e77caf3b291) - Jared - Fri Nov 13 00:47:30 2020
* [First take at Tag BEP](https://github.com/CraftTweaker/CraftTweaker/commit/26da72cb8b005d5f1d816f510d5878cc84e41897) - kindlich - Wed Nov 11 20:36:31 2020
* [Created CTRegisterBEPEvent](https://github.com/CraftTweaker/CraftTweaker/commit/ab113a682f2df22295b9e056e73b5cc0b1efc17f) - kindlich - Wed Nov 11 20:10:14 2020
* [Made LoaderActions side sensitiv](https://github.com/CraftTweaker/CraftTweaker/commit/024c0db7effa76b45ae4ed8b0fc6c9c3370eac84) - kindlich - Wed Nov 11 19:55:52 2020
* [Add a way to get the internal ingredients of an MCIngredientList](https://github.com/CraftTweaker/CraftTweaker/commit/4ad4cf3947cf5dc8767bc09340aa9d94b7356c63) - Richard Freimer - Tue Nov 10 21:23:40 2020
* [WIP: First test at generic Tags](https://github.com/CraftTweaker/CraftTweaker/commit/e31b762b05e4634f91c57b9412dbad803a4f35a0) - kindlich - Tue Nov 10 17:37:46 2020
* [Added MCItemDefinition](https://github.com/CraftTweaker/CraftTweaker/commit/04d5f3de312bc7bf1f39a3a98e871df50d7aa377) - kindlich - Tue Nov 10 17:37:01 2020
* [Added ZenWrapper Registry](https://github.com/CraftTweaker/CraftTweaker/commit/72c9536c5fa7ff49fb7338858be6ccc49dc9288f) - kindlich - Tue Nov 10 17:34:43 2020
* [Add a few methods to IFluidStack](https://github.com/CraftTweaker/CraftTweaker/commit/944fd476c98f58ae97a637411decc491bf3c4719) - Richard Freimer - Sat Nov 7 22:34:02 2020
* [srg2mcp, fix building](https://github.com/CraftTweaker/CraftTweaker/commit/b1de78fd6701679c26ad5a831cf57cdeba89fcf4) - youyihj - Fri Nov 6 06:31:27 2020
* [remove random methods](https://github.com/CraftTweaker/CraftTweaker/commit/8ac04aed48812d1e2beddcada5f7f1cf534d8260) - youyihj - Fri Nov 6 00:01:16 2020
* [Make it easier to make custom add recipe actions that have a different type or number of outputs](https://github.com/CraftTweaker/CraftTweaker/commit/de2edf5b6b9dba010498df4f6e95a8f38df09670) - Richard Freimer - Thu Nov 5 23:44:41 2020
* [Do not try to register abstract classes as recipeManager](https://github.com/CraftTweaker/CraftTweaker/commit/12d940b7ea6b4357e2708cb29fc7cd9c37084274) - kindlich - Thu Nov 5 22:00:39 2020
* [Prevent Compilation if member name clashes with ZC Keyword](https://github.com/CraftTweaker/CraftTweaker/commit/097ac9dde75d71eaa2318c76ee5c8b2756250b26) - kindlich - Thu Nov 5 21:57:44 2020
* [Fix missing colon in MCResourceLocation's command string](https://github.com/CraftTweaker/CraftTweaker/commit/242e6aa36759d77c117aa13dcdca5a0f5b0ff55e) - Richard Freimer - Thu Nov 5 21:41:29 2020
* [fixed typo](https://github.com/CraftTweaker/CraftTweaker/commit/043cd02f22639336870e5953aae6380e9a3a65cc) - Jared - Wed Nov 4 20:08:31 2020
* [added a way to get the internal ID to MCTag](https://github.com/CraftTweaker/CraftTweaker/commit/1839df182ec6748dde691df7ba47dc9303a38ad6) - Jared - Wed Nov 4 20:05:21 2020
* [port to 1.16.4](https://github.com/CraftTweaker/CraftTweaker/commit/01a4ede9a2a5672ab70891e85e0900316896fb12) - Jared - Tue Nov 3 23:37:15 2020
* [Updated submodule to GH Repo](https://github.com/CraftTweaker/CraftTweaker/commit/f3eb939b79e8a0905b2f4c86397dc3655441453e) - kindlich - Tue Nov 3 14:09:49 2020
* [Some small code cleanups](https://github.com/CraftTweaker/CraftTweaker/commit/6a01e93db2357b3d8bd6440916ff50892e919970) - kindlich - Thu Oct 29 21:42:37 2020
* [cleaned up DoccommentUtil](https://github.com/CraftTweaker/CraftTweaker/commit/d2a38748f80ee3c5160cb460b69009256f4e9841) - kindlich - Thu Oct 29 12:01:39 2020
* [Fix generated files not creating docs and gave option to specify the wrappedclasses.csv file](https://github.com/CraftTweaker/CraftTweaker/commit/ff968f6dc9526a25cb6cd5aa65e51a7d16272f1e) - kindlich - Thu Oct 29 11:58:01 2020
* [MCTextComponent's static methods and game#loacalize](https://github.com/CraftTweaker/CraftTweaker/commit/d35a3daea2e6ac29426fc1df102d7e5a5da72989) - youyihj - Thu Oct 29 08:41:25 2020
* [docs](https://github.com/CraftTweaker/CraftTweaker/commit/f5129b0c7571df0cd98e027d106f3914cc08fb5e) - youyihj - Thu Oct 29 05:22:02 2020
* [MCGame](https://github.com/CraftTweaker/CraftTweaker/commit/2a91d91d0e4482f589788e9f4ebd62f6b3d0bc4c) - youyihj - Thu Oct 29 01:43:33 2020
* [Some cleanup of script loads](https://github.com/CraftTweaker/CraftTweaker/commit/160b5687c1e01836e1c5d627be6223465c3c17c1) - kindlich - Wed Oct 28 19:33:24 2020
* [Removed Wildcard script loader](https://github.com/CraftTweaker/CraftTweaker/commit/9042793642792b01b13613c6569c444e5c99438a) - kindlich - Wed Oct 28 19:28:25 2020
* [more](https://github.com/CraftTweaker/CraftTweaker/commit/b92a5c3a6ab915ab80a186902fdc29625fbf2e2d) - youyihj - Wed Oct 28 13:45:22 2020
* [add MCWorld](https://github.com/CraftTweaker/CraftTweaker/commit/a994c341e5d7c3c2ba3ba19d0e94eb6b51103b61) - youyihj - Wed Oct 28 13:27:34 2020
* [WIP: Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/16122bd833f08cd51b975a4ce9ea33d18df34cc2) - kindlich - Fri Oct 23 19:33:47 2020
* [Moved DocumentProcessor to do its work after everything else](https://github.com/CraftTweaker/CraftTweaker/commit/a0352e75a0743b6c7d38c03217ecc763205cbbaa) - kindlich - Fri Oct 16 23:38:02 2020
* [generate docs.json](https://github.com/CraftTweaker/CraftTweaker/commit/4aee824c2e2c0bcbe7e4819c7ed2b6419cffea22) - Jared - Sun Oct 11 22:18:31 2020
* [Extracted method to load script files from RecipeManager](https://github.com/CraftTweaker/CraftTweaker/commit/2cb3af6abab560a5b1901ce338cd5fbc31037d94) - kindlich - Wed Sep 30 22:06:37 2020
* [Added some tests for Array and Instantiation Util](https://github.com/CraftTweaker/CraftTweaker/commit/ab2a274ef3fc162fc9cac5b0ca2167a6cfee454b) - kindlich - Wed Sep 30 22:05:59 2020
* [Refactored CraftTweakerRegistry](https://github.com/CraftTweaker/CraftTweaker/commit/0130dcc91d23cf7f41d0dd486f9ace5ba4a487a4) - kindlich - Wed Sep 30 21:08:15 2020
* [Allow for more than one ScriptLoader with UndoableActions](https://github.com/CraftTweaker/CraftTweaker/commit/29dc398b2833dc3c1a13084fe6845a0874f19a55) - kindlich - Tue Sep 29 22:46:11 2020
* [Default cast IItemStack->Weighted, and RecipeManager#getAllRecipes](https://github.com/CraftTweaker/CraftTweaker/commit/b4703bf08d94fa00513221e888335e9bb477a106) - kindlich - Sat Sep 26 12:25:08 2020
* [Fix problems that the AP change unveiled](https://github.com/CraftTweaker/CraftTweaker/commit/b423316cb718dbb5764108a8a7533e2a2d5f42bd) - kindlich - Sat Sep 26 12:01:39 2020
* [Throw an error if a type has no proper Document or ZenType annotations](https://github.com/CraftTweaker/CraftTweaker/commit/a29079e01707bf005ca8fd4a2b6dd9215e130f98) - kindlich - Sat Sep 26 12:00:14 2020
* [MCWeightedItemStack](https://github.com/CraftTweaker/CraftTweaker/commit/92d52abe2d5e924250b5356e1ba8aa4d3a055b00) - kindlich - Tue Sep 22 21:44:50 2020
* [MCTag isFluidTag and getID](https://github.com/CraftTweaker/CraftTweaker/commit/b865b50d1806a25af3374fcb3ebd88a54cf26c1e) - kindlich - Tue Sep 22 21:05:37 2020
* [made feature request include the version number](https://github.com/CraftTweaker/CraftTweaker/commit/077b2b9862442c6f38083804a12d92f3c61fdbf5) - Jared - Sun Sep 20 20:44:39 2020
* [Added Information to MCMod](https://github.com/CraftTweaker/CraftTweaker/commit/494b6057ebcb17cd7d2fefd8d47250ae2f9cff8e) - kindlich - Sat Sep 19 23:05:34 2020
* [Added MCModInfo#getFluids](https://github.com/CraftTweaker/CraftTweaker/commit/f70f942c91359c9d369c89b01a6f28199c9d42b4) - kindlich - Sat Sep 19 22:56:41 2020
* [Updated Jenkinsfile for @crafttweakerbot](https://github.com/CraftTweaker/CraftTweaker/commit/854dac7b51a7376f0fd50d5170373dab1066cc2a) - kindlich - Sat Sep 19 22:32:20 2020
* [even more docs](https://github.com/CraftTweaker/CraftTweaker/commit/a84bfce4b99c696a100e20f71e1e521901f98410) - Jared - Fri Sep 18 15:03:47 2020
* [more docs](https://github.com/CraftTweaker/CraftTweaker/commit/6186f526e4a467b3bf78699cac9e8dbe2045c672) - Jared - Fri Sep 18 14:58:30 2020
* [add some docs as a test](https://github.com/CraftTweaker/CraftTweaker/commit/c90db518427db2ec078f19ad8c7a4410bc5d200e) - Jared - Fri Sep 18 14:42:11 2020
* [Now use CrT docs repo instead of kindlich's fork](https://github.com/CraftTweaker/CraftTweaker/commit/09b611b9e539e626e23ac94bc294c12a94aa5dd9) - kindlich - Thu Sep 17 23:48:48 2020
* [Re-enabled publishing to Maven, CF and Version Tracker](https://github.com/CraftTweaker/CraftTweaker/commit/5c9c2a320ccbc26a490e0686b808261ca24d9a6b) - kindlich - Thu Sep 17 23:20:05 2020
* [Use dash as build version separator instead of dot](https://github.com/CraftTweaker/CraftTweaker/commit/147776cfc39b026cd41d045b30ab5784e9021a9f) - kindlich - Thu Sep 17 22:41:25 2020
* [Make docs generate in docs folder to keep them separated from mkdocs.yml](https://github.com/CraftTweaker/CraftTweaker/commit/76a88ddc17ddb7dce3302eaf9b40dc43c4cc3999) - kindlich - Thu Sep 17 22:41:25 2020
* [Added example amount docParams to Fluidstack and Fluid](https://github.com/CraftTweaker/CraftTweaker/commit/a1a49990ecf48ac5a13e7ba0af052bef9d7e3351) - kindlich - Thu Sep 17 22:41:25 2020
* [Automated Doc Export, disabled Publishing for now](https://github.com/CraftTweaker/CraftTweaker/commit/b23b6638e11442204622a41082a0df89dbf05838) - kindlich - Thu Sep 17 22:41:24 2020
* [port to 1.16.3](https://github.com/CraftTweaker/CraftTweaker/commit/6938d637c10bdfb545bda6ebb394068a8410484e) - Jared - Tue Sep 15 21:48:51 2020
* [Added Fluid Tags](https://github.com/CraftTweaker/CraftTweaker/commit/aa84727d84bdf5df01e4eb3cb03aab64a141903b) - kindlich - Sun Sep 13 16:11:10 2020
* [Merge pull request #1062 from kindlich/1.15](https://github.com/CraftTweaker/CraftTweaker/commit/684460ab4f5ade755b011790e0b9376b3ea4413e) - Jared - Sun Sep 13 00:49:34 2020
* [Merge pull request #1047 from kindlich/1.15](https://github.com/CraftTweaker/CraftTweaker/commit/fd1d1ca059960c1fc8da6dd88df31e268a3bee4d) - kindlich - Sun Sep 13 00:48:27 2020
* [Update pack.mcmeta](https://github.com/CraftTweaker/CraftTweaker/commit/5de0788fad67d7780add250dfe4bb03c37febf5e) - kindlich - Sun Sep 13 00:39:20 2020
* [Add mixin as an annotation processor to generate the refmap](https://github.com/CraftTweaker/CraftTweaker/commit/bb436742c7e8d8e023fe3175956466807251bde7) - Jared - Sat Aug 22 01:48:20 2020
* [reduce logo file size](https://github.com/CraftTweaker/CraftTweaker/commit/47e9c1e9665a050dea88c7ff90f5500cb0b22fdd) - Jared - Sat Aug 22 01:07:09 2020
* [1.16.2 port is done (tm) mixins :eyes:](https://github.com/CraftTweaker/CraftTweaker/commit/d7591c35e6adcaf8da9d903325e58ccd54c3a0b1) - Jared - Sat Aug 22 00:49:46 2020
* [non working mixin impl](https://github.com/CraftTweaker/CraftTweaker/commit/95a46d1316aee52a58de77f7cc9a507e69709853) - Jared - Fri Aug 21 18:47:33 2020
* [initial 1.16.2 port](https://github.com/CraftTweaker/CraftTweaker/commit/192513db0a563e99d5e15ea2ee7e326620ec8d97) - Jared - Fri Aug 21 13:59:01 2020
* [Updated INumberData to include type](https://github.com/CraftTweaker/CraftTweaker/commit/3c70f344850c8033fd57daa5c65638c65c839b0c) - kindlich - Wed Aug 12 21:27:44 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/7260750d5b29d8b4407beac782760ac85a5c74f0) - kindlich - Wed Aug 12 21:27:22 2020
* [Added IIngredient#reuse](https://github.com/CraftTweaker/CraftTweaker/commit/7db932b1d8b5ac4a7e9547d6ac1c295f5d99a9c0) - kindlich - Wed Aug 12 21:25:59 2020
* [Added JUnit tests for Snipping Preprocessor](https://github.com/CraftTweaker/CraftTweaker/commit/6757545e008b5f2c59c26d83d055ccc1b863c1c5) - kindlich - Wed Aug 12 21:20:29 2020
* [Changed how the SnippingPreprocessor works](https://github.com/CraftTweaker/CraftTweaker/commit/2176243d400b388ee28e7c01c66bb997ce7a58d1) - kindlich - Wed Aug 12 21:19:03 2020
* [Use IRecipeType.register](https://github.com/CraftTweaker/CraftTweaker/commit/d1ae94eda5936711469af7d72684f6f0b8618ab4) - kindlich - Wed Aug 12 21:18:45 2020
* [Added ScriptLoadingOptions.firstRun](https://github.com/CraftTweaker/CraftTweaker/commit/8694321eecbdb4a461fc2bfc7f07f117a638f791) - kindlich - Wed Aug 12 21:15:39 2020
* [Update the issue template.](https://github.com/CraftTweaker/CraftTweaker/commit/5e3b63ecacd81cacbe7421f9add8e425ad95b2c0) - Jared - Sat Aug 8 21:14:53 2020
* [Don't send the patreon message if there are no scripts](https://github.com/CraftTweaker/CraftTweaker/commit/74195b4dbe14743df5e5d80dcbccbc7fb129fb4e) - Jared - Sat Aug 1 22:38:59 2020
* [Changed how CurseGradle is applied to make multiprojects work](https://github.com/CraftTweaker/CraftTweaker/commit/887b3099e88e7f3271f8ff6761612e03c05fe2c1) - kindlich - Wed Jul 29 18:09:06 2020
* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/e07b3616926f392cbab702b390078fafc4685f31) - kindlich - Wed Jul 29 18:08:35 2020
* [fix tooltips crashing server close #1024](https://github.com/CraftTweaker/CraftTweaker/commit/af643c5b59b6bfceffdba261ebd8119e1c90bc83) - Jared - Tue Jul 28 18:07:16 2020
* [add a way to get items blocks and entitytypes from mods](https://github.com/CraftTweaker/CraftTweaker/commit/7ca2a51e2fe364a8dcdbe943bce2937d91e18f79) - Jared - Mon Jul 27 13:36:14 2020
* [fix nbt matching for vanilla ingredients](https://github.com/CraftTweaker/CraftTweaker/commit/0a7afcd60eaeb2d53eb1074be7af90f9595eb0cd) - Jared - Mon Jul 27 13:35:37 2020
* [Implement tooltips](https://github.com/CraftTweaker/CraftTweaker/commit/450ec4406b3a95d8b563acf53425b8b922d7a9e9) - Jared - Mon Jul 27 00:56:07 2020
* [fix any damage serializer close #1022](https://github.com/CraftTweaker/CraftTweaker/commit/8db23174b174ef921e8e96ec3580d1d2546f0133) - Jared - Sun Jul 26 12:23:51 2020
* [fix onlyIf](https://github.com/CraftTweaker/CraftTweaker/commit/d9e3c73ba9fb219f87bf867746d1f9f7b1962857) - Jared - Sat Jul 25 13:32:25 2020
* [ingredient conditions implemented, onlyIf needs some work though](https://github.com/CraftTweaker/CraftTweaker/commit/0bf1d42005304c2245b50812fd6873e7390f90f8) - Jared - Sat Jul 25 02:33:53 2020
* [Add support for smithing table recipes.](https://github.com/CraftTweaker/CraftTweaker/commit/c49f5ad36aab9b1433f7536eb5a1a33c840bb706) - Tyler Hancock - Wed Jul 22 00:23:23 2020
* [Remove ResourceLocation Const for CTShapedRecipe Close #1012](https://github.com/CraftTweaker/CraftTweaker/commit/999212c9198c68c080971e68acd30abcf44df0c7) - Jared - Sun Jul 19 21:25:41 2020
* [Update readme](https://github.com/CraftTweaker/CraftTweaker/commit/a43c2d66012210eb272c22d6c7a536e8cf9b7866) - Jared - Fri Jul 17 04:13:24 2020
* [Fix commands being lost after reloading](https://github.com/CraftTweaker/CraftTweaker/commit/c59fedde59fc536579f4be297c82c0ae2b0591eb) - Jared - Thu Jul 16 23:27:21 2020
* [use flat maven badge](https://github.com/CraftTweaker/CraftTweaker/commit/d4ef291db6d5cb6dfd0d98198903ed2e783e43e4) - Jared - Wed Jul 15 13:28:14 2020
* [Started work on rewriting the readme](https://github.com/CraftTweaker/CraftTweaker/commit/cb02d1772f2b3cc71d33665cb51d968a8a865593) - Jared - Tue Jul 14 23:33:08 2020
* [add support for or'd ingredients close #1008](https://github.com/CraftTweaker/CraftTweaker/commit/81ef854472188ec384e8b9e2f26fe7526f11c1ad) - Jared - Tue Jul 14 14:55:38 2020
* [re-add JEITweaker dep](https://github.com/CraftTweaker/CraftTweaker/commit/3179e4134e16a2ff2ea7aa8350ec79ecef374686) - Jared - Mon Jul 13 02:25:35 2020
* [use an empty ingredient if the item is empty](https://github.com/CraftTweaker/CraftTweaker/commit/6e42fb764dd315c742c0f64bcbb05ae6e2c6e052) - Jared - Sat Jul 11 04:35:16 2020
* [re-add JEI to the dev env](https://github.com/CraftTweaker/CraftTweaker/commit/02981d4d15cea614c4aa4afcb11f489ed21a7a18) - Jared - Sat Jul 11 03:29:00 2020
* [Fix adding and removing things from tags](https://github.com/CraftTweaker/CraftTweaker/commit/3b2c3544f55cbe7a276cc41a71644c955a086e34) - Jared - Fri Jul 10 22:43:39 2020
* [fix 1.15.2 references...](https://github.com/CraftTweaker/CraftTweaker/commit/9dd241035aacef8d7cde5d4942b7dcd49f7be427) - Jared - Fri Jul 10 21:24:54 2020
* [Fix curse gradle not liking an empty function](https://github.com/CraftTweaker/CraftTweaker/commit/22cfc43328c0c5624dca70ef2ab8e9d458b60f67) - Jared - Fri Jul 10 17:38:44 2020
* [hopefully fix changelog generation...](https://github.com/CraftTweaker/CraftTweaker/commit/a34d34b9bf901d68235bb1205c81e07faf8d2d6d) - Jared - Fri Jul 10 17:32:46 2020
* [test commit](https://github.com/CraftTweaker/CraftTweaker/commit/7ca3b847d68d12b5aaf39c0e52e4b760fdc12a82) - Jared - Fri Jul 10 17:22:09 2020
* [don't mark JEITweaker for 1.16](https://github.com/CraftTweaker/CraftTweaker/commit/01df09519dd2e48735db089a1e953592b0da81a2) - Jared - Fri Jul 10 17:04:50 2020
* [version push](https://github.com/CraftTweaker/CraftTweaker/commit/58584d8d60e76ed71d6f1cbfbab5618e4763c27e) - Jared - Fri Jul 10 16:57:44 2020
* [compiles and works tm](https://github.com/CraftTweaker/CraftTweaker/commit/b9244a66c981d73a90a8e79ccc9939f36a3f5f71) - Jared - Thu Jul 9 23:20:35 2020
* [update changelog commit](https://github.com/CraftTweaker/CraftTweaker/commit/6808f6e0b840435f2dc3cb71d521c3327a7122a2) - Jared - Tue Jul 7 06:33:23 2020
Dynamic Surroundings (DynamicSurroundings-1.16.4-4.0.3.4.jar --> DynamicSurroundings-1.16.4-4.0.3.5.jar):
DynamicSurroundings-1.16.4-4.0.3.5.jar:
Requirements * JAVA 8 * Forge 1.16.4-35.1.10+ * Compatible with 1.16.5-36.0.0+ as well * 100% client side; no server side deployment needed * Cloth Config API (Forge) is optional
Fixes * Aurora should no longer jump position when player positions around Y=63
Changes * Changed default activation control for Individual Sound Configuration to CTRL+i * Enabled config menus for child mods that will open the main Dynamic Surroundings option menus. Intent is to reduce confusion and keep things simple. * Add option to disable water ripple effect normally generated from rain and water splash effects. It's under Environs -> Effect Options. * Adjusted sunrise threshold to be a bit earlier. * Tweaked sound occlusion algorithm a bit.
FTB Chunks (ftb-chunks-1604.2.2.60.jar --> ftb-chunks-1604.2.2.61.jar):
ftb-chunks-1604.2.2.61.jar:
* Re-formatted some files - LatvianModder
* Merge pull request #91 from EnterFor/patch-2 - Kristiāns Micītis
* Merge pull request #96 from Sunekaer/patch-2 - Kristiāns Micītis
* Merge pull request #97 from Sunekaer/patch-4 - Kristiāns Micītis
* Merge pull request #95 from Sunekaer/patch-1 - Kristiāns Micītis
* pneumaticcraft block color for oil - Sunekaer
* BetterEndForge block colors - Sunekaer
* Updated BYG block colors - Sunekaer
* Create zh_cn.json - EnterFor
FTB GUI Library (ftb-gui-library-1604.2.0.29-forge.jar --> ftb-gui-library-1604.2.0.30-forge.jar):
ftb-gui-library-1604.2.0.30-forge.jar:
* Added fabric version uploading - LatvianModder
FTB Ranks (ftb-ranks-1604.1.1.9.jar --> ftb-ranks-1604.1.1.10.jar):
ftb-ranks-1604.1.1.10.jar:
* Made reflection in command handler less cancerous - LatvianModder
FTB Teams (ftb-teams-1604.1.0.13.jar --> ftb-teams-1604.1.0.14-forge.jar):
ftb-teams-1604.1.0.14-forge.jar:
* Reformatted code, fixed forge build, added fabric curseforge project - LatvianModder
* Merge pull request #5 from shedaniel/master - Kristiāns Micītis
* Port to architectury - shedaniel
* port to forge loom and remap - shedaniel
GeckoLib (GeckoLib 3.0.0 --> forge-1.16.5-geckolib-3.0.1.jar):
forge-1.16.5-geckolib-3.0.1.jar:
v3.0.1
* Fixed Armor rotations properly #McHorse
* Fixed BoxUVs and Normals #McHorse
* Hopefully fixed random missing model crash. #BaileyH
* GeoLayerRenderer now has a getRenderType method for setting RenderType. #AzureDoom
* Fixed Animation Singleton sync on items. #grillo78
* Fixed Item Lighting in GUI #BaileyH/AzureDoom
* Fixed Entities not going invisible. #AzureDoom
Item Collectors (itemcollectors-1.0.9-mc1.16.4 --> itemcollectors-1.0.10-mc1.16.5):
itemcollectors-1.0.10-mc1.16.5:
* fixed a duplication bug
itemcollectors-1.0.10-mc1.16.3:
* fixed a duplication bug
itemcollectors-1.0.10-mc1.16.2:
* fixed a duplication bug
itemcollectors-1.0.10-mc1.16.1:
* fixed a duplication bug
Item Filters (item-filters-1604.2.2.19.jar --> item-filters-1605.2.3.20-forge.jar):
item-filters-1605.2.3.20-forge.jar:
* Added .vscode to gitignore - LatvianModder
* Removed vscode files - LatvianModder
* Mod filter now only shows mods with items - LatvianModder
* Finished arch port - LatvianModder
* Merge pull request #5 from Blueberryy/master - Kristiāns Micītis
* Initial Arch port - LatvianModder
* Create ru_ru.json - Blueberry
Mahou Tsukai ([Minecraft 1.16.5] mahoutsukai-v1.27.4 --> [Minecraft 1.16.5] mahoutsukai-v1.27.5):
[Minecraft 1.16.5] mahoutsukai-v1.27.5:
* Fix crash with enderman (and maybe others) when using Clairvoyance
* Fix Rhongomyniad entity not properly returning lance when right clicked
Occultism (occultism-1.0.6.jar --> occultism-1.0.7.jar):
occultism-1.0.7.jar:
[Automated Build]
Find changes at [https://github.com/klikli-dev/occultism/releases](https://github.com/klikli-dev/occultism/releases)
Project MMO (Project_MMO-1.16.4-3.40.2.jar --> Project_MMO-1.16.4-3.41.1.jar):
Project_MMO-1.16.4-3.41.1.jar:
Gaining xp that's more than 1 level caused weirdness, fixed!
Project_MMO-1.16.4-3.41.jar:
Total Level Milestone Notifications and Broadcasts! (Default every 50 levels)
New option to loose Percentage of your entire level, instead of xp above a whole level! (Default only xp above a whole level)
Project_MMO-1.16.4-3.40.3.jar:
Archery xp had a typo in it :3 It has now been fixed, you should no longer have issues with bows giving Combat xp
Done extensive testing on the NaN xp and entity dissapearances, and I simply cannot replicate it, and have to claim that it's not pmmo... Though I can't prove that, either, there's no conclusive proof for either side
Survive (Survive-1.16.5-3.1.0 --> Survive-1.16.5-3.1.1):
Survive-1.16.5-3.1.1:
* Changed registration process of attributes
Fixes
* Tired overlay making the screen all black when using the BAR & NUMBERED temperature display modes
* Player riding any entity costing stamina
UnionLib (UnionLib-1.16.5-3.2.2 --> UnionLib-1.16.5-3.2.3):
UnionLib-1.16.5-3.2.3:
* Fix enums and floats not loading properly
XP Tome (xptome-1.16.4/.5-v2.0.jar --> xptome-1.16.4/.5-v2.0.1.jar):
xptome-1.16.4/.5-v2.0.1.jar:
* Add Russian translation (Thanks Rick-Zero!)
YUNG's Better Mineshafts (Forge) ([1.16.4 / 1.16.5] YUNG's Better Mineshafts v2.0 --> [1.16.4 / 1.16.5] YUNG's Better Mineshafts v2.0.1):
[1.16.4 / 1.16.5] YUNG's Better Mineshafts v2.0.1:
IF YOU'VE USED THE MOD BEFORE, DELETE YOUR EXISTING bettermineshafts/1_16 DIRECTORY!
Many of you ran Better Mineshafts 2.0 with an old version of YUNG's API, resulting in some corruption to your bettermineshafts config folder. Please delete that directory before running this version to ensure your config files are fixed!
This version properly requires users to have YUNG's API v1.16.4-Forge-3 in order to prevent such config corruption.
For more information on the JSON-related crashes and issues from the previous version, see this GitHub issue: [https://github.com/yungnickyoung/YUNGs-Better-Mineshafts/issues/39#issuecomment-764189914](https://github.com/yungnickyoung/YUNGs-Better-Mineshafts/issues/39#issuecomment-764189914)
Generated using [ChangelogGenerator 2.0.0-pre5](https://github.com/TheRandomLabs/ChangelogGenerator).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment