Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NeoForge platform name #2698

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body:
attributes:
label: Platform Version
description: |
The version of the platform you are on, i.e. Spigot, Paper, Fabric, or Forge.
The version of the platform you are on, i.e. Spigot, Paper, Fabric, or NeoForge.
Please ensure you are running up-to-date software before making a bug report.
Old versions or hybrids will receive little to no support.
placeholder: e.g. git-Spigot-21fe707-e1ebe52, git-Paper-463, Fabric 0.7.1, Forge 35.1.37
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Use it in creative, survival in single player or on your server.
* Use it on your Minecraft server to fix griefing and mistakes.

Java Edition required. WorldEdit is compatible with Forge, Fabric, Bukkit, Spigot, Paper, and Sponge.
Java Edition required. WorldEdit is compatible with NeoForge, Fabric, Bukkit, Spigot, Paper, and Sponge.

## Download WorldEdit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public String getVersion() {

@Override
public String getPlatformName() {
return "Forge-Official";
return "NeoForge-Official";
}

@Override
Expand All @@ -207,7 +207,7 @@ public String getPlatformVersion() {

@Override
public String id() {
return "enginehub:forge";
return "enginehub:neoforge";
}

@Override
Expand Down
Loading