Moving further in BuildCraft 3.x Alpha! Here comes a preview of the next feature set, to be released in a few weeks with a version tagged 3.1.0:
Enjoy!
Moving further in BuildCraft 3.x Alpha! Here comes a preview of the next feature set, to be released in a few weeks with a version tagged 3.1.0:
Enjoy!
i posted on 2.2.10 hotfix but that was i while back and i just wondered does 3.0.4 buildcraft alpha work with minecraft forge 1.2.3?
but other than that the 3.0.10 looks pretty epic so im gonna be looking forward to it
Should work with Forge 1.2.3 (and actually 1.2.4 now) with no problem.
As I promised one month before, I donated $100 for your great work
Thank you so much for that, I really appreciate the gesture. I hope you’ll continue having fun with BuildCraft over the coming releases
I’m sure I will have fun

I want just few things:
* Wheat/Tree farming (deployer/timer)
* Book for 3.x (will buy!)
* More user-friendly instruction for client/server install.
Current is very tricky
For example, client mcpatcher works fine, manual – not work
Install MPLoader/minectraft for server is really pain
Otherwise all it’s great, thank you again
I mean “minecraftforge” for server.
The wheat / tree deployer thing is definitely going in, scheduled for 3.2.0 (https://buildcraft.trac.cvsdude.com/buildcraft/ticket/124)
The book for 3.x is definitely on the way too! Need to converge on the set of feature first though.
As for the installer, yeah, it would really be nice to have the server version corresponding to what’s currently there for client. Storing that one
Blueptints IS AMAZING!!!
I really very-very long time wants something like this!
By the way, one more.
I tried to use builder for build monster trap on the see.
I prepared the platform, where trap should be placed.
Unfortunatelly, builder first fill all _under_ the building area
Other words, builder can’t detect the my platform, and fill all under it, before start build the walls as I wants (I use simple, not a template builder)
Another thing. What about the water? I want place water by blueprints.
Last thing. How pipes can drop items? I want build the area for luqid, by walls, and safe oil/water to it. This is more usefull than liquid tanker,
Unfortunatelly, pipes doesn’t drop the liquid
Please also think how to place torches, for example, by builder
Oh yeah, you are already did this (place torchers)
Cool, thank you.
What about idea of “sharing” the blueprints?
Does it possible?
This is really amazing – p2p exchange by good solutions!
Yup. That work through giving the actual blueprint item, which can then be either directly used or placed on to another library.
Not sure to understand the first point – maybe you have a picture?
Blueprint can place water – or any liquid. Just give a bucket.
Same for 2 – need a picture
Will do, thank you.
What is your timezone, BTW?
This is just pure and simple AWESOME!
I’m really looking forward to hooking up some logisticspipes to those builders.
Great idea
By the way, how can I donate money to you?
You can’t, but you can buy SpaceToad a bear from me
Oh yes indeed
Definitely had something similar to that in mind!
Could you and Krapht work a way for builders to have the function built-in to be able to request items needed for blueprints just like requester/supplier pipe (given logistics pipes is installed on client of course)? That would be awesome! Keep up the amazing work!
Oh blueprints/library are very exciting. One could replicate an entire base or sections. It’s like a puzzle placer. It even seems to be able to tell which direction things are placed.
3.x is just going to be awesome.
By the way, am I authorized to fork the mod ? I want to make a version that integrates better with Industrial Craft 2.
Thanks
The problem with forking is that it is going to be very hard to be in sync with BuildCraft. The best is to move things aways to the API as much as possible, since that’s a much more stable place – so you can have a IC-dedicated compatibilty layer and avoid changing BC core files. What enhancements are you looking at?
Kinda using electricity directly on my BC machines w/o any power converter mod, also using this electricity on machines that use the BC energy API (MineFactory reloaded…).
This is the biggest enhancement I want to make, but I also wanted to change recipes to match IC2′s ones style.
Fortunately, you won’t need to fork anything here
You can change the power framework from the configuration file, and implement your own. Would be easy to create an IC-specific one.
For the recipes, I’ve just added a global switch on BuildCraftCore that deactivates the default BC ones. Just call that can then create your own.
The nice thing about the above is that your work will be very easy to port from one BC version to the other – many times it will be compatible out of the box!
Ok fine. But I looked at the IC2 API and you have to implement interfaces in the electric block’s classes. If you say a replacement for the energy part will work…
Compliqué tout ça… :s
Could you post a few details about how it handles blocks which don’t directly translate back into an obtainable item? I’m referring to things like redstone wire, BTW cement, IC2 cables, liquids, unobtainable blocks (e.g. redstone ore) etc.
Right now, there a class BptBlock (see https://buildcraft.trac.cvsdude.com/buildcraft/browser/trunk/buildcraft/common/net/minecraft/src/buildcraft/core/BptBlock.java). It’s in the Core part, but will be move to the API. You basically implement one of this guy for each block id, specifying:
- what material is needed to build it
- how to make a rotation
- what additional data to store / load from the blueprint
knowning that there are defaults for most blocks. See https://buildcraft.trac.cvsdude.com/buildcraft/browser/trunk/buildcraft/common/net/minecraft/src/buildcraft/energy/BptBlockEngine.java for a reasonable extension needed for the engine, where meta codes the kind of the engine, and there’s an additional field for the orientation handled separately.
If you want more info and/or would like to start working on this earlier, I can make the move to the API and send you an early release in a week or so.
Looks nice, I’ll implement it for IC2 once you moved it to the API including some documentation.
Reactor blueprint, anyone?
FYI – the API is now public and pretty complete. Check out http://www.mod-buildcraft.com/documentation/modding/how-to-add-custom-block-support-in-blueprints/ for some information on how to add IC blocks. Don’t hesitate to ask additional questions if that’s not enough!
And I want to use the IC2 wrench on BC blocks, too.
must admit i gigled like a little girl when i saw this vid the things that this will be able to do will open alot of possibilities even sub mods too can only can imagine what people will come up with
just like thewolfkillr Im giddy with excitement for this blue prints will make laying out self sustaining engines with complex gate actions so much easier what an awesome mod I love it more and more with every release
With the blueprints will we be able to upload them for download? Say for the factory I’m trying to put together? I could blueprint different parts and then upload the blueprints?
Absolutely!
Wow, this is totally awesome, combine this with redpower frames = selfsustaianing self replication! With this and frames you would be able to build a devise capable of producing itself!
So is there any estimate on when this version will be released to the public? I am very exited to see what I can do with this.