Skip to content

Instantly share code, notes, and snippets.

View piguman3's full-sized avatar
🦆
Lovin' ducks

Piguman piguman3

🦆
Lovin' ducks
View GitHub Profile

Plethora overlay glasses canvas() docs

getSize(number, number)

Get the size of this canvas.

addLines(points...:table[, color:number[, thickness:number]])

Create a new line loop, composed of many points.

getDocs([name: string]):string|table

Get the documentation for all functions or the function specified. Errors if the function cannot be found.

@piguman3
piguman3 / minr.lua
Created August 18, 2023 22:40
a terrible miner program that works somewhat okeyshly
local args = {...}
local ores = {
"minecraft:coal_ore",
"minecraft:deepslate_coal_ore",
"minecraft:diamond_ore",
"minecraft:deepslate_diamond_ore",
"minecraft:iron_ore",
"minecraft:deepslate_iron_ore",
"minecraft:copper_ore",