electrodynamics/dependencies.xml
DarkGuardsman 51f71fd0ad 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.
2013-09-30 22:30:44 -04:00

15 lines
No EOL
444 B
XML

<?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>