Jump to content

dand0

Forge Modder
  • Posts

    39
  • Joined

  • Last visited

Everything posted by dand0

  1. Do anybody know how to add wood block (not wooden planks) to recipe? There is no such field in Blocks file, but when I set BlockWood.class form net.minecraft.block it certainly crashes. So, what should I set to make recipe work? P.S. I need to add oak block to recipe.
  2. I found ForgeGradle-1.1-SNAPSHOT.pom file in C:\Users\user\.gradle\caches\artifacts-26\filestore\net.minecraftforge.gradle\ForgeGradle\1.1-SNAPSHOT\pom\6f25ac267216dcdb13db48d5b8844bda1aec635d. I have questions: First - is this file the "forgeSrc-1.7.2-10.12.0.1027.pom" about what I said here and here ? Second - If yes, where should I put it to make forge build my mod? Third - If no, where can I get "forgeSrc-1.7.2-10.12.0.1027.pom" and where should I put it to make forge build my mod? Thank's
  3. I found ForgeGradle-1.1-SNAPSHOT.pom file in C:\Users\user\.gradle\caches\artifacts-26\filestore\net.minecraftforge.gradle\ForgeGradle\1.1-SNAPSHOT\pom\6f25ac267216dcdb13db48d5b8844bda1aec635d. I have questions: First - is this file the "forgeSrc-1.7.2-10.12.0.1027.pom" about what I said here and here ? Second - If yes, where should I put it to make forge build my mod? Third - If no, where can I get "forgeSrc-1.7.2-10.12.0.1027.pom" and where should I put it to make forge build my mod? Thank's
  4. Hello! I have got problem with building my mod: it needs "forge-Src-1.7.2-10.12.0.1027.pom" but it is forbidden to get this file. Log is here: "http://pastebin.com/jgYVKGQN". Log with --debug task is here: "http://pastebin.com/RfqFWiZc".
  5. Hello! I have got problem with building my mod: it needs "forge-Src-1.7.2-10.12.0.1027.pom" but it is forbidden to get this file. Log is here: "http://pastebin.com/jgYVKGQN". Log with --debug task is here: "http://pastebin.com/RfqFWiZc". Thank's
  6. Hello! Do anybody know how to add anything to trading? Code, please!
  7. Hello! I have got problem : My armor's texture doesn't show properly (not icons). This is screenshot I use method which is posted http://pastebin.com/3LnK7vX2 (it is only leggings) And I also use special method for ItemArmor http://pastebin.com/Nx7gEpWm And in the mod's file is http://pastebin.com/2r0mzTvL Please, help me!
  8. Hi. I have got an error again. Very said. The log is under spoiler Help me, please!!!!! I fixed problem. I simple found file forgeBin 1.7.2-10.12.0.1019.jar in "user name\.gradle\caches\minecraftnet\minecraftforge\forge\1.7.2-10.12.0.1019", renamed it to "unresolved dependency - forgeSrc 1.7.2-10.12.0.1019" (without .jar in the end) and put it into my folder.
  9. Hi. I have got an error, which says: "Project 'Minecraft' is missing required library: 'C:\Users\admin\Desktop\Minecraft\MCP\forge 1.7\unresolved dependency - forgeBin 1.7.2-10.12.0.1019". It is all the time. I tried gradlew.bat setupDecompWorkspace eclipse and gradlew.bat setupDevWorkspace eclipse and them both gradlew.bat setupDevWorkspace setupDecompWorkspace and simple "eclipse" gradlew.bat eclipse But this problem is. I know that I need forge binarny file, but I don't know how this file must be inside. Should I download userdev or universal? Or it is a special file? And if it is so, where can I download this special file and where should I put it (in what directory) ? Thank's
×
×
  • Create New...

Important Information

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