After looking at the new coal gen model i decided to change how i want
to create start up machines. The new design will require a basic steam
generator to be placed bellow a steam user. In this case there will be a
coal fired, and liquid fuel fired steam gen. Then a turbine and a piston
steam consume will be placed above the gen. They will work together to
create power though not as effective as single block version. However,
it will be cheaper to run and require less work to keep running. The
player should only have to added water to the machines every 1000
cycles.
dropped the ideal of using a tile entity as it was not generating with
it correctly. Instead we are going to use metadata to represent the
volume starting at 512 bucks and working down to 10mb.
Turned out that minecraft's ray trace do for blocks was changing my vec
3 coords. I thought this was the case but took me a while to trace down
which part of the code was causing it.
@Calclavia i know i havn't gotten the final word from you for giving up
ICBM sentries but i did say i was going to do this either way. What i
will do is avoid recreating the same sentry guns but will focus on new
ones.
Something either was wrong with how i was using it or changes calc made
to the class in UE. What ever was wrong it was not taking the yaw
rotation so i switched it to use a changed veserion of MC's getlook that
i was already using for entities.
Creeps will explode if killed by lasers. Though this would be a nice
addion. As well made an attempt at having diamond armor reflect laser
damage. Though this didn't work as well