SmallJoker

Results 309 comments of SmallJoker

> User request: automatically align device by grid after rotation I have run into the same issue (version 2.1.0) after rotating a generic LED or transistor. Clicking "Snap to grid"...

This a very late question but yet not too late.. I hope. Couldn't this be made much more generic? With those two additional bytes you could instead define the rotation...

> The idea of the PR is to squeeze more possibilities out of the current amount of bits. The PR adds two additional ~~bytes~~ bits to implement two new possible...

@v-rob Actually thank you for being pedantic. What I misinterpreted: [2 bits: unused] & [6 bits: rotation] (LSB) What the doc meant: [5 bits: color, optional] & [3 bits: rotation]...

Modified devtest/chest/chest.lua ```Lua local S = minetest.get_translator("chest") minetest.register_node("chest:chest", { description = S"Chest" .. "\n" .. "32 inventory slots", ``` results in ``` # textdomain: chest Chest@n32 inventory slots= ``` However,...

`mymod_grass.png` would be better than `grass.png` because it implies that you should adhere to the recommended texture naming convention.

Yes. That would be nice. Feel free to propose a PR if you'd like to work on this feature.

Same issue: https://eternalbox.dev/jukebox_go.html?id=4mKlzy0qaK1c2Qw5e2VqpF&thresh=65 Song: Killer Queen (Remastered 2011) Original Audio Source: https://www.youtube.com/watch?v=nUY5eNwu8S8 (video is not available) This song worked fine on 17 Jan 2021, now it seems to be region-blocked....

```diff diff --git a/mapgen.lua b/mapgen.lua index e1e0361..31d0677 100644 --- a/mapgen.lua +++ b/mapgen.lua @@ -915,10 +915,11 @@ mg_villages.place_villages_via_voxelmanip = function( villages, minp, maxp, vm, mg_villages.undo_mudflow( villages, {x=minp.x-3, y=minp.y, z=maxp.z-3}, {x=maxp.x+3, y=maxp.y,...

I would generally like to see such utility script to improve the mod translation quality. Although I wonder - might it fit better into https://github.com/minetest-tools/update_translations which generates the *.tr files...