Commit graph

141 commits

Author SHA1 Message Date
Johannes Gäßler
bb68a5f74b Made it so that multiblocks will look for empty output hatches.
Previously when there was more than one fluid output multiblocks would
only try to put it into one of the output hatches.
2017-07-10 22:39:51 +02:00
Blood-Asp
8cfd1ff724 Merge pull request #1132 from JohannesGaessler/ItemDistributor
Item Distributor
2017-07-06 22:36:37 +02:00
Johannes Gäßler
7d074d985f Accounted for misc slots when shifting machine inventory contents 2017-07-02 17:12:30 +02:00
Johannes Gäßler
5d8bcb0af3 Added a method for calculating total version ID 2017-07-02 01:02:55 +02:00
Johannes Gäßler
a6046ddfad Fixed inventory misalignment when updating 5.09.30 -> 5.09.31
I added a new method to BaseMetaTileEntity that shifts the Inventory
index according to the change in Input/Output slots.

Instrumentally I have added a new version ID that considers the GT
subversion.
2017-07-02 00:09:48 +02:00
Blood-Asp
4fbd38eb0b Merge pull request #1129 from Antifluxfield/PlayerDetector-fix
Player detector fix
2017-07-01 17:35:30 +02:00
Johannes Gäßler
b9f8927b3d Made Automation tooltips more descriptive
Adjusted allowPutStack, isInputFacing, isOutputFacing for the Item
Distributor
Adjusted onScrewdriverRightClick for the Item Regulator
2017-07-01 11:29:27 +02:00
Antifluxfield
47910b2bfe Update GT_MetaTileEntity_MultiBlockBase.java 2017-06-30 08:51:58 +08:00
Antifluxfield
8295f740af Update GT_MetaTileEntity_MultiBlockBase.java 2017-06-30 08:24:38 +08:00
Antifluxfield
9ba12192c8 Update GT_MetaTileEntity_Hatch_DataAccess.java 2017-06-30 07:37:33 +08:00
Antifluxfield
04058ef4e4 Update GT_MetaTileEntity_Hatch_DataAccess.java 2017-06-30 06:28:46 +08:00
Antifluxfield
348c6b801c Update GT_MetaTileEntity_Hatch_DataAccess.java 2017-06-30 06:18:30 +08:00
Antifluxfield
81b91a3d7e Update GT_MetaTileEntity_MultiBlockBase.java 2017-06-30 05:45:37 +08:00
Antifluxfield
37d8191bdc Update GT_MetaTileEntity_MultiBlockBase.java 2017-06-30 05:17:12 +08:00
Antifluxfield
1a78d7f315 Update GT_MetaTileEntity_Hatch_DataAccess.java 2017-06-30 04:48:28 +08:00
Antifluxfield
5294b864bd Update GT_MetaTileEntity_Hatch_DataAccess.java 2017-06-30 04:24:45 +08:00
Antifluxfield
5995a20bb6 Check for DataItems 2017-06-30 03:52:51 +08:00
Antifluxfield
41a0e6d8a0 Make Data Access Hatch a MultiBlock part 2017-06-30 02:49:39 +08:00
Antifluxfield
d6625b0431 Adding Data Access Hatch 2017-06-29 12:31:50 -05:00
Antifluxfield
d50682ff7f Player Detector fix #2 2017-06-29 19:03:15 +08:00
Antifluxfield
3e566dc404 Trying to fix #1112
A simple duct-tape of this issue.
2017-06-29 17:50:51 +08:00
Johannes Gäßler
ddf58e6ef4 Merge branch 'unstable_blood' into unstable
Conflicts:
	src/main/java/gregtech/api/enums/MaterialBuilder.java
	src/main/java/gregtech/common/GT_RecipeAdder.java
	src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_BronzeBlastFurnace.java
	src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
2017-06-26 20:25:32 +02:00
Technus
6abdc95c0c Optimize imports - intelliJ one button action 2017-06-25 12:09:46 +02:00
Johannes Gäßler
668ca431a8 Merge remote-tracking branch 'origin/unstable' into OilRefining
Conflicts:
	src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
	src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
2017-06-18 17:26:04 +02:00
Blood-Asp
909149cd28 Merge pull request #1074 from Techlone/advminer2_improvements
AdvMiner2 renamed; new tiers of OreDrillingPlant
2017-06-17 14:37:10 +02:00
Blood-Asp
b588e82ef7 Fix buffer and regulator RS signals 2017-06-16 01:40:16 +02:00
Blood-Asp
a1e3a8161e Hitboxes when holding soldering iron #1095 2017-06-15 23:52:32 +02:00
Blood-Asp
9447eea43b why does the client crash when using isClientSide() ??? 2017-06-14 01:02:49 +02:00
Blood-Asp
61d17d250d quickfix for server side crash 2017-06-14 00:00:58 +02:00
Blood-Asp
ead3fa6ad7 meh... 2017-06-13 18:57:05 +02:00
Blood-Asp
e85a761e82 At last one free face. 2017-06-12 13:48:54 +02:00
Blood-Asp
ef22bf6ab9 Only open machine gui if front is free. 2017-06-12 12:18:54 +02:00
Blood-Asp
8e043d00d9 Cables and pipes now change hitboxes dynamicly depending on connections or covers 2017-06-12 11:58:26 +02:00
Techlone
86318b7b44 Merge branch 'unstable' into advminer2_improvements
# Conflicts:
#	src/main/java/gregtech/api/gui/GT_GUIContainer_MultiMachine.java
2017-06-07 18:17:23 +05:00
Blood-Asp
9032c2e15b Quick fixes 2017-06-07 09:45:19 +02:00
Blood-Asp
1296755b27 Merge branch 'refs/heads/pr/1077' into unstable
# Conflicts:
#	src/main/java/gregtech/api/metatileentity/MetaPipeEntity.java
2017-06-07 09:37:13 +02:00
Blood-Asp
3b1f55fcb9 Merge pull request #1076 from vlad20012/int-overflow-fix
Fixed stored energy integer overflow
2017-06-07 09:30:04 +02:00
Blood-Asp
589a77c5cb Check general redstoneoutput for null 2017-06-06 16:19:45 +02:00
Blood-Asp
c1f85264a0 Add missing translation lines. #772 2017-06-05 20:45:15 +02:00
Technus
71aeac25b9 Missing in item pipe 2017-06-05 15:03:34 +02:00
Blood-Asp
e102488f2c More redstone changes 2017-06-04 19:11:03 +02:00
Techlone
5df32b69ab Merge branch 'unstable' into advminer2_improvements 2017-06-04 21:31:08 +05:00
Technus
c9908ffa98 wire/pipe hiding/reduced size 2017-06-04 09:28:43 +02:00
Technus
0db3a1d6df Missing override 2017-06-04 09:25:46 +02:00
vlad20012
64a69695e5 Fixed stored energy integer overflow 2017-06-04 05:32:47 +03:00
Blood-Asp
23de1f09ed Cleanroom controller outputs efficency as redstone signal #948 2017-06-04 00:26:31 +02:00
Technus
467e6ba022 1ddc91a 2017-06-03 16:11:59 +02:00
Techlone
067f4491a8 Merge branch 'unstable' into advminer2_improvements 2017-06-01 20:59:40 +05:00
Techlone
75a33be210 Fix OreDrill; fix getting block in ItemList; some changes in addInformation - need check this 2017-06-01 20:23:13 +05:00
Technus
a99e0d4ffb Not needed. 2017-06-01 13:19:27 +02:00