Runix-Minecraft / Runix

Home of the forge based, Runecraft inspired Minecraft mod
3 stars 0 forks source link

Gradual movement of large structures that doesn't cause server nope #59

Closed josiahseaman closed 10 years ago

josiahseaman commented 10 years ago

This will be fixed by doing a block animation over many server ticks instead of trying to cram all the work in at once. A fixed amount of work (100 blocks) is done every server tick. Bigger islands will just take longer to move.

josiahseaman commented 10 years ago

All that's left now is to decide how much server load we want to put. It's currently hard coded at 100 blocks per second.

0xilly commented 10 years ago

config option and default at 100?

josiahseaman commented 10 years ago

Go forth and make thine config file! Admins will come from the east and the west and rejoice at their customizability and documentation. Also, privy that thine file also contain useCollisionDetection:true wherever thine Faith is employed.

0xilly commented 10 years ago

o7 yes Head Master Josiah I shall work on it right away