-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libraries, delete lex forge, add more custom error messages, m…
…ove logo to common folder, and port 1.21.4
- Loading branch information
1 parent
798ff4b
commit 94a7e99
Showing
24 changed files
with
43 additions
and
233 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
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
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
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
File renamed without changes
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
forge/src/main/java/dev/tonimatas/packetfixer/PacketFixerForge.java
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
forge/src/main/java/dev/tonimatas/packetfixer/mixin/MixinConfigPluginForge.java
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
forge/src/main/java/dev/tonimatas/packetfixer/util/forge/HooksImpl.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,18 +1,17 @@ | ||
org.gradle.jvmargs=-Xmx5G | ||
|
||
# Mod Properties | ||
modVersion=1.4.2 | ||
modVersion=1.5.0 | ||
|
||
# Minecraft | ||
minecraftVersion=1.21.3 | ||
minecraftVersionRange=1.21,1.21.3 | ||
minecraftVersion=1.21.4 | ||
|
||
# Forge Properties | ||
#forgeVersion=51.0.18 | ||
|
||
# Fabric Properties | ||
fabricLoaderVersion=0.16.7 | ||
fabricLoaderVersion=0.16.9 | ||
yarnMappings=1 | ||
|
||
# NeoForge Properties | ||
neoforgeVersion=21.3.0-beta | ||
neoforgeVersion=21.4.7-beta |
Oops, something went wrong.