geforkt von Mirrors/FastAsyncWorldEdit
Rename translation
Dieser Commit ist enthalten in:
Ursprung
f9e7b7300e
Commit
27e2b95218
@ -94,7 +94,7 @@ public class SplineBrush implements Brush, ResettableTool {
|
||||
points.add(position);
|
||||
}
|
||||
this.positionSets.add(points);
|
||||
player.print(TranslatableComponent.of("fawe.worldedit.brush.brush.spline.primary.2"));
|
||||
player.print(TranslatableComponent.of("fawe.worldedit.brush.spline.primary.2"));
|
||||
if (!visualization) {
|
||||
return;
|
||||
}
|
||||
@ -132,7 +132,7 @@ public class SplineBrush implements Brush, ResettableTool {
|
||||
}
|
||||
editSession.drawSpline(pattern, currentSpline, 0, 0, 0, 10, 0, true);
|
||||
}
|
||||
player.print(TranslatableComponent.of("fawe.worldedit.brush.brush.spline.secondary"));
|
||||
player.print(TranslatableComponent.of("fawe.worldedit.brush.spline.secondary"));
|
||||
if (visualization) {
|
||||
numSplines = originalSize;
|
||||
positionSets.remove(positionSets.size() - 1);
|
||||
|
@ -39,7 +39,7 @@ public class SurfaceSpline implements Brush {
|
||||
if (max == -1) return;
|
||||
// pos.mutY(max);
|
||||
path.add(BlockVector3.at(pos.getBlockX(), max, pos.getBlockZ()));
|
||||
editSession.getPlayer().print(TranslatableComponent.of("fawe.worldedit.brush.brush.spline.primary.2"));
|
||||
editSession.getPlayer().print(TranslatableComponent.of("fawe.worldedit.brush.spline.primary.2"));
|
||||
if (!vis) return;
|
||||
}
|
||||
LocalBlockVectorSet vset = new LocalBlockVectorSet();
|
||||
@ -93,6 +93,6 @@ public class SurfaceSpline implements Brush {
|
||||
editSession.setBlocks(newSet, pattern);
|
||||
if (!vis) path.clear();
|
||||
}
|
||||
editSession.getPlayer().print(TranslatableComponent.of("fawe.worldedit.brush.brush.spline.secondary"));
|
||||
editSession.getPlayer().print(TranslatableComponent.of("fawe.worldedit.brush.spline.secondary"));
|
||||
}
|
||||
}
|
||||
|
@ -53,7 +53,7 @@ public class SweepBrush implements Brush, ResettableTool {
|
||||
return;
|
||||
}
|
||||
if (newPos) {
|
||||
player.print(TranslatableComponent.of("fawe.worldedit.brush.brush.spline.primary.2"));
|
||||
player.print(TranslatableComponent.of("fawe.worldedit.brush.spline.primary.2"));
|
||||
positions.add(position);
|
||||
return;
|
||||
}
|
||||
@ -122,7 +122,7 @@ public class SweepBrush implements Brush, ResettableTool {
|
||||
break;
|
||||
}
|
||||
}
|
||||
player.print(TranslatableComponent.of("fawe.worldedit.brush.brush.spline.secondary"));
|
||||
player.print(TranslatableComponent.of("fawe.worldedit.brush.spline.secondary"));
|
||||
reset();
|
||||
}
|
||||
|
||||
|
@ -116,9 +116,9 @@
|
||||
"fawe.worldedit.brush.brush.line.primary": "Added point {0}, click another position to create the line",
|
||||
"fawe.worldedit.brush.brush.catenary.direction": "Added point {0}, click the direction you want to create the spline",
|
||||
"fawe.worldedit.brush.brush.line.secondary": "Created spline",
|
||||
"fawe.worldedit.brush.brush.spline.primary.2": "Added position, Click the same spot to join!",
|
||||
"fawe.worldedit.brush.spline.primary.2": "Added position, Click the same spot to join!",
|
||||
"fawe.worldedit.brush.brush.spline.secondary.error": "Not enough positions set!",
|
||||
"fawe.worldedit.brush.brush.spline.secondary": "Created spline",
|
||||
"fawe.worldedit.brush.spline.secondary": "Created spline",
|
||||
"fawe.worldedit.brush.brush.size": "Brush size set",
|
||||
"fawe.worldedit.brush.brush.range": "Brush size set",
|
||||
"fawe.worldedit.brush.brush.mask.disabled": "Brush mask disabled",
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren