Idea reminder to use xml for dependencies info

The way chicken bones does it is nice but this allows me to add more
complex and refined dependency download info. Especial since my mods can
normal run across several versions of mc. Eg 1.6, 1.6.2, 1.6.4

Though i will need to recode the depDownloader.class from scratch to
correctly manage this. As well create a way to ensure the MD5 matches up
correctly. Not sure how much it can change from sourceforge to my
desktop.
This commit is contained in:
DarkGuardsman 2013-09-30 22:30:44 -04:00
parent 0968b54016
commit 51f71fd0ad

15
dependencies.xml Normal file
View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<dependencies mcversion = 1.6.2>
<dependency id="CoreMachine" name="Dark's Core Machine">
<versions> </version>
<download> </download>
<MD5> </MD5>
</dependency>
</dependencies>
<dependencies mcversion = 1.6.4>
<dependency id="CoreMachine" name="Dark's Core Machine">
<versions> </version>
<download> </download>
<MD5> </MD5>
</dependency>
</dependencies>