Skip to content

Commit

Permalink
publish 1.11.1 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
luuxis committed Oct 8, 2024
1 parent 6075484 commit b21a31c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minecraft-java-core",
"version": "3.11.1-beta.1",
"version": "3.11.1",
"types": "./build/Index.d.ts",
"exports": {
".": {
Expand Down
2 changes: 2 additions & 0 deletions src/Minecraft/Minecraft-Arguments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ export default class MinecraftArguments {
libraries = libraries.filter((library: any, index: any, self: any) => index === self.findIndex((res: any) => res.name === library.name));

for (let lib of libraries) {
if (lib.loader && lib.name.startsWith('org.apache.logging.log4j:log4j-slf4j2-impl')) continue;

if (lib.natives) {
let native = lib.natives[MojangLib[process.platform]];
if (!native) native = lib.natives[process.platform];
Expand Down

0 comments on commit b21a31c

Please sign in to comment.