few more changes

This commit is contained in:
Brian Neumann-Fopiano
2026-06-17 19:18:44 -04:00
parent 8fb627f9c1
commit f777ea6b18
77 changed files with 4270 additions and 1369 deletions
@@ -427,6 +427,16 @@ public final class StubPlatform implements IrisPlatform {
public void dispatchConsoleCommand(String command) {
}
@Override
public boolean spawnEntity(Object world, String entityKey, double x, double y, double z) {
return false;
}
@Override
public boolean giveItem(Object player, String itemKey, int amount) {
return false;
}
@Override
public void log(LogLevel level, String message) {
if (VERBOSE) {