-
```
2024-04-12 23:06:10: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'ggraffiti' in callback environment_Step(): /home/vpsuser/minetest/bin/../builtin/game/misc_s.lua:76: Incorrec…
-
## Problem
LuaEntities don't take node damage (`damage_per_second`).
## Solutions
Add an object property called "`takes_node_damage`". If `true`, the object will take damage from nodes. If `f…
-
Techage defaults to a 24 blocks per player limit on force load blocks, but minetest defaults to a server wide 16 block limit. This can lead to confusion since techage will allow a player to place more…
-
Hello,
I recently found something very strange while working on the new hunger mod. Here is the explaination : the new [hunger](http://github.com/BlockMen/hunger/) mod by @Blockmen is using a new way …
-
Server will not start with animalia and 3d_armor installed. Commenting out the armor section (lines 514 - 545) of .../.minetest/mods/animalia/craftitems.lua fixes the problem.
Running Minetest 5.6…
-
/kind bug
**Description**
podman inspect sometimes shows different digest than what is correct.
**Steps to reproduce the issue:**
1. Look at the `30-x86_64` tag from the [fedora/fedora rep…
-
The ~~server~~ client log is spammed with these:
```
2024-02-03 09:41:29: WARNING[Main]: generateImagePart(): Skipping "signs_lib_color_16px_n.png" as it's out-of-bounds (258,17) for [combine
202…
-
This is similar to issue #243, but occurs when clicking on the "Building Materials" icon. (Clicking on the iron ore works fine).
Observed on server "EdenLost", running minetest-5.8.0. This is a p…
-
Is there a maximum distance which minecarts can travel between loaded buffers?
I have taken extra care to ensure that all rail buffers are force loaded and routes are stored in each direction, but …
-
Sometimes, you receive an empty string as the `formname` in `on_receive_fields` of nodes and `minetest.register_on_player_receive_fields`.
However, the meaning of this empty string does not seem to…