Runar Serigstad
Runar Serigstad
A temporary solution that worked for me was to update the auth config before using it ``` if (user.authProvider && user.authProvider.config) { user.authProvider.config.expiry = new Date(Number(user.authProvider.config["expires-on"]) * 1000).toDateString(); user.authProvider.config["cmd-path"] =...
Had the same issue when using decache to hot load custom configuration in a dev environment.
I created a test file that just decaches and then requires the same module repeatedly and then finally goes to sleep for a minute: ``` const decache = require("decache"); const...
D* Lite is already a variation of A* and I think it's better suitable than A* when we don't have the world rendered for the turtle yet. Since we can't...
@DarkReaper231 you can also have a look at https://github.com/runi95/turtle-control-panel/issues/7 for more information on how reproduction is currently doable. It involves 10 steps where you can skip most of them if...
@DarkReaper231 I think it's important to keep in mind that some of those steps are very very basic unless you're planning on making hundreds of these turtles. And the complicated...
> If we trace out what's going on here, it looks like so: > > 1. CC:T sees there's 48 items to transfer. > > 2. It puts 16 items...
I checked the original findings out again and it seems I only get 2x transfer count when I have the `UnlimitedPeripheralWorks` mod enabled so I assume that part is actually...
Just tried to Geo Scanner from Advanced Peripherals out myself and it seems to work fine for me on version `0.7.41r`. Which version of Minecraft, CC:Tweaked and Advanced Peripherals are...
@god-ferny I think I'm going to need more information here. I just tried this: Minecraft: 1.21.1 Neoforge: 21.1.133 CC Tweaked: 1.115.1 Advanced Peripherals: 0.7.49a Which worked fine for me. I...