mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Update build scripts
This commit is contained in:
parent
b6285fb833
commit
da2ed444f8
2 changed files with 11 additions and 11 deletions
10
build.gradle
10
build.gradle
|
@ -4,7 +4,7 @@
|
|||
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'fabric-loom' version '0.2.5-SNAPSHOT'
|
||||
id 'fabric-loom' version '0.2.6-SNAPSHOT'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
@ -50,15 +50,15 @@ dependencies {
|
|||
|
||||
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
|
||||
|
||||
modApi "net.fabricmc.fabric-api:fabric-api-base:0.1.0+"
|
||||
modApi "net.fabricmc.fabric-api:fabric-events-lifecycle-v0:0.1.0+"
|
||||
modApi "net.fabricmc.fabric-api:fabric-resource-loader-v0:0.1.0+"
|
||||
modApi "net.fabricmc.fabric-api:fabric-api-base:0.1.2+"
|
||||
modApi "net.fabricmc.fabric-api:fabric-events-lifecycle-v0:0.1.2+"
|
||||
modApi "net.fabricmc.fabric-api:fabric-resource-loader-v0:0.1.8+"
|
||||
|
||||
modApi "com.minelittlepony:Kirin:${project.kirin_version}"
|
||||
include "com.minelittlepony:Kirin:${project.kirin_version}"
|
||||
|
||||
modImplementation "com.minelittlepony:HDSkins:${project.hd_skins_version}"
|
||||
modImplementation "io.github.prospector.modmenu:ModMenu:1.6.2-93"
|
||||
//modImplementation "io.github.prospector.modmenu:ModMenu:1.7.15-unstable"
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
@ -3,19 +3,19 @@ org.gradle.daemon=false
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.14.4
|
||||
yarn_mappings=1.14.4+build.2
|
||||
loader_version=0.4.8+
|
||||
minecraft_version=1.15-pre1
|
||||
yarn_mappings=1.15-pre1+build.3:v2
|
||||
loader_version=0.7.1+build.173
|
||||
|
||||
# Mod Properties
|
||||
group=com.minelittlepony
|
||||
displayname=Mine Little Pony
|
||||
authors=Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace
|
||||
description=Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access settings.
|
||||
version=3.3.1
|
||||
version=4
|
||||
release=SNAPSHOT
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.3.0+
|
||||
kirin_version=1.14.4-1.4.6
|
||||
hd_skins_version=1.14.4-5.6
|
||||
kirin_version=1.15-pre1-1.5-SNAPSHOT
|
||||
hd_skins_version=1.15-pre1-6-SNAPSHOT
|
||||
|
|
Loading…
Reference in a new issue