mirror of
				https://github.com/GeyserMC/Geyser.git
				synced 2024-08-14 23:57:35 +00:00 
			
		
		
		
	The Great Refactor Part 1 - connector -> core
This commit is contained in:
		
							parent
							
								
									a4b2e05132
								
							
						
					
					
						commit
						0b5009b415
					
				
					 573 changed files with 135 additions and 135 deletions
				
			
		
							
								
								
									
										8
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
[submodule "connector/src/main/resources/mappings"]
 | 
			
		||||
	path = connector/src/main/resources/mappings
 | 
			
		||||
[submodule "core/src/main/resources/mappings"]
 | 
			
		||||
	path = core/src/main/resources/mappings
 | 
			
		||||
	url = https://github.com/GeyserMC/mappings.git
 | 
			
		||||
[submodule "connector/src/main/resources/languages"]
 | 
			
		||||
	path = connector/src/main/resources/languages
 | 
			
		||||
[submodule "core/src/main/resources/languages"]
 | 
			
		||||
	path = core/src/main/resources/languages
 | 
			
		||||
	url = https://github.com/GeyserMC/languages.git
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,7 +13,7 @@
 | 
			
		|||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.geysermc</groupId>
 | 
			
		||||
            <artifactId>connector</artifactId>
 | 
			
		||||
            <artifactId>core</artifactId>
 | 
			
		||||
            <version>1.4.3-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,7 +20,7 @@
 | 
			
		|||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.geysermc</groupId>
 | 
			
		||||
            <artifactId>connector</artifactId>
 | 
			
		||||
            <artifactId>core</artifactId>
 | 
			
		||||
            <version>1.4.3-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,7 +13,7 @@
 | 
			
		|||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.geysermc</groupId>
 | 
			
		||||
            <artifactId>connector</artifactId>
 | 
			
		||||
            <artifactId>core</artifactId>
 | 
			
		||||
            <version>1.4.3-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,7 +13,7 @@
 | 
			
		|||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.geysermc</groupId>
 | 
			
		||||
            <artifactId>connector</artifactId>
 | 
			
		||||
            <artifactId>core</artifactId>
 | 
			
		||||
            <version>1.4.3-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,7 +13,7 @@
 | 
			
		|||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.geysermc</groupId>
 | 
			
		||||
            <artifactId>connector</artifactId>
 | 
			
		||||
            <artifactId>core</artifactId>
 | 
			
		||||
            <version>1.4.3-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
Subproject commit d12420771ea5e13083b3556552298d164767aae9
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
Subproject commit 5b6239f0a43ec9a38d65ed53b8d1bfaf564c1c3b
 | 
			
		||||
| 
						 | 
				
			
			@ -8,7 +8,7 @@
 | 
			
		|||
        <artifactId>geyser-parent</artifactId>
 | 
			
		||||
        <version>1.4.3-SNAPSHOT</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>connector</artifactId>
 | 
			
		||||
    <artifactId>core</artifactId>
 | 
			
		||||
 | 
			
		||||
    <properties>
 | 
			
		||||
        <adventure.version>4.9.3</adventure.version>
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue