forked from SteamWar/SteamWar
Update SimulatorPreviewTNT
This commit is contained in:
+1
-1
@@ -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 -> {
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user