Add a basic gametest to test the grinder.

This commit is contained in:
modmuss50 2021-09-01 23:08:42 +01:00
parent 6c3b461e11
commit 8c6a0155e7
5 changed files with 250 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"schemaVersion": 1,
"id": "techreborn-gametest",
"name": "TechReborn Gametest",
"version": "1.0.0",
"environment": "*",
"entrypoints": {
"fabric-gametest" : [
"techreborn.test.machine.GrinderTest"
]
}
}