Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Documentation for this module may be created at Module:Navbox/RFTools/doc

local p = {}
p.navbox = function(navbox, highlightline, group, list, line, ni, nid, l)

local rftools = l{"RFTools", [=[<translate><!--T:1--> RFTools</translate>]=]}

local resources = [=[<translate><!--T:2--> Resources</translate>]=]
local ores = [=[<translate><!--T:3--> Ores</translate>]=]
local raw = [=[<translate><!--T:4--> Raw</translate>]=]

local blocks = [=[<translate><!--T:5--> Blocks</translate>]=]
local machines = [=[<translate><!--T:6--> Machines</translate>]=]
local creativemachines = [=[<translate><!--T:7--> Creative</translate>]=]
local energymachines = [=[<translate><!--T:8--> Energy</translate>]=]
local mattermachines = [=[<translate><!--T:9--> Matter</translate>]=]
local shieldmachines = [=[<translate><!--T:10--> Shield</translate>]=]
local storagemachines = [=[<translate><!--T:11--> Storage</translate>]=]
local othermachines = [=[<translate><!--T:12--> Other</translate>]=]

local itemsmain = [=[<translate><!--T:13--> Items</translate>]=]
local cards = [=[<translate><!--T:14--> Cards</translate>]=]
local shapedcards = [=[<translate><!--T:15--> Shape cards</translate>]=]
local items = [=[<translate><!--T:16--> Items</translate>]=]
local modules = [=[<translate><!--T:17--> Modules</translate>]=]
local entitymodules = [=[<translate><!--T:18--> Entities</translate>]=]
local machinemodules = [=[<translate><!--T:19--> Machines</translate>]=]
local storagemodules = [=[<translate><!--T:20--> Storage</translate>]=]
local tools = [=[<translate><!--T:21--> Tools</translate>]=]

local guides = [=[<translate><!--T:22--> Guides</translate>]=]


return navbox{title = rftools, mod = "RFT", modname = "RFTools",
    group{name = "resources", title = resources,
        list{title = ores,
            ni{"Dimensional Shard Ore"},
            ni{"Dimensional Shard Ore (Nether)"},
            ni{"Dimensional Shard Ore (End)"}
        },
        list{title = raw,
            ni{"Dimensional Shard"}
        }
    },
    group{name = "blocks", title = blocks,
        list{title = machines,
            list{title = creativemachines,
                ni{"Creative Powercell"},
                ni{"Creative Screen"},
            },
            list{title = energymachines,
                ni{"Advanced Powercell"},
                nid{"Coal Generator"},
                ni{"Endergenic Generator"},
                ni{"Powercell"},
                ni{"Power Relay"},
                ni{"RF Monitor"},
                ni{"RF Network Monitor"},
                ni{"Simple Powercell"},
            },
            list{title = mattermachines,
                ni{"Matter Beamer"},
                ni{"Matter Booster"},
                ni{"Matter Receiver"},
                ni{"Matter Transmitter"},
            },
            list{title = shieldmachines,
                ni{"Invisible Shield Block"},
                ni{"Shield Projector Tier 1"},
                ni{"Shield Projector Tier 2"},
                ni{"Shield Projector Tier 3"},
                ni{"Shield Projector Tier 4"},
                ni{"Shield Template (Blue)"},
                ni{"Shield Template (Red)"},
                ni{"Shield Template (Green)"},
                ni{"Shield Template (Yellow)"}
            },
            list{title = storagemachines,
                ni{"Modular Storage"},
                ni{"Remote Storage"},
                ni{"Storage Scanner"},
                ni{"Storage Terminal"},
            },
            list{title = othermachines,
                ni{"Block Protector"},
                nid{"Booster"},
                nid{"Builder"},
                ni{"Composer"},
                nid{"Counter"},
                ni{"Crafter Tier 1"},
                ni{"Crafter Tier 2"},
                ni{"Crafter Tier 3"},
                ni{"Destination Analyzer"},
                nid{"Dialing Device"},
                nid{"Elevator"},
                ni{"Ender Monitor"},
                ni{"Environmental Controller"},
                ni{"Inventory Checker"},
                nid{"Item Filter"},
                ni{"Level Emitter"},
                ni{"Liquid Monitor"},
                ni{"Locator"},
                ni{"Logic Gate"},
                nid{"Machine Base"},
                nid{"Machine Frame"},
                ni{"Machine Infuser"},
                ni{"Pearl Injector"},
                ni{"Projector"},
                nid{"Redstone Receiver"},
                nid{"Redstone Transmitter"},
                nid{"Scanner"},
                ni{"Screen"},
                ni{"Screen Controller"},
                ni{"Security Manager"},
                nid{"Sensor"},
                ni{"Sequencer"},
                ni{"Simple Dialer"},
                ni{"Space Chamber Controller Block"},
                ni{"Space Chamber Corner Block"},
                nid{"Spawner"},
                ni{"Support Block"},
                nid{"Timer"},
                nid{"Wire"}
            }
        }
    },
    group{name = "itemsmain", title = itemsmain,
        list{title = cards,
            list{title = cards,
                ni{"Orphaning Card"},
                ni{"Powercell Card"},
                ni{"Security Card"},
                ni{"Space Chamber Card"}
            },
            list{title = shapedcards,
                ni{"Shape Card"},
                ni{"Shape Card (Clearing Fortune Quarry)"},
                ni{"Shape Card (Clearing Quarry)"},
                ni{"Shape Card (Clearing Silk Quarry)"},
                ni{"Shape Card (Fortune Quarry)"},
                ni{"Shape Card (Clearing Pump)"},
                ni{"Shape Card (Pump)"},
                ni{"Shape Card (Quarry)"},
                ni{"Shape Card (Silk Quarry)"},
                ni{"Shape Card (Void)"}
            }
        },
        list{title = items,
            ni{"Advanced Charged Porter"},
            ni{"Charged Porter"},
            ni{"Developers Delight"},
            nid{"Infused Diamond"},
            ni{"Modifier"},
            ni{"Peace Essence"},
            nid{"Syringe"},
            ni{"Teleporter Probe"}
        },
        list{title = modules,
            list{title = entitymodules,
                ni{"Blindness Module"},
                ni{"Feather Falling Module"},
                ni{"Feather Falling Plus Module"},
                ni{"Flight Module"},
                ni{"Glowing Module"},
                ni{"Haste Module"},
                ni{"Haste Plus Module"},
                ni{"Luck Module"},
                ni{"Night Vision Module"},
                ni{"No Teleport Module"},
                ni{"Peaceful Module"},
                ni{"Poison Module"},
                ni{"Regeneration Module"},
                ni{"Regeneration Plus Module"},
                ni{"Saturation Module"},
                ni{"Saturation Plus Module"},
                ni{"Slowness Module"},
                ni{"Speed Module"},
                ni{"Speed Plus Module"},
                ni{"Water Breathing Module"},
                ni{"Weakness Module"}
            },
            list{title = machinemodules,
                ni{"Button Module"},
                ni{"Clock Module"},
                ni{"Computer Module"},
                ni{"Counter Module"},
                ni{"Counter Plus Module"},
                ni{"Dump Module"},
                ni{"Elevator Button Module"},
                ni{"Energy Module"},
                ni{"Energy Plus Module"},
                ni{"Fluid Module"},
                ni{"Fluid Plus Module"},
                ni{"Inventory Module"},
                ni{"Inventory Plus Module"},
                ni{"Machine Information Module"},
                ni{"Redstone Module"},
                ni{"Text Module"}
            },
            list{title = storagemodules,
                ni{"Generic Storage Module"},
                ni{"Ore Dictionary Storage Module"},
                ni{"Remote Storage Module"},
                ni{"Storage Control Module"},
                ni{"Storage Filter Module"},
                ni{"Storage Module Tablet"},
                ni{"Storage Module Tier 1"},
                ni{"Storage Module Tier 2"},
                ni{"Storage Module Tier 3"}
            }

        },
        list{title = tools,
            ni{"Shard Wand"},
            ni{"Smart Wrench"}
        }
    },
    group{name = "guides", title = guides,
        list{title = guides,
            ni{"RFTools Manual"},
            ni{"RFTools Shape Manual"}
        }
    }
}

end
return p
Advertisement