Posted 05 June 2012 - 06:11 PM
So I have been playing a lot of technic 1.2.3 as it still has Computer Craft in it. Specifically forestry and bees in this mod there are a lot of bees and it is annoying to keep tabbing out of MC and going to the Forestry Wiki to check out the bees so i made this very simple and primitive Beepedia that tells you about the bees:
so thats it have fun and improve just copy and paste it into notepad save it without a file extension and save it in the programs file and run it in game.
textutils.slowPrint ("--Hello and welcome to beepedia--")
textutils.slowPrint ("--the ultimate apiarists assistant--")
textutils.slowPrint ("--written by jlllloyd--")
textutils.slowPrint ("--Which bee Are you interested in today?--")
t = io.read()
if t == "Common" then
textutils.slowPrint ("--Drops: Honeycomb--")
textutils.slowPrint ("--Temperature: Normal--")
textutils.slowPrint ("--Humidity: Normal--")
textutils.slowPrint ("--heredity: Dominant--")
textutils.slowPrint ("--Life span: Shorter--")
textutils.slowPrint ("--Speed: slower--")
textutils.slowPrint ("--Requires Flowers--")
textutils.slowPrint ("--fertility: 2--")
end
if t == "Forest" then
textutils.slowPrint ("--Drops: Honeycomb--")
textutils.slowPrint ("--Temperature: Normal--")
textutils.slowPrint ("--Humidity: Normal--")
textutiles.slowPrint("--Heredity: Dominant--")
textutils.slowPrint ("--Life Span: Shorter--")
textutils.slowPrint ("--Requires: Flowers--")
textutils.slowPrint ("--fertility: 3--")
end
if t== "Meadows" then
textutils.slowPrint ("--Drops: Honeycomb--")
textutils.slowPrint ("--Temperature: Normal--")
textutils.slowPrint ("--Humidity: Normal--")
textutils.slowPrint ("--heredity: Dominant--")
textutils.slowPrint ("--Life Span: Shorter--")
textutils.slowPrint ("--Requires: Flowers--")
textutils.slowPrint ("--fertility: 2--")
end
if t == "Cultivated" then
textutils.slowPrint ("--Drops: Honeycomb--")
textutils.slowPrint ("--Temperature: Normal--")
textutils.slowPrint ("--Humidity: Normal--")
textutils.slowPrint ("--Heredity: Dominant--")
textutils.slowPrint ("--Life Span: Shortest--")
textutils.slowPrint ("--Requires: Flowers--")
end
if t == "Noble" then
textutils.slowPrint ("--Drops: Dripping Combs, Honey Combs--")
textutils.slowPrint ("--Temperature Normal--")
textutils.slowPrint ("--Humidity: Normal--")
textutils.slowPrint ("--Heredity: Recessive--")
textutils.slowPrint ("--Life Span: Short--")
textutils.slowPrint ("--Requires: Flowers--")
end
if t == "Majestic" then
textutils.slowPrint ("--Drops: Dripping Comb--")
textutils.slowPrint ("--Temperature: Normal--")
textutils.slowPrint ("--Humidity: Normal--")
textutils.slowPrint ("--Life Span: Shortened--")
textutils.slowPrint ("--Requires: Flowers--")
end
if t == "Imperial" then
textutils.slowPrint ("--Drops: Dripping Comb, Royal Jelly--")
textutils.slowPrint ("--Temperature: Normal--")
textutils.slowPrint ("--Humidity: Normal--")
textutils.slowPrint ("--Heredity: Recessive--")
textutils.slowPrint ("--Life Span: Normal--")
textutils.slowPrint ("--Requires: Flowers--")
end
if t == "Diligent" then
textutils.slowPrint ("--Drops: Stringy Comb, Honey Comb--")
textutils.slowPrint ("--Temperature: Normal--")
textutils.slowPrint ("--Humidity: Normal--")
textutils.slowPrint ("--Heredity:Recessive--")
textutils.slowPrint ("--Life Span:Short--")
textutils.slowPrint ("--Requires: flowers--")
end
if t == "Unweary" then
textutils.slowPrint ("--Drops: Stringy Comb--")
textutils.slowPrint ("--temperature: Normal--")
textutils.slowPrint ("--Humidity: Normal--")
textutils.slowPrint ("--heredity: Recessive--")
textutils.slowPrint ("--Life Span: Shortened--")
textutils.slowPrint ("--Requires: Flowers--")
end
if t == "Industrious" then
textutils.slowPrint ("--Drops: Stringy Comb, Pollen--")
textutils.slowPrint ("--Temperature: Normal--")
textutils.slowPrint ("--Humidity: Normal--")
textutils.slowPrint ("--Life Span: Normal--")
textutils.slowPrint ("--Heredity: Recessive --")
textutils.slowPrint ("--Requires: Flowers--")
end
if t == "Sinister" then
textutils.slowPrint ("--Drops: Simmering Comb--")
textutils.slowPrint ("--Temperature: Hellish--")
textutils.slowPrint ("--Humidity: Arid--")
textutils.slowPrint ("--Heredity: Dominant--")
textutils.slowPrint ("--Requires: Nether Wart--")
end
if t == "Fiendish" then
textutils.slowPrint ("--Drops: Simmering Comb, Ash--")
textutils.slowPrint ("--Temperature: Hellish--")
textutils.slowPrint ("--humidity: Arid--")
textutils.slowPrint ("--Heredity: Dominant--")
textutils.slowPrint ("--Requires: Nether Wart--")
end
if t == "Modest" then
textutils.slowPrint ("--Drops: Parched Comb--")
textutils.slowPrint ("--Temperature: Hot--")
textutils.slowPrint ("--humidity: Arid--")
textutils.slowPrint ("--heredity Dominant--")
textutils.slowPrint ("--requires Cacti--")
end
if t == "Frugal" then
textutils.slowPrint ("--Drops: Parched Comb--")
textutils.slowPrint ("--Temperature: Hot--")
textutils.slowPrint ("--humidity: Arid--")
textutils.slowPrint ("--heredity: Dominant--")
textutils.slowPrint ("--Requires: Cacti--")
end
if t == "Austere" then
textutils.slowPrint ("--Drops: Parched Comb and Powdry comb--")
textutils.slowPrint ("--temperature: Hot--")
textutils.slowPrint ("--humidity: Arid--")
textutils.slowPrint ("--Heredity: recessive--")
textutils.slowPrint ("--Requires: Cacti--")
end
if t == "Wintry" then
textutils.slowPrint ("--Drops: frozen comb--")
textutils.slowPrint ("--temperature: Icy--")
textutils.slowPrint ("--humidity: Normal--")
textutils.slowPrint ("--heredity: Recessive--")
textutils.slowPrint ("--Requires: Flowers--")
end
if t == "Tropical" then
textutils.slowPrint ("--Drops: Silky Comb--")
textutils.slowPrint ("--Temperature: Hot--")
textutils.slowPrint ("--Humidity:Damp--")
textutils.slowPrint ("--Heredity: Damp--")
end
if t == "Species then
textutils.slowPrint ("--Common--")
textutils.slowPrint ("--Forest--")
textutils.slowPrint ("--Meadows--")
textutils.slowPrint ("--Cultivated--")
textutils.slowPrint ("--Noble--")
textutils.slowPrint ("--Majestic--")
textutils.slowPrint ("--Cultivated--")
textutils.slowPrint ("--Imperial--")
textutils.slowPrint ("--Diligent--")
textutils.slowPrint ("--Unweary--")
textutils.slowPrint ("--Industrious--")
textutils.slowPrint ("--Sinister--")
textutils.slowPrint ("--Fiendish--")
textutils.slowPrint ("--Demonic--")
textutils.slowPrint ("--Modest--")
textutils.slowPrint ("--Frugal--")
textutils.slowPrint ("--Austere--")
textutils.slowPrint ("--Wintry--")
textutils.slowPrint ("--Tropical--")
end
so thats it have fun and improve just copy and paste it into notepad save it without a file extension and save it in the programs file and run it in game.