Commit graph

415 commits

Author SHA1 Message Date
DarkGuardsman
5f3240adef Moved some classes to a non minecraft package
These are not directly related to minecraft and i might plan to use them
in a future project
2013-09-23 15:03:29 -04:00
DarkGuardsman
9543e46c0b ChangesToPairClass 2013-09-23 13:35:59 -04:00
DarkGuardsman
a03af80087 Cleaned up connection helper 2013-09-23 13:35:09 -04:00
DarkGuardsman
c8212e763c Moved entity fake block to entity package 2013-09-23 13:34:58 -04:00
DarkGuardsman
dae3de5f57 Created an interface for debug blocks
For later use mainly
2013-09-23 13:34:43 -04:00
DarkGuardsman
2a1b375597 Worked on Inf Fluid debug block 2013-09-23 13:34:24 -04:00
DarkGuardsman
91cb7c22a2 UpdatedToNewForgeVersion 2013-09-23 12:09:59 -04:00
DarkGuardsman
c590609db2 Working on a way to load mod dependencies
Based off chicken bone's core mod.
2013-09-23 10:59:10 -04:00
DarkGuardsman
5b10deb2cb Version bumb 2013-09-22 00:10:01 -04:00
DarkGuardsman
9173bcd5a9 Not sure why this didn't sync 2013-09-22 00:09:55 -04:00
DarkGuardsman
eb8dba750e AutoSync 2013-09-22 00:07:10 -04:00
DarkGuardsman
b4b8f857d1 ReworkedExtraInfoLoading 2013-09-22 00:05:24 -04:00
DarkGuardsman
86adce5ada Pre-Implements options to disable renderers
Since some computer, which includes mine, don't play well with a lot of
blocks rendering its best add configs to disable major graphics of the
mod.
2013-09-21 23:32:19 -04:00
DarkGuardsman
913618afe6 Started work on electric furnace model 2013-09-21 23:31:10 -04:00
DarkGuardsman
53d7db3c5a Reworked recipe system 2013-09-21 22:22:46 -04:00
DarkGuardsman
4a2dd3eca1 Added metal fragment textures & other crafting 2013-09-21 22:22:33 -04:00
DarkGuardsman
c9b7e5be06 Worked on player crafting recipes 2013-09-21 19:34:17 -04:00
DarkGuardsman
11f35acabe Added the ability to remove salvaging options
In some cases this will be needed especial when other mods work with
mine. I'll need to make a system so users can add item to the processor
black list.
2013-09-21 19:04:24 -04:00
DarkGuardsman
c7c13330de Removed refined sand
Only used for crafting so i changed the recipes out for colored sand
instead.
2013-09-21 19:02:17 -04:00
DarkGuardsman
f1b508340b Worked on Colored Glass/Sand recipes
Correct the recipes
Reworked how they register
Added them to the processors
2013-09-21 19:01:25 -04:00
DarkGuardsman
04ba24f07a RemovedRecipeLoaderFromBlocks 2013-09-21 18:15:25 -04:00
DarkGuardsman
bc18a27763 Fixed power not draining 2013-09-21 18:03:49 -04:00
DarkGuardsman
9e38986f1e worked on processor recipes
There is a lot of work too do here.
2013-09-21 18:03:39 -04:00
DarkGuardsman
b378fc37bf created some vanilla recipes 2013-09-21 16:56:25 -04:00
DarkGuardsman
89944e03fc Worked on processor recipes
Also added damage output to normal processors so that some items don't
return in a clean form. Cases are for planks, ingots, plates, and some
blocks. This is to set the way for salvager machines later down the
road. In which will cost a lot and take a lot of time. Over normal
processor salvaging that will mess up just about anything that goes into
it.
2013-09-21 13:45:35 -04:00
DarkGuardsman
4e1204ed7b Worked on Ore enums & recipes a bit
Still have a lot of work to do but at least its better than nothing
2013-09-21 12:39:15 -04:00
DarkGuardsman
be157ae1fc corrected var names for ores in lang files
Nothing has changed but the new ore setup need the vars to be lower
case, as well aluminum ore is now called by its correct name.
2013-09-21 11:38:57 -04:00
DarkGuardsman
687a966992 reworked how ores are setup
Removed the dependency on using the material enum as it was adding ores
that should not generate which was causing a lot of issues. So to solve
this the block has its own enum set of ores it will work with. However,
i still need to reset the ore generator
2013-09-21 11:36:03 -04:00
Robert WC Seifert
d6a6112ad9 Merge pull request #9 from Vexatos/patch-1
Update de_DE.properties
2013-09-21 07:07:39 -07:00
Vexatos
4b7ac191cc Update de_DE.properties 2013-09-21 11:43:28 +02:00
DarkGuardsman
2daeec78cb removed debug from panels 2013-09-20 14:45:45 -04:00
DarkGuardsman
746be27657 added micoodle api
mainly just for solar power bonus
2013-09-20 14:45:17 -04:00
DarkGuardsman
484882de9d Got solar panel output power 2013-09-20 14:44:58 -04:00
DarkGuardsman
99f8af9d5c abandoned annotion use on blockSolarPanel
tried to use the solar panel for a test of the annotion system for
registering tileEntities and loading block based configs. However, my
code could no get the annotions for use.  I will have to correct it and
retest it on another block.
2013-09-20 13:58:07 -04:00
DarkGuardsman
0884cb61dd Added solar panel 2013-09-20 13:48:57 -04:00
DarkGuardsman
b688548aa0 Cleanup 2013-09-20 12:03:51 -04:00
DarkGuardsman
07eb79cdd0 FixedIssuesWithRegistry 2013-09-20 12:01:52 -04:00
DarkGuardsman
5fe80517a7 reworked creative tabs for all mods 2013-09-20 12:01:00 -04:00
DarkGuardsman
fda3a1de12 Added block Fluid from FM
block fluid prefab that is now used by the registry system to create new
fluid based blocks
2013-09-20 09:35:13 -04:00
DarkGuardsman
8a85d97ae8 BlockRegistryChanges 2013-09-20 09:34:13 -04:00
DarkGuardsman
775b153b68 Added system to detect annotations and use them
Untested but then again the entire registration system is so...
2013-09-20 08:52:37 -04:00
DarkGuardsman
657e3cddf9 Toying with annotations
Plan is to replace IExtraObjectInfo with annotations to be used in combo
with the new reflection based block registration system. Might try this
on a few more things and see were it goes.
2013-09-20 08:10:30 -04:00
DarkGuardsman
a72c06950e Reworked block registration system
Used reflection to create new block instances. This was done to prevent
disabled block from trying to take block IDs without doing a if
statement per block declaration. As well to make it a bit easier all
around to work with the system.
2013-09-20 07:35:52 -04:00
DarkGuardsman
b3fef55589 LicenseUpdate 2013-09-20 05:39:24 -04:00
DarkGuardsman
9a3b774c03 Changed ColorCode.class
Plan is to go back to how i use to use it. This means fluid mechanic
pipes will remap and go back to using a nbt var to store their type and
color.
2013-09-19 00:04:53 -04:00
DarkGuardsman
90c98c3e1e Added GUI and containers for basic machines
Also from Basic Components but they are just temporary to get things
rolling. I do not plan to create release with this code. Most of it will
rewritten to support my collective block designs.
2013-09-19 00:03:57 -04:00
DarkGuardsman
05af492258 Changed license a bit
Wanted to include the fact that the core is allowed to be used by UE mod
devs to improve their own work.
2013-09-19 00:02:12 -04:00
DarkGuardsman
0447aba123 removed unneeded inv code from furnace
Inventory is handles by the prefabs
2013-09-18 09:37:49 -04:00
DarkGuardsman
be1f8a4efb Started working on some basic machines
based on Old Basic Component machines. I do plan to rework every aspect
but am trying to maintain that same fill as the old machines. This is
why some of the code is copied so that the handling, and slot IDs match
up.
2013-09-18 09:22:41 -04:00
DarkGuardsman
528e0f465b moved a few files to api folder 2013-09-18 09:21:47 -04:00