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.
- Beta
- Release
- No elements found. Consider changing the search query.
- List is empty.
- 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
- Added
assert entity <selector> inside
command, which only matches entities inside the test structure bounds (inflated by 1 block)
- Dummies are now automatically removed when a test succeeds, like other entities
- Fixed issue where forceloaded chunks would get removed after running tests
- Fixes an issue where modded clients without the mod could not connect to servers with the mod
- Fixes some placeholder values in the mod metadata
- Fixes an issue causing the test server to fail
- Added
/await
command, which works similar to /assert
but keeps testing the condition every tick
- Removed
/succeed when
, instead use /await
- Added
/await delay
command to sleep for a specified time
- Added
/assert chat
command to test for tellraw messages matching a regex pattern
- Fixed issue with dummies loading data from disk from previous sessions
- Added dummies, which are simulated, fake players
- Added
/dummy
command
- Added
@dummy
directive to spawn a dummy and set @s
to this dummy
- Added
@beforebatch
and @afterbatch
directives to run commands