Add a basic gametest to test the grinder.
This commit is contained in:
parent
6c3b461e11
commit
8c6a0155e7
5 changed files with 250 additions and 0 deletions
12
src/gametest/resources/fabric.mod.json
Normal file
12
src/gametest/resources/fabric.mod.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue