Jump to content

MinecraftWero

Forge Modder
  • Posts

    43
  • Joined

  • Last visited

Everything posted by MinecraftWero

  1. I guess there was an issue with formatting in the main post.. anyways I managed to fix it, here is my item class:
  2. what code do you need? I thought I posted everything that was needed
  3. wow I feel so dumb now.. that fixed it! thank you. Edit: is there anyway to make it sound as soon as I press the right click? it's working now but it has a tiny delay.
  4. Hello, I wanted to add a custom sound to my mod and it registers but it sounds different than the sound I want to use, here's my code: SoundHandler
  5. I tried using this RenderingRegistry.registerEntityRenderingHandler(EntityBacon.class, new RenderSnowball(ModItems.rawbacon )); But it asks me to add arguments and i tried everything but can't figure it out.
  6. So i made an item that launches another custom item, and it is working, but i want the render to look like the snowball looks when you throw it I don't want a custom model. How would i go about this?
  7. You know what i am just dumb, i thought it was named correctly i was missing an "s". Feeling really stupid now thanks!
  8. I am having this error in the console:
  9. what i did was create a new class for the rendering of my items: public static void registerItemRender(){ } public static void register(Item item){ Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(item, 0, new ModelResourceLocation(Strings.MODID + ":" + item.getUnlocalizedName().substring(5), "inventory"));
  10. Yeah about that.. the /. is just to show the locactions on mac. But i found this code on the forums: export _JAVA_OPTIONS='-Xmx2G' Basically when you select the folder to install the mdk you type this on terminal and start the gradlew setupDecompWorkspace the process will start and it will say "picked up JAVA_OPTIONS" So now i fixed the problem and i am ready to start coding 1.9.4! EDIT: uhm for some reason the eclipse folder was not created i was following the forge documentation but i will see what i can do.
  11. Uhm i don't see what i am missing, the wikipedia page said /Users/<username> so that's where i put the gradle folder . Sorry i really sound like am new here, i used to have a mod "the bacon mod" but i left it a while ago and now i want to comeback to the modding scene but lots of things have changed since last time i modded.
  12. Okay so i tried installing it again with no luck, it still gives me the same message, maybe i have to do some more research or the properties file is wrong?
  13. alright so i did this: the gradle.properties has only this line: org.gradle.jvmargs=-Xmx2G is that correct?
  14. I tried the documentation but i cannot find ~/.gradle/gradle.properties anywhere on my mac!
  15. Hello everyone, i'm trying to install the 1.9.4 mdk, but everytime i try to it gives me the message: I was browsing through the forum and found another topic like this, but they couldn't solve the issue, i know i have to add more memory to gradle but i just can't seem to find the way to do this. I'm using a Mac with OSX El capitan. Hopefully someone can help me with this!
  16. Who could teach me how to make guns and renderings, i will be very happy if someone offers i would literally pay them (no more than 15 dollars) so if someone could help me here is my skype: weeroo96
  17. Hey guys its me again, so im having some problems running minecraft with eclipse basically when i hit the start button it opens the minecraft test but now it doesnt and in the lines of eclipse i get this error: 2012-10-20 10:06:33 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.1.50.400 for Minecraft client:1.3.2, server:1.3.2 loading 2012-10-20 10:06:34 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException 2012-10-20 10:06:34 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-10-20 10:06:34 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 2012-10-20 10:06:34 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2012-10-20 10:06:34 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:597) 2012-10-20 10:06:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:111) 2012-10-20 10:06:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26) 2012-10-20 10:06:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2112) 2012-10-20 10:06:34 [iNFO] [sTDERR] at Start.main(Start.java:29) 2012-10-20 10:06:34 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path 2012-10-20 10:06:34 [iNFO] [sTDERR] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758) 2012-10-20 10:06:34 [iNFO] [sTDERR] at java.lang.Runtime.loadLibrary0(Runtime.java:823) 2012-10-20 10:06:34 [iNFO] [sTDERR] at java.lang.System.loadLibrary(System.java:1045) 2012-10-20 10:06:34 [iNFO] [sTDERR] at org.lwjgl.Sys$1.run(Sys.java:73) 2012-10-20 10:06:34 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method) 2012-10-20 10:06:34 [iNFO] [sTDERR] at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) 2012-10-20 10:06:34 [iNFO] [sTDERR] at org.lwjgl.Sys.loadLibrary(Sys.java:95) 2012-10-20 10:06:34 [iNFO] [sTDERR] at org.lwjgl.Sys.<clinit>(Sys.java:112) 2012-10-20 10:06:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2423) 2012-10-20 10:06:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.fmlReentry(Minecraft.java:2122) 2012-10-20 10:06:34 [iNFO] [sTDERR] ... 8 more
  18. Okay so i posted my codes can you guys help me now?
  19. hey guys i know im really annoying but i just want to finish the gun. So i made this mod called The bacon mod link: http://www.minecraftforum.net/topic/1499035-132-bacon-mod-v10-forge/ and i want to add a "Bacon Gun" so i decided to give it a try and it works pretty well, it has sounds, and it hurts the mobs but the problem is the bullet i dont know how to render it i have try with alot of stuff, i tried using render arrow.class and it didnt work it was still invisible, 3 modders helped me but no one could tell me what the problem was so i hope you guys tell me how to do it, if you can here is my skype name: weeroo96 and here are the codes: ItemBaconGun.class EntityBullet.class
  20. now i need help with the rendering of the bullet can someone teach me how?
×
×
  • Create New...

Important Information

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