Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix contact offset added twice * Update modded_stripped_logs.json Add stripped logs for Environmental, Atmospheric, Infernal Expansion, Good Ending, and Biome Makeover * Update modded_stripped_wood.json * Add the mods correctly this time * Fix Deployers not using item's useOn method * Lang merger generic rollback (Creators-of-Create#5270) * Server-friendly Item Groups * Remove incorrectly merged CreateRegistry This class was renamed to AttachedRegistry during the 0.5.1 update. * Add tag to ban recipe serializers from automation (Creators-of-Create#5298) * Refine PR changes and improve Mods class * Remove unnecessary files * Fix copycat model modifying potentially immutable list - Perform minor mod initialization clean up - Bump version to patch E - Organize imports * Added support of other packet size optimisation mods. (Creators-of-Create#5362) * Added support of other packet size optimisation mods. (Connectivity and Packet Fixer) * Added comment why we need min (not max) value. * Finalize changes --------- Co-authored-by: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> * Allow registration of custom fan processing types - Fix crash on startup * Update Flywheel - Fix too many implementations of ProcessingRecipe#canSpecifyDuration returning true * Fix Various Bugs relating to Cherry and Bamboo wood not being included in the Create Mod (Creators-of-Create#5099) * Fixed Cherry wood not being encase-able * Fixed Bamboo wood not being encase-able * Fixed Cherry and Bamboo Wood Not Having Cutting Recipes * Move bamboo block to log and fix recipe * Finalize changes - Add recipe to cut bamboo planks into bamboo mosaic --------- Co-authored-by: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> * Update crowdin.yml - add estonian and vietnamese * Remove Entity#level AT Use an invoker for Entity#setLevel() instead * Refactor damage types - Replace DamageTypeData with DamageTypeBuilder and CreateDamageSources; make DamageType- and DamageSource-related code more like vanilla - Fix generated DamageType tags assigning all entries as optional - Combine DamageTypeDataProvider and WorldgenDataProvider into GeneratedEntriesProvider * The last lang merge - Add CreateRegistrate#addLangPostprocessor to arbitrarily transform lang entry map generated by Registrate - Remove all uses of and deprecate LangMerger and LangPartial - Move additional tag definitions from TagGen to CreateRegistrateTags - Move GatherDataEvent handler to CreateDatagen class - Move some Create-specific datagen classes to infrastructure package * Controllable Catalysts - Add tags to allow controlling which blocks and fluids act as catalysts for certain fan processing types - Fix unexpected and incorrect fan processing air current behaviors - Fix unlit campfires providing boiler heat - Rename consumeLang to provideLang in all places - Remove unused advancement-related classes * Fourth state of matter - Fix some blocks incorrectly being not solid - Slightly clean up creative mode tab item collection and related code * PipeCollisionEvents -Add Flow and Spill events to allow for easy custom fluid collision results * Update crowdin.yml - add belarusian * Fan and other tweaks - Fix zero-length air current causing NPE - Fix vertical air currents sometimes checking blocks for handlers multiple times - Fix blocking handlers at end of air flow not receiving processing - Use Registrate namespace instead of "create" in fluid-related methods in CreateRegistrate - Flatten block property configuration in AllBlocks - Make crushing wheel controller material solid - Add note to Create.REGISTRATE * Try to remove lang postprocessor Removes the lang postprocessor system and adds additional lang using a standard ProviderType.LANG generator. This commit will be reverted if it causes issues. * New Crowdin translations by Github Action * Hell's Rollers - Removed tooltip markers and examples from lang file - Address Creators-of-Create#5124 - Added a bunch of safety checks for active rollers passing through a portal - Fixed rollers in fill mode consuming blocks from a train without placing any * Prevent Spectators from interacting with some create blocks/items (Creators-of-Create#5414) - Spectators can no longer interact with Super Glue and Valve Handles * PR fix-up * Move fallback behaviour back to FluidReactions * Advancement tweaks - Change lava diving advancement from hidden to challenge, as it is an actual intended player ability since 0.5.1 - Changed title of speed controller advancement * 3D - Trains can now travel through Aether Portals * Port fixups * Port fixups * Port fixups II * Perform over Function - Chutes, (Extracting) Funnels, Smart Observers and Threshold Switches no longer search vault contents unless the vault contents have changed - Extracting Funnels no longer search their inventories' contents if their target depot or belt is occupied * Remove lang post processor from javadoc * Deprecate LangEntry * Update more javadoc * Update even more javadoc * Restore LangMerger#attachToRegistrateProvider * Actually remove attachToRegistrateProvider Addons do not need it because it only attached Create's LangMerger and not an arbitrary LangMerger. * Heavens, no! - Hotfix track placement not working when aether is not installed * Frame breaker - Rollers no longer break blocks adjacent to blocks tagged minecraft:portals * Mixin't - Fixed crash on startup when Optifine is installed * rename to doRender * generalized getFogDensity - removed explicit check for the netherite diving helmet - added check for netherite armor instead (check for diving helmet is ensured) * generalized checking in NetheriteDivingHandler - allows for using custom diving helmets and backtanks out of netherite * Use appropriate method for sneaky players * Add create debuginfo command (Creators-of-Create#5531) * Debuginfo Tweaks * Netherite Diving PR Tweaks * Rewrite to remove unneeded pathfind call * Optimize navigation refresh * A* priority heuristic * Fix distance estimator * cleanup * Keep old FrontierEntry constructor * Remove comments * Cache position in search method * Remove unused lines * Use octile distance instead of euclidean * Fixes and tweaks - Add #create:blaze_burner_capturable entity type tag - Make it so blocks that do not implement IWrenchable and that are tagged can only be picked up with a wrench while sneaking - Fix AnalogLeverInstance not rendering indicator on 1.18 and 1.19 and rendering indicator at wrong place in 1.20 - Change AirCurrent entity distance calculation to fix issues with some items not being processed - Simplify AirCurrent max VoxelShape depth calculation by using min and max instead of raycasting - Fix pipe cobblestone generation - Fix vertical smart observers outputting redstone signal from wrong sides - Fix smart observer using wrong bottom texture * Vertical threshold switch redstone fix - Fix vertical threshold switches outputting redstone signal from wrong sides * Fix penalties not applying on station edge * Multiple stations 1 call * Fix Creators-of-Create#4756 * cleanup * Fix crash on invalid schedule regex (e.g. "station \\E1\\Q") * Implement Creators-of-Create#5666 on main branch * final cleanup * Collide on sight - Trains check their distance before running full collision tests - Trains can no longer collide when on separate track networks - Micro-optimised some streams and map value iterators * Filter code caused global warming - Contents of a filter are no longer deserialised from item nbt each time a stack is tested - FilteringBehaviour.getFilter() no longer creates a copy of the item - MovementContext for contraption actors now have a shortcut to a cached filter from their corresponding BlockEntity * Sisyphus's broken printer - Fixed Schematics failing to load when containing items with sensitive nbt Creators-of-Create#5680 - Fixed Turntable handler causing a crash during world shutdown Creators-of-Create#5696 - Cached outputs of BeltHelper.isItemUpright() * New Crowdin translations by Github Action * Port Changes * 1.19 datagen * Bump version * Asset patches - Fixed uvs on stress- and speedometers' block models - Toolbox hotbar slot overlay now uses the revised brass palette from 0.5.1 * quick fix * It Builds! * minor cleanup * bump version * changelog * flywheel 0.6.10 * remove deprecated code * switch to other flywheel * yippee im getting GLFW GLX errors now! * bump version * Portals Trains dont work * fix .is wackness * null check * attempt to fix portal trains * Fix Portal Tracks Imports * update maven * update maven * fix creative tabs * chore: Bump Version * fix tabs * Match updated Porting-Lib version For some reason, the fake player API doesn't match the rest of Porting-Lib, meaning I had to fight painfully with the build process * fixes * update loom & gradle * update loom & gradle * Revert "Match updated Porting-Lib version" This reverts commit 75ffe5b. * remove deprecated uses & fix errors * update dependencies * relax requirements and republish flywheel to me maven * flywheel from tterrag's maven --------- Co-authored-by: laxadeR <alexlarex@yandex.ru> Co-authored-by: Tempystral <elijah.doern@gmail.com> Co-authored-by: Nova_starter <cyvack@outlook.com> Co-authored-by: Oier Bravo Urtasun <oierbravo@gmail.com> Co-authored-by: simibubi <31564874+simibubi@users.noreply.github.com> Co-authored-by: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Co-authored-by: Michael Bunting <michael.a.bunting@gmail.com> Co-authored-by: KostromDan <90044015+KostromDan@users.noreply.github.com> Co-authored-by: attackeight <71084901+Attack8@users.noreply.github.com> Co-authored-by: zelophed <github@zelophed.me> Co-authored-by: Notenoughmail <78008321+Notenoughmail@users.noreply.github.com> Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: TropheusJ <jverrellijr@icloud.com> Co-authored-by: Robocraft999 <Alexakeil987@gmail.com> Co-authored-by: SFort <github@ssf.tf> Co-authored-by: TropheusJ <60247969+TropheusJ@users.noreply.github.com> Co-authored-by: Timo van Veen <t.v.veen1@student.tue.nl> Co-authored-by: techno-sam <77073745+techno-sam@users.noreply.github.com> Co-authored-by: sschr15 <steven.sschr15@hotmail.com>
- Loading branch information