bdew

Nov 282014
 

This updates removes MJ support and fixes compatibility with BC 6.2.x

Gendustry
gendustry-mc1710-1.4.2.46.jar
Version: 1.4.2.46 (For Minecraft: 1.7.10)
1.3 MiB
1514 Downloads
Details
Advanced Generators
generators-mc1710-0.9.6.27.jar
Version: 0.9.6.27 (For Minecraft: 1.7.10)
285.0 KiB
2044 Downloads
Details
 Posted by at 5:50 pm
Nov 072014
 

Advanced Generators 0.9.5

  • Fixed a crash when BC API is installed but not BC itself
Note: If you have mods that bundle the old (6.0) BC API, this may cause importing fuels from it to fail.
Known offenders are Forestry (as of 3.1.1 stable, the unstable ones have updated) and EnderIO (as of 2.1.8, jenkins versions have updated)

Pressure Pipes 1.0.1

  • Fixed tanks randomly loosing their contents on world/chunk load
  • Updated Russian localization (thanks shikhtv)
  • Updated Korean localization (thanks puyo061)

Downloads

Advanced Generators
generators-mc1710-0.9.5.26.jar
Version: 0.9.5.26 (For Minecraft: 1.7.10)
303.4 KiB
1404 Downloads
Details
Pressure Pipes
pressure-mc1710-1.0.1.48.jar
Version: 1.0.1.48 (For Minecraft: 1.7.10)
674.6 KiB
1908 Downloads
Details
 Posted by at 8:52 pm
Nov 042014
 

Gendustry 1.4.1

  • Updated to BC 6.1.5, which is now the minimal supported version
  • Added a workaround for other mod’s bees producing invalid items

Advanced Generators 0.9.4 (Beta)

  • Updated to BC 6.1.5, which is now the minimal supported version
  • Added Russian localization (thanks shikhtv!)

BdLib 1.5.1

  • Added serialization helpers for ItemStack and NBTTagCompound

Downloads

Gendustry
gendustry-mc1710-1.4.1.43.jar
Version: 1.4.1.43 (For Minecraft: 1.7.10)
1.4 MiB
1668 Downloads
Details
Advanced Generators
generators-mc1710-0.9.4.24.jar
Version: 0.9.4.24 (For Minecraft: 1.7.10)
302.9 KiB
1255 Downloads
Details
BDLib
bdlib-mc1710-1.5.1.32.jar
Version: 1.5.1.32 (For Minecraft: 1.7.10)
1.0 MiB
3312 Downloads
Details
 Posted by at 10:00 am
Oct 222014
 

BdLib 1.5.0

  • Configuration system reworked – see BACON documentation for details
  • Added renderer for covers (to allow partially showing the underlying texture)
  • Improved handling of missing icons of fluids and in Texture class
  • /dumpregistry will now show actual items registered in OD
  • Added Czech localization (Thanks nalimleinad)

Gendustry 1.4.0

  • Updated configuration system – see documentation for details
  • Added option to disable bee particles
  • Fixed various crashes and glitches with different modules disabled in Forestry
  • Fixed crash if no bees or branches are defined
  • Fixed Industrial Grafter not producing saplings
  • Fixed RF power being accepted when it’s disabled
  • Updated Korean localization (Thanks puyo061)

Pressure Pipes 1.0.0

  • Updated configuration system – see documentation for details
  • New block: Fluid Drain
  • Fixed derpy sidedness in High Pressure Input and High Pressure Pump
  • Fixed various crashes and glitches with fluids that have no texture
  • Changed Tank Pressure Inlet and Outlet recipe so they aren’t a reflection of each other
  • Updated Korean and Chinese localization (Thanks ViKaleidoscope, puyo061 and alvin137)

Advanced Generators 0.9.3 (Beta)

  • Updated configuration system – see documentation for details
  • Updated Korean localization (Thanks puyo061)
  • Added German localization (Thanks Reyls)

NEI Addons 1.12.3

  • Fixed crashes if any of the Forestry modules are disabled
  • Built against newer versions of everything

Downloads

NEI Addons
neiaddons-mc1710-1.12.3.11.jar
Version: 1.12.3.11 (For Minecraft: 1.7.10)
130.2 KiB
5003 Downloads
Details
Gendustry
gendustry-mc1710-1.4.0.41.jar
Version: 1.4.0.41 (For Minecraft: 1.7.10)
1.3 MiB
1523 Downloads
Details
Pressure Pipes
pressure-mc1710-1.0.0.44.jar
Version: 1.0.0.44 (For Minecraft: 1.7.10)
673.9 KiB
1429 Downloads
Details
Advanced Generators
generators-mc1710-0.9.3.22.jar
Version: 0.9.3.22 (For Minecraft: 1.7.10)
301.7 KiB
1368 Downloads
Details
BDLib
bdlib-mc1710-1.5.0.31.jar
Version: 1.5.0.31 (For Minecraft: 1.7.10)
1.0 MiB
1506 Downloads
Details
 Posted by at 2:14 pm
Oct 062014
 

I’m currently doing some changes to how configuration works in Gendustry, Pressure Pipes, Advanced Generators and all future mods.

The system started as a way to specify simple crafting recipes in normal text files back when i started modding in Scala, and had a lot of ad-hoc additions since then. There were quite a few things that have bugged me about it over time so I’ve decided to do a major cleanup and refactoring pass.

Things that got changed

  • Clear distinction of what executes at what point, statements are split between Configuration and Recipe blocks. This replaces the old Delayed Statement thing.
  • Recipe characters used to be global which caused errors when characters that were used all over the place got changed by accident. The new systems has clearly defined blocks with all definitions being local to their block.
  • If statements have been normalized, also added some basic boolean operations.
  • Lots of minor inconsistencies were unified, like “->” vs “=>” in different statements, “:” vs “=” in config entries, “mb” after fluid amounts, etc.

I have also started doing some proper documentation for the format and how it’s used in my mods now that the cleanup is out of the way.

Gendustry (1.4.x) and BDLib (1.5.x) are now on Jenkins with support for the new format, and the main BACON documentation and Gendustry configuration are now online. There is even a mini-guide on adding custom bees.

Pressure Pipes and Advanced Generators will be done in the next few days.

Updated: Pressure Pipes (0.9.6.x) and Advanced Generators (0.9.3.x) with support for the new format are now on Jenkins as well, documentation will be up sometimes next week.

 Posted by at 1:14 pm
Sep 282014
 

Gendustry 1.3.4

PSA: There is a problem with forestry versions between 3.0.0.172 – 184 (inclusive) that causes temperature and humidity upgrades to have no effect.

  • Added: Winter apiary upgrade
  • Added: Mutation biome and block requirements option for custom bees
  • Built with newer Forestry, Forge and BdLib
  • Updated Chinese localization (thanks ViKaleidoscope)

Advanced Generators 0.9.2

  • Built with newer bdlib (this is a required update)
  • Added Czech localization (thanks nalimleinad)

Pressure Pipes 0.9.5

BdLib 1.4.5

  • Added PlayerCache – a generic player->whatever map that auto-clears on server restart, logoff, respawn, etc.
  • Added another version of Misc.asInstanceOpt that’s easier to use with map, etc.
  • Added WidgetSimpleIcon
  • Made network message type bound to a specific channel, this should give compile-time errors for sending messages on the wrong channel.
  • Added Chinese localization (thanks ViKaleidoscope)

Downloads

Advanced Generators
generators-mc1710-0.9.2.15.jar
Version: 0.9.2.15 (For Minecraft: 1.7.10)
293.7 KiB
1490 Downloads
Details
Gendustry
gendustry-mc1710-1.3.4.29.jar
Version: 1.3.4.29 (For Minecraft: 1.7.10)
1.3 MiB
1639 Downloads
Details
Pressure Pipes
pressure-mc1710-0.9.5.33.jar
Version: 0.9.5.33 (For Minecraft: 1.7.10)
662.9 KiB
1454 Downloads
Details
BDLib
bdlib-mc1710-1.4.5.24.jar
Version: 1.4.5.24 (For Minecraft: 1.7.10)
952.8 KiB
1633 Downloads
Details
 Posted by at 8:17 am
Sep 212014
 
  • Added WAILA support
  • Improved HandPump client/server sync
  • Fixed fluid icons on blocks with filters not showing color
  • Fixed tank controller not dropping items in it’s inventory when broken
  • Fixed pipes not placing with shift pressed
  • Updated Chinese localization (thanks ViKaleidoscope)
Pressure Pipes
pressure-mc1710-0.9.4.29.jar
Version: 0.9.4.29 (For Minecraft: 1.7.10)
559.4 KiB
1247 Downloads
Details
BDLib
bdlib-mc1710-1.4.4.22.jar
Version: 1.4.4.22 (For Minecraft: 1.7.10)
932.3 KiB
1695 Downloads
Details
 Posted by at 2:34 pm
Sep 182014
 

Pressure Pipes 0.9.3

  • New Stuff
  • Mechanics changes
    • High Pressure Input can now pull from tanks/machines if given a redstone signal
    • High Pressure Pump will accept fluid pumped into their back, even with no redstone signal
  • Bug Fixes
    • Fixed inconsistent mod name in some places
    • Removed forge config file (unused)
    • Filters can be set with all kinds of containers now
    • Fixed empty canister not showing in NEI
    • Fixed pipes not showing up in creative tab
    • Fixed canister not rendering fluid color correctly
    • Fixed pipe blocks not refreshing the connections system when placed
    • Removed spammy debug line
    • Attempt to catch messed fluids when making canisters and complain instead of crashing
  • Localization
    • Added Chinese localization (thanks ViKaleidoscope)
    • Added Croatian localization (thanks Leon1236)

Advanced Generators 0.9.1

  • Fixed fuels with non-alphanumeric names in config (added ability to quote)
  • Added Korean localization (thanks TeamMMKP)
  • Added Chinese localization (thanks sb023612)

Gendustry 1.3.3

  • Added Yellorium (Big Reactors) ingots as mutagen source
  • Fixed custom bee descriptions not showing in beealizer
  • Should load after Magic Bees (fixes problems with using bees from it in custom content)
  • Updated Chinese localization (thanks ViKaleidoscope)
  • Added Korean localization (thanks TeamMMKP)

BdLib 1.4.4

  • Add ability to customize on what updates DataSlotTank sends it’s capacity (default unchanged – only on GUI)
  • Fixed DrawTarget.drawTextureInterpolate ignoring color parameter
  • Fixed WidgetFluidGauge not respecting fluid color
  • Fixed fluid config save/load
  • Added DataSlotInventory
  • Allow quoted strings as config keys
  • Various fixes and refactoring of the Multiblock System

Downloads

Advanced Generators
generators-mc1710-0.9.1.13.jar
Version: 0.9.1.13 (For Minecraft: 1.7.10)
293.0 KiB
1237 Downloads
Details
Gendustry
gendustry-mc1710-1.3.3.25.jar
Version: 1.3.3.25 (For Minecraft: 1.7.10)
1.3 MiB
1615 Downloads
Details
Pressure Pipes
pressure-mc1710-0.9.3.27.jar
Version: 0.9.3.27 (For Minecraft: 1.7.10)
528.0 KiB
1157 Downloads
Details
BDLib
bdlib-mc1710-1.4.4.22.jar
Version: 1.4.4.22 (For Minecraft: 1.7.10)
932.3 KiB
1695 Downloads
Details
 Posted by at 8:33 pm
Sep 172014
 

I’ve just updated WP to 4.0 and some other components as well.

Everything should be back in working state now, if you see any glitches – leave a comment here or pm me on MCF or Reddit.

 Posted by at 10:48 am