SmallJoker
SmallJoker
Yes sure, and the next issue will request physics to be applied in all cases so that carts and boats can jump off rails or cliffs. In the design of...
The point of using Markdown rather than plain text is formatting. Formatting needs a certain syntax which is not always given in the text files. Changing only the file names...
@paramat There's no reason to trash this PR just because "it's not read often enough". In contrary to the the game API documentation, these files do not need per-line linking...
Overall it looks good. I've seen the recent `\` vs `` discussion, and `\` would be a nicer looking solution to me, due to less distractions when reading as plain...
The three backticks are [GitHub Favored](https://github.github.com/gfm/#blocks-and-inlines) only, whereas indenting is an ["Official" notation](https://daringfireball.net/projects/markdown/syntax#precode). To support Markdown readers aside GitHub's web render, I'd like to not change the current style.
The idea is good, but needs a few improvements: 1) Change the format to a 2d-vector: `{ x = ?, y = ? }` for consistency. I know that regular...
Perhaps something like this? (Untested) ```Lua function default.chest.get_chest_formspec(pos, size) local spos = pos.x .. "," .. pos.y .. "," .. pos.z -- Find widest and highest possible combination local fs_size...
If only there were special node names such as `:biome_node_under` that would choose the right node depending on the node position... This idea aside, I think it makes sense to...
https://github.com/minetest/minetest_game/blob/0a90bd8a0ec530f48e1bd9a438e24bd85cc9cd66/mods/mtg_craftguide/init.lua#L370-L378 How to reproduce?
> As stated by the pinned issue, Minetest Game is in maintenance mode and not accepting new features. This is unlikely to be accepted. As a workaround proposal: expose and...