Move the nms stuff into its own directory
This commit is contained in:
		| @@ -6,7 +6,7 @@ | |||||||
|         <artifactId>LibsDisguises</artifactId> |         <artifactId>LibsDisguises</artifactId> | ||||||
|         <groupId>LibsDisguises</groupId> |         <groupId>LibsDisguises</groupId> | ||||||
|         <version>10.0.27-SNAPSHOT</version> |         <version>10.0.27-SNAPSHOT</version> | ||||||
|         <relativePath>../pom.xml</relativePath> |         <relativePath>../../pom.xml</relativePath> | ||||||
|     </parent> |     </parent> | ||||||
| 
 | 
 | ||||||
|     <modelVersion>4.0.0</modelVersion> |     <modelVersion>4.0.0</modelVersion> | ||||||
| @@ -72,7 +72,7 @@ | |||||||
|                         </goals> |                         </goals> | ||||||
|                         <id>remap-spigot</id> |                         <id>remap-spigot</id> | ||||||
|                         <configuration> |                         <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> |                             <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> |                             <remappedDependencies>org.spigotmc:spigot:1.17.1-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies> | ||||||
|                             <remappedArtifactAttached>true</remappedArtifactAttached> |                             <remappedArtifactAttached>true</remappedArtifactAttached> | ||||||
| @@ -6,7 +6,7 @@ | |||||||
|         <artifactId>LibsDisguises</artifactId> |         <artifactId>LibsDisguises</artifactId> | ||||||
|         <groupId>LibsDisguises</groupId> |         <groupId>LibsDisguises</groupId> | ||||||
|         <version>10.0.27-SNAPSHOT</version> |         <version>10.0.27-SNAPSHOT</version> | ||||||
|         <relativePath>../pom.xml</relativePath> |         <relativePath>../../pom.xml</relativePath> | ||||||
|     </parent> |     </parent> | ||||||
| 
 | 
 | ||||||
|     <modelVersion>4.0.0</modelVersion> |     <modelVersion>4.0.0</modelVersion> | ||||||
| @@ -71,7 +71,7 @@ | |||||||
|                         </goals> |                         </goals> | ||||||
|                         <id>remap-spigot</id> |                         <id>remap-spigot</id> | ||||||
|                         <configuration> |                         <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> |                             <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> |                             <remappedDependencies>org.spigotmc:spigot:1.18-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies> | ||||||
|                             <remappedArtifactAttached>true</remappedArtifactAttached> |                             <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.BlockPosition; | ||||||
| import com.comphenix.protocol.wrappers.EnumWrappers.Direction; | import com.comphenix.protocol.wrappers.EnumWrappers.Direction; | ||||||
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -9,8 +9,8 @@ | |||||||
|     <version>10.0.27-SNAPSHOT</version> |     <version>10.0.27-SNAPSHOT</version> | ||||||
|     <modules> |     <modules> | ||||||
|         <module>shared</module> |         <module>shared</module> | ||||||
|         <module>v1_17_R1</module> |         <module>nms/v1_17_R1</module> | ||||||
|         <module>v1_18_R1</module> |         <module>nms/v1_18_R1</module> | ||||||
|         <module>plugin</module> |         <module>plugin</module> | ||||||
|     </modules> |     </modules> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user