Jump to content

Sag73

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by Sag73

  1. Is there anything I can do in the meantime? Or should I just use Forge 9.11.1.953?
  2. I am trying to install Gradle Integration for Eclipse 3.4.0.RELEASE plugin through the Eclipse Marketplace but I always to get this error: I have said yes and the installation fails (as I expected after getting the error). I am running Eclipse Kepler Service Release 1 on a Mac running OS X Mavericks (10.9). Is there any way I can fix this or is it a problem with Eclipse?
  3. I should've mentioned that this is sending me round the bend trying to fix it! :
  4. I have a GUI with some buttons, nothing special. However, when I click on the button in game it seems to spam actionPerformed until I remove my cursor from the button. This has never happened before and it only called actionPerformed once until I released the mouse and clicked again. The offending source files are here on Github (This file may also be useful). My mod is not useless until this is fixed but it is annoying.
  5. I am using packets to set the server from the GUI, I guess I need to use a packet to sync the client and the server. Thanks!
  6. I have a simple tile entity which is having some troubles. The field controlState does not seem to set. I am logging the it's value in updateEntity and it seems to alternate, each tick, between the default value (RED_DISABLES) and a value set during runtime (when one is chosen from the GUI). When I access the field from other classes it only ever returns it's default value. Am I doing something wrong? The tile entity's source is available here.
  7. With Loader.isModLoaded() can I use version checking strings like in dependencies? For example: boolean isCCLoaded = Loader.isModLoaded("ComputerCraft@[1.56,"); Would this work or do I need to check the version after I know that the mod is loaded?
  8. I worked it out! Thanks for the previous help though.
  9. Thanks! I know it's been some time since your post but how do I reset it to 0 afterwards? GL11 push and pop matrix don't seem to work with ISBRH. Here is the source so far.
  10. I've been trying but I have got nowhere with this, can anyone help?
  11. have you heard a word that is called relax? Yes I have heard of the word "relax". Have you heard of a little thing called grammar?
  12. He means that he wants you to post the source code!
  13. I am trying to rotate the top texture of a block base on its metadata. I have looked everywhere and I have had no luck. I have looked at other blocks such as the piston and wooden logs but they have been no help because the deobfuscation is quite poor (no offence to the MCP team they do a great job but deobfuscation is normally pretty bad whoever is doing it and I don't get why Mojang obfuscate their code if they are meant to be so supportive of modding but that is another subject). I have also tried IconFlipped and it has been no use. The source for my block is at https://github.com/Sag73/Omnitech-mcmod/blob/master/omnitech_common/sag73/omnitech/block/BlockConveyor.java.
  14. A quick bug fix in the form of Alpha 1.0.1 is now out!
  15. Omnitech Alpha 1.0.0 is now out!
  16. Hi there and thanks for checking out Omnitech. What is Omnitech? Omnitech will be mainly based around adding technical aspects while also adding some construction blocks and other useful modifications. How can I get hold of it? Omnitech is now in alpha! It is now available for download on Dropbox. The source for the mod is also available on Github for anyone who wishes to see it. License Omnitech is licensed under the GNU Lesser General Public License version 3 (LGPL v3). Credits Sag73 (me): Mod author lukob96 (my brother): Some ideas Features Currently the mod only contains some resources, ores and their world gen but I have many plans the mod should be updated regularly with new features and bug fixes. Ores: Copper - Must be mined with stone pick or better Aluminum - Must be mined with stone pick or better Titanium - Must be mined with iron pick or better Platinum - Must be mined with iron pick or better Osmium - Must be mined with diamond pick or better
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.