https://github.com/nirokay/luadventures
This is a collection for all kinds of scripts/programs i make in Lua. I'm new to Lua, so join me on my adventure! Get it? Because the repository name... haha, funny right?
https://github.com/nirokay/luadventures
computercraft computercraft-scripts lua lua-script minecraft
Last synced: 9 months ago
JSON representation
This is a collection for all kinds of scripts/programs i make in Lua. I'm new to Lua, so join me on my adventure! Get it? Because the repository name... haha, funny right?
- Host: GitHub
- URL: https://github.com/nirokay/luadventures
- Owner: nirokay
- Created: 2021-11-04T23:53:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T08:52:56.000Z (10 months ago)
- Last Synced: 2025-05-22T09:57:34.747Z (10 months ago)
- Topics: computercraft, computercraft-scripts, lua, lua-script, minecraft
- Language: Lua
- Homepage:
- Size: 1.84 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Luadventures
This is a collection for all kinds of scripts/programs i make in Lua. I'm new to Lua, so join me on my adventure! Get it? Because the repository name... haha, funny right?
> [!WARNING]
> Minecraft CC:Tweaked scripts [moved to this repository](https://github.com/nirokay/cc-tweaked)!
## Contents
### DnD Script
This script simulates virtual dice. You can specify how many and which one you roll.
### Name Generator
Need help generating names for places/cities? Well thats a specific problem...
Luckily i have the thing just for you!
Syntax:
`$ ./namegenerator.lua 10` will generate 10 random names (will generate 1 if not specified or invalid)