Hexxit Wiki
Advertisement
Skyscraper
2013-09-09 00.00.49
Biomes Unknown
Type Unknown
Size Unknown
Added By Better Dungeons

Skyscrapers are added by Better Dungeons but cannot be found by default. They require some configuration editing in order to produce an item in-game to allow them to be spawned in creative mode, and are a work in progress.

Adding[]

In order to spawn this dungeon, you must add a property file to the %AppData%\Roaming\.technic\hexxit\Chocolate\DungeonConfig folder named skyscraper.prop. The contents of the file should be:

biomes = Forest
       chance = 25
       mob = monkey
       icon = 10
       builder = skyscraper
       
       #Special data for dungeon
       roomSize = 8
       rooms = 3
       flatHeight = 4
       flats = 10
       windows = true

This creates an item called skyscraper.prop that can spawned into the player's creative inventory. Right clicking on a block will generate a multi-story structure guarded by monkeys with a Monking boss at the top.

Advertisement