FILES ----- dungeons\missions\tentaclemissions\bossroomtest.json dungeons\other\ancientvault\electric\bossroom_left.json dungeons\other\ancientvault\electric\bossroom_right.json dungeons\other\ancientvault\electric\endcap_left4a.json dungeons\other\ancientvault\electric\endcap_right4a.json dungeons\other\ancientvault\fire\bossroom_left.json dungeons\other\ancientvault\fire\bossroom_right.json dungeons\other\ancientvault\fire\endcap_left4a.json dungeons\other\ancientvault\fire\endcap_right4a.json dungeons\other\ancientvault\ice\bossroom_left.json dungeons\other\ancientvault\ice\bossroom_right.json dungeons\other\ancientvault\ice\endcap_left4a.json dungeons\other\ancientvault\ice\endcap_right4a.json dungeons\other\ancientvault\ice\room5b.json dungeons\other\ancientvault\ice\room5b_flip.json dungeons\other\ancientvault\ice\room8b.json dungeons\other\ancientvault\ice\room8b_flip.json dungeons\other\ancientvault\poison\bossroom_left.json dungeons\other\ancientvault\poison\bossroom_right.json dungeons\other\ancientvault\poison\endcap_left4a.json dungeons\other\ancientvault\poison\endcap_right4a.json interface\chat\chat.config liquids\water.liquid stagehands\bossplanner\bossplanner.lua DIFFS ----- dungeons\missions\tentaclemissions\bossroomtest.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\electric\bossroom_left.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\electric\bossroom_right.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\electric\endcap_left4a.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\electric\endcap_right4a.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\fire\bossroom_left.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\fire\bossroom_right.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\fire\endcap_left4a.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\fire\endcap_right4a.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\ice\bossroom_left.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\ice\bossroom_right.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\ice\endcap_left4a.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\ice\endcap_right4a.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\ice\room5b.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\ice\room5b_flip.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\ice\room8b.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\ice\room8b_flip.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\poison\bossroom_left.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\poison\bossroom_right.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\poison\endcap_left4a.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\poison\endcap_right4a.json [TMX file differences are left out for huge size.] interface\chat\chat.config 37c37,38 < "offset" : [0, 5] --- > "offset" : [0, 5], > "positionLocked" : true liquids\water.liquid 22c22 < } , --- > }, stagehands\bossplanner\bossplanner.lua 93a94,95 > > updateEndBossDoor() 98a101 > updateEndBossDoor() 104a108,113 > end > end > > function updateEndBossDoor() > if world.loadUniqueEntity("endbossdoor") and storage.bossDead then > world.sendEntityMessage("endbossdoor", "openDoor")