Update b2dynamictree (#30630)

This commit is contained in:
metalgearsloth
2025-03-08 14:49:13 +11:00
committed by GitHub
parent 31a45a427c
commit a695a527f0
3 changed files with 8 additions and 2 deletions

View File

@@ -54,6 +54,9 @@ public sealed class CraftingTests : InteractionTest
await CraftItem(Spear);
await FindEntity(Spear);
// Reset target because entitylookup will dump this.
Target = null;
// Player's hands should be full of the remaining rods, except those dropped during the failed crafting attempt.
// Spear and left over stacks should be on the floor.
await AssertEntityLookup((Rod, 2), (Cable, 7), (ShardGlass, 2), (Spear, 1));