Jump to content

M3gaFr3ak

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by M3gaFr3ak

  1. didnt find a AE forum, so.. meh, seems like the stupid bb code isnt working properly, the whole editor doesnt react on button presses... http://www.minecraftforum.net/topic/1801643-ae-add-onm3gas-extracells-v-161-smp-ssp/ that thread has all proper links
  2. This Mod adds 4 bigger StorageCells, many useful Blocks and a whole new Fluid System into Applied Energistics! Requirements: 1.5.2 OR 1.6.2; latest Forge!; Applied Energistics rv10-n AE rv14 or rv13 needed for 1.6.2 release, rv14 for 1.5.2 release and everything else for 1.4.7 release! You can adapt it on http://ae-mod.info/Dev/ or http://ae-mod.info/Downloads/ Java 6 (now really) The 1.4.7 and 1.5.2 versions are not upwards compatible due to new API's and so on. Don't expect 1.6.2 to 1.7 upwards compatibility because Mojang is refactoring useless http://static.minecraftforum.net//public/style_emoticons/default/biggrin.png[/img] Textures by cyntain, german localization by Vexatos, chinese localization by crafteverywhere, thank you! By the way, on other sites I am known as M3gaFr3ak, Leonelf and Pwnie2012, so don't accuse people with these names of stealing my identity, that happened lots of times on Twitch.TV! Wiki: https://github.com/M...ExtraCells/wiki Homepage: http://m3gafr3ak.github.io/ExtraCells/ Regarding ModPacks: Just PM me for permission http://static.minecraftforum.net//public/style_emoticons/default/biggrin.png[/img] Download: Forge (Client and Server): If you want to support my work please use the adf.ly Link MC 1.6.2/1.6.3/1.6.4 (always contains most recent content) Direct (AdFly) MC 1.5.2 (may not contain new stuff like the fluid system, port will probably come some time when I am finished with it on 1.6.2) Direct (AdFly) MC 1.4.7 (only contains the 4 storage cells, is not compatible with 1.5.2 or 1.6.2 versions because it uses 4 different ID's for the storages due API limitations in 1.4.7) Direct (AdFly) Downloads of older Versions Installation (Client/Server): Install Forge if you haven't done it yet Download ExtraCells Put AE in your mods folder Put ExtraCells in your mods folder Play Known Bugs: -- Changelog Future Plans: -More Fluid Stuff -Other Stuff Videos: Recipes: Look in the wiki: https://github.com/M...ls/wiki/Recipes Screenshots: Banners:
  3. hm, doesnt crash now, but doesnt draw either... adding translation manually also doesnt fix that
  4. since the server oftenly syncs the TE w/ the client, it's being overriden clientside with just the default vars i think. so... yeah
  5. you could try using a packet to change the state on the server and send dedscription packets on change, so it always is synced w/ clients, idk why it doesnt change on client if you set it...
  6. could you give us the code? are you updating the value from your gui? cuz you need to change it on server side
  7. Hi! I tried using the AML and the ISBRH, but then it crashes into this error: http://hastebin.com/nakivexopi.avrasm to render the Mode i use ICustomModel (which was from AML load model) .drawAll(); Help?
  8. InputStream input = getClass().getResourceAsStream(" /assets/modname/....");
  9. Hi! I want to empty a Fluid Container, I am filling with this: this.setInventorySlotContents(1, FluidContainerRegistry.fillFluidContainer(new FluidStack(FluidRegistry.LAVA, 1000), input)); So, how do I empty it? If I cast the input into IFluidContainerItem, it doesnt work because i cannot cast water buckets and fuel buckets (BC) to it...
  10. Hi! At the moment i am trying to model something using Blender and exporting it via .obj. However, forge/minecraft/opengl doesn't seem to like UV Spheres. If I try to render the model, minecraft crashes, as soon as i have the "sphere" on my screen. Errorlogs states that UVSphere is an unknown type... Is there a list of meshs which are useable with the AdvancedModelLoader? Greetz M3ga
  11. Hi! I'm trying to make a costum command, so I copied the commandHelp over to my class and registered it. When i am in creative mode on ssp it works, on server w/ op too, but if i am in ssp w/o cheats or in smp w/o op, i dont have access to the command (standart message). But getRequiredPermissionLevel() returns 0, so what is my fault? M3ga
×
×
  • Create New...

Important Information

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