Quark Oddities

Quark Oddities

22M Downloads

How to specify pirate ship dimensions?

DMahalko opened this issue · 1 comments

commented

I can't figure out how to have pirate ships spawn into multiple dimensions. What is the configuration syntax? (I want them in 0 and 2)

"pirate ships" {
    # Disables the pirate mob and generator, only adds the hat
    B:"Only hat"=false

    # Given this value as X, 1 ship will spawn in X ocean biome chunks
    I:"Pirate Ship Rarity"=400

    dimensions {
        #  [default: [0]]
        S:Dimensions <
            0
         >

        #  [default: false]
        B:"Is Blacklist"=false
    }
commented