SkillAgentSearch skills...

MoonCraft

Lua to Commandblock compiler

Install / Use

/learn @M4GNV5/MoonCraft
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MoonCraft

Lua to commandblock compiler

Try it in your browser

Example

import("chat")

radius = 1
pi = 3.14

tellraw("Circle circumference and area for radius 1 to 19")
for radius = 1, 19 do
    area = pi * radius * radius
    circumference = pi * 2 * radius

    tellraw("r = ", radius, " C = ", circumference, " A = ", area)
end

screenshot

View on GitHub
GitHub Stars46
CategoryDevelopment
Updated1y ago
Forks3

Languages

JavaScript

Security Score

65/100

Audited on Jul 3, 2024

No findings