Merge pull request #47 from Its-Epsilon-Eridani/patch-1

epsolon's first mod
This commit is contained in:
slweeb 2022-12-14 16:10:01 -05:00 committed by GitHub
commit 115353a3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
mods/testmod.js Normal file
View File

@ -0,0 +1,7 @@
elements.HelloWorld = {
color: "#100D5E",
behavior: behaviors.WALL,
category: "land",
state: "solid"
density: 720,
};