Skip to content

Commit 30f31f0

Browse files
committed
Highlight the two different ways to apply fixes
1 parent 4b5145f commit 30f31f0

File tree

1 file changed

+3
-1
lines changed
  • docs/mscs/adjusting-world-server-properties

1 file changed

+3
-1
lines changed

docs/mscs/adjusting-world-server-properties/forge.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@ is the name of your world.
100100
## Forge 1.17.1 and later
101101
Please note that forge for Minecraft 1.17.1 will be used in the examples. If you named the server directory `forge-1.17.1` in the first step with the `mkdir` command, the installer should install a bash script to `/opt/mscs/server/forge-1.17.1` and a bunch of library files in `/opt/mscs/server/forge-1.17.1/libraries/`.
102102

103+
There's an automatic and a manual way to apply the fixes needed for these versions.
104+
103105
### Automatic
104106

105-
In the `/opt/mscs/server/forge-1.17.1` directory, execute these commands:
107+
**In the `/opt/mscs/server/forge-1.17.1` directory**, execute these commands:
106108

107109
```bash
108110
sed -i "\|@[^\"]|s|@|@$(pwd)/|" run.sh

0 commit comments

Comments
 (0)