Florian Euchner

Results 74 comments of Florian Euchner

@DS-Minetest wrote: > The help wouldn't be only useful for newbies, eg. did you know that you can use a single vertical mesecon to get the signal by a pressure...

Sounds like a good idea. You could achieve some of this with a sticky movestone already (which pulls the whole stack of blocks), but I see how this could work...

I just made a very basic implementation of sticky blocks and pushed it to https://github.com/Jeija/minetest-mod-mesecons/tree/sticky_blocks. It does not have any textures yet, and right now there is only one kind...

Yes, it is because of these kinds of bugs that I can't merge the sticky blocks into the minetest-mod-mesecons master. It would be great if you could help me fix...

IIRC there are only the MVPS stoppers (like extended pistons) that completely stop the push / pull action, I don't think single blocks can not be effected in the current...

This is not just a mod, but a modification of the minetest source code. You need to either compile spheretest from source, or, if you are on Windows, you can...

Oh yes, this is sort of a known issue since the digging through the planet feature is actually just teleportation. In order to really jump through the planet you have...

I think it is mathematically impossible in the same way that a normal sphere world is impossible. It is however possible (and trivial to implement) to use a torus world...

For this proof-of-concept, I haven't changed any of the game machanics, so it still behaves like the outward-warped world. But making it so that digging down will end up with...

All I can tell you is that I don't know, I haven't tested all possible commands 🤷