Go to file
AFCMS 7cf65f68b0
fix crash
2022-04-21 21:09:23 +02:00
.github Initial commit 2021-05-06 10:57:49 +02:00
locale Initial commit 2021-05-06 10:57:49 +02:00
textures basic working speedrun 2021-05-13 23:00:58 +02:00
.gitattributes Initial commit 2021-05-06 10:57:49 +02:00
.gitignore Initial commit 2021-05-06 10:57:49 +02:00
.luacheckrc fixes 2021-05-15 12:40:38 +02:00
LICENSE Initial commit 2021-05-06 10:57:49 +02:00
README.md fixes 2021-05-15 12:40:38 +02:00
init.lua basic working speedrun 2021-05-13 23:00:58 +02:00
mod.conf add all achievements speedrun type 2021-05-15 15:09:59 +02:00
screenshot.png fixes 2021-05-15 12:40:38 +02:00
settingtypes.txt add Enter Nether speedrun type 2021-06-08 15:26:15 +02:00
speedruns.lua fix crash 2022-04-21 21:09:23 +02:00
time.lua some improvements 2021-05-15 12:20:01 +02:00

README.md

mcl_speedrun

Add a customisable speedrun engine for MineClone2 You can create additional speedrun type (see speedrun.lua) and send me a pull request if you want. Be sure to fit the rules of an existing minecraft speedrun type (https://www.speedrun.com/mcce)

WARNING: this mod can only be played in singleplayer and do not save speedrun data on exit (storage is too complicated without a database)

WARNING: this mod require the last git version of mcl to work