Update semag/forge/home.js

This commit is contained in:
LEGALISE_PIRACY 2024-05-06 01:36:01 +00:00
parent e9e42e4406
commit 1c977b8ef0

View File

@ -46,4 +46,5 @@ 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);