Re-implement the old water spout

Brings back water spout from previous versions
This commit is contained in:
MollTheCoder 2023-01-06 16:04:23 -05:00 committed by GitHub
parent cb6095d39a
commit a39ee6036e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

26
mods/waterspout.js Normal file
View File

@ -0,0 +1,26 @@
elements.water_spout = {
"color": "rgb(96,99,120)",
"behavior": [
[
"XX",
"CR:water",
"XX"
],
[
"CR:water",
"XX",
"CR:water"
],
[
"XX",
"CR:water",
"XX"
]
],
"category": "special",
"colorObject": {
"r": 96,
"g": 99,
"b": 120
}
}