Jump to content

rulezberg

Members
  • Posts

    7
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Personal Text
    Aspiring minecraft modder

rulezberg's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thank you dude, but I've essentially read the whole class. Right now I'm assuming the boat reacts to keyboard inputs by looking up what the riddenByEntity would do (the player, in most cases).
  2. Hi, I want to make special boat that behaves a bit like the vanilla boat. I want to base my code on the original boat code. But the actual code where it says "if (w is pressed) go forward" is nowhere to be found. Can you help me find it? Thanks a lot! rulezberg
  3. Hi, where do I need to put the texture map that Techne outputs? My icon textures for example are in /textures/items/ and get found automatically by iconRegister. In my RenderSteamBoat class I want to load the texture via this.loadTexture("textures/items/TextureSteamBoatBasic.png") but the game doesn't find it. Thank you in advance!
  4. Take a look at this list of open source mods: http://www.minecraftforge.net/wiki/List_of_Open_Source_Forge_Mods One of the mods is Minefactory Reloaded which does what you want to do and should give you an idea of how to hook into BC.
  5. Of course you can see the code. I don't host the mod on github or anything, so I just uploaded it to my university's webspace. https://gigamove.rz.rwth-aachen.de/download/id/kN3qSovAG7Domc Just click download and you should be good to go.
  6. Hi, I'm new to modding so please don't assume any prior knowledge. I do know my way around Java though. I followed this tutorial (http://www.minecraftforge.net/wiki/Basic_Modding) but my game won't start. It crashes shortly after showing the Mojang logo. Here's what my log looks like: http://gw.minecraftforge.net/LlGE Thank you!
×
×
  • Create New...

Important Information

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