Zughy
Zughy
## Problem When submitting a new release, CDB redirects you to the edit release page. It'd make more sense to redirect to the content page instead (where you're one click...
I can't find anything about what's the required and recommended system requirements for Minetest. Usecase: I wanted to draw a comparison with Minecraft using official data
### Problem I'm creating an API where people can choose which key is the key assigned to a specific action. It could be Z, AUX1, Q, whatever, but they can't...
### Problem I want players unable to use whatever item if X condition is satisfied. My use case: 1. player uses a weapon 2. weapon has a 1s recovery between...
I don't know why or how, but if I activate 3d_armor (latest CDB version) and I kill myself, even if I override my speed in `on_respawn`, this happens: ```lua minetest.register_on_respawnplayer(function(player)...
See https://github.com/minetest/minetest/issues/5608#issuecomment-1339672042 (unsubscribing)
### Problem I'm working on an audio library mod that features accessibility options. In order to display a text saying "Footsteps" that appears whilst footsteps are heard, I need a...
Hello! I find your script very very useful, the only problem is, the license is missing. Would you please be so kind to make it explicit?
### Problem I'd like to know how much time has passed since an `after` has been run, e.g. ```lua local timer = minetest.after(3, function() stuff end) ``` where, checking `timer`...
### 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_ ### GPU model _No response_ ###...