From c484a187183ce3e8824b635a2c7c201c2b872cf6 Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Mon, 20 Jan 2025 23:15:03 +0800 Subject: [PATCH] start custom entity code --- examplemods/cubeentity.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examplemods/cubeentity.js diff --git a/examplemods/cubeentity.js b/examplemods/cubeentity.js new file mode 100644 index 0000000..f9b1dd5 --- /dev/null +++ b/examplemods/cubeentity.js @@ -0,0 +1,3 @@ +(function CubeEntity() { + +})(); \ No newline at end of file