Add files via upload

This commit is contained in:
TheOneAndOnlyD 2024-01-01 07:29:41 -08:00 committed by GitHub
parent 1e463495ee
commit c60c3ae04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
mods/First (1).js Normal file
View File

@ -0,0 +1,8 @@
elements.First = {
color: "#00ff80",
behavior: behaviors.POWDER,
category: "",
state: "solid",
reactions: {
"water": { elem1: "sugar", elem2: null},
};