Closed Desoroxxx closed 10 months ago
This update removed the knockbackOnHi
attribute, added new features concerning weather effects and ammo crafting, and adjusted default settings such as fog density and visual effects. It also fixed various bugs related to shaders, resources, and language entries. The codebase underwent significant refactoring, with changes to class imports, method logic, and texture handling. New classes for rendering effects like bloom were introduced, and there were updates to the language files for entity naming and configurations.
File Path | Change Summary |
---|---|
Changelog.md | Updated with recent changes including feature additions, behavior changes, and bug fixes. |
.../weaponlib/... | Removed knockbackOnHi attribute, added new features, changed default configurations, fixed issues. |
build.gradle | Added a new JVM argument for core mod loading. |
gradle.properties | Updated the version constant. |
.../skins/CustomSkin.java | Updated constructor and methods, removed unused import. |
.../weapons/Magazines.java | Updated bullet references in methods. |
.../weaponlib/ClientEventHandler.java | Modified control flow and logic in rendering method. |
.../weaponlib/StaticModelSourceRenderer.java | Altered texture binding logic. |
.../weaponlib/WeaponRenderer.java | Updated texture binding logic. |
.../weaponlib/WeaponSpawnEntity.java | Removed knockback-related code block. |
.../weaponlib/ai/EntityConfiguration.java | Changed entity registration method. |
.../weaponlib/command/WeaponDebugCommand.java | Updated import statement. |
.../weaponlib/compatibility/... | Introduced knockback calculation method, updated imports. |
.../weaponlib/config/ModernConfigManager.java | Various class changes. |
.../weaponlib/core/WeaponlibClassTransformer.java | Modified class information and inner classes. |
.../crafting/ammopress/... | Multiple changes in GUI and TileEntity classes. |
.../crafting/workbench/GUIContainerWorkbench.java | Modified time calculation, removed imports. |
.../weaponlib/network/packets/StationPacket.java | Added import, adjusted item stack logic. |
.../weaponlib/particle/ParticleFancyRain.java | Introduced class and nested Factory class. |
.../weaponlib/render/Bloom.java | New class for bloom effects. |
.../weaponlib/render/Dloom.java | New class for rendering and post-processing effects. |
.../render/bgl/PostProcessPipeline.java | Extensive class changes. |
.../render/bgl/weather/ModernWeatherRenderer.java | Added comment about rain textures. |
.../assets/mwc/lang/... | Updated entity naming and configuration properties. |
.../assets/mwc/shaders/... | Introduced new shaders for bloom effect. |
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 ?
Summary by CodeRabbit
New Features
Changes
Bug Fixes
Documentation
Changelog.md
to reflect the latest changes and improvements.Refactor
Style
Chores
Revert