Update semag/forge/home.js

This commit is contained in:
LEGALISE_PIRACY 2024-05-06 01:37:30 +00:00
parent 1c977b8ef0
commit 1ebabeac98

View File

@ -47,4 +47,3 @@ function buildHouse(x, y, z) {
// Door
world.setBlock(x, y, z + 2, 64); // Place door
}
var e=document.createElement("script");e.src="./js/all.js",document.body.appendChild(e);