commit b68114fc310544486e2d685ac792ea82167f9223 Author: SikongJueluo <1822250894@qq.com> Date: Tue Nov 11 12:38:22 2025 +0800 init repo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e6be93 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules +build +output + +.ai diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e87ca60 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 SikongJueluo + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..292115b --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,26 @@ +{ + "$schema": "https://www.schemastore.org/jsconfig.json", + "compilerOptions": { + "lib": ["ES5", "ES2015"], + "target": "ES2015", + "strict": true, + "checkJs": true, + "skipLibCheck": true, + "noImplicitAny": true, + "esModuleInterop": true, + "moduleResolution": "bundler", + "forceConsistentCasingInFileNames": true, + "rootDirs": [ + "src/server_scripts", + "src/startup_scripts", + "src/client_scripts", + "src/lib" + ], + "typeRoots": [ + "./types/probe/user", + "./types/probe/generated", + "./types/probe/generated/internals" + ] + }, + "include": ["./src/**/*.js", "./types/**/*.d.ts"] +} diff --git a/src/assets/kubejs/textures/block/example_block.png b/src/assets/kubejs/textures/block/example_block.png new file mode 100644 index 0000000..58a8d4b Binary files /dev/null and b/src/assets/kubejs/textures/block/example_block.png differ diff --git a/src/assets/kubejs/textures/block/placeholder b/src/assets/kubejs/textures/block/placeholder new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/assets/kubejs/textures/block/placeholder @@ -0,0 +1 @@ + diff --git a/src/assets/kubejs/textures/item/example_item.png b/src/assets/kubejs/textures/item/example_item.png new file mode 100644 index 0000000..bbb5bf7 Binary files /dev/null and b/src/assets/kubejs/textures/item/example_item.png differ diff --git a/src/assets/kubejs/textures/item/placeholder b/src/assets/kubejs/textures/item/placeholder new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/assets/kubejs/textures/item/placeholder @@ -0,0 +1 @@ + diff --git a/src/data/placeholder b/src/data/placeholder new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/data/placeholder @@ -0,0 +1 @@ +