-
I added something similar to RGB LEDs in a [branch](https://github.com/6r1d/minetest_new_glass/tree/digilines) of my `new_glass` repo.
Should we add it to the rate limiter?
-
## Feature
A simple function that returns the duration of the sound in seconds e.g.
`minetest.get_sound_duration("explosion")-- returns 8.74`
Could be used to perform an action after a timer reache…
-
When mounted on a boat /home won't do anything.
Reproduce:
1) Type /sethome (With home priv enabled)
2) Place and mount a boat (somewhere clearly not at your home position)
3) Type /home and not…
-
Currently, ContentDB allows proprietary licenses, i.e. licenses that are widely accepted as incompatible with free software or open source software.
Namely:
- CC BY-NC-SA
- “Other (non-free)” (…
-
##### Issue type
- Bug report
##### Minetest version
0.4.17.1
##### Summary
Very big files cannot be deserialized.
The Error:
(load):1: main function has more than 65536 constants
Foun…
Lejo1 updated
2 years ago
-
##### Minetest version
```
5.5.1, 5.6.0-dev-de8ce9a8ff999c7ab9562528a972d5426a9f7cec
```
##### Summary
e.g. translations or colored text - it removes the closing escape sequence, resulting in P…
-
For some reason after I set the channel and open up a secure digiterm when i try to get out of the controls they just open back up again. I have to hold escape for a few seconds for it to finally clos…
-
```
mods
`-- modname
|-- breaks.txt
|-- depends.txt
`-- init.lua
```
zaoqi updated
2 years ago
-
## Problem
Games don't have any key yet that they can freely use for their own purposes. Currently, most games use the Aux1 key. The most common use case is for sprinting mods.
But it's still li…
-
Currently, every chest registered with the chest API has an 8×4 inventory. The width and height should probably be parameters in the chest definition.