1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-13 11:47:10 +00:00

Allow turtles to use compostors

This commit is contained in:
Jonathan Coates
2021-05-14 18:32:52 +01:00
parent 4f0d311df7
commit de646b66b6
5 changed files with 572 additions and 3 deletions

View File

@@ -55,4 +55,11 @@ class TurtleTest {
*/
@GameTest
suspend fun `Place monitor`(context: TestContext) = context.checkComputerOk(10)
/**
* Checks computers can place into compostors. These are non-typical inventories, so
* worth ensuring.
*/
@GameTest
suspend fun `Use compostors`(context: TestContext) = context.checkComputerOk(11)
}