Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Without Queen:
Build a railway that extends from the island to the king and queen's cottage
Build an animal farm (underground slaughter house)
Build an underground hostile mob farm
Destroy the damaged Robust Twilight tree on the top of the Imperial tree
Duties you must abide immediately, at any given point of time, if the Queen demanded:
Harvest materials
Harvest food
Deliver materials
Deliver food
Capture mobs
Deliver mobs
Ensure the safety of the Royal family (but do not intrude upon their livelihood)
Ensure the safety of the village
Tasks to complete with the Queen:
Search, destroy, and conquer the Pillager Dark Oak Castle
Explore the Twilight realm
Enter the supermassive forsaken labyrinth/castle
Defeat more bosses in the Twilight realm
Find robust saplings to plant on the Imperial Tree
This list of demands may be edited at any time as the Queen chooses.
Vector3 pos = transform.position;
if (pos.y > _boundary) {
pos.y = _boundary;
}
else if (pos.y < -_boundary) {
pos.y = -_boundary;
}
transform.position = pos;