1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-10 09:20:28 +00:00
CC-Tweaked/projects/forge/src
Jonathan Coates 87dfad026e
Add a test for exploding turtles
There's been a couple of bug reports in the past where the game would
crash if a turtle is destroyed while breaking a block (typically due to
the block exploding). This commit adds a test, to ensure that this is
handled gracefully.

I'm not entirely sure this is testing the right thing. Looking at the
issues in question, it doesn't look like I ever managed to reproduce the
bug. However, it's hopefully at least a quick sanity test to check we
never break this case.
2024-08-14 22:41:31 +01:00
..
client/java/dan200/computercraft/client Use a platform method to register item properties 2024-03-22 20:19:32 +00:00
generated/resources/data Move shared generated resources to common project 2024-04-26 18:09:08 +01:00
main Register modems as attached to their adjacent block 2024-07-26 18:28:13 +01:00
test License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
testMod Add a test for exploding turtles 2024-08-14 22:41:31 +01:00