Add Draconic Evolution

This commit is contained in:
Andrew Miner
2016-08-21 19:12:18 -07:00
parent 96b5beeb8c
commit c5e9920473
2 changed files with 20 additions and 0 deletions
+19
View File
@@ -11,6 +11,25 @@
.right .right
include ../common/twitter/twitter.jade include ../common/twitter/twitter.jade
section
h3 2016-08-21
.panel
p.
I've been taking a break from the site for a while now to work on a couple of other projects.
However, I recently found out that <a href="minetweaker3.powerofbytes.com">MineTweaker</a> has a few
commands which can dump various kind of data from the game, including <i>RECIPES</i>. This is a
really big deal since, up until now, entering recipes has always been a laborious, manual process.
However, I've just finished the first version of a script which can transform MineTweaker's output
into a Crafting Guide data file.
p.
As a test-drive, I picked a mod near the top of the list, <a
href="https://minecraft.curseforge.com/projects/draconic-evolution">Draconic Evolution</a>, and I
got a fully functional data file build in a tiny fraction of the time it would have taken the manual
way. Even better, if a new version comes out, I can easily re-run the script to update it again.
p.
If you've been thinking you'd like to help out with Crafting Guide, but have found the process too
laborious, you might want to give it another look!
section section
h3 2016-06-01 h3 2016-06-01
.panel .panel
+1
View File
@@ -38,6 +38,7 @@ defaultMods.applied_energistics_2 = { defaultVersion: 'rv1-stable-1' }
defaultMods.big_reactors = { defaultVersion: '0.4.2A2' } defaultMods.big_reactors = { defaultVersion: '0.4.2A2' }
defaultMods.buildcraft = { defaultVersion: '6.4.6' } defaultMods.buildcraft = { defaultVersion: '6.4.6' }
defaultMods.computercraft = { defaultVersion: '1.74' } defaultMods.computercraft = { defaultVersion: '1.74' }
defaultMods.draconic_evolution = { defaultVersion: '1.0.2h' }
defaultMods.ender_storage = { defaultVersion: '1.4.5.29' } defaultMods.ender_storage = { defaultVersion: '1.4.5.29' }
defaultMods.enderio = { defaultVersion: '2.2.7.325' } defaultMods.enderio = { defaultVersion: '2.2.7.325' }
defaultMods.extra_cells = { defaultVersion: '2.2.73b129' } defaultMods.extra_cells = { defaultVersion: '2.2.73b129' }