Commit graph

77 commits

Author SHA1 Message Date
Krapht
c5ebbbdf48 Fixed Pipes, Gates, Wires and several items
Actions and Triggers remain
2013-03-16 00:47:08 +01:00
Christian
4ed51b5522 A bunch of fixups. The code *runs*, but there's a lot of gfx issues to fix up. 2013-03-12 15:43:39 -04:00
SirSengir
28754ac6da Fixed rename. 2013-03-10 17:38:16 +01:00
Krapht
52b7ce7d36 Fixed Action/Trigger textures 2013-03-09 19:43:33 +01:00
Krapht
263b0068b9 Moved GuiIcons and Triggers to subfolders
Cleaned up icons for items and textures
2013-03-09 17:47:40 +01:00
Christian
0ee0382060 Split sheets for krapht 2013-03-09 10:50:45 -05:00
Krapht
9cdd23f03d Migrated gates
Minor renaming
2013-03-09 14:46:03 +01:00
Krapht
365a0c0a47 Renamed pipe related textures
Ported Pipe textures (Pipe "api" changed for submods)
Ported Wire textures
Updated pipe sync to accomodate Icons
Updated all pipes to new "api"
Nerfed Herobrine
2013-03-09 02:26:11 +01:00
Christian
df26c32121 Huge amount of fixes. Still a LOT to go. 2013-03-07 00:31:35 -05:00
SirSengir
6ab8a50b64 3.4.2 build. 2013-01-26 17:28:20 +01:00
SirSengir
35e3532f3d Created BC tab for creative inventory. (Yes, finally.) 2013-01-23 21:04:36 +01:00
bculkin2442
04f6dec925 Fix part of issue #552
This fixes the first two bullet points of issue #552, as well as adding Forge/FML to the list of mod loading frameworks. I will leave the last bullet point up to someone who knows these things.
2013-01-16 19:41:57 -05:00
CovertJaguar
00adb7d1ba Added Emerald Pipe English localization tags 2013-01-14 17:11:36 -08:00
CovertJaguar
e63402b0fa Added Emerald Item/Liquid Pipes
Also new texture for the Laser Crafting Table and fixed a bug with
Wooden Item Pipes not diplaying items that are being pumped.

Emerald Pipes are advanced versions of the Wooden Pipes. The Item Pipe
posseses a filter that pulls items from inventories in a blocking Round
Robin fashion. The Liquid Pipe has capacity and flow rate equal to a
golden pipe.

Note: ISpecial and ISelective Inventory interaction with the Emerald
Item Pipes is untested, there seems to be nothing decent to test with in
Buildcraft.
2013-01-14 17:05:49 -08:00
SirSengir
e99dd51f12 Wooden pipe and redstone engine recipes now use the ore dictionary. 2013-01-13 19:52:48 +01:00
SirSengir
fd61daa54e Changes for 3.4.0 build. 2013-01-09 22:46:54 +01:00
SirSengir
bc788e3f9c Changes for 3.3.0 build. 2012-12-21 15:51:38 +01:00
SirSengir
1cd36231fb Fixed typo. 2012-12-16 13:14:22 +01:00
SirSengir
bfdac68bdb Updated mcmod.info 2012-12-16 12:14:43 +01:00
SirSengir
c1089e5e8a Added update notice. Will only display once per update and not annoy the player on each startup. 2012-12-13 20:46:20 +01:00
SirSengir
40eb640386 Changes for 3.2.2 build. 2012-12-06 21:17:44 +01:00
SirSengir
68544e1f9f Changes for 3.2.1 build. 2012-11-29 18:35:48 +01:00
SirSengir
a5117ca3a8 Changes for 3.2.0 build. 2012-11-20 22:30:28 +01:00
SirSengir
0fa4fd8bee Removed several unneeded imports/variables. 2012-11-14 16:47:08 +01:00
Christian
d5491c5229 Initial draft of assemblyadvancedworkbench 2012-10-13 21:41:14 -04:00
Christian
30fe5841c1 Assembly table now has a little ledger panel. Strings are updated. 2012-10-13 15:57:32 -04:00
Angus Mezick
4774f0ecdb update forge version number in build.xml files 2012-09-27 10:35:36 -04:00
SirSengir
960ebc925c Removed version in mcmod.info. Only maintaining the version number in one place. 2012-09-15 23:07:44 +02:00
psxlover
c4dc51895f Refactored build.xml 2012-09-14 15:23:50 +03:00
SirSengir
151b576b49 Cleaned up a bunch of unneeded imports. Clean up your stuff before doing PRs please! 2012-09-14 14:04:36 +02:00
Kris Avi
92fb7e8afe Translatable areas
Translatable Template table gui title, gates gui title, still and moving
oil (in NEI) (and added Oils to en_US.properties)
2012-09-13 10:49:26 +03:00
SirSengir
20df5fe093 Fixed renderer for pipe items using a max of two render passes. 2012-09-11 17:49:40 +02:00
SirSengir
e93b7c8f65 Removed remaining localizations. 2012-09-11 14:13:59 +02:00
SirSengir
8ef096ec14 Merge branch 'master' of github.com:SirSengir/BuildCraft
Conflicts:
	buildcraft_resources/lang/buildcraft/sv_SE.properties
2012-09-11 14:13:39 +02:00
SirSengir
48127a2b0e Removed localizations after moving them to a seperate repository. 2012-09-11 14:10:38 +02:00
SirSengir
56431a40be Merge pull request #241 from Cassiobsk8/master
Translated to pt_BR
2012-09-11 00:15:18 -07:00
N00byEdge
b3fafd6c1b Update buildcraft_resources/lang/buildcraft/sv_SE.properties
Fixed common swedish grammar error.
2012-09-11 08:24:24 +03:00
Cássio K. Ferreira
61ea54b518 pt_BR translate
added a brasilian portuguese translate
2012-09-10 22:00:37 -03:00
Nex Kunore
67c14e91e6 Translated to Dutch - nl_NL
I got bored so I decided to be helpfull.  :-)
2012-09-10 13:06:56 +02:00
SirSengir
1131a8d661 Added AartBluestoke's PR for RoundRobin transactor. Closes #234 2012-09-09 18:59:05 +02:00
SirSengir
cc350b18cf Added license to jar. 2012-09-08 22:00:44 +02:00
SirSengir
10143101da Added versioning. 2012-09-08 21:46:17 +02:00
SirSengir
6576f72cb4 Fixed issue with TransactorSided.java. 2012-09-08 17:58:53 +02:00
SirSengir
9e7e30bcfc Merge branch 'master' of github.com:SirSengir/BuildCraft 2012-09-08 09:49:09 +02:00
SirSengir
495ee0bd96 Fix for dupe bugs on chests. 2012-09-08 09:42:11 +02:00
maximaximal
1cac374de8 improved the german language file 2012-09-07 21:41:25 +03:00
SirSengir
eac30bea26 Fixed broken version. 2012-09-02 20:01:35 +02:00
SirSengir
ca8e6d6713 Removed obsolete .info files. 2012-09-02 19:36:44 +02:00
Tinytimrob
140d4b412c Fix BuildCraft|Transport in mcmod.info 2012-08-29 16:59:18 +00:00
SirSengir
7b93a877e4 Merge pull request #185 from SandroHc/master
Updated some texts to pt_PT translation
2012-08-27 04:21:36 -07:00