mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Add forge dependency info.
This commit is contained in:
parent
c673a56cb8
commit
abd254170c
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#Build Number for ANT. Do not edit!
|
||||
#Wed Aug 24 19:20:55 EDT 2016
|
||||
build.number=250
|
||||
#Sat Oct 08 21:33:35 EDT 2016
|
||||
build.number=251
|
||||
|
|
|
@ -16,6 +16,8 @@ public @interface Mod {
|
|||
|
||||
String version() default "";
|
||||
|
||||
String dependencies() default "";
|
||||
|
||||
boolean clientSideOnly() default false;
|
||||
|
||||
public @interface EventHandler {
|
||||
|
|
|
@ -10,6 +10,7 @@ import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
|
|||
modid = "minelp_forge",
|
||||
name = "MineLP Forge Hooks",
|
||||
version = MineLittlePony.MOD_VERSION,
|
||||
dependencies = "forge@[12.18.1.2020,)",
|
||||
clientSideOnly = true)
|
||||
public class MLPForge {
|
||||
|
||||
|
|
Loading…
Reference in a new issue