-
### Minetest version
```true
Minetest 5.10.0-dev-48845de46
```
### Irrlicht device
SDL
### Operating system and version
Pop!_OS 22.04 LTS
### CPU model
_No response_
### GP…
Zughy updated
4 weeks ago
-
### Problem
Due to API changes introduced in Android 13, accessing the app folder externally and therefore doing anything remotely advanced became very difficult. According to the wiki, one needs to …
-
This feature will make server management a lot easier, but I don't consider it something which should be in 0.5.0. This could also be done as an external tool using the same contentdb APIs as MT, but …
-
Help us to make Technic a better mod! But what to do?
- [ ] Incrementally switch to `.tr` client-side translations. Deprecate intllib.
* Hints: `minetest.get_translator`, https://github.com/mi…
-
My idea would be that they could be picked up by some tool and converted into an item in the inventory. The items would all look alike (probably), but have different metadata, so that when placed, the…
-
Clean up `ItemStack:get_metadata()` / `ItemStack:set_metadata(metadata)` with serialization stuff around them.
Used with many tools.
-
Very difficult for now to speak about this future tool... But we can detail the project.
(Login Screen)
![Login](http://i.imgur.com/PMRnEJq.png)
(Skin Changer/Uploader Screen)
![Skin Changer/Uploader …
-
It's a nasty business trying to override the wear on a tool when a punch is performed. I have code in `minetest.register_on_punchplayer` like the following:
```lua
local item = hitter:get_wielded_…
-
Looking through the API I found a [line that calls `EntityDefinition.on_punched`](https://github.com/minetest-mods/3d_armor/blob/ac76152/3d_armor/api.lua#L387). But is this actually doing anything? Lo…
-
I noticed the `default:key` recently merged in minetest/minetest_game#1054 is registered as a tool.
This breaks the consistency existing up until now in MTG where an item is only set to be a tool w…