https://github.com/fxmorin/gametestlib
Very powerful GameTest extension to simplify testing
https://github.com/fxmorin/gametestlib
fabric-mod gametest gametest-minecraft library minecraft
Last synced: 5 months ago
JSON representation
Very powerful GameTest extension to simplify testing
- Host: GitHub
- URL: https://github.com/fxmorin/gametestlib
- Owner: FxMorin
- License: mit
- Created: 2023-05-23T05:09:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T20:55:17.000Z (over 1 year ago)
- Last Synced: 2025-04-03T08:51:25.156Z (over 1 year ago)
- Topics: fabric-mod, gametest, gametest-minecraft, library, minecraft
- Language: Java
- Homepage:
- Size: 386 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameTestLib
### W.I.P. GameTest system, originally made for PistonLib
## TODO
- Documentation
- Add missing textures to all blocks
- Proper combination logic
- Add loads of tests with different config types and settings to the test mod
- Add colored borders around batches on the ground (possibly around inner batches also)
- Make structures save directly into your dev resources directory (loading works)
- Make sure structures are only loaded from dev resources (to prevent loading old structure versions)
- Testing Blocks for Shape & Block updates
- POI testing blocks
## Known Bugs
- Generated resources don't seem to be getting loaded from the mod
## Features
- Able to join the test server
- Can disable the tick warping (config w.i.p.)
- Multiple blocks for code-less testing
- Config bindings and annotations to create batches that toggle config options
- Sweet UI's to make everything easier
- Fixed a couple gametest bugs