Jump to content

MPirious

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

MPirious's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hi, following the tutorial(s) at the sources of the tutorial are placed under %MCP_LOC%/src/minecraft and %MCP_LOC%/src/common. When using the reobfuscate.bat, it seems, that only the files at src/minecraft are copied to ./modsrc. The files at src/common are ignored. Output of bat: (FYI: recompile.bat & reobfuscate.bat work fine. (I didn't test more.)) Since I'm no python-developer, I wasn't able to figure out, what the reason for this was. Maybe the results of my tries to debug it are helpful: If the problem I have is based on a mistake I made, please explain, what I did wrong. MPirious edit: Or is this a question I'd have to ask in the MCP-Community?
  2. Hi, I'm just trying out the tutorials at http://www.minecraftforge.net/wiki/. I think, that there is an error: http://www.minecraftforge.net/wiki/Tutorials/Basic_Blocks In the code sample about the "Generic Ore" the class "GenericOre" extends the class "Block". Since the call to the constructor uses the wrong parameters and the class "BlockOre" is imported, I think that "GenericOre" should extend "BlockOre". Back to learning...
×
×
  • Create New...

Important Information

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