Futurepack Mod - Now with flyable Spaceships!

Futurepack Mod - Now with flyable Spaceships!

1M Downloads

Spaceship Jumps are blocked if chunkloading is disabled

mcenderdragon opened this issue ยท 4 comments

commented
commented

We just verified this on my server, when I changed the forgechunkloading config from

fp {
I:maximumChunksPerTicket=1
I:maximumTicketCount=1
}

to

fp {
I:maximumChunksPerTicket=100000
I:maximumTicketCount=200
}

Players were able to fly their ships to planets again.

commented

The bad thing about claimes and miner is: it will most likely crash if only the miner is loaded but not the claim... but yeah the chunk loadign thing should be better configureable.

commented

It now creates a warning in the log if it could not create a ticket to load the needed chunks. Also the chunks are only loaded for generation and then unforced again, so they will not stay loaded.

commented

All drones now use player tickets, so as long as normal chunk loading is enabled it will work.