Jump to content

thomas15v

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

thomas15v's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Oh lol found out i paid to less for my server . It had just to less ram/swap to do it. The server had 512mb ram/swap. driven it up to 1gb and it dit the job.
  2. I am trying to setup a small jenkins build server for my mods. But when i try to install forge workspace on it i get this error. > Decompiling '"java" -Xmx512M -jar runtime/bin/fernflower.jar -din=0 -rbr=0 -dgs=1 -asc=1 -log=WARN temp/minecraft_ff_in.jar temp /src/minecraft' failed : -9 Decompile failed Decompile Exception: 1 I looked everywhere for the -9 error code but can't find anything about it. logs: - http://paste.ubuntu.com/6975735/
  3. Is it possible to make a Dimension in the server without having to change the client? @Override public void processCommand(ICommandSender icommandsender, String[] astring) { int id = DimensionManager.getNextFreeDimId(); DimensionManager.registerDimension(id, 0); EntityPlayerMP player = (EntityPlayerMP)icommandsender; player.travelToDimension(id); } This is the coding i am trying to use. I thought if i used the 0 as provider i could use the normal overworld provider. Any1 an idea . I am trying to get multiworld support in an existing modpack (won't tell the name idk if it is hated to here ).
×
×
  • Create New...

Important Information

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