-
##### Issue type
- Bug report
##### Minetest version
```
stable-0.4, commit dd5f03731ad545f52da24825a2ee870f899f6adc
5.x, master branch, commit 31a6dd956003e1dc69ab4bf9d5461e5f4c47b2f6
```
…
-
##### Issue type
- Feature request
##### Minetest version
```
0.4.16
```
##### Summary
`attached_node` is a special group to make a node attached to other nodes. When the block to which t…
-
### Minetest version
```true
Minetest 5.7.0 (Linux)
Using Irrlicht 1.9.0mt10
Using LuaJIT 2.1.0-beta3
BUILD_TYPE=Release
RUN_IN_PLACE=0
USE_CURL=1
USE_GETTEXT=1
USE_SOUND=1
STATIC_SHAREDIR…
-
## 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…
-
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…
-
##### 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…
-
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.
-
```
mods
`-- modname
|-- breaks.txt
|-- depends.txt
`-- init.lua
```
zaoqi updated
2 years ago
-
### Problem
For example, I am writing a world generator and when inserting a node in a certain place on the surface of the earth, I would like to know which way the height of the surface will grow …