mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Added !bed as special event
This commit is contained in:
parent
b874ee8815
commit
8818bf7ba3
1 changed files with 5 additions and 1 deletions
|
|
@ -38,6 +38,10 @@ class SpecialEventData
|
||||||
:glitch => SpecialEventData.new(
|
:glitch => SpecialEventData.new(
|
||||||
[],
|
[],
|
||||||
[[0, 0], [0, -1]]
|
[[0, 0], [0, -1]]
|
||||||
)
|
),
|
||||||
|
:bed => SpecialEventData.new(
|
||||||
|
[:bottom],
|
||||||
|
[[0, 0], [0, -1]],
|
||||||
|
),
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue