Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Dec 8, 2024
1 parent 667b417 commit c11edb0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
13.x - 1.21.3 - dev/master - java 21
14.x - 1.21.4 - dev/master - java 21
14.0.0 - Updated to Minecraft 1.21.4
- Added config option to change item grid scale (#301)

13.x - 1.21.3 - eol/1.21.3 - java 21
====================================
13.1.1 - Updated Forge version to 1.21.3
- Fixed plugin configurations getting reset at every launch (#296)
Expand All @@ -7,6 +11,7 @@

12.x - 1.21.1 - dev/1.21.1 - java 21
====================================
12.4.4 - Added config option to change item grid scale (#301)
12.4.3 - Fixed plugin configurations getting reset at every launch (#296)
12.4.2 - Updated Vietnamese translation (#289)
- Updated Japanese translation (#295)
Expand Down Expand Up @@ -52,7 +57,7 @@
- Changed item tooltip to show as named item list for a small amount of types, default to 3
- Can be changed to the previous behavior in the plugin config

11.x - 1.20.6 - dev/1.20.6 - java 21
11.x - 1.20.6 - eol/1.20.6 - java 21
====================================
11.4.3 - Updated Simplified Chinese translations
- Added ominous item spawner's item (#274)
Expand Down Expand Up @@ -98,7 +103,7 @@
- Now it requires a `StreamCodec` instead of serializer method
- Now it uses a `IData.Type` instance to set/get, instead of direct data class

10.x - 1.20.4 - dev/1.20.4 - java 17
10.x - 1.20.4 - eol/1.20.4 - java 17
====================================
10.9.4 - Updated Simplified Chinese translations
- Fixed crash when clicking plugin toggles screen (#273)
Expand Down Expand Up @@ -154,7 +159,7 @@
10.0.1 - Updated to Forge 1.20.3
10.0.0 - Updated to Minecraft 1.20.3

9.x - 1.20.2 - dev/1.20.2 - java 17
9.x - 1.20.2 - eol/1.20.2 - java 17
===================================
9.10.3 - Updated Simplified Chinese translations
- Fixed crash when clicking plugin toggles screen (#273)
Expand Down Expand Up @@ -223,6 +228,7 @@

8.x - 1.20.1 - dev/1.20.1 - java 17
===================================
8.15.4 - Added config option to change item grid scale (#301)
8.15.3 - Fixed plugin configurations getting reset at every launch (#296)
8.15.2 - Fixed incompatibility with tiers that has level less than 0 (#292)
- Updated Vietnamese translation (#289)
Expand Down Expand Up @@ -464,6 +470,7 @@

5.x - 1.19.2 - dev/1.19.2 - java 17
===================================
5.30.4 - Added config option to change item grid scale (#301)
5.30.3 - Fixed plugin configurations getting reset at every launch (#296)
5.30.2 - Fixed incompatibility with tiers that has level less than 0 (#292)
- Updated Vietnamese translation (#289)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import mcp.mobius.waila.api.IModInfo;
import mcp.mobius.waila.service.ApiService;
import mcp.mobius.waila.util.ModInfo;
import net.minecraft.world.item.ItemStack;

public class NeoApiService extends ApiService {
Expand Down

0 comments on commit c11edb0

Please sign in to comment.