archiving arch linux art backup blog book review dead tree debian email game game design games git hack-a-day hacks hardware isitoutyet linux meta minecraft music november organization physical piskell pixel art prices printer programming publishing recipe research review self-improvement software storage system administration throwaway timelog video game video games website websites wikipedia yearly review
Tag Archives: minecraft
IRC
I added an IRC server to my growing list of services. You can access it at:
- irc.za3k.com
- Port 6667
Or via the webchat, which I recommend.
I’ve also recently updated my home page to look much prettier, in imitation of a Computer Craft cheatsheet I’ve been working on.
A pixel art
Running a forge server on headless linux
I’ve had a lot of trouble getting Minecraft Forge to run headless. They have a friendly installer option that I just can’t use in my situation, but one of the devs seems actively hostile around providing help to headless servers, so I didn’t bother asking forge for help. I thought I’d write up what I had to do to get things working. As a warning, it requires some local work; you can’t do everything headless with these directions.
I’m running Minecraft 1.6.4, with the latest version of forge for that, 9.11.1.965.
- Locally, download and start the minecraft client for the correct version at least once. Not sure if you’ll need to ‘play online’ or not. If you have the current installer, you need to make a new profile with the correct minecraft version and play that.
- Copy ~/.minecraft/libraries to the headless machine.
- Download forge (the installer version, not the universal) from http://files.minecraftforge.net/. The non-adly version is the little star for non-interactive use.
- Run
java -jar forge-1.6.4-9.11.1.965-installer.jar --installServer
- Delete the installer, you don’t need it any more.
- Install any mods you want to the ‘mods’ directory, edit server.properties, etc. Normal server setup.
- To execute the server, run the file indicated in the installer. In my case, I run
java -jar minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar nogui
Alternatively, you can install the entire server locally and copy it over.