Bump deps
This commit is contained in:
parent
0845d6618b
commit
6cde366510
12 changed files with 47 additions and 46 deletions
|
@ -32,7 +32,7 @@ import techreborn.test.TRGameTest
|
|||
import techreborn.test.TRTestContext
|
||||
|
||||
class GrinderTest extends TRGameTest {
|
||||
@GameTest(structureName = "fabric-gametest-api-v1:empty", tickLimit = 150)
|
||||
@GameTest(templateName = "fabric-gametest-api-v1:empty", tickLimit = 150)
|
||||
def testGrind2OCs(TRTestContext context) {
|
||||
/**
|
||||
* Test that grinder with 2 overclocker upgrades grinds coal into coal dust in 116 ticks
|
||||
|
|
|
@ -34,7 +34,7 @@ import techreborn.test.TRGameTest
|
|||
import techreborn.test.TRTestContext
|
||||
|
||||
class IronAlloyFurnaceTest extends TRGameTest {
|
||||
@GameTest(structureName = "fabric-gametest-api-v1:empty", tickLimit = 2000)
|
||||
@GameTest(templateName = "fabric-gametest-api-v1:empty", tickLimit = 2000)
|
||||
def testIronAlloyFurnaceElectrumAlloyIngot(TRTestContext context) {
|
||||
/**
|
||||
* Test that the Iron Alloy Furnace smelts a gold ingot and a silver ingot into an electrum alloy ingot in 200
|
||||
|
|
|
@ -35,7 +35,7 @@ import techreborn.test.TRGameTest
|
|||
import techreborn.test.TRTestContext
|
||||
|
||||
class IronFurnaceTest extends TRGameTest {
|
||||
@GameTest(structureName = "fabric-gametest-api-v1:empty", tickLimit = 2000)
|
||||
@GameTest(templateName = "fabric-gametest-api-v1:empty", tickLimit = 2000)
|
||||
def testIronFurnaceSmeltRawIron(TRTestContext context) {
|
||||
/**
|
||||
* Test that the Iron Furnace smelts a raw iron ore into an iron ingot in 200 ticks
|
||||
|
@ -49,7 +49,7 @@ class IronFurnaceTest extends TRGameTest {
|
|||
}
|
||||
}
|
||||
|
||||
@GameTest(structureName = "fabric-gametest-api-v1:empty", tickLimit = 2000)
|
||||
@GameTest(templateName = "fabric-gametest-api-v1:empty", tickLimit = 2000)
|
||||
def testIronFurnaceSmeltRawIronBlock(TRTestContext context) {
|
||||
/**
|
||||
* Test that the Iron Furnace smelts a raw iron block into an iron block in 1500 ticks instead of 200
|
||||
|
|
|
@ -36,7 +36,7 @@ import techreborn.test.TRTestContext
|
|||
* A bit of a mess, but checks that we can ser/de all recipes to and from json.
|
||||
*/
|
||||
class RecipeSyncTests extends TRGameTest {
|
||||
@GameTest(structureName = "fabric-gametest-api-v1:empty", tickLimit = 150)
|
||||
@GameTest(templateName = "fabric-gametest-api-v1:empty", tickLimit = 150)
|
||||
def testRecipes(TRTestContext context) {
|
||||
|
||||
def recipeTypes = RecipeManager.getRecipeTypes("techreborn")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue