mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Bump version for update
This commit is contained in:
parent
8afe1ab07c
commit
ac14170a12
2 changed files with 4 additions and 2 deletions
|
@ -35,6 +35,8 @@ ext {
|
|||
}
|
||||
}
|
||||
|
||||
version = "${project.minecraft_version}.${project.version}"
|
||||
|
||||
if (project.release != 'RELEASE') {
|
||||
version += "-${project.release}"
|
||||
}
|
||||
|
@ -137,7 +139,7 @@ shadowJar {
|
|||
from(copyBGPones) {
|
||||
into "/assets/minelittlepony/textures/entity/pony"
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
exclude dependency('deobf.com.mumfrey:liteloader:')
|
||||
exclude dependency('deobf.org.ow2.asm:')
|
||||
|
|
|
@ -4,7 +4,7 @@ authors=Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace
|
|||
description=Mine Little Pony turns players and mobs into ponies
|
||||
description_mlp=Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access settings.
|
||||
description_hd=Separate skin server for Mine Little Pony that also supports HD skins. Access via button on the main menu.
|
||||
version=1.12.2.3.1
|
||||
version=3.2
|
||||
release=SNAPSHOT
|
||||
minecraft_version=1.12.2
|
||||
mappings_version=stable_39
|
||||
|
|
Loading…
Reference in a new issue