Aug 242014
 

NEI Addons

  • Added botany module (flower breeding)

Gendustry

  • Improved compatibility with Botany, flowers are safe to use in all machines now.
  • Improved localization support to better match changes in forestry
  • Removed ExtraBees serum conversion
  • Updated German localization (Thanks Vexatos!)
  • Added Russian localization (Thanks Adaptivity!)

Advanced Generators

  • Fixed crash if BC power API is present, but fuel API is not
  • Ethanol (forestry) buffed to 80 MJ/mB, added Biofuel (MFR) at 80 MJ/mB
  • MilliBuckets should be displayed as “mB”
  • Don’t show fuel tooltip on IFluidContainerItem’s that don’t contain fuel

Pressure Pipes

  • Updated BdLib
  • Added Korean localization (Thanks TeamMMKP!)
  • Added Russian localization (Thanks Adaptivity!)
  • Added German localization (Thanks Vexatos!)

BdLib

  • Aded multiblock system (moved from DCM)
  • BlockManager.regBlock should looke for NamedBlock trait, not SimpleBlock
  • Ensure tanks are marked for saving when content changes
  • Added ConfigSection.keys
  • Force block update when connections change for output modules
  • Added localization file
  • Added ru_RU.lang (thanks Adaptivity!)

Downloads

NEI Addons
neiaddons-mc1710-1.12.2.9.jar
Version: 1.12.2.9 (For Minecraft: 1.7.10)
130.8 KiB
3989 Downloads
Details
BDLib
bdlib-mc1710-1.4.3.14.jar
Version: 1.4.3.14 (For Minecraft: 1.7.10)
915.4 KiB
1807 Downloads
Details
Gendustry
gendustry-mc1710-1.3.2.18.jar
Version: 1.3.2.18 (For Minecraft: 1.7.10)
1.3 MiB
1658 Downloads
Details
Advanced Generators
generators-mc1710-0.9.0.5.jar
Version: 0.9.0.5 (For Minecraft: 1.7.10)
282.0 KiB
1479 Downloads
Details
Pressure Pipes
pressure-mc1710-0.9.2.12.jar
Version: 0.9.2.12 (For Minecraft: 1.7.10)
283.9 KiB
1422 Downloads
Details

 

 Posted by at 2:30 pm
Aug 212014
 

As i posted earlier, i’m killing off Deep Core Mining development. I have barely touched it in a long while and have way too many other things on my hands and too little time.

Today i released Advanced Generators (which contains the generators from DCM) v0.9, and DCM is now officially dead.

Download are on jenkins only of now, will add an official build soon(tm).

In other news, tonius11 (Simply Jetpacks dev) has released an unofficial update to Mistaqur’q NEI Plugins mod. So people can stop bugging me about it at least until 1.8 😛

My plans for the next days/weeks:

  • Pressure Pipes
    • Add a multiblock tank that works directly with pressure pipes.
    • Add a block that places fluids in world or voids them.
    • Add some minor features like throttling of pumps in configs and such.
    • Release 1.0
  • Advanced generators
    • Add a generator variant that consumes steam.
    • Add a something that consumes lava. Possibly to produce steam+obsidian.
    • Testing,
      • Testing,
        • Testing.
    • Release 1.0
  • Gendustry
    • Test with newly released Binnie Mods, see how bad it breaks.
  • NEI Addons
    • Test with newly released Binnie Mods, see how bad it breaks.
    • Finally fix the goddamn crafting table from TC
    • Look into adding localization
 Posted by at 11:08 am
Aug 122014
 

Gendustry

  • Added creative tabs
  • Updated de_DE.lang, thanks wodkashorty
  • Don’t cache biome in apiaries, should fix problems with changing biomes (eg Biome Painter from Random Things mod)
  • Fixed potential bug with hellish biome detection

Pressure Pipes

  • Added (Those are from Deep Core mining, moved to this mod):
    • Hand Pump
      • Sucks fluids from the world and tanks and places them in Canisters in your inventory
      • Also should work with other items that support IFluidContainerItem, like TE portable tanks
    • Canister
      • Holds up to 64 buckets of any fluid
      • Right click on tanks/machines to fill them
      • Can be filled and drained in machines that support IFluidContainerItem
  • Fixed an issue with NEI
  • Fixed dupe/crash when other mods tried pushing fluids client-side
  • API refactored see here for details

BDLib Update is required for the versions above

  • Added generally useful stuff from my other mods (BlockRef &co, Connected textures renderer)
  • Added Creative tabs helper
  • Added DataSlotOption

Downloads

Pressure Pipes
pressure-mc1710-0.9.2.7.jar
Version: 0.9.2.7 (For Minecraft: 1.7.10)
282.3 KiB
1042 Downloads
Details
Gendustry
gendustry-mc1710-1.3.0.10.jar
Version: 1.3.0.10 (For Minecraft: 1.7.10)
1.3 MiB
1147 Downloads
Details
BDLib
bdlib-mc1710-1.4.2.9.jar
Version: 1.4.2.9 (For Minecraft: 1.7.10)
736.5 KiB
1380 Downloads
Details
 Posted by at 10:39 am
Aug 112014
 

Here’s a short summary of what was and will be happening in the near future with my mods:

  • Deep Core Mining  – This mod has been in flux for a long while and to be honest i don’t think i’ll get back into it anytime soon. I’ll be moving the stable features into other/new mods and discontinuing development for now. All the code is open source and on github and so if anyone wants to take over and do something with it you have my blessings.
  • <New unnamed mod> – Will have a stable version of the multiblock generators from DCM with some expanded functionality. More details in a few days.
  • Pressure Pipes – I’ve moved the Hand Pump and Canister from DCM into this mod, currently planning to add a few more features and i’ll call it 1.0
  • Gendustry – Is pretty stable as it is. Still marked as beta because there is no “official” forestry release for 1.7.10, i’m keeping an eye on what’s going on with forestry right now, the license change and everything.
  • NEI Addons – Also waiting on more mods to have official releases before i call it stable. There is some pressure from people to take over functionality of NEI Plugins because Mistaqur is MIA again, which i’ll probably get to once everything else is done (unless he is back by then).
 Posted by at 6:38 am
Aug 012014
 

All versions for Minecraft below 1.7.10 are now considered deprecated and will receive updates only in case of critical bugs being found. I’ve moved all the old downloads to a separate page.

NEI Addons

  • Partially fixed TC crafting station (still doesn’t work with attached chest)
NEI Addons
neiaddons-mc1710-1.12.0.4.jar
Version: 1.12.0.4 (For Minecraft: 1.7.10)
137.3 KiB
1511 Downloads
Details

BdLib

  • Fixed InventoryItemAdapter not loading properly
  • Added a statement to check if an API is present in configs
BDLib
bdlib-mc1710-1.4.1.7.jar
Version: 1.4.1.7 (For Minecraft: 1.7.10)
672.8 KiB
1367 Downloads
Details

Gendustry

  • Added Russian localization (thanks Adaptivity)
  • Fixed crash with IC2
Gendustry
gendustry-mc1710-1.3.0.7.jar
Version: 1.3.0.7 (For Minecraft: 1.7.10)
1.3 MiB
1363 Downloads
Details

Pressure Pipes

  • Updated for newer BdLib
Pressure Pipes
pressure-mc1710-0.9.2.5.jar
Version: 0.9.2.5 (For Minecraft: 1.7.10)
269.0 KiB
1186 Downloads
Details
 Posted by at 2:41 am
Jul 152014
 

This update fixes a bug with recipes not producing the correct number of results in Gendustry and Pressure Pipes.

No need to update the mods, just BDLib

1.7.2

BDLib
bdlib-mc172-1.3.0.11.jar
Version: 1.3.0.11 (For Minecraft: 1.7.2)
665.1 KiB
2831 Downloads
Details

1.7.10

BDLib
bdlib-mc1710-1.4.0.3.jar
Version: 1.4.0.3 (For Minecraft: 1.7.10)
659.9 KiB
3740 Downloads
Details

 Posted by at 11:09 am
Jul 142014
 

Everything requires Forge 10.13.0.1180

NEI Addons

NEI Addons
neiaddons-mc1710-1.12.0.1.jar
Version: 1.12.0.1 (For Minecraft: 1.7.10)
134.3 KiB
3276 Downloads
Details

Gendustry (Requires BdLib)

Gendustry
gendustry-mc1710-1.3.0.3.jar
Version: 1.3.0.3 (For Minecraft: 1.7.10)
1.3 MiB
1410 Downloads
Details

Pressure Pipes (Requires BdLib)

Pressure Pipes
pressure-mc1710-0.9.2.3.jar
Version: 0.9.2.3 (For Minecraft: 1.7.10)
269.0 KiB
1129 Downloads
Details

BdLib

BDLib
bdlib-mc1710-1.4.0.2.jar
Version: 1.4.0.2 (For Minecraft: 1.7.10)
659.9 KiB
1181 Downloads
Details

 

 Posted by at 10:36 am