From eaaafef825b5bcfbdaa93a0b11d65e4fc4bcf250 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 20 Feb 2023 13:00:45 +0100 Subject: [PATCH] Move SchematicCommand8 and SchematicCommand15 --- .../commands/{ => schematiccommand}/SchematicCommand15.java | 2 +- .../commands/{ => schematiccommand}/SchematicCommand8.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename SchematicSystem_15/src/de/steamwar/schematicsystem/commands/{ => schematiccommand}/SchematicCommand15.java (99%) rename SchematicSystem_8/src/de/steamwar/schematicsystem/commands/{ => schematiccommand}/SchematicCommand8.java (96%) diff --git a/SchematicSystem_15/src/de/steamwar/schematicsystem/commands/SchematicCommand15.java b/SchematicSystem_15/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand15.java similarity index 99% rename from SchematicSystem_15/src/de/steamwar/schematicsystem/commands/SchematicCommand15.java rename to SchematicSystem_15/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand15.java index 55c4ac9..aac20ff 100644 --- a/SchematicSystem_15/src/de/steamwar/schematicsystem/commands/SchematicCommand15.java +++ b/SchematicSystem_15/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand15.java @@ -17,7 +17,7 @@ along with this program. If not, see . */ -package de.steamwar.schematicsystem.commands; +package de.steamwar.schematicsystem.commands.schematiccommand; import com.sk89q.jnbt.CompoundTag; import com.sk89q.jnbt.CompoundTagBuilder; diff --git a/SchematicSystem_8/src/de/steamwar/schematicsystem/commands/SchematicCommand8.java b/SchematicSystem_8/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand8.java similarity index 96% rename from SchematicSystem_8/src/de/steamwar/schematicsystem/commands/SchematicCommand8.java rename to SchematicSystem_8/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand8.java index fb6fcff..ad38643 100644 --- a/SchematicSystem_8/src/de/steamwar/schematicsystem/commands/SchematicCommand8.java +++ b/SchematicSystem_8/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand8.java @@ -17,7 +17,7 @@ along with this program. If not, see . */ -package de.steamwar.schematicsystem.commands; +package de.steamwar.schematicsystem.commands.schematiccommand; import com.sk89q.worldedit.EditSession; import com.sk89q.worldedit.WorldEditException;