Re-implement the old water spout
Brings back water spout from previous versions
This commit is contained in:
parent
cb6095d39a
commit
a39ee6036e
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue