TFCraft
TFCraft copied to clipboard
TerraFirmaCraft
The tooltip text for the stone type of a soil block points directly to the api's Constants STONE_ALL field, and is never localized. I'm not sure if there are other...
I got a little/huge request on IC2 Classic which ask for a compatiblity between TFCraft and IC2 Classic https://github.com/TinyModularThings/IC2Classic/issues/152#issuecomment-168129963 Now from what i understand from terrafirmacraft is that it is...
I read on forum, that cutting trees is a bit laggy, and took a look onto the code, which maybe does the thing: https://github.com/Deadrik/TFCraft/blob/master/src/Common/com/bioxx/tfc/Blocks/Flora/BlockLogNatural.java#L245 I'll try to reimplement this traversal...
This enables recipe that consume part of the food stack instead of always using all the weight. It also enables other ratio of production instead of it always being 1-to-1...
This tracker is for reporting issues that appear in the latest development stage of TFC (i.e. Issues that exist when running the repository using the latest commit on the master...
My IDE decided to replace all the tabs with spaces last time :/ If you would like a pull of just the fixes please let me know. Adds the ability...
TFC went from using the vanilla bottle in 1.6.4 to its own codded one in 1.7.10. This is causing an issue with Railcraft since it wont fill up with other...
Just an idea about item naming that could reduce the number of lines in the translation file. Some blocks, for example the new chests, barrels, tool rack, fence and fence...
Instead of this gui.Armor.Advanced=Advanced gui.Armor.Shift=Shift gui.Armor.Hold=Hold use gui.Advanced=§Advanced: (Hold §fShift§8) as used for gui.ShowHelp= And move the line to the tooltip section in the .lang file Also check if the...