1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-14 20:20:30 +00:00
CC-Tweaked/src
Jonathan Coates c4184a33bc
Rewrite our gametest system
This is a noisier diff than I'd like as this is just a direct copy from
the multi-loader branch.

 - Rename "ingame" package to "gametest"

 - Don't chain GameTestSequence methods - it's actually much cleaner if
   we just use Kotlin's implicit this syntax.

 - Use our work in 71f81e1201 to write
   computer tests using Kotlin instead of Lua. This means all the logic
   is in one place, which is nice!

 - Add a couple more tests for some of the more error-prone bits of
   functionality.
2022-10-30 10:50:16 +00:00
..
generated Merge branch 'mc-1.16.x' into mc-1.18.x 2022-10-25 22:38:26 +01:00
main Rewrite our gametest system 2022-10-30 10:50:16 +00:00
test Remove all Minecraft references from the core package 2022-10-30 09:20:26 +00:00
testFixtures Merge branch 'mc-1.16.x' into mc-1.18.x 2022-10-30 08:49:52 +00:00
testMod Rewrite our gametest system 2022-10-30 10:50:16 +00:00
web Convert build script to Kotlin 2022-10-22 21:09:08 +01:00