Skip to content

Commit

Permalink
add fabric server launcher to fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill committed Nov 13, 2024
1 parent b820f70 commit 8c4fae8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion server/launch.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -Dlog4j.configurationFile=`pwd`/config.xml -Xmx2G -jar fabric-server-mc.1.21-loader.0.16.5-launcher.1.0.1.jar
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8006 -Dlog4j.configurationFile=`pwd`/config.xml -Xmx2G -jar mods/fabric-server-mc.1.21-loader.0.16.5-launcher.1.0.1.jar --nogui

0 comments on commit 8c4fae8

Please sign in to comment.