Jump to content

BlackBird

Members
  • Posts

    16
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

BlackBird's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Ok, thanks. I tried that but it doesn't work. I am pretty sure it doesn't work, because I don't understand what I am acctually doing here. This is the Line I entered in the build.gradle under dependencies: deobfCompile 'baubles:1.1.1.1' // what I also tried: (I tried every command with deobfProvided too) deobfCompile 'baubles' deobfCompile 'Baubles' deobfCompile 'baubles:1.1.1.1:dev' deobfCompile 'baubles:1.8-1.1.1.1' deobfCompile 'baubles:1.8-1.1.1.1:dev' ... when i run that in most cases I get the following error: (command: gradlew setupDecompWorkspace) FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'Thaumcraft Mod'. > Could not resolve all dependencies for configuration ':deobfCompile'. > Could not resolve baubles:1.1.1.1:. Required by: com.slimydeath.thadd:Thaumcraft Mod:1.0 > Could not resolve baubles:1.1.1.1:. > Could not get resource 'https://libraries.minecraft.net/baubles/1.1.1.1//1.1.1.1-.pom'. > Could not GET 'https://libraries.minecraft.net/baubles/1.1.1.1//1.1.1.1-.pom'. Received status code 403 from server: Forbidden * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED What's wrong? EDIT: while i was searching i found a link for a 'deobfuscated' baubles version, but just for 1.1.3.0 can i use that version somehow in minecraft 1.8?
  2. I am trying to write a little Thaumcraft mod. (1. I linked the Thaumcraft-1.8-5.0.3.jar together with the folder libs/thaumcraft/api, and it works, until i start minecraft. It needs "Baubles". I went there and Installed Baubles-1.8-1.1.1.0.jar (I also tried 1.8-1.1.1.1). When I run Minecraft now, I get the following error: java.lang.NoSuchMethodError: baubles.common.items.ItemRing.func_77625_d Complete Error Message: http://pastebin.com/nwEZ6u1d How can I fix that?
  3. Hi! I am trying to find out how to create items with the new (i think its not that new but...) 1.8 version. I didn't find a lot of tutorials for this topic, (I am sure there are a lot but i didn't find a good one) so i went there and just read the code. I started by reading the "net.minecraft.init.Items" class. I struggled, because all the items seem to be registered somewhere else. there is just the function: static { if (!Bootstrap.isRegistered()) { throw new RuntimeException("Accessed Items before Bootstrap!"); } else { iron_shovel = getRegisteredItem("iron_shovel"); // ... I ctrl-clicked the method, but i didn't found anything usefull. Where are the definitions of the Items hidden? (I know that net.minecraft.item is holding some of them, but i can't find any example for a "something_ingot".
  4. I've found out, that i am using a wrong version. Now i am trying to download a current version, but on the webside http://files.minecraftforge.net/ doesnt offer a "src" or "source" download, there's just an universal, an mdk and a installer-win and a installer button. Where can i find the sources?
  5. Thanks! where do i put my mod files now? net.minecraft.exampleMod? Another thing: I can't find the BaseMod.java has this file been renamed too?
  6. I've used the following tutorial to set up my MCP workspace: http://minecraft.gamepedia.com/Mods/Creating_mods/Setting_up_the_MCP_workspace I did all the steps in the tutorial sucessful, and the decompile.bat run without errors. I opened up my workspace with eclipse. I can see a lot of packages. All named: net.minecraft.something But I can't find my net.minecraft.src package. Is that a common mistake or should it be like that in the new version? If it should be like that, where can i find the .java files? I am using Minecraft 1.8.8.
  7. Hi guys, I am searching some tutorials for the minecraft-version 1.8. I already found some, but they still don't work. I am not sure if it's only my fould or if they are outdated! If you know a tutorial witch work for the minecraft version 1.8 please tell me! Are there some? Thanks for your time!
  8. Hi Guys, Next Problem: i what the game that when i am dead i respawn somewere else. but it don't work! Code: KeepAlive.java IfAPlayerDie
  9. Ok how to do it better and how to remove recipes
  10. Hi Guys, I write a mod and the idea is that if you are dead, the game summon a primet tnt at your position, what is wrong? Code: KeepAlive.java IfAPlayerDie.java
  11. Hi Guys, how to remove a crafting recept? i tried this (not copied from my code) but minecraft crashed why? and how to do id? - BlackBird
  12. omg! i forgot to attach this code: http://pastebin.com/8CLGKDGK
  13. --- Englisch --- link: http://www.minecraftforge.net/wiki/How_to_add_an_Achievement questions: - is it the right version ? (i have the 1.7.2-10.12.1.1061) - how to say that i get my achievemnt (GettingCopper) when i destroy an copper ore? I already tried this. Thanks For Help! --- German / Deutsch --- Erstmal ich bin KEIN guter übersetzter Link: http://www.minecraftforge.net/wiki/How_to_add_an_Achievement Fragen: - ist das tutorial für diese version: 1.7.2-10.12.1.1061 ? - wie kann ich sagen das wenn ich ein CopperOre zerstöre das achievement GettingCopper bekomme ? ich habe bereits dies Probiert.
×
×
  • Create New...

Important Information

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