FaceDeer
FaceDeer
I've just added a guard against this specific instance of an "impossible" nil table. It'll cause the Digtron to temporarily think it doesn't have fuel, which might interrupt its cycling...
Same symptoms I've been getting reports of for a year now, then, and none of my efforts to guard against it or prevent it are working. If you're using the...
**Yes**. I have finally been able to reproduce this bug locally, or at least one of the symptoms of the various reports I've been seeing. I'm able to get Digtrons...
Rather than make it depend on where the player is standing, how about I add "this side forward" and "this side up" faces to the crate and have the Digtron's...
I've started work on a complete rewrite of Digtron, and I'll be taking this issue into account as I do so. I think I'm probably going to be able to...
I was going to suggest putting an extremely large period value in the builder, like 100000, but I just tested that out and discovered that it crashes Digtron. :) I've...
Well, there's already code that moves the triggering player along with the Digtron if they're within the Digtron's physical boundaries. You can make it more reliable by positioning yourself nearer...
This is yet another manifestation of a subtle bug in Minetest that's causing Digtron to not be able to write all of the node metadata it's trying to. :( Fortunately,...
Thanks. I unfortunately had to take a bit of a hiatus from Minetest modding for the past couple weeks, a family medical issue came up. But that's past now (fingers...
Did this just start happening with the latest commits, or is it a longstanding issue? Are you on a recent 5.0 version of Minetest, or still back on 0.4.16? I'll...