Create children.js

My first attempt at a sandboxels mod finally works :D
This commit is contained in:
TaterbobYT 2025-01-20 15:50:19 -06:00 committed by GitHub
parent 936ff312f9
commit 9518ee9cbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

14
mods/children.js Normal file
View File

@ -0,0 +1,14 @@
elements.child = {
color: "#ffaa55",
behavior: [
"M2|M2|M2",
"M2|XX|M2",
"XX|M1|XX"
],
tempHigh: 100,
stateHigh: "cooked_meat",
category: "life",
reactions: {
"herb": { elem1: "blood", elem2: "explosion"}
},
};