Skip to content

Commit b8456a1

Browse files
author
yitzy299
committed
Fix critical portal issue
Signed-off-by: yitzy299 <yitzy299@users.noreply.github.com>
1 parent f2d8cdd commit b8456a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
88
loader_version=0.11.6
99

1010
# Mod Properties
11-
mod_version = 1.0.0
11+
mod_version = 1.0.1
1212
maven_group = net.quiltservertools
1313
archives_base_name = interdimensional
1414

src/main/kotlin/net/quiltservertools/interdimensional/command/PortalCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object PortalCommand : Command {
2424
.then(
2525
literal("add").then(
2626
argument("name", StringArgumentType.string()).then(
27-
ServerDimensionArgument.dimension("dimension")
27+
ServerDimensionArgument.dimension("destination")
2828
.then(
2929
argument(
3030
"frame_block",

0 commit comments

Comments
 (0)