Skip to content

Commit

Permalink
chore(release): 1.3.8.0-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlimiter committed Jul 13, 2024
1 parent 20245ee commit 9d3af64
Showing 1 changed file with 54 additions and 2 deletions.
56 changes: 54 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

All notable changes to this project will be documented in this file,ChangeLog information is generated by the [CommitMessage plugin](https://plugins.jetbrains.com/plugin/12256-commit-message-create)

## [v1.3.7.3-forge](http://github.com/Nova-Committee/Re-Avaritia/compare/v1.3.7.3-forge...master)
## [v1.3.8.0-forge](http://github.com/Nova-Committee/Re-Avaritia/compare/v1.3.8.0-forge...master)


### feat

* init ([c0a4d6c](http://github.com/Nova-Committee/Re-Avaritia/commit/c0a4d6c))
* add new creative recipes for various mods ([16fe469](http://github.com/Nova-Committee/Re-Avaritia/commit/16fe469))
* add compact recipes ([e3c1a6b](http://github.com/Nova-Committee/Re-Avaritia/commit/e3c1a6b))
* add Crystal Pickaxe item and related recipes ([579e555](http://github.com/Nova-Committee/Re-Avaritia/commit/579e555))
* add rainbow color effect to Eternal Singularity item- Implement a new getCurrentRainbowColor method in AvaritiaClient to generate a rainbow color effect for the Eternal Singularity item. - Register the Eternal Singularity item with a unique color in the item color handler event. - Refactor the DynamicRecipeHandler to load ingredients for the Eternal Singularity Craft Recipe dynamically. - Add a new EternalSingularityCraftRecipe class, corresponding item model, and recipe JSON files for the new recipe.- Update the ExtremeCraftingTableCategory and ExtremeTableCrafting scripts to include the Eternal Singularity recipe.- Modify the InfinityCatalystCraftRecipe to support a recipe group and ingredients loading. ([e50cb3f](http://github.com/Nova-Committee/Re-Avaritia/commit/e50cb3f))
* add support for Charm of Undying in Infinity Handler ([02929d6](http://github.com/Nova-Committee/Re-Avaritia/commit/02929d6))
* DEEPSLATE pickaxe ([da53ba9](http://github.com/Nova-Committee/Re-Avaritia/commit/da53ba9))
Expand All @@ -18,12 +22,26 @@ All notable changes to this project will be documented in this file,ChangeLog

### fix

* correct Chinese translation for 'electrum' in avaritia ([fc79f4c](http://github.com/Nova-Committee/Re-Avaritia/commit/fc79f4c))
* fix attack animal ([278a585](http://github.com/Nova-Committee/Re-Avaritia/commit/278a585))
* fix bow hit entity ([ceaff92](http://github.com/Nova-Committee/Re-Avaritia/commit/ceaff92))
* add Eternal Singularity craft recipe and dynamic ingredient loading- Introduce a new Eternal Singularity craft recipe accessible through advancements. - Implement dynamic ingredient loading for the recipe, reducing static initialization. - Remove deprecated recipe group and serialization code for simplification. - Update related recipe files and handlers to accommodate the new functionality. ([7ae84f6](http://github.com/Nova-Committee/Re-Avaritia/commit/7ae84f6))
* fixs ([c3463fb](http://github.com/Nova-Committee/Re-Avaritia/commit/c3463fb))
* fix close #42 ([01adefe](http://github.com/Nova-Committee/Re-Avaritia/commit/01adefe))
* fix #63 #55 ([78fb86b](http://github.com/Nova-Committee/Re-Avaritia/commit/78fb86b))
* fix #63 #55 ([67a3224](http://github.com/Nova-Committee/Re-Avaritia/commit/67a3224))


### refactor

* clean up unused imports and simplify code structure ([fa5e7d0](http://github.com/Nova-Committee/Re-Avaritia/commit/fa5e7d0))
* optimize particle rendering and model loading ([c0c1f0d](http://github.com/Nova-Committee/Re-Avaritia/commit/c0c1f0d))
* extend InfinityTotemItem from ResourceItemRefactor the InfinityTotemItem class to extend from the ResourceItem class,allowing for code reuse and better organization. Adjust related item registry and recipe configurations to accommodate this change. ([4ed5279](http://github.com/Nova-Committee/Re-Avaritia/commit/4ed5279))
* optimize model rendering and item stack checks ([c16e7ca](http://github.com/Nova-Committee/Re-Avaritia/commit/c16e7ca))
* MatterClusterItem rebuild 2 ([7668481](http://github.com/Nova-Committee/Re-Avaritia/commit/7668481))
* MatterClusterItem rebuild ([4cf4956](http://github.com/Nova-Committee/Re-Avaritia/commit/4cf4956))


## [v1.3.7.1-forge](http://github.com/Nova-Committee/Re-Avaritia/compare/v1.3.7.1-forge...master)


Expand All @@ -42,6 +60,17 @@ All notable changes to this project will be documented in this file,ChangeLog
* witherskeleton drop fixs ([221470f](http://github.com/Nova-Committee/Re-Avaritia/commit/221470f))


### refactor

* code refactor for faster ([0354f96](http://github.com/Nova-Committee/Re-Avaritia/commit/0354f96))


### build

* v1.3.7.1 ([84e69a5](http://github.com/Nova-Committee/Re-Avaritia/commit/84e69a5))
* version 1.3.7 ([20b608a](http://github.com/Nova-Committee/Re-Avaritia/commit/20b608a))


## [v1.3.6.1](http://github.com/Nova-Committee/Re-Avaritia/compare/v1.3.6.1...master)


Expand All @@ -64,6 +93,12 @@ All notable changes to this project will be documented in this file,ChangeLog
* fix #48 ([51f5f30](http://github.com/Nova-Committee/Re-Avaritia/commit/51f5f30))


### build

* update to 1.3.6.1 ([9fd0321](http://github.com/Nova-Committee/Re-Avaritia/commit/9fd0321))
* update to version 1.3.6.0 ([52e09b7](http://github.com/Nova-Committee/Re-Avaritia/commit/52e09b7))


## [v1.3.5.3-lex](http://github.com/Nova-Committee/Re-Avaritia/compare/v1.3.5.3-lex...master)


Expand All @@ -86,7 +121,7 @@ All notable changes to this project will be documented in this file,ChangeLog
* 1e2ae40 + fix jei draw ([1e2ae40](http://github.com/Nova-Committee/Re-Avaritia/commit/1e2ae40))
* f7ee17b + fix skull-sword recipe ([f7ee17b](http://github.com/Nova-Committee/Re-Avaritia/commit/f7ee17b))
* 9d5ef5f + fix #36 ([9d5ef5f](http://github.com/Nova-Committee/Re-Avaritia/commit/9d5ef5f))
* 69af7af (origin/1.20-forged, 1.20-forged) + fix client side 2 ([69af7af](http://github.com/Nova-Committee/Re-Avaritia/commit/69af7af))
* 69af7af (origin/1.20-forged) + fix client side 2 ([69af7af](http://github.com/Nova-Committee/Re-Avaritia/commit/69af7af))
* fb1a18e + fix client side ([fb1a18e](http://github.com/Nova-Committee/Re-Avaritia/commit/fb1a18e))
* a75fa61 + rename + fix #31 ([a75fa61](http://github.com/Nova-Committee/Re-Avaritia/commit/a75fa61))
* 15d7ff1 + fix #32 ([15d7ff1](http://github.com/Nova-Committee/Re-Avaritia/commit/15d7ff1))
Expand Down Expand Up @@ -121,3 +156,20 @@ All notable changes to this project will be documented in this file,ChangeLog
* 4bd927c fix compressor ([4bd927c](http://github.com/Nova-Committee/Re-Avaritia/commit/4bd927c))
* 96fc650 fix many bugs ([96fc650](http://github.com/Nova-Committee/Re-Avaritia/commit/96fc650))


### test

* c138862 + render test ([c138862](http://github.com/Nova-Committee/Re-Avaritia/commit/c138862))


### build

* v1.3.5.3 ([541bf5c](http://github.com/Nova-Committee/Re-Avaritia/commit/541bf5c))


### ci

* 5677ca2 + nineBlock storage recipes ([5677ca2](http://github.com/Nova-Committee/Re-Avaritia/commit/5677ca2))
* ec5e282 add ExtremeCraftingRecipe jei add ShapelessExtremeCraftingRecipe add missing bow textures ([ec5e282](http://github.com/Nova-Committee/Re-Avaritia/commit/ec5e282))
* bb2b7e2 add ShapelessExtremeCraftingRecipe ([bb2b7e2](http://github.com/Nova-Committee/Re-Avaritia/commit/bb2b7e2))

0 comments on commit 9d3af64

Please sign in to comment.