use threejs module js, remove unused libraries, increase world generation seed to 64 bit, implement random world spawn, improve start script

This commit is contained in:
LabyStudio
2022-05-12 02:57:23 +02:00
parent 51c07050e9
commit 24c0451031
28 changed files with 50508 additions and 578 deletions
@@ -1,4 +1,5 @@
import Block from "../world/block/Block.js";
import * as THREE from "../../../../../../libraries/three.module.js";
export default class SoundManager {