mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-12 16:04:21 +01:00
Add modmenu
This commit is contained in:
parent
02ac9ad19b
commit
4ac69983b2
4 changed files with 4 additions and 5 deletions
|
@ -62,7 +62,7 @@ dependencies {
|
|||
include "com.minelittlepony:Mson:${project.mson_version}"
|
||||
|
||||
modImplementation "com.minelittlepony:HDSkins:${project.hd_skins_version}"
|
||||
// modImplementation "io.github.prospector:modmenu:${project.modmenu_version}"
|
||||
modImplementation "io.github.prospector:modmenu:${project.modmenu_version}"
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
@ -16,7 +16,7 @@ org.gradle.daemon=false
|
|||
release=SNAPSHOT
|
||||
|
||||
# Dependencies
|
||||
modmenu_version=1.8.0.1.15-pre3+build.14
|
||||
modmenu_version=1.8+
|
||||
kirin_version=1.5-1.15
|
||||
hd_skins_version=6-1.15
|
||||
mson_version=1.1.3-1.15
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*package com.minelittlepony.client.modmenu;
|
||||
package com.minelittlepony.client.modmenu;
|
||||
|
||||
import io.github.prospector.modmenu.api.ModMenuApi;
|
||||
import net.minecraft.client.gui.screen.Screen;
|
||||
|
@ -19,4 +19,3 @@ public class MineLPModMenuFactory implements ModMenuApi {
|
|||
return GuiPonySettings::new;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"hdskins": [
|
||||
"com.minelittlepony.client.hdskins.MineLPHDSkins"
|
||||
],
|
||||
"__disabled__modmenu": [
|
||||
"modmenu": [
|
||||
"com.minelittlepony.client.modmenu.MineLPModMenuFactory"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue