Update SimulatorPreviewTNT

This commit is contained in:
2025-07-08 20:46:02 +02:00
parent 71409c9023
commit 7971350ad9
2 changed files with 2 additions and 1 deletions
@@ -94,7 +94,7 @@ public class SimulatorCommand extends SWCommand {
@Register(value = "test")
public void test(Player player) {
for (int i = 0; i < 100; i++) {
for (int i = 0; i < 1; i++) {
SimulatorPreviewCalculator data = new SimulatorPreviewCalculator(null);
data.spawnTNT(0, 166, 0);
data.calculate(simulatorPreviewResult -> {
@@ -59,6 +59,7 @@ public class SimulatorPreviewTNT {
}
public void tick() {
System.out.println(x + " " + y + " " + z);
// TODO: Issue in movement still!
// System.out.println(x + " " + y + " " + z);
// Gravity