Fix recipe syncing, improve (add) error handling.

This commit is contained in:
modmuss50 2022-01-27 20:34:26 +00:00
parent bd6bcf55ab
commit fa657d46e8
24 changed files with 273 additions and 126 deletions

View file

@ -6,7 +6,8 @@
"environment": "*",
"entrypoints": {
"fabric-gametest" : [
"techreborn.test.machine.GrinderTest"
"techreborn.test.machine.GrinderTest",
"techreborn.test.recipe.RecipeSyncTests"
]
}
}