FabLabsMC / game-testing-api-v0

automated test framework to potentially be merged with quilt toolchain
0 stars 0 forks source link

Version support chart #4

Open BartTerpstra1 opened 2 years ago

BartTerpstra1 commented 2 years ago

GameTest framework was not present in every version of minecraft and it is not present in every version of FAPI/Quilt API.

It would be preferable if tests can work across every version of minecraft that has the concept being tested, but this might be unrealistic for V1.

In any case, someone has to look into when GameTest was first introduced in minecraft and if the standard API exposes it in every version it is in.

what to do about it is out of scope for V1

BartTerpstra1 commented 2 years ago

I expect this to be atleast present in 1.16 and every version since.

Pyrofab commented 2 years ago

Pretty sure it was added in 1.18 snapsjots actually

BartTerpstra1 commented 2 years ago

fabric api doesn't have it in the 1.16 branch, it does have it in the 1.17 branch https://github.com/FabricMC/fabric/tree/1.17/fabric-gametest-api-v1