mirror of
https://gitlab.bixilon.de/bixilon/pixlyzer.git
synced 2025-09-25 13:11:30 -04:00
get objensis from maven
This commit is contained in:
parent
0b348bb92c
commit
3cf0604b9b
@ -5,11 +5,8 @@ https://gitlab.bixilon.de/bixilon/pixlyzer-data
|
||||
|
||||
## Contributing
|
||||
|
||||
If you make a patch, just create an MR to the newest branch, if accepted, I'll automatically cherry pick it into all versions.
|
||||
I'd be happy. Just make a PR and ensure, it is working for most versions (And please test with: `latest`, `1.16.5`, `1.16.2`, `1.15.2`, `1.14.4`). Also tell me, if I should regenerate the assets for older versions.
|
||||
|
||||
## I can't find the code
|
||||
|
||||
Look at branches. Every version has its own branch. Why? idk, just was a quick idea and worked.
|
||||
|
||||
## Generated data
|
||||
|
||||
|
7
pom.xml
7
pom.xml
@ -88,13 +88,10 @@
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/wrapper/data/data/${minecraft.version}/${minecraft.version}_server.jar</systemPath>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>objenesis</groupId>
|
||||
<groupId>org.objenesis</groupId>
|
||||
<artifactId>objenesis</artifactId>
|
||||
<version>1</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/wrapper/data/objenesis-tck-3.1.jar</systemPath>
|
||||
<version>3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user