This is a addon that i've been working on this week. It's not that good but well enough to make you satisfied. This is still initial release. Expect bugs!
News: Update to 1.2.4 is slow due to a major re-write(probably will take a week and maybe released when IC2 for 1.2.5 is released). You'll find it soon.
Warning: A known bug have reported that it will regenerate the chunk the block it is in if it's full. Please becareful or your house might get incinerated.
Description:
This addon adds only one block. The Wireless MFES Unit. Be sure to break it with a wrench or else you'll lose a lot of things.
The block looks like this:
The crafting is like so:
requires 1 LV-transformer, 1 MV-transformer, 1 HV-transformer, 2 MFSUs, 1 Teleporter, 2 Ender pearls, 1 UU-Matter
(note: the recipe seems to not want to appear in Craft Guide nor NEI if you don't set enableSecretRecipeHiding=true to false in IC2.cfg but the crafting works)
The block it self stores 20m EU, accepts up to 2048 EU (EV) and can share energy through out the same block that have the same frequency. It can also be used as a 'teleport cable'
Once you've open up the GUI you'll see it like this:
It has three buttons.
is the button to open up the frequency GUI
is the button to set the output power (32, 128, 512 EU)
is the button to open up the redstone behavior screen
If you clicked the frequency button, It will show a gui like this:
Here you can set the frequency for the Block. Owner will set be set to your username. Owner is not modifiable.
Or if you clicked the redstone behavior button, it will show a gui like this:
Click the arrows to cycle through available redstone behaviors.
Oh and once the block is full it will became green
Config:
Config is named IC2WirelessMFES.cfg
contains everything for conflict handling.
default block ID = 128
default GUI ID(Redstone Behavior) = 131 (will be removed in the next update)
default GUI ID(Frequency) = 130 (will be removed in the next update)
default GUI ID(WMFES) = 129
next update:
default item id = 512
Changelog:
1.0.2
- ported to MC 1.2.3
- rewrite of some things
- shrinked the frequency gui
| SMP is not yet ready. Got a couple of NPEs in the way.
1.0.1
- Server initial release (untested yet)
- Fixed packet being sent when it's not multiplayer
- Fixed a ArrayIndexOutOfBoundsException
- Some changes in GUI opening code to use forge's code.
- Merged into one zip
1.0.0
- Initial release from all of my private testing.
Please do not use my source unless you gave me credit and ask me for permission. The source contains examples for forge packet handling as well as gui things.
Before you download USE FORGE 1.4.1.60!