Jump to content

DavidJotta

Members
  • Posts

    11
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

DavidJotta's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hi, I have just played with the addChatMessage() method. I have a long one, and I use colors. The first line seems OK, but the second is white. Although I have tried to add more Formatting Codes, it is not working. There's a screenshot http://gyazo.com/ffe9249d6b6142ab897ae8b09e1e010b Any suggests? Thx, David.
  2. Ok, I've been looking into the ItemFood class of Minecraft and I know how to do it, now I only have to modify the code and make it work! Thx for all.
  3. I'm not sure how to do that. Here you can check my code: https://github.com/DavidJotta/KorgeCookie/blob/master/common/com/davidjotta/kcookie/items/ItemHolyCookie.java
  4. Hey guys, I've been looking for a way to make my food eatable even if the player doesn't have hungry (like Golden Apples), but I haven't find it. At the moment, you can eat my food when you are hunger and it gives you some effects. Could somebody tell me what can I add to make my food like a golden apple? Thanks, David.
  5. Hi, I have installed a Jenkins server on my server, but I would like to know how can I put Forge together with Jenkins, I mean, I want my mods to use Forge to compile themselves. Moreover, I would like to know how can I set up my mod in Jenkins, because I don't know what must I put in the shell script. Thanks, David.
  6. Hi, I'm a mod developper and I would like to know how to set up Eclipse with the new MinecraftForge version (1.6.1). I could do that using MCP, MinecraftForge Source and Eclipse in 1.5.2, but the structure of the files of Minecraft and the installation of MinecraftForge has changed... Thanks, David
  7. Well, it's true, but it'll be interesting to do and apply on a server.
  8. I was thinking about that, I think when you enter in the portal to the other dimension, you will go to a... private room in another dimension where you can leave your things in chests and go to vanilla portal. Then, you can came into the private room from vanilla world, get your things, and continue playing into modded world.
  9. Well, I have a project and I would like to disable all the MODS installed when a player enters in a certain world. I mean, in a server there will be 2 different worlds, in the "Modded" world you will need Forge and the MODS required by the server. On the other hand, there will be a "Vanilla" world, in which you will be able to enter with vanilla Minecraft, no Forge. I repeat, it's a project
  10. Hi, My name's David and I'm new into Forge Modding. I would to know if there is any way to disable Forge-compatible mods using any method into Java code. If there is, could you tell me how? Thanks, David.
×
×
  • Create New...

Important Information

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