Update README.md
This commit is contained in:
		
							parent
							
								
									c762e2f4cc
								
							
						
					
					
						commit
						cff84a91c9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,6 +1,5 @@
 | 
				
			||||||
# EntityLib
 | 
					# EntityLib
 | 
				
			||||||
EntityLib is a PacketEvents addon that provides an abstraction over raw entity data and packets to make it easier to work with entities as a whole.
 | 
					EntityLib is a PacketEvents addon that provides an abstraction over raw entity data and packets to make it easier to work with entities as a whole.
 | 
				
			||||||
 | 
					 | 
				
			||||||
```groovy
 | 
					```groovy
 | 
				
			||||||
//https://jitpack.io/#Tofaa2/EntityLib/
 | 
					//https://jitpack.io/#Tofaa2/EntityLib/
 | 
				
			||||||
repositories {
 | 
					repositories {
 | 
				
			||||||
| 
						 | 
					@ -11,7 +10,8 @@ dependencies {
 | 
				
			||||||
    implementation 'com.github.Tofaa2:EntityLib:<release-tag-here>'
 | 
					    implementation 'com.github.Tofaa2:EntityLib:<release-tag-here>'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					##  NOTE:
 | 
				
			||||||
 | 
					EntityLib does not provide packet-events as a dependency, you must have it in your classpath already. EntityLib will also stay at the latest packet-events version at all times
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Features
 | 
					## Features
 | 
				
			||||||
- Full EntityMeta support
 | 
					- Full EntityMeta support
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue