diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-02 02:32:27 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-02 02:32:27 +0100 |
commit | 53d533b98a8dadb17510b1bfe95323a2d1cce276 (patch) | |
tree | fdaf2eb55550c81fb6f83e804250de2112b547d1 | |
parent | 3ab742484740d257d147ea2640f986356f67e407 (diff) |
launch beescroll
-rw-r--r-- | beescroll.lua | 12 | ||||
-rw-r--r-- | colours.list | 47 | ||||
-rw-r--r-- | efreq.list | 46 |
3 files changed, 105 insertions, 0 deletions
diff --git a/beescroll.lua b/beescroll.lua new file mode 100644 index 0000000..72b61b8 --- /dev/null +++ b/beescroll.lua @@ -0,0 +1,12 @@ +local m = peripheral.find"monitor" + +local W,H = m.getSize() + +while true do + local x = math.random(0,100000) + m.scroll(1) + m.setCursorPos(1,H) + m.write(string.format("%04d",x)) + os.sleep(1) + +end diff --git a/colours.list b/colours.list new file mode 100644 index 0000000..b4ff7ca --- /dev/null +++ b/colours.list @@ -0,0 +1,47 @@ +white +orange +magenta +light blue +yellow +lime +pink +grey +light grey +cyan +purple +blue +brown +green +red +black + + 3 b + 2 g + 3 l + 2 p + +c m o r w y +Cyan Magenta Orange Red White Yellow + +b b b +blue brown black + +g g +green grey + +l l l +light blue light grey lime + +p p +pink purple + +ok. +R G B red green blue +C M Y cyan magenta yellow +r g b pink lime lightblue +K W black white +E e grey lightgrey +P purple +O orange +N brown + diff --git a/efreq.list b/efreq.list new file mode 100644 index 0000000..15e5d39 --- /dev/null +++ b/efreq.list @@ -0,0 +1,46 @@ +0 0 0 : Ender Pearls +0 0 7 : Iron Ingots +0 3 0 : Snowballs +0 4 0 : Eggs +0 8 0 : Bone Meal +0 11 0 : Snow Blocks +0 12 6 : Ice cream +0 13 13 : Green Dye +1 0 1 : Trash Can +1 0 14 : Cake +1 1 0 : Buckets (incl. Lava Bucket return) +1 1 1 : Lava Buckets +1 1 4 : Golden Carrots +1 1 5 : Carrots +3 0 3 : Milk +3 0 6 : Protect Trans Kids +4 1 4 : Wheat +4 1 14 : Crops +4 11 4 : Gold Ingots +5 0 0 : Bamboo +5 0 5 : Paper +5 5 5 : Emeralds +5 13 5 : Sugar Cane +7 7 7 : Stones +7 8 7 : Computers/Monitors/Turtles +8 0 8 : Shears +8 7 8 : Stone +8 7 15 : Gravel +8 8 8 : Cobblestone +8 9 8 : Clay +9 2 4 : Free Ink Cartridge Refills +10 15 10 : Obsidian +11 0 11 : Trash Can +12 0 12 : Leather +12 1 12 : Steak +12 5 12 : Sticks +12 12 0 : Rotten Flesh +12 12 7 : Mud +12 12 8 : Dirt +12 12 12 : Logs +13 13 13 : Cactus +14 0 14 : Trash Can +14 13 13 : Poppies +14 14 14 : Recycling Service +14 15 14 : Nether Materials +15 15 7 : Coal/Charcoal |