Commit graph

3004 commits

Author SHA1 Message Date
DarkGuardsman
50b1bc8752 Removed need for pipes to update volume 2013-11-02 09:59:23 -04:00
DarkGuardsman
2506ed7728 More debug code 2013-11-02 09:48:58 -04:00
DarkGuardsman
f4d890b927 Removed debug code 2013-11-02 09:23:34 -04:00
DarkGuardsman
4a693fee48 Fixed a large issue with mass packet updates
What was going on and i didn't see this till now is the tanks were
updating every single time the network's tank changed. Too fix this i've
changed the tanks to no update until after the network recalculates the
tanks volume. This way the tanks will only update if there volume has
changed which was the original design.
2013-11-02 08:49:32 -04:00
DarkGuardsman
da96375b8c Recipe Stuff 2013-11-02 08:10:51 -04:00
DarkGuardsman
1cb08ac305 Re-added Tank volume config 2013-10-31 04:56:01 -04:00
DarkGuardsman
d78adb1892 Fixed tank and pipe render connection issues 2013-10-31 04:51:38 -04:00
DarkGuardsman
7d19ddb767 Got rid of multi tank code for prefab
Both this time and the last time i tried this it caused more issues than
it was worth. I'll deal with it later in its own special class as the
main tiles will not need more than one tank.
2013-10-31 04:26:00 -04:00
DarkGuardsman
d98a1d6d69 Fixed a few more issues but things are still broken 2013-10-30 22:35:18 -04:00
DarkGuardsman
4d65261212 Worked on and fixed issue with network fluid code 2013-10-30 22:00:37 -04:00
DarkGuardsman
8fa92f8697 Documented properties of HeatingData container 2013-10-30 17:45:47 -04:00
DarkGuardsman
158e3b0dd6 Started toying with the idea of molten fluids 2013-10-30 17:38:13 -04:00
Robert WC Seifert
7f94bf5c08 Merge pull request #50 from crafteverywhere/patch-1
Create zh_CN.lang
2013-10-30 09:47:21 -07:00
Robert WC Seifert
d124b8ab33 Merge pull request #61 from crafteverywhere/patch-1
Update zh_CN.properties
2013-10-30 09:46:31 -07:00
crafteverywhere
39807508e7 Rename zh_CN.lang to zh_CN.properties 2013-10-31 00:10:24 +08:00
crafteverywhere
cceeec1fae Update zh_CN.properties 2013-10-31 00:09:31 +08:00
crafteverywhere
efc939db86 Create zh_CN.lang 2013-10-31 00:06:13 +08:00
DarkGuardsman
679809db34 Rewrote a lot of the network parts and a bit of code
Created a prefab that both pipe and tank extend so they share the same
network code. This should decrease issues with errors that arise between
the two. As well i reworked a few things in the network fluid tile class
to prevent issues.
2013-10-30 11:26:46 -04:00
DarkGuardsman
a526333551 Implements a few new methods for fluid networks 2013-10-30 00:17:43 -04:00
DarkGuardsman
6029de9407 Killed off color and fluid restriction for networks 2013-10-29 23:39:46 -04:00
DarkGuardsman
44d5e57116 Start on a tread to run the fluid tile networks 2013-10-29 04:17:46 -04:00
DarkGuardsman
f8a9f54e4d Auto-Sync 2013-10-29 04:16:28 -04:00
DarkGuardsman
e6935ed859 Fixed a few issues with pipes 2013-10-29 04:05:59 -04:00
DarkGuardsman
50b3f7cd03 Worked on pipe names and items 2013-10-29 03:01:47 -04:00
DarkGuardsman
f7f93833e4 Worked on a few recipes 2013-10-28 18:27:04 -04:00
DarkGuardsman
85e57658d6 Started work on fixing up pipes
As well changing and broading the range of support pipes
2013-10-28 18:25:21 -04:00
DarkGuardsman
ae4e57c6e5 Removing the use of the recipe loader for small items
It seems the recipe loader is defective for recipes under a set size. I
can't pin down what is wrong so for the moment i am switching some
recipes back to the old Mc system. This way i know they function and
don't have to worry about them.
2013-10-28 17:17:19 -04:00
DarkGuardsman
0afd6d0fba Changed the recipes for process to correct loading issues 2013-10-27 22:42:18 -04:00
Calclavia
8151b81eb8 Fixed build dependencies 2013-10-27 21:22:05 +08:00
DarkGuardsman
e6d6a3208c Nerfed power costs for some machines
Most machines are 1J/t now since they are highly inactive per tick.
Though a few machines now have activation energy to do there tasks.
2013-10-27 05:37:38 -04:00
DarkGuardsman
46cbf797ca Added ore name to wire 2013-10-27 04:21:42 -04:00
DarkGuardsman
2dca3e5034 Made ruble to dust output random 2013-10-27 04:13:17 -04:00
DarkGuardsman
d615a8745b Changed battery from 1GJ to 5MJ 2013-10-26 18:55:44 -04:00
DarkGuardsman
13ee4eb594 Created a system to load default groups into machines 2013-10-26 18:55:19 -04:00
DarkGuardsman
dbf141b7e5 Fixed owner group being null 2013-10-26 18:24:16 -04:00
DarkGuardsman
d9df7a6d78 Some more design notes 2013-10-26 16:55:25 -04:00
Archtikz
1d6626c12d Fixed: Recipe Conflict with Computer Craft
Fixed: Recipe Conflict with Computer Craft; Imprint Recipe == CC Black
Disk Recipe
2013-10-26 18:26:49 +01:00
Calclavia
54f203705a Added ability to charge players and entities standing on the battery (redstone activated) 2013-10-26 18:28:43 +08:00
Calclavia
2596dfb1c5 Added ability to increase output threshhold of modular battery by multi-blocking it 2013-10-26 18:09:23 +08:00
DarkGuardsman
fd2db61d08 Added shears to common tools item 2013-10-25 22:52:46 -04:00
DarkGuardsman
b4f7abfae6 Fixed some critical recipe conversion errors 2013-10-25 22:28:53 -04:00
DarkGuardsman
c032625573 Started on switch and detector wires 2013-10-25 22:14:02 -04:00
DarkGuardsman
c22c3fb9be Added to the ore parser and added configs for it
Since i added way to force other mods items to convert to mine i added
config to prevent this. In the rare case that a mod has an oreXXX that
doesn't convert to ingotXXX
2013-10-25 21:57:08 -04:00
DarkGuardsman
7c718fe908 Steel and bronze dust recipes 2013-10-25 21:41:34 -04:00
DarkGuardsman
f8dfdeb2f5 Updated galacticraft api 2013-10-25 05:53:20 -04:00
DarkGuardsman
1e952c621a Attempting to force item nbt to send to client 2013-10-25 05:29:32 -04:00
DarkGuardsman
0304fb66f7 worked a bit on ores and processor ore parser 2013-10-25 05:23:58 -04:00
DarkGuardsman
6a6c751f55 Actually added ore dictionary parsing to ore processor
Should increase mod compatibility though at the cost of all ore items
turning into DM items
2013-10-25 03:31:56 -04:00
DarkGuardsman
7478369e13 Auto-Sync 2013-10-25 03:15:58 -04:00
DarkGuardsman
23f19c17a4 Auto-Sync 2013-10-25 03:15:51 -04:00