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