mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-10 11:05:45 +00:00
Move the nms stuff into its own directory
This commit is contained in:
parent
1ffe9c3d12
commit
91147ed761
5 changed files with 7 additions and 7 deletions
|
@ -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;
|
4
pom.xml
4
pom.xml
|
@ -9,8 +9,8 @@
|
|||
<version>10.0.27-SNAPSHOT</version>
|
||||
<modules>
|
||||
<module>shared</module>
|
||||
<module>v1_17_R1</module>
|
||||
<module>v1_18_R1</module>
|
||||
<module>nms/v1_17_R1</module>
|
||||
<module>nms/v1_18_R1</module>
|
||||
<module>plugin</module>
|
||||
</modules>
|
||||
|
||||
|
|
Loading…
Reference in a new issue