Jump to content

freshhh

Members
  • Posts

    60
  • Joined

  • Last visited

Everything posted by freshhh

  1. It will take a while before this mod gets updated once again considering Forge didn't upgrade yet. Please be patient with this, I really hope everyone enjoys this mod on other versions though
  2. Alrighty thanks. What about the compatibility? Will my 172 and 171 mods be compatible with 1.8 or not?
  3. Hi, I haven't modded/played Minecraft for some time and I wanted to update my mods again. I went on forge and noticed there were no version after 1.7.2 - Can someone quickly fresh my up on what happened and are my 172 mods compatible with 18 Minecraft versions etcetera? Sorry if this has been answered elsewhere, I looked around, I swear on mi mum.
  4. -The description is kinda outdated, I have to admit. Some potions were unavailable for public use before a certain version (unsure which). -Image shack thingy, just click them for a better view. -Thanks, hope you enjoy it.
  5. The description is kinda outdated, I have to admit. Some potions were unavailable for public use before a certain version (unsure which).
  6. Download links fixed, if problems still occur, let me know. + Editted title version tag.
  7. Started working on a 1.7.2 version. Will be out ASAP.
  8. Alright, thanks for the heads up.
  9. Really now. Let me see here. The error you're getting is....urllib2 HTTP 403. I can see how that's not in the EAQ with those words. The forum, however is searchable. http://www.minecraftforge.net/forum/index.php/topic,11001.0.html BAM, it is in the EAQ: Also: And wtf do you think you are? You're not a MODDER and this is the MODDER support forums. I'm using forge to create mods, therefore I'm a modder, am I incorrect? On the other hand, excuse me but I was searching the topic for 403 errors.
  10. Can't find anything which solves the problem in there. + that's the support section for normal players. Apologies if I missed something. I want to have .1 and .3 compatible mods.
  11. 1.6.2 compatibility released, 1.6.1 and 1.6.3 compatibility will be released within a few days!
  12. Hi, I'm trying to run install.exe on both 9.11.0.878 for 1.6.3 and 8.9.0.775 for 1.6.1 - both give me the same error. Here's the error : http://puu.sh/6e51s.png
  13. This sounds interesting, something I've always wanted to do in Minecraft,gl.
  14. Alrighty. I've decided to release the 1.6.4 update early. However I did not test if it works in the minecraft client itself as I'm currently unable to test this myself. If this does work, enjoy the update. EDIT : To upgrade apples, take the recipe you would normaly craft your apple with and replace the red apple with the already enchanted apple to get to its next tier. x Apple II is the biggest tier atm.
  15. Hi, I'm trying to add a constructor that adds a base recipe and takes the name and ingredient as parameters, then adds the shapeless recipe when I write registerBaseRecipe(myItem,Item.sword) or whatsoever. Here's my code. I'm confused by this probably easy bit of code. public void registerBaseRecipe(ItemStack name, Item recipe){ GameRegistry.addShapelessRecipe(name, new Object[]{ new ItemStack(Item.pickaxeStone), new ItemStack(recipe) }); }
  16. You can set potion effects to food, so when the player eats it, he gets the potion effect. Even tho I never had to do anything using entities. Only a single line of code (.setPotionEffect()). I'm asking if it is possible to cure bad potion effects or to remove potion effects with .setPotionEffect() or anything else that doesn't require me to touch anything entity related.
  17. Hi, wondering if there's something I could use to clear bad and/or non bad potions with setPotionEffect and by not touching anything entity related. I already looked into the milk code, but unfortunately milk uses .curePotionEffects on ENTITIES.
  18. Hi, just wondering if there were any major changes with functions used between 1.6 and 1.7. Another way of forming this question : Can people still use 1.6.4 code in 1.7.2 and will it still work or are the functions completely rewrote? Sorry if this was answered elsewhere but I'm a retarded donkey for not seeing it.
  19. Hi, trying to run Minecraft on Eclipse. I use Windows 7 and Forge 10.12.0.982. When I try to run it, I get this error : [02:52:12] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [02:52:12] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [02:52:12] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [02:52:12] [main/INFO]: Forge Mod Loader version 7.2.30.982 for Minecraft 1.7.2 loading [02:52:12] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_17, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7 [02:52:13] [main/INFO]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [02:52:13] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [02:52:13] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [02:52:13] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [02:52:13] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [02:52:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [02:52:13] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [02:52:14] [main/ERROR]: The minecraft jar file:/C:/Users/Robbe/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.982/forge-1.7.2-10.12.0.982-mcp.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again! [02:52:14] [main/ERROR]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem! [02:52:14] [main/ERROR]: Technical information: ClientBrandRetriever was at jar:file:/C:/Users/Robbe/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.982/forge-1.7.2-10.12.0.982-mcp.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it [02:52:14] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing [02:52:14] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [02:52:14] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [02:52:16] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main} [02:52:19] [main/ERROR]: Unable to launch java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_17] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_17] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_17] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_17] at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?] Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) ~[?:1.7.0_17] at java.lang.Runtime.loadLibrary0(Unknown Source) ~[?:1.7.0_17] at java.lang.System.loadLibrary(Unknown Source) ~[?:1.7.0_17] at org.lwjgl.Sys$1.run(Sys.java:73) ~[lwjgl-2.9.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_17] at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) ~[lwjgl-2.9.0.jar:?] at org.lwjgl.Sys.loadLibrary(Sys.java:95) ~[lwjgl-2.9.0.jar:?] at org.lwjgl.Sys.<clinit>(Sys.java:112) ~[lwjgl-2.9.0.jar:?] at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2579) ~[Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:36) ~[Main.class:?] ... 6 more Here's my variables incase you need them : Prog args : --version 1.7.2 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --accessToken whatever VM args: -Dfml.ignoreInvalidMinecraftCertificates=true Main class : net.minecraft.launchwrapper.Launch Visited various topics about this problem, yet not solved. EDIT: 1 minute after posting this I figured out that I've been using the wrong path and also the wrong library. For those having the same issue, right click your project > properties > java build path > Libraries > Expand LWJGL 2.9.0.jar by clicking on the arrow > Double click native library location and input the correct path. It will probably look like "C:/Users/YourName/Desktop/forge.2/build/natives" or something else. The "build/natives" folder is what you need. http://puu.sh/67wmS.png http://puu.sh/67wkA.png
  20. you mean world.setBlock(...) ? Yup, this worked - thanks alot man!
  21. Thanks, this all works now and I managed to remove teh block after an explosion, my next question was ? What's the line to spawn a certain block on that place ? Can't seem to find such command to be honest.
  22. This is what I thought the problem was. I took a look at the config and I solved it, thank you !
  23. This all worked before. Harvest level and proxies are for future use, I already coded them so I don't get a messed up baseclass. About the TNT, the TNT itself does not explode, the entity does. It has to explode instantly without entity.
  24. Base DamagingBlock CommonProxy ClientProxy
  25. package mod.Archedeon; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.client.renderer.texture.IconRegister; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.world.World; public class DamagingBlock extends Block { public DamagingBlock(int id, Material material) { super(id, material); this.setCreativeTab(CreativeTabs.tabBlock); } @Override public void registerIcons(IconRegister iconReg) { this.blockIcon = iconReg.registerIcon("tut/mod:"+this.getUnlocalizedName2()); } public boolean onBlockActivated(World world, int x, int y, int z, EntityPlayer player, int a, float b, float c, float d) { world.createExplosion(null, x, y, z, 1, true); return true; } } I tried removing the onBlockActivated to see if thats where the problem lies, but that does not fix it, and for the AIOOBES, I forgot to save the log for it, but this error didn't appear after a while anymore.
×
×
  • Create New...

Important Information

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