TFC Florae

TFC Florae

84.5k Downloads

 

Welcome to TFC Florae, an addon for TerraFirmaCraft which adds a plethora of new blocks, items and much more to the world and thereby spices it up a prodigious amount! This mod is especially something for you, if you find the base TerraFirmaCraft world to be bland and boring. Want examples of what this mod adds to the table, then check out the image page!

Installation

In order to use this mod, you must install some mods, otherwise it will not work! For the required mods, please see the table right below.

Mod

What?

SneedASM

An essential RAM optimization mod.

Bansōkō 絆創膏

Mod patcher which allows me to change code within TFC itself.

JustEnoughIDs

TFC Florae ads a lot of new blocks, items and so much more. JEID removes the conventional ID limits.

FirmaLife

This mod is nice and handy, and because I'm lazy this is required. No buts!

TerraFirmaCraft

The base TerraFirmaCraft mod. This is obviously required for this tfc addon.

TFC Florae Lite Resource Pack

This is a resource pack I've made which limits the amount of groundcover rock block variants to one. If you don't have ram issues, then this might not be something for you.

CraftTweaker compatibility

TFC Florae adds CraftTweaker support for knapping types introduced with the mod. A list of new possible knapping recipe materials can be seen in the table below.

Material

String KnappingType

Pineapple Leather

"pineapple_leather"

Burlap Cloth

"burlap_cloth"

Wool Cloth

"wool_cloth"

Silk Cloth

"silk_cloth"

Cotton Cloth

"cotton_cloth"

Linen Cloth

"linen_cloth"

Hemp Cloth

"hemp_cloth"

Yucca Canvas

"yucca_canvas"

Mud

"mud"

Flint

"flint"

Earthenware Clay

"earthenware_clay"

Kaolinite Clay

"kaolinite_clay"

Stoneware Clay

"stoneware_clay"

Method for all the types

mods.tfcflorae.knapping.add(String KnappingType, String RecipeName, IItemStack Output, String ...pattern);

Method example

mods.tfcflorae.knapping.add("pineapple_leather", "pineapple_leather_sling", <tfcthings:sling>, " XXX", " X", " XXXX", "XX ", "X ");