Update project files and configurations for game execution
Refactor Java source files, update level data, and modify replit.nix to include neovim and wget, while ensuring Java 21 is the primary JDK. Replit-Commit-Author: Agent Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 332f0015-659a-4183-b97b-e0f2e5f6cd83 Replit-Helium-Checkpoint-Created: true
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{pkgs}: {
|
||||
deps = [
|
||||
pkgs.jdk21
|
||||
pkgs.neovim
|
||||
pkgs.wget
|
||||
pkgs.jdk21
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user