90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today! - 1.21.1
- 1.21
- 1.20.6
- 1.20.5
- 1.20.4
- No elements found. Consider changing the search query.
- List is empty.
- Release
- Beta
- No elements found. Consider changing the search query.
- List is empty.
- Updated to 1.21.6 and 1.21.7
- Fixed #8: Rotate command does not rotate dummies
- Fixes #14 where some tick inconsistencies were caused by the game test ticker being ticked twice per tick
- Updated to 1.21.5
- BREAKING: Removed
@batch
, @beforebatch
, and @afterbatch
directives
- Added
@environment
directive to specify a test_environment
- Updated to 1.21.5-rc1
- BREAKING: Removed
@batch
, @beforebatch
, and @afterbatch
directives
- Added
@environment
directive to specify a test_environment
- Known issue:
/reload
is completely broken
- Add
-Dpacktest.generate.commands
option to generate a commands.json report
- Fix error reporting when annotations are enabled and the error message contains
{}
- Prevent dummies from getting the "Bring Home the Beacon"
- Only run tests inside the world border when auto running
- Fix crash caused by loot load errors
- Updated to 1.21
- Renamed
tests
folder to test
- Updated to 1.20.5
- Added
/assert items
/assert predicate
now also allows inline predicates
- Test structures are now encased with barrier blocks
- Added the
@skyaccess
directives to remove the barriers at the top
- Update to 24w12a
/assert predicate
now also allows inline predicates
- Updated to 24w09a
- Test structures are encased with barrier blocks
- Added
@skyaccess
directives to remove the barriers at the top
- Added line numbers to test failure messages
- Errors when loading resources now fails the auto test server
- Added an option to emit GitHub annotations with the auto test server using
-Dpacktest.auto.annotations