Commit graph

79 commits

Author SHA1 Message Date
Rseifert
a1a17343e8 Fixed Textures
Getting close to being done now that the pre update stuff is out of the
way. Now its on to testing and bug hunting. After that its on to working
on the new pipe system and getting it done some time this week.
2013-03-14 07:09:25 -04:00
Rseifert
74a7cce60e killed all the errors
This doesn't mean done as i'm sure there are bugs to smash plus i still
need to implement the new network system as well fix the pump.
2013-03-14 06:28:19 -04:00
RSeifert
feceea5b7b working on update to 1.5
Not done yet not sure if i will be any time soon.
2013-03-14 01:38:07 -04:00
RSeifert
01e0d80b85 renamed pump
mainly just a sync up
2013-03-12 22:58:16 -04:00
RSeifert
21a60d5c13 cleanup 2013-03-09 04:24:49 -05:00
RSeifert
3783314c6f Worked on pump
Still need to work on this more to fix some issue before the 1.5 update
2013-03-09 04:24:42 -05:00
RSeifert
fc6fbcb560 . 2013-03-04 20:44:16 -05:00
RSeifert
f7c6588335 Corrected a possible pump connection issue 2013-03-02 18:22:08 -05:00
RSeifert
f2bdbd3cb0 Moved prefab out of core package 2013-03-02 18:21:36 -05:00
Rseifert
56eb239685 .. 2013-03-01 12:44:49 -05:00
Rseifert
ff3ff4ec50 reducing down path finder code
more work is still needed and no testing has been done yet.
2013-03-01 12:37:58 -05:00
Rseifert
9e3c7b0245 Converting Path Finder to Vector3
There might be a few issue here with how it should work and how it will
work now. As well for more advanced path finding that needs to check for
tileEntity it can be done in is Valid Node.
2013-03-01 12:20:14 -05:00
Rseifert
76d9927483 added a copy of Calclavia's Path Finder
For the moment its just added and not used. I will have to rewrite it in
a way that it doesn't care for TileEntities. This way i can use it for
the pump to make sure that water sources are connected to the pump.
2013-03-01 11:50:10 -05:00
Rseifert
601a6e591e add colorCode support for new pipe 2013-02-25 13:47:21 -05:00
Rseifert
df0e745f4f Finished addFluidToNetwork Method
This method will take the input stack not carring where it came from and
try to add it to the tank with the lowest volume.
2013-02-25 13:41:29 -05:00
Rseifert
49cadce1ea reformating and removal of un usable methods
As nice as UE's network is it turns out i can use it that way due to
Forge Liquid Api. So i have to setup a network system that will just
track all TileEntities and add liquid or apply pressure as needed.
2013-02-25 13:03:43 -05:00
Rseifert
aa637ca861 got rid of packets 2013-02-25 13:02:32 -05:00
Rseifert
653c3ef5e0 Build #25 2013-02-25 13:02:22 -05:00
Rseifert
28a5429c2c registered Atomic Science's nuke gas 2013-02-25 08:31:09 -05:00
Rseifert
b9c91738ba Fixed release valves turning off 2013-02-25 08:30:48 -05:00
Rseifert
ca66742d6b Fixed Crash with valve and redstone
Also due to an F up i redownloaded some files to correct me trying to
remove the unkown liquid. I forgot i used that to prevent null errors,
and since i'll changing over system soon there is no point in correcting
it.
2013-02-23 18:10:07 -05:00
Rseifert
87308ec86b Fixed a pipe error plus changed some functions
This is were bug testers are so nice. Turns out that machine from other
mods could directly put the wrong liquid into the pipe the way i had it
coded.

Also i'm going to work threw my api and clean it up the best i can. A
few of the functions i have are unneed as well as not very well made.
2013-02-23 12:05:17 -05:00
Rseifert
f86ec909b7 Fixed a major duping bug with the release valve
Due to the way i was getting all the valid tanks inside of a block i
failed to get the block itself. This resulted in the release valve
draining the ILiquidTank varables rather than the ITankContainer block.
Its now fixed hower i need to go back threw and make changes to use
ForgeDirection later.
2013-02-22 10:16:36 -05:00
Rseifert
8abbbfdba2 cleanup of interfaces 2013-02-20 15:10:29 -05:00
Rseifert
0b2eec52e6 worked on new pipes 2013-02-20 14:51:49 -05:00
Rseifert
db2d9ca581 etc etc 2013-02-20 13:51:33 -05:00
Rseifert
b31c339be9 more cleanup 2013-02-20 13:48:46 -05:00
Rseifert
69abbd43f3 Cleanup 2013-02-20 13:44:38 -05:00
Rseifert
2779c99783 moved FM's Api into hydraulics 2013-02-20 13:37:29 -05:00
Rseifert
668fcf0fe9 failed to upload files correctly after name change
There also some work in there on the new hydralic api
2013-02-20 13:28:43 -05:00
Rseifert
6396fa85a0 reformated + fixed pipe dropping
turns out the damage drop method was deleted a few version back which
told minecraft to drop this item in meta form.
2013-02-18 07:12:59 -05:00
Rseifert
9452d99470 Fixed Milk Pipe Crafting 2013-02-16 17:13:38 -05:00
Rseifert
e58d9b487c Added textures by Comply_cat_ed 2013-02-16 17:13:28 -05:00
Rseifert
10801ab0bf Cleanup and API update
Well nothing realy changed for the UE api but i did cleanup the console
spam after the LiquidHandler registered all the liquids
2013-02-15 20:39:59 -05:00
Rseifert
0b132c19ce Fixed Pump power drain 2013-02-12 06:22:00 -05:00
Henry Mao
60db5c252e Update src/minecraft/liquidmechanics/resource/lang/en_US.properties 2013-02-12 11:31:13 +08:00
Henry Mao
2af185d795 Fixed wrong creative tab name 2013-02-12 11:30:23 +08:00
Rseifert
9d312ea04d Starting to create my own fluid network
will be similar to Calclavia's UE network for power except it uses
LiquidStack instead of watts.
2013-02-08 02:04:18 -05:00
Rseifert
17698f7fda build 16 2013-02-04 23:10:06 -05:00
Rseifert
6c1b16c5f4 Fixed Sink + Cleanedup imports
corrected sink item stack lose plus fixed potion to have a volume of 250
when used with my machines. Will take this a step better later to fix it
for all mods installed with my mod to correct the volume diffrence.
2013-02-03 20:45:40 -05:00
Rseifert
a7683ab2fd Sink Fixes? version bump
version bump just due to api changes.
Also i made a fix for the sink but have yet to test it should work since
its exactly the same as the cauldran but with meta turned into
liquidstack volume
2013-02-03 19:28:26 -05:00
Rseifert
3c0a93ed22 Moved -> Files & Fixed API
This screws up the history tab but save me soo much time
2013-02-02 19:36:19 -05:00
Rseifert
a57f3f9268 api changes and bug fixes
Fixed: Liquid register event
Fixed? Bucket and Vile stack lose on filling
Added: IPipe interface to help ID pipes
Added? Pipe drip effects
2013-02-01 16:59:14 -05:00
Rseifert
5075a97d10 Adding new liquids
Since oilcraft died and it was going to provid Oil/Fuel support i will
now be adding that to this mod. Other features like burning the fules
for energy will be added to steampower on a later date.

*reoginized api, will do some more of this later to make things easier
*added finite still and flowing liquid prefab class to the api folder
*added: oil, still ahve to add it in game
*added: milk, still have to add it in game
2013-01-23 20:30:50 -05:00
Rseifert
dda6237c89 Added wrench support and removed debug
forgot to remove a debug message for placement of meta for the pump
*Added: wrench rotation support for sink
*Added: wrench rotation support for pump
*Fixed: pump delay and reduce its time
2013-01-23 05:00:15 -05:00
Rseifert
ec8971b627 Pump Crafting change 2013-01-22 17:59:10 -05:00
Rseifert
f47c3b528c Changed the pump
*Set a new model for the water pump
*removed other liquid types from the pump, will change this back later
*removed the pumps liquid storage ablity, it will now directly pump
water to a container behind it
*changed wire connection to two side
*changed pipe connections to one side
*fixed infinite water glitch were you could pump a flowing block
2013-01-22 17:18:55 -05:00
Rseifert
eb923b84db Added sink block
simple, nicer looking way of filling buckets, water viels, cleaning
color off of armor.
2013-01-22 03:36:59 -05:00
Rseifert
79eb211126 bug Fixes
*corrected pipes connection issue with generic tanks
*corrected liquid lose when tank would try to create flow in pipes on
top or bottom side depending on liquid type.
*corrected the release valve crafting receipe
2013-01-18 08:09:05 -05:00
Rseifert
f1b03a167c miror corrections
Nothing major but every little bug needs fixed too.
2013-01-15 03:09:34 -05:00