Move the nms stuff into its own directory
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
|         <artifactId>LibsDisguises</artifactId> | ||||
|         <groupId>LibsDisguises</groupId> | ||||
|         <version>10.0.27-SNAPSHOT</version> | ||||
|         <relativePath>../pom.xml</relativePath> | ||||
|         <relativePath>../../pom.xml</relativePath> | ||||
|     </parent> | ||||
| 
 | ||||
|     <modelVersion>4.0.0</modelVersion> | ||||
| @@ -72,7 +72,7 @@ | ||||
|                         </goals> | ||||
|                         <id>remap-spigot</id> | ||||
|                         <configuration> | ||||
|                             <inputFile>${project.build.directory}/${project.artifactId}-${project.version}-remapped-obf.jar</inputFile> | ||||
|                             <inputFile>target/v1_17_R1-10.0.27-SNAPSHOT-remapped-obf.jar</inputFile> | ||||
|                             <srgIn>org.spigotmc:minecraft-server:1.17.1-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn> | ||||
|                             <remappedDependencies>org.spigotmc:spigot:1.17.1-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies> | ||||
|                             <remappedArtifactAttached>true</remappedArtifactAttached> | ||||
| @@ -6,7 +6,7 @@ | ||||
|         <artifactId>LibsDisguises</artifactId> | ||||
|         <groupId>LibsDisguises</groupId> | ||||
|         <version>10.0.27-SNAPSHOT</version> | ||||
|         <relativePath>../pom.xml</relativePath> | ||||
|         <relativePath>../../pom.xml</relativePath> | ||||
|     </parent> | ||||
| 
 | ||||
|     <modelVersion>4.0.0</modelVersion> | ||||
| @@ -71,7 +71,7 @@ | ||||
|                         </goals> | ||||
|                         <id>remap-spigot</id> | ||||
|                         <configuration> | ||||
|                             <inputFile>${project.build.directory}/${project.artifactId}-${project.version}-remapped-obf.jar</inputFile> | ||||
|                             <inputFile>target/v1_18_R1-10.0.27-SNAPSHOT-remapped-obf.jar</inputFile> | ||||
|                             <srgIn>org.spigotmc:minecraft-server:1.18-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn> | ||||
|                             <remappedDependencies>org.spigotmc:spigot:1.18-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies> | ||||
|                             <remappedArtifactAttached>true</remappedArtifactAttached> | ||||
| @@ -1,4 +1,4 @@ | ||||
| package me.libraryaddict.disguise.utilities.reflection.v1_18; | ||||
| package me.libraryaddict.disguise.utilities.reflection.v1_18_1; | ||||
| 
 | ||||
| import com.comphenix.protocol.wrappers.BlockPosition; | ||||
| import com.comphenix.protocol.wrappers.EnumWrappers.Direction; | ||||
		Reference in New Issue
	
	Block a user