This repository has been archived by the owner on May 13, 2023. It is now read-only.
forked from DJRLincs/modern-warfare-BASIC
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project follows to [Ragnarök Versioning Convention](https://gist.github.com/JustDesoroxxx/5d4a45785ce19a6653ba99f72325c703). | ||
|
||
## [Unreleased] Modern Warfare Cubed Version 0.1 Changelog | ||
|
||
### Added | ||
|
||
- Added url in mod info page | ||
|
||
### Changed | ||
|
||
- Changed name | ||
- Changed description in mod info page | ||
|
||
### Fixed | ||
|
||
- Fixed crash when `Allow Emissive Item Rendering` is enabled | ||
|
||
### Optimization | ||
|
||
- Replaced `Minecraft.getMinecraft()` with a static final constant | ||
|
||
### Internal | ||
|
||
- Updated Forge version | ||
- General clean up | ||
- Centralized mod version in `mcmod.info` | ||
- Improved build times by a lot | ||
- Fixed `runClient` | ||
- Cleaned up some imports | ||
|
||
#### Known Issues | ||
|
||
- 3D models not rendering when `Allow Emissive Item Rendering` is enabled | ||
|
||
##### Credits |