mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-16 17:44:23 +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') {
|
if (project.release != 'RELEASE') {
|
||||||
version += "-${project.release}"
|
version += "-${project.release}"
|
||||||
}
|
}
|
||||||
|
@ -137,7 +139,7 @@ shadowJar {
|
||||||
from(copyBGPones) {
|
from(copyBGPones) {
|
||||||
into "/assets/minelittlepony/textures/entity/pony"
|
into "/assets/minelittlepony/textures/entity/pony"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
exclude dependency('deobf.com.mumfrey:liteloader:')
|
exclude dependency('deobf.com.mumfrey:liteloader:')
|
||||||
exclude dependency('deobf.org.ow2.asm:')
|
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=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_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.
|
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
|
release=SNAPSHOT
|
||||||
minecraft_version=1.12.2
|
minecraft_version=1.12.2
|
||||||
mappings_version=stable_39
|
mappings_version=stable_39
|
||||||
|
|
Loading…
Reference in a new issue