####################################################################### # +-----------------------------------------------------------------+ # # | BO3 object | # # +-----------------------------------------------------------------+ # ####################################################################### # The descriptions in this file are true only for TerrainControl. They are not true for the Minecraft Worlds mod! # Minecraft Worlds completely reimplemented BO3s, check the MCW documentation on the mc/mctcp forums for how to use BO3s with MCW # or watch the video's on my YT channel at https://www.youtube.com/user/PeeGee85. You can check out the "Editing and importing schematics & BO3s" # series of video's, in part 2 I explain BO3s. # This is the config file of a custom object. # If you add this object correctly to your BiomeConfigs, it will spawn in the world. # This is the creator of this BO3 object Author: LordSmellyPants # A short description of this BO3 object # The BO3 version, don't change this! It can be used by external applications to do a version check. Version: 3 # The settings mode, WriteAll, WriteWithoutComments or WriteDisable. See WorldConfig. SettingsMode: WriteDisable ####################################################################### # +-----------------------------------------------------------------+ # # | Main settings | # # +-----------------------------------------------------------------+ # ####################################################################### # This needs to be set to true to spawn the object in the Tree and Sapling resources. Tree: false # The frequency of the BO3 from 1 to 200. Tries this many times to spawn this BO3 when using the CustomObject(...) resource. # Ignored by Tree(..), Sapling(..) and CustomStructure(..) Frequency: 40 # The rarity of the BO3 from 0 to 100. Each spawn attempt has rarity% chance to succeed when using the CustomObject(...) resource. # Ignored by Tree(..), Sapling(..) and CustomStructure(..) Rarity: 100.0 # If you set this to true, the BO3 will be placed with a random rotation. RotateRandomly: true # The spawn height of the BO3 - randomY, highestBlock or highestSolidBlock. SpawnHeight: randomY # The height limits for the BO3. MinHeight: 0 MaxHeight: 256 # Objects can have other objects attached to it: branches. Branches can also # have branches attached to it, which can also have branches, etc. This is the # maximum branch depth for this objects. MaxBranchDepth: 10 # When spawned with the UseWorld keyword, this BO3 should NOT spawn in the following biomes. # If you writer.write the BO3 name directly in the BiomeConfigs, this will be ignored. ExcludedBiomes: All ####################################################################### # +-----------------------------------------------------------------+ # # | Source block settings | # # +-----------------------------------------------------------------+ # ####################################################################### # The B(s) the BO3 should spawn in. SourceBlocks: AIR # The maximum percentage of the BO3 that can be outside the SourceBlock. # The BO3 won't be placed on a location with more blocks outside the SourceBlock than this percentage. MaxPercentageOutsideSourceBlock: 100 # What to do when a block is about to be placed outside the SourceBlock? (dontPlace, placeAnyway) OutsideSourceBlock: placeAnyway ####################################################################### # +-----------------------------------------------------------------+ # # | Blocks | # # +-----------------------------------------------------------------+ # ####################################################################### # All the blocks used in the BO3 are listed here. Possible blocks: # B(x,y,z,id[.data][,nbtfile.nbt) # RB(x,y,z,id[:data][,nbtfile.nbt],chance[,id[:data][,nbtfile.nbt],chance[,...]]) # So RB(0,0,0,CHEST,chest.nbt,50,CHEST,anotherchest.nbt,100) will spawn a chest at # the BO3 origin, and give it a 50% chance to have the contents of chest.nbt, or, if that # fails, a 100% percent chance to have the contents of anotherchest.nbt. B(-8,35,7,1) B(-8,35,8,1) B(-8,36,-7,1) B(-8,36,7,1) B(-8,36,8,1) B(-8,37,-7,1) B(-8,37,6,1) B(-8,37,7,1) B(-8,37,8,1) B(-8,38,-7,1) B(-8,38,-6,1) B(-8,38,-5,1) B(-8,38,3,1) B(-8,38,4,1) B(-8,38,5,1) B(-8,38,6,1) B(-8,38,7,1) B(-8,38,8,1) B(-8,39,-7,1) B(-8,39,-6,1) B(-8,39,-5,1) B(-8,39,-4,1) B(-8,39,-3,1) B(-8,39,-2,1) B(-8,39,-1,1) B(-8,39,0,1) B(-8,39,1,1) B(-8,39,2,1) B(-8,39,3,1) B(-8,39,4,1) B(-8,39,5,1) B(-8,39,6,1) B(-8,39,7,1) B(-8,39,8,1) B(-8,40,-7,1) B(-8,40,-6,1) B(-8,40,-5,1) B(-8,40,-4,1) B(-8,40,-3,1) B(-8,40,-2,1) B(-8,40,-1,1) B(-8,40,0,1) B(-8,40,1,1) B(-8,40,2,1) B(-8,40,3,1) B(-8,40,4,1) B(-8,40,5,1) B(-8,40,6,1) B(-8,40,7,1) B(-8,40,8,1) B(-8,41,-7,1) B(-8,41,-6,1) B(-8,41,-5,1) B(-8,41,-4,1) B(-8,41,-3,1) B(-8,41,-2,1) B(-8,41,-1,1) B(-8,41,0,1) B(-8,41,1,1) B(-8,41,2,1) B(-8,41,3,1) B(-8,41,4,1) B(-8,41,5,1) B(-8,41,6,1) B(-8,41,7,1) B(-8,41,8,1) B(-8,42,-7,1) B(-8,42,-6,1) B(-8,42,-5,1) B(-8,42,-4,1) B(-8,42,-3,1) B(-8,42,-2,1) B(-8,42,-1,1) B(-8,42,0,1) B(-8,42,1,1) B(-8,42,2,1) B(-8,42,3,1) B(-8,42,4,1) B(-8,42,5,1) B(-8,42,6,1) B(-8,42,7,1) B(-8,42,8,1) B(-8,43,-7,1) B(-8,43,-6,1) B(-8,43,-5,1) B(-8,43,-4,1) B(-8,43,-3,1) B(-8,43,-2,1) B(-8,43,-1,1) B(-8,43,0,1) B(-8,43,1,1) B(-8,43,2,1) B(-8,43,3,1) B(-8,43,4,1) B(-8,43,5,1) B(-8,43,6,1) B(-8,43,7,1) B(-8,43,8,1) B(-8,44,-7,1) B(-8,44,-6,1) B(-8,44,-5,1) B(-8,44,-4,1) B(-8,44,-3,1) B(-8,44,-2,1) B(-8,44,-1,1) B(-8,44,0,1) B(-8,44,1,1) B(-8,44,2,1) B(-8,44,3,1) B(-8,44,4,1) B(-8,44,5,1) B(-8,44,6,1) B(-8,44,7,1) B(-8,44,8,1) B(-8,45,-7,1) B(-8,45,-6,1) B(-8,45,-5,1) B(-8,45,-4,1) B(-8,45,-3,1) B(-8,45,-2,1) B(-8,45,-1,1) B(-8,45,0,1) B(-8,45,1,1) B(-8,45,2,1) B(-8,45,3,1) B(-8,45,4,1) B(-8,45,5,1) B(-8,45,6,1) B(-8,45,7,1) B(-8,45,8,1) B(-8,46,-7,1) B(-8,46,-6,1) B(-8,46,-5,1) B(-8,46,-4,1) B(-8,46,-3,1) B(-8,46,-2,1) B(-8,46,-1,1) B(-8,46,0,1) B(-8,46,1,1) B(-8,46,2,1) B(-8,46,3,1) B(-8,46,4,1) B(-8,46,5,1) B(-8,46,6,1) B(-8,46,7,1) B(-8,46,8,1) B(-8,47,-7,1) B(-8,47,-6,1) B(-8,47,-5,1) B(-8,47,-4,1) B(-8,47,-3,1) B(-8,47,-2,1) B(-8,47,-1,1) B(-8,47,0,1) B(-8,47,1,1) B(-8,47,2,1) B(-8,47,3,1) B(-8,47,4,1) B(-8,47,5,1) B(-8,47,6,1) B(-8,47,7,1) B(-8,47,8,1) B(-8,48,-7,1) B(-8,48,-6,1) B(-8,48,-5,1) B(-8,48,-4,1) B(-8,48,-3,1) B(-8,48,-2,1) B(-8,48,-1,1) B(-8,48,0,1) B(-8,48,1,1) B(-8,48,2,1) B(-8,48,3,1) B(-8,48,4,1) B(-8,48,5,1) B(-8,48,6,1) B(-8,48,7,1) B(-8,48,8,3) B(-8,49,-7,1) B(-8,49,-6,1) B(-8,49,-5,1) B(-8,49,-4,1) B(-8,49,-3,1) B(-8,49,-2,1) B(-8,49,-1,1) B(-8,49,0,1) B(-8,49,1,1) B(-8,49,2,1) B(-8,49,3,1) B(-8,49,4,1) B(-8,49,5,1) B(-8,49,6,1) B(-8,49,7,3) B(-8,49,8,3) B(-8,50,-7,3) B(-8,50,-6,3) B(-8,50,-5,1) B(-8,50,-4,1) B(-8,50,-3,1) B(-8,50,-2,1) B(-8,50,-1,1) B(-8,50,0,1) B(-8,50,1,1) B(-8,50,2,1) B(-8,50,3,1) B(-8,50,4,3) B(-8,50,5,3) B(-8,50,6,3) B(-8,50,7,3) B(-8,50,8,3) B(-8,51,-7,3) B(-8,51,-6,3) B(-8,51,-5,3) B(-8,51,-4,1) B(-8,51,-3,1) B(-8,51,-2,1) B(-8,51,-1,1) B(-8,51,0,1) B(-8,51,1,1) B(-8,51,2,3) B(-8,51,3,3) B(-8,51,4,3) B(-8,51,5,3) B(-8,51,6,3) B(-8,51,7,3) B(-8,51,8,2) B(-8,52,-7,3) B(-8,52,-6,3) B(-8,52,-5,3) B(-8,52,-4,3) B(-8,52,-3,3) B(-8,52,-2,3) B(-8,52,-1,3) B(-8,52,0,3) B(-8,52,1,3) B(-8,52,2,3) B(-8,52,3,3) B(-8,52,4,3) B(-8,52,5,3) B(-8,52,6,3) B(-8,52,7,2) B(-8,53,-7,2) B(-8,53,-6,2) B(-8,53,-5,3) B(-8,53,-4,3) B(-8,53,-3,3) B(-8,53,-2,3) B(-8,53,-1,3) B(-8,53,0,3) B(-8,53,1,3) B(-8,53,2,3) B(-8,53,3,3) B(-8,53,4,2) B(-8,53,5,2) B(-8,53,6,2) B(-8,54,-5,2) B(-8,54,-4,3) B(-8,54,-3,3) B(-8,54,-2,3) B(-8,54,-1,3) B(-8,54,0,3) B(-8,54,1,3) B(-8,54,2,2) B(-8,54,3,2) B(-8,55,-4,2) B(-8,55,-3,2) B(-8,55,-2,2) B(-8,55,-1,2) B(-8,55,0,2) B(-8,55,1,2) B(-7,36,-7,1) B(-7,36,8,1) B(-7,37,-7,1) B(-7,37,7,1) B(-7,37,8,1) B(-7,38,-7,1) B(-7,38,-6,1) B(-7,38,-5,1) B(-7,38,5,1) B(-7,38,6,1) B(-7,38,7,1) B(-7,38,8,1) B(-7,39,-7,1) B(-7,39,-6,1) B(-7,39,-5,1) B(-7,39,-4,1) B(-7,39,-3,1) B(-7,39,-1,1) B(-7,39,0,1) B(-7,39,1,1) B(-7,39,2,1) B(-7,39,3,1) B(-7,39,4,1) B(-7,39,5,1) B(-7,39,6,1) B(-7,39,7,1) B(-7,39,8,1) B(-7,40,-7,1) B(-7,40,-6,1) B(-7,40,-5,1) B(-7,40,-4,1) B(-7,40,-3,1) B(-7,40,-2,1) B(-7,40,-1,1) B(-7,40,0,1) B(-7,40,1,1) B(-7,40,2,1) B(-7,40,3,1) B(-7,40,4,1) B(-7,40,5,1) B(-7,40,6,1) B(-7,40,7,1) B(-7,40,8,1) B(-7,41,-7,1) B(-7,41,-6,1) B(-7,41,-5,1) B(-7,41,-4,1) B(-7,41,-3,1) B(-7,41,-2,1) B(-7,41,-1,1) B(-7,41,0,1) B(-7,41,1,1) B(-7,41,2,1) B(-7,41,3,1) B(-7,41,4,1) B(-7,41,5,1) B(-7,41,6,1) B(-7,41,7,1) B(-7,41,8,1) B(-7,42,-7,1) B(-7,42,-6,1) B(-7,42,-5,1) B(-7,42,-4,1) B(-7,42,-3,1) B(-7,42,-2,1) B(-7,42,-1,1) B(-7,42,0,1) B(-7,42,1,1) B(-7,42,2,1) B(-7,42,3,1) B(-7,42,4,1) B(-7,42,5,1) B(-7,42,6,1) B(-7,42,7,1) B(-7,42,8,1) B(-7,43,-7,1) B(-7,43,-6,1) B(-7,43,-5,1) B(-7,43,-4,1) B(-7,43,-3,1) B(-7,43,-2,1) B(-7,43,-1,1) B(-7,43,0,1) B(-7,43,1,1) B(-7,43,2,1) B(-7,43,3,1) B(-7,43,4,1) B(-7,43,5,1) B(-7,43,6,1) B(-7,43,7,1) B(-7,43,8,1) B(-7,44,-7,1) B(-7,44,-6,1) B(-7,44,-5,1) B(-7,44,-4,1) B(-7,44,-3,1) B(-7,44,-2,1) B(-7,44,-1,1) B(-7,44,0,1) B(-7,44,1,1) B(-7,44,2,1) B(-7,44,3,1) B(-7,44,4,1) B(-7,44,5,1) B(-7,44,6,1) B(-7,44,7,1) B(-7,44,8,1) B(-7,45,-7,1) B(-7,45,-6,1) B(-7,45,-5,1) B(-7,45,-4,1) B(-7,45,-3,1) B(-7,45,-2,1) B(-7,45,-1,1) B(-7,45,0,1) B(-7,45,1,1) B(-7,45,2,1) B(-7,45,3,1) B(-7,45,4,1) B(-7,45,5,1) B(-7,45,6,1) B(-7,45,7,1) B(-7,45,8,1) B(-7,46,-7,1) B(-7,46,-6,1) B(-7,46,-5,1) B(-7,46,-4,1) B(-7,46,-3,1) B(-7,46,-2,1) B(-7,46,-1,1) B(-7,46,0,1) B(-7,46,1,1) B(-7,46,2,1) B(-7,46,3,1) B(-7,46,4,1) B(-7,46,5,1) B(-7,46,6,1) B(-7,46,7,1) B(-7,46,8,1) B(-7,47,-7,1) B(-7,47,-6,1) B(-7,47,-5,1) B(-7,47,-4,1) B(-7,47,-3,1) B(-7,47,-2,1) B(-7,47,-1,1) B(-7,47,0,1) B(-7,47,1,1) B(-7,47,2,1) B(-7,47,3,1) B(-7,47,4,1) B(-7,47,5,1) B(-7,47,6,1) B(-7,47,7,1) B(-7,47,8,1) B(-7,48,-7,1) B(-7,48,-6,1) B(-7,48,-5,1) B(-7,48,-4,1) B(-7,48,-3,1) B(-7,48,-2,1) B(-7,48,-1,1) B(-7,48,0,1) B(-7,48,1,1) B(-7,48,2,1) B(-7,48,3,1) B(-7,48,4,1) B(-7,48,5,1) B(-7,48,6,1) B(-7,48,7,3) B(-7,48,8,3) B(-7,49,-7,1) B(-7,49,-6,1) B(-7,49,-5,1) B(-7,49,-4,1) B(-7,49,-3,1) B(-7,49,-2,1) B(-7,49,-1,1) B(-7,49,0,1) B(-7,49,1,1) B(-7,49,2,3) B(-7,49,3,3) B(-7,49,4,1) B(-7,49,5,1) B(-7,49,6,3) B(-7,49,7,3) B(-7,49,8,3) B(-7,50,-7,3) B(-7,50,-6,3) B(-7,50,-5,1) B(-7,50,-4,1) B(-7,50,-3,1) B(-7,50,-2,1) B(-7,50,-1,1) B(-7,50,0,1) B(-7,50,1,1) B(-7,50,2,3) B(-7,50,3,3) B(-7,50,4,3) B(-7,50,5,3) B(-7,50,6,3) B(-7,50,7,3) B(-7,50,8,3) B(-7,51,-7,3) B(-7,51,-6,3) B(-7,51,-5,3) B(-7,51,-4,3) B(-7,51,-3,3) B(-7,51,-2,1) B(-7,51,-1,1) B(-7,51,0,1) B(-7,51,1,3) B(-7,51,2,3) B(-7,51,3,3) B(-7,51,4,3) B(-7,51,5,3) B(-7,51,6,3) B(-7,51,7,2) B(-7,51,8,2) B(-7,52,-7,3) B(-7,52,-6,3) B(-7,52,-5,3) B(-7,52,-4,3) B(-7,52,-3,3) B(-7,52,-2,3) B(-7,52,-1,3) B(-7,52,0,3) B(-7,52,1,3) B(-7,52,2,2) B(-7,52,3,2) B(-7,52,4,3) B(-7,52,5,3) B(-7,52,6,2) B(-7,53,-7,2) B(-7,53,-6,2) B(-7,53,-5,3) B(-7,53,-4,3) B(-7,53,-3,3) B(-7,53,-2,3) B(-7,53,-1,3) B(-7,53,1,3) B(-7,53,4,2) B(-7,53,5,2) B(-7,54,-5,2) B(-7,54,-4,2) B(-7,54,-3,2) B(-7,54,-2,3) B(-7,54,-1,3) B(-7,54,0,3) B(-7,54,1,2) B(-7,55,-2,2) B(-7,55,-1,2) B(-7,55,0,2) B(-6,36,-7,1) B(-6,37,-7,1) B(-6,38,-7,1) B(-6,38,-6,1) B(-6,38,-5,1) B(-6,39,-7,1) B(-6,39,-6,1) B(-6,39,-5,1) B(-6,39,-4,1) B(-6,39,8,1) B(-6,40,-7,1) B(-6,40,-6,1) B(-6,40,-5,1) B(-6,40,-4,1) B(-6,40,-3,1) B(-6,40,-2,1) B(-6,40,-1,1) B(-6,40,0,1) B(-6,40,1,1) B(-6,40,2,1) B(-6,40,3,1) B(-6,40,4,1) B(-6,40,5,1) B(-6,40,6,1) B(-6,40,7,1) B(-6,40,8,1) B(-6,41,-7,1) B(-6,41,-6,1) B(-6,41,-5,1) B(-6,41,-4,1) B(-6,41,-3,1) B(-6,41,-2,1) B(-6,41,-1,1) B(-6,41,0,1) B(-6,41,1,1) B(-6,41,2,1) B(-6,41,3,1) B(-6,41,4,1) B(-6,41,5,1) B(-6,41,6,1) B(-6,41,7,1) B(-6,41,8,1) B(-6,42,-7,1) B(-6,42,-6,1) B(-6,42,-5,1) B(-6,42,-4,1) B(-6,42,-3,1) B(-6,42,-2,1) B(-6,42,-1,1) B(-6,42,0,1) B(-6,42,1,1) B(-6,42,2,1) B(-6,42,3,1) B(-6,42,4,1) B(-6,42,5,1) B(-6,42,6,1) B(-6,42,7,1) B(-6,42,8,1) B(-6,43,-7,1) B(-6,43,-6,1) B(-6,43,-5,1) B(-6,43,-4,1) B(-6,43,-3,1) B(-6,43,-2,1) B(-6,43,-1,1) B(-6,43,0,1) B(-6,43,1,1) B(-6,43,2,1) B(-6,43,3,1) B(-6,43,4,1) B(-6,43,5,1) B(-6,43,6,1) B(-6,43,7,1) B(-6,43,8,1) B(-6,44,-7,1) B(-6,44,-6,1) B(-6,44,-5,1) B(-6,44,-4,1) B(-6,44,-3,1) B(-6,44,-2,1) B(-6,44,-1,1) B(-6,44,0,1) B(-6,44,1,1) B(-6,44,2,1) B(-6,44,3,1) B(-6,44,4,1) B(-6,44,5,1) B(-6,44,6,1) B(-6,44,7,1) B(-6,44,8,1) B(-6,45,-7,1) B(-6,45,-6,1) B(-6,45,-5,1) B(-6,45,-4,1) B(-6,45,-3,1) B(-6,45,-2,1) B(-6,45,-1,1) B(-6,45,0,1) B(-6,45,1,1) B(-6,45,2,1) B(-6,45,3,1) B(-6,45,4,1) B(-6,45,5,1) B(-6,45,6,1) B(-6,45,7,1) B(-6,45,8,1) B(-6,46,-7,1) B(-6,46,-6,1) B(-6,46,-5,1) B(-6,46,-4,1) B(-6,46,-3,1) B(-6,46,-2,1) B(-6,46,-1,1) B(-6,46,0,1) B(-6,46,1,1) B(-6,46,2,1) B(-6,46,3,1) B(-6,46,4,1) B(-6,46,5,1) B(-6,46,6,1) B(-6,46,7,1) B(-6,46,8,1) B(-6,47,-7,1) B(-6,47,-6,1) B(-6,47,-5,1) B(-6,47,-4,1) B(-6,47,-3,1) B(-6,47,-2,1) B(-6,47,-1,1) B(-6,47,0,1) B(-6,47,1,1) B(-6,47,2,1) B(-6,47,3,1) B(-6,47,4,1) B(-6,47,5,1) B(-6,47,6,1) B(-6,47,7,3) B(-6,47,8,1) B(-6,48,-7,1) B(-6,48,-6,1) B(-6,48,-5,1) B(-6,48,-4,1) B(-6,48,-3,1) B(-6,48,-2,1) B(-6,48,-1,1) B(-6,48,0,1) B(-6,48,1,1) B(-6,48,2,1) B(-6,48,3,1) B(-6,48,4,1) B(-6,48,5,1) B(-6,48,6,3) B(-6,48,7,3) B(-6,48,8,3) B(-6,49,-7,1) B(-6,49,-6,1) B(-6,49,-5,1) B(-6,49,-4,1) B(-6,49,-3,1) B(-6,49,-2,1) B(-6,49,-1,1) B(-6,49,0,1) B(-6,49,1,1) B(-6,49,2,3) B(-6,49,3,1) B(-6,49,4,3) B(-6,49,5,3) B(-6,49,6,3) B(-6,49,7,3) B(-6,49,8,3) B(-6,50,-7,3) B(-6,50,-6,3) B(-6,50,-5,1) B(-6,50,-4,1) B(-6,50,-3,1) B(-6,50,-2,1) B(-6,50,-1,1) B(-6,50,0,1) B(-6,50,1,3) B(-6,50,2,3) B(-6,50,3,1) B(-6,50,4,3) B(-6,50,5,3) B(-6,50,6,3) B(-6,50,7,2) B(-6,50,8,3) B(-6,51,-7,3) B(-6,51,-6,3) B(-6,51,-5,3) B(-6,51,-4,3) B(-6,51,-3,3) B(-6,51,-2,3) B(-6,51,-1,3) B(-6,51,0,3) B(-6,51,1,3) B(-6,51,2,3) B(-6,51,3,3) B(-6,51,4,3) B(-6,51,5,3) B(-6,51,6,2) B(-6,51,8,2) B(-6,52,-7,3) B(-6,52,-6,3) B(-6,52,-5,3) B(-6,52,-4,3) B(-6,52,-3,3) B(-6,52,-2,3) B(-6,52,-1,3) B(-6,52,0,3) B(-6,52,1,3) B(-6,52,2,2) B(-6,52,3,3) B(-6,52,4,2) B(-6,52,5,2) B(-6,53,-7,2) B(-6,53,-6,2) B(-6,53,-5,3) B(-6,53,-4,3) B(-6,53,-3,3) B(-6,53,-2,3) B(-6,53,-1,3) B(-6,53,0,3) B(-6,53,1,2) B(-6,53,3,3) B(-6,54,-5,2) B(-6,54,-4,2) B(-6,54,-3,2) B(-6,54,-2,2) B(-6,54,-1,2) B(-6,54,0,2) B(-6,54,3,2) B(-5,37,-7,1) B(-5,38,-7,1) B(-5,38,-6,1) B(-5,39,-7,1) B(-5,39,-6,1) B(-5,39,-5,1) B(-5,40,-7,1) B(-5,40,-6,1) B(-5,40,-5,1) B(-5,40,-4,1) B(-5,40,-3,1) B(-5,40,-2,1) B(-5,40,-1,1) B(-5,41,-7,1) B(-5,41,-6,1) B(-5,41,-5,1) B(-5,41,-4,1) B(-5,41,-3,1) B(-5,41,-2,1) B(-5,41,-1,1) B(-5,41,0,1) B(-5,41,1,1) B(-5,41,2,1) B(-5,41,3,1) B(-5,41,4,1) B(-5,41,5,1) B(-5,41,6,1) B(-5,41,7,1) B(-5,41,8,1) B(-5,42,-7,1) B(-5,42,-6,1) B(-5,42,-5,1) B(-5,42,-4,1) B(-5,42,-3,1) B(-5,42,-2,1) B(-5,42,-1,1) B(-5,42,0,1) B(-5,42,1,1) B(-5,42,2,1) B(-5,42,3,1) B(-5,42,4,1) B(-5,42,5,1) B(-5,42,6,1) B(-5,42,7,1) B(-5,42,8,1) B(-5,43,-7,1) B(-5,43,-6,1) B(-5,43,-5,1) B(-5,43,-4,1) B(-5,43,-3,1) B(-5,43,-2,1) B(-5,43,-1,1) B(-5,43,0,1) B(-5,43,1,1) B(-5,43,2,1) B(-5,43,3,1) B(-5,43,4,1) B(-5,43,5,1) B(-5,43,6,1) B(-5,43,7,1) B(-5,43,8,1) B(-5,44,-7,1) B(-5,44,-6,1) B(-5,44,-5,1) B(-5,44,-4,1) B(-5,44,-3,1) B(-5,44,-2,1) B(-5,44,-1,1) B(-5,44,0,1) B(-5,44,1,1) B(-5,44,2,1) B(-5,44,3,1) B(-5,44,4,1) B(-5,44,5,1) B(-5,44,6,1) B(-5,44,7,3) B(-5,44,8,3) B(-5,45,-7,1) B(-5,45,-6,1) B(-5,45,-5,1) B(-5,45,-4,1) B(-5,45,-3,1) B(-5,45,-2,1) B(-5,45,-1,1) B(-5,45,0,1) B(-5,45,1,1) B(-5,45,2,1) B(-5,45,3,1) B(-5,45,4,1) B(-5,45,5,1) B(-5,45,6,3) B(-5,45,7,3) B(-5,45,8,3) B(-5,46,-7,1) B(-5,46,-6,1) B(-5,46,-5,1) B(-5,46,-4,1) B(-5,46,-3,1) B(-5,46,-2,1) B(-5,46,-1,1) B(-5,46,0,1) B(-5,46,1,1) B(-5,46,2,1) B(-5,46,3,1) B(-5,46,4,1) B(-5,46,5,1) B(-5,46,6,3) B(-5,46,7,3) B(-5,46,8,3) B(-5,47,-7,1) B(-5,47,-6,1) B(-5,47,-5,1) B(-5,47,-4,1) B(-5,47,-3,1) B(-5,47,-2,1) B(-5,47,-1,1) B(-5,47,0,1) B(-5,47,1,1) B(-5,47,2,1) B(-5,47,3,1) B(-5,47,4,1) B(-5,47,5,1) B(-5,47,6,3) B(-5,47,7,2) B(-5,47,8,2) B(-5,48,-7,1) B(-5,48,-6,1) B(-5,48,-5,1) B(-5,48,-4,1) B(-5,48,-3,1) B(-5,48,-2,1) B(-5,48,-1,1) B(-5,48,0,1) B(-5,48,1,1) B(-5,48,2,1) B(-5,48,3,1) B(-5,48,4,3) B(-5,48,5,3) B(-5,48,6,2) B(-5,49,-7,1) B(-5,49,-6,1) B(-5,49,-5,1) B(-5,49,-4,1) B(-5,49,-3,1) B(-5,49,-2,1) B(-5,49,-1,1) B(-5,49,0,1) B(-5,49,1,3) B(-5,49,2,1) B(-5,49,3,3) B(-5,49,4,3) B(-5,49,5,3) B(-5,50,-7,3) B(-5,50,-6,3) B(-5,50,-5,3) B(-5,50,-4,3) B(-5,50,-3,3) B(-5,50,-2,3) B(-5,50,-1,3) B(-5,50,0,3) B(-5,50,1,3) B(-5,50,2,3) B(-5,50,3,3) B(-5,50,4,3) B(-5,50,5,3) B(-5,51,-7,3) B(-5,51,-6,3) B(-5,51,-5,3) B(-5,51,-4,3) B(-5,51,-3,3) B(-5,51,-2,3) B(-5,51,-1,3) B(-5,51,0,3) B(-5,51,1,3) B(-5,51,2,3) B(-5,51,3,3) B(-5,51,4,2) B(-5,51,5,2) B(-5,52,-7,3) B(-5,52,-6,3) B(-5,52,-5,3) B(-5,52,-4,3) B(-5,52,-3,3) B(-5,52,-2,3) B(-5,52,-1,3) B(-5,52,0,3) B(-5,52,1,2) B(-5,52,2,3) B(-5,52,3,2) B(-5,53,-7,2) B(-5,53,-6,2) B(-5,53,-5,2) B(-5,53,-4,2) B(-5,53,-3,2) B(-5,53,-2,2) B(-5,53,-1,2) B(-5,53,0,2) B(-5,53,2,2) B(-4,38,-7,1) B(-4,39,-7,1) B(-4,39,-6,1) B(-4,39,-5,1) B(-4,40,-7,1) B(-4,40,-6,1) B(-4,40,-5,1) B(-4,40,-4,1) B(-4,41,-7,1) B(-4,41,-6,1) B(-4,41,-5,1) B(-4,41,-4,1) B(-4,41,-3,1) B(-4,41,-2,1) B(-4,41,-1,1) B(-4,41,0,1) B(-4,41,1,1) B(-4,41,2,1) B(-4,41,3,1) B(-4,42,-7,1) B(-4,42,-6,1) B(-4,42,-5,1) B(-4,42,-4,1) B(-4,42,-3,1) B(-4,42,-2,1) B(-4,42,-1,1) B(-4,42,0,1) B(-4,42,1,1) B(-4,42,2,1) B(-4,42,3,1) B(-4,43,-7,1) B(-4,43,-6,1) B(-4,43,-5,1) B(-4,43,-4,1) B(-4,43,-3,1) B(-4,43,-2,1) B(-4,43,-1,1) B(-4,43,0,1) B(-4,43,1,1) B(-4,43,2,1) B(-4,43,3,1) B(-4,43,4,1) B(-4,44,-7,1) B(-4,44,-6,1) B(-4,44,-5,1) B(-4,44,-4,1) B(-4,44,-3,1) B(-4,44,-2,1) B(-4,44,-1,1) B(-4,44,0,1) B(-4,44,1,1) B(-4,44,2,1) B(-4,44,3,1) B(-4,44,4,1) B(-4,44,5,1) B(-4,45,-7,1) B(-4,45,-6,1) B(-4,45,-5,1) B(-4,45,-4,1) B(-4,45,-3,1) B(-4,45,-2,1) B(-4,45,-1,1) B(-4,45,0,1) B(-4,45,1,1) B(-4,45,2,1) B(-4,45,3,1) B(-4,45,4,1) B(-4,45,5,1) B(-4,46,-7,1) B(-4,46,-6,1) B(-4,46,-5,1) B(-4,46,-4,1) B(-4,46,-3,1) B(-4,46,-2,1) B(-4,46,-1,1) B(-4,46,0,1) B(-4,46,1,1) B(-4,46,2,1) B(-4,46,3,1) B(-4,46,4,1) B(-4,46,5,1) B(-4,47,-7,1) B(-4,47,-6,1) B(-4,47,-5,1) B(-4,47,-4,1) B(-4,47,-3,1) B(-4,47,-2,1) B(-4,47,-1,1) B(-4,47,0,1) B(-4,47,1,1) B(-4,47,2,1) B(-4,47,3,1) B(-4,47,4,1) B(-4,47,5,3) B(-4,48,-7,1) B(-4,48,-6,1) B(-4,48,-5,1) B(-4,48,-4,1) B(-4,48,-3,1) B(-4,48,-2,1) B(-4,48,-1,1) B(-4,48,0,1) B(-4,48,1,3) B(-4,48,2,3) B(-4,48,3,3) B(-4,48,4,3) B(-4,48,5,3) B(-4,49,-7,3) B(-4,49,-6,3) B(-4,49,-5,1) B(-4,49,-4,1) B(-4,49,-3,1) B(-4,49,-2,3) B(-4,49,-1,3) B(-4,49,0,3) B(-4,49,1,3) B(-4,49,2,3) B(-4,49,3,3) B(-4,49,4,3) B(-4,49,5,3) B(-4,50,-7,3) B(-4,50,-6,3) B(-4,50,-5,3) B(-4,50,-4,3) B(-4,50,-3,3) B(-4,50,-2,3) B(-4,50,-1,3) B(-4,50,0,3) B(-4,50,1,3) B(-4,50,2,3) B(-4,50,3,3) B(-4,50,4,3) B(-4,50,5,2) B(-4,51,-7,3) B(-4,51,-6,3) B(-4,51,-5,3) B(-4,51,-4,3) B(-4,51,-3,3) B(-4,51,-2,3) B(-4,51,-1,3) B(-4,51,0,3) B(-4,51,1,2) B(-4,51,2,2) B(-4,51,3,2) B(-4,51,4,2) B(-4,52,-7,2) B(-4,52,-6,2) B(-4,52,-5,3) B(-4,52,-4,3) B(-4,52,-3,3) B(-4,52,-2,2) B(-4,52,-1,2) B(-4,52,0,2) B(-4,53,-5,2) B(-4,53,-4,2) B(-4,53,-3,2) B(-3,38,-7,1) B(-3,39,-7,1) B(-3,39,-6,1) B(-3,39,-5,1) B(-3,40,-7,1) B(-3,40,-6,1) B(-3,40,-5,1) B(-3,41,-7,1) B(-3,41,-6,1) B(-3,41,-5,1) B(-3,41,-4,1) B(-3,42,-7,1) B(-3,42,-6,1) B(-3,42,-5,1) B(-3,42,-4,1) B(-3,42,-3,1) B(-3,42,-2,1) B(-3,42,-1,1) B(-3,42,0,1) B(-3,42,1,1) B(-3,42,2,1) B(-3,43,-7,1) B(-3,43,-6,1) B(-3,43,-5,1) B(-3,43,-4,1) B(-3,43,-3,1) B(-3,43,-2,1) B(-3,43,-1,1) B(-3,43,0,1) B(-3,43,1,1) B(-3,43,2,1) B(-3,43,3,1) B(-3,44,-7,1) B(-3,44,-6,1) B(-3,44,-5,1) B(-3,44,-4,1) B(-3,44,-3,1) B(-3,44,-2,1) B(-3,44,-1,1) B(-3,44,0,1) B(-3,44,1,1) B(-3,44,2,1) B(-3,44,3,1) B(-3,45,-7,1) B(-3,45,-6,1) B(-3,45,-5,1) B(-3,45,-4,1) B(-3,45,-3,1) B(-3,45,-2,1) B(-3,45,-1,1) B(-3,45,0,1) B(-3,45,1,1) B(-3,45,2,1) B(-3,45,3,1) B(-3,46,-7,1) B(-3,46,-6,1) B(-3,46,-5,1) B(-3,46,-4,1) B(-3,46,-3,1) B(-3,46,-2,1) B(-3,46,-1,1) B(-3,46,0,1) B(-3,46,1,1) B(-3,46,2,1) B(-3,46,3,1) B(-3,46,4,3) B(-3,47,-7,3) B(-3,47,-6,3) B(-3,47,-5,1) B(-3,47,-4,1) B(-3,47,-3,1) B(-3,47,-2,1) B(-3,47,-1,1) B(-3,47,0,1) B(-3,47,1,1) B(-3,47,2,1) B(-3,47,3,1) B(-3,47,4,3) B(-3,48,-7,3) B(-3,48,-6,3) B(-3,48,-5,3) B(-3,48,-4,3) B(-3,48,-3,3) B(-3,48,-2,3) B(-3,48,-1,3) B(-3,48,0,3) B(-3,48,1,3) B(-3,48,2,3) B(-3,48,3,3) B(-3,48,4,3) B(-3,49,-7,3) B(-3,49,-6,3) B(-3,49,-5,3) B(-3,49,-4,3) B(-3,49,-3,3) B(-3,49,-2,3) B(-3,49,-1,3) B(-3,49,0,3) B(-3,49,1,3) B(-3,49,2,3) B(-3,49,3,3) B(-3,49,4,2) B(-3,50,-7,2) B(-3,50,-6,2) B(-3,50,-5,3) B(-3,50,-4,3) B(-3,50,-3,3) B(-3,50,-2,3) B(-3,50,-1,3) B(-3,50,0,3) B(-3,50,1,3) B(-3,50,2,3) B(-3,50,3,3) B(-3,51,-5,2) B(-3,51,-4,2) B(-3,51,-3,2) B(-3,51,-2,2) B(-3,51,-1,2) B(-3,51,0,2) B(-3,51,1,2) B(-3,51,2,2) B(-3,51,3,2) B(-2,38,-7,1) B(-2,39,-7,1) B(-2,39,-6,1) B(-2,40,-7,1) B(-2,40,-6,1) B(-2,41,-7,1) B(-2,41,-6,1) B(-2,41,-5,1) B(-2,42,-7,1) B(-2,42,-6,1) B(-2,42,-5,1) B(-2,42,-4,1) B(-2,43,-7,1) B(-2,43,-6,1) B(-2,43,-5,1) B(-2,43,-4,1) B(-2,43,-3,1) B(-2,43,-2,1) B(-2,44,-7,1) B(-2,44,-6,1) B(-2,44,-5,1) B(-2,44,-4,1) B(-2,44,-3,1) B(-2,44,-2,1) B(-2,44,-1,1) B(-2,44,0,1) B(-2,44,1,1) B(-2,45,-7,1) B(-2,45,-6,1) B(-2,45,-5,1) B(-2,45,-4,1) B(-2,45,-3,1) B(-2,45,-2,1) B(-2,45,-1,1) B(-2,45,0,1) B(-2,45,1,1) B(-2,45,2,1) B(-2,46,-7,1) B(-2,46,-6,1) B(-2,46,-5,1) B(-2,46,-4,1) B(-2,46,-3,1) B(-2,46,-2,1) B(-2,46,-1,1) B(-2,46,0,1) B(-2,46,1,1) B(-2,46,2,3) B(-2,46,3,3) B(-2,47,-7,3) B(-2,47,-6,3) B(-2,47,-5,3) B(-2,47,-4,3) B(-2,47,-3,3) B(-2,47,-2,3) B(-2,47,-1,3) B(-2,47,0,3) B(-2,47,1,3) B(-2,47,2,3) B(-2,47,3,3) B(-2,48,-7,3) B(-2,48,-6,3) B(-2,48,-5,3) B(-2,48,-4,3) B(-2,48,-3,3) B(-2,48,-2,3) B(-2,48,-1,3) B(-2,48,0,3) B(-2,48,1,3) B(-2,48,2,3) B(-2,48,3,2) B(-2,49,-7,3) B(-2,49,-6,3) B(-2,49,-5,3) B(-2,49,-4,3) B(-2,49,-3,3) B(-2,49,-2,3) B(-2,49,-1,3) B(-2,49,0,3) B(-2,49,1,3) B(-2,49,2,2) B(-2,50,-7,2) B(-2,50,-6,2) B(-2,50,-5,2) B(-2,50,-4,2) B(-2,50,-3,2) B(-2,50,-2,2) B(-2,50,-1,2) B(-2,50,0,2) B(-2,50,1,2) B(-1,39,-7,1) B(-1,40,-7,1) B(-1,41,-7,1) B(-1,42,-7,1) B(-1,42,-6,1) B(-1,43,-7,1) B(-1,43,-6,1) B(-1,44,-7,1) B(-1,44,-6,1) B(-1,44,-5,1) B(-1,45,-7,1) B(-1,45,-6,1) B(-1,45,-5,1) B(-1,45,-4,1) B(-1,45,-3,3) B(-1,46,-7,3) B(-1,46,-6,3) B(-1,46,-5,3) B(-1,46,-4,3) B(-1,46,-3,3) B(-1,46,-2,3) B(-1,46,-1,3) B(-1,46,0,3) B(-1,47,-7,3) B(-1,47,-6,3) B(-1,47,-5,3) B(-1,47,-4,3) B(-1,47,-3,3) B(-1,47,-2,3) B(-1,47,-1,3) B(-1,47,0,3) B(-1,47,1,3) B(-1,48,-7,3) B(-1,48,-6,3) B(-1,48,-5,3) B(-1,48,-4,3) B(-1,48,-3,2) B(-1,48,-2,2) B(-1,48,-1,2) B(-1,48,0,2) B(-1,48,1,2) B(-1,49,-7,2) B(-1,49,-6,2) B(-1,49,-5,2) B(-1,49,-4,2) B(0,40,-7,1) B(0,41,-7,1) B(0,42,-7,1) B(0,43,-7,1) B(0,44,-7,3) B(0,45,-7,3) B(0,46,-7,3) B(0,47,-7,2) # ####################################################################### # +-----------------------------------------------------------------+ # # | BO3 checks | # # +-----------------------------------------------------------------+ # ####################################################################### # Require a condition at a certain location in order for the BO3 to be spawned. # BlockCheck(x,y,z,BlockName[,BlockName[,...]]) - one of the blocks must be at the location # BlockCheckNot(x,y,z,BlockName[,BlockName[,...]]) - all the blocks must not be at the location # LightCheck(x,y,z,minLightLevel,maxLightLevel) - light must be between min and max (inclusive) # You can use "Solid" as a BlockName for matching all solid blocks or "All" to match all blocks that aren't air. # Examples: # BlockCheck(0,-1,0,GRASS,DIRT,biomesoplenty:grass:0,biomesoplenty:grass:1,biomesoplenty:grass:2,biomesoplenty:grass:3,biomesoplenty:grass:4,biomesoplenty:grass:5,biomesoplenty:grass:6,biomesoplenty:grass:7,biomesoplenty:dirt:0,biomesoplenty:dirt:1,biomesoplenty:dirt:2,biomesoplenty:dirt:3,biomesoplenty:dirt:4,biomesoplenty:dirt:5,biomesoplenty:dirt:6,biomesoplenty:dirt:7,biomesoplenty:dirt:8,biomesoplenty:dirt:9,biomesoplenty:dirt:10,biomesoplenty:dried_sand:0,biomesoplenty:hard_ice:0,biomesoplenty:white_sand:0,biomesoplenty:white_sandstone:0,biomesoplenty:mud:0,biomesoplenty:ash_block:0) Require grass or dirt just below the object # BlockCheck(0,-1,0,Solid) Require any solid block just below the object # BlockCheck(0,-1,0,WOOL) Require any type of wool just below the object # BlockCheck(0,-1,0,WOOL:0) Require white wool just below the object # BlockCheckNot(0,0,0,WOOL:0) Require that there is no white wool below the object # LightCheck(0,0,0,0,1) Require almost complete darkness just below the object ####################################################################### # +-----------------------------------------------------------------+ # # | Branches | # # +-----------------------------------------------------------------+ # ####################################################################### # Branches are objects that will spawn when this object spawns when it is used in # the CustomStructure resource. Branches can also have branches, making complex # structures possible. See the wiki for more details. # Regular Branches spawn each branch with an independent chance of spawning. # Branch(x,y,z,branchName,rotation,chance[,anotherBranchName,rotation,chance[,...]][IndividualChance]) # branchName - name of the object to spawn. # rotation - NORTH, SOUTH, EAST or WEST. # IndividualChance - The chance each branch has to spawn, assumed to be 100 when left blank # WBR(x,y,z,branchName,rotation,chance[,anotherBranchName,rotation,chance[,...]][MaxChanceOutOf]) # MaxChanceOutOf - The chance all branches have to spawn out of, assumed to be 100 when left blank Branch(16,0,0,hugearchC2R2,NORTH,100)