Cubed-Development / Modern-Warfare-Cubed

Welcome to the official GitHub Repository for Modern Warfare Cubed!
Apache License 2.0
93 stars 60 forks source link

Ammunition Press Fixes #327

Closed Desoroxxx closed 10 months ago

Desoroxxx commented 10 months ago

I eepy

Summary by CodeRabbit

coderabbitai[bot] commented 10 months ago

[!WARNING]

Rate Limit Exceeded

@Desoroxxx has exceeded the limit for the number of files or commits that can be reviewed per hour. Please wait 11 minutes and 54 seconds before requesting another review.

How to resolve this issue? After the wait time has elapsed, a review can be triggered using the @coderabbitai review command. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.
How do rate limits work? CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.
Commits Files that changed from the base of the PR and between 80fc306399ee1a16d6552701fca38c737d88d7eb and fc45b669a1ea7538dd34f2ab070d726440b929ce.

Walkthrough

The changelog indicates a series of updates and bug fixes to a game or software mod. New visual effects for rain have been added, along with a display for crafting time in the ammunition press. Default settings for visual effects have been altered to enhance the user experience. Several fixes in rendering, item usage, and language support have been implemented. The codebase has seen updates to class imports, method logic, and configuration parameters. Additionally, new classes and shaders for bloom effects in weather rendering have been introduced.

Changes

File Summary
Changelog.md Updated with new features, configuration changes, and fixes.
build.gradle JVM arguments updated to load a new core plugin.
src/main/java/.../CustomSkin.java Removed unnecessary import and updated methods.
src/main/java/.../Magazines.java Switched bullet type compatibility.
src/main/java/.../ClientEventHandler.java Adjusted world rendering event logic.
src/main/java/.../StaticModelSourceRenderer.java Modified texture binding within a loop.
src/main/java/.../WeaponRenderer.java Updated texture binding logic.
src/main/java/.../WeaponSpawnEntity.java Removed knockback handling workaround.
src/main/java/.../EntityConfiguration.java Updated entity registration parameters.
src/main/java/.../WeaponDebugCommand.java Changed import to use Java Arrays.
src/main/java/.../ServerInterceptors.java Added new knockback method.
src/main/java/.../CompatibilityClassGenerator.java Changed import to use Java Arrays.
src/main/java/.../ModernConfigManager.java Altered default configuration values.
src/main/java/.../WeaponlibClassTransformer.java Extensive class and method changes.
src/main/java/.../GUIContainerAmmoPress.java Updated crafting information and texture rendering methods.
src/main/java/.../TileEntityAmmoPress.java Added crafting boolean and updated update method.
src/main/java/.../GUIContainerWorkbench.java Modified crafting information tooltip method.
src/main/java/.../StationPacket.java Modified message logic and added new import.
src/main/java/.../ParticleFancyRain.java Introduced new class for fancy rain particle effect.
src/main/java/.../Bloom.java New class for bloom effects.
src/main/java/.../Dloom.java New class for rendering bloom effects.
src/main/java/.../PostProcessPipeline.java Updated weather rendering and post-processing effects.
src/main/java/.../ModernWeatherRenderer.java Comment on using different rain textures.
src/main/resources/assets/mwc/lang/... Updated language entries for entity names and tooltips.
src/main/resources/assets/mwc/shaders/... Introduced new shaders for bloom effects and commented out unused code.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - You can reply to a review comment made by CodeRabbit. - You can tag CodeRabbit on specific lines of code or files in the PR by tagging `@coderabbitai` in a comment. - You can tag `@coderabbitai` in a PR comment and ask one-off questions about the PR and the codebase. Use quoted replies to pass the context for follow-up questions. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`