packtest icon indicating copy to clipboard operation
packtest copied to clipboard

Updating test functions requires a full game restart

Open SpecialBuilder32 opened this issue 4 months ago • 0 comments

When developing packtest functions, a full game relaunch is required to make changes to an existing test case. /reload nor reopening the world show changes when the test is run. Once a test of a given name is loaded, it does not load any changes anymore.

As a temporary workaround, renaming the test function for each edit (mytest.mcfunction -> mytest1.mcfunction) does still load a new test case upon /reload, though it does not show up in autocomplete for test run ....

Singleplayer Version: Fabric 1.21.8, Packtest 2.2.0

SpecialBuilder32 avatar Aug 24 '25 22:08 SpecialBuilder32