Skip to content

Instantly share code, notes, and snippets.

View dries007's full-sized avatar

Dries007 dries007

View GitHub Profile
@dries007
dries007 / faq.md
Last active May 24, 2018 14:37 — forked from Bunsan/gist:0f90509985963c4e0e2bbde5471b25a0
TFC 1.12+ FAQs

FAQs

This is a list of questions we have been asked about the project. These are our best answers as of this moment. Things will likely change in small and large ways so don’t take these as binding. If you have more questions please post them in our question thread on the forum or give Bunsan a poke in the TFC-talk channel of our discord.

What is this exactly?

The goal of this project is to take the gameplay, mechanics and feel of TFC and recreate it in 1.12+. It is like a port in that we want it to feel like the 1.7.10 version, but it isn’t a true port as we are rewriting most of the code. This project was started by Dries007, the blessing of Bioxx, and is not associated with TFC2, nor is it associated with TFC+ or any other forks of TFC.

Is this 1.7.10 Terrafirmacraft fixed to work in 1.12?

@dries007
dries007 / dirlist.xslt
Created June 26, 2016 15:51 — forked from wilhelmy/dirlist.xslt
make nginx dirlistings look like lighttpd's through the magic of xslt-transforming xml dirlistings. I don't even.
<?xml version="1.0"?>
<!--
dirlist.xslt - transform nginx's into lighttpd look-alike dirlistings
I'm currently switching over completely from lighttpd to nginx. If you come
up with a prettier stylesheet or other improvements, please tell me :)
-->
<!--
Copyright (c) 2016 by Moritz Wilhelmy <mw@barfooze.de>