Skip to content

Instantly share code, notes, and snippets.

@SevereOverfl0w
Created August 12, 2015 17:19
Show Gist options
  • Save SevereOverfl0w/2d5f906d9e723e981c4a to your computer and use it in GitHub Desktop.
Save SevereOverfl0w/2d5f906d9e723e981c4a to your computer and use it in GitHub Desktop.
67 {
# Specify the generating block name of this vein.
S:block=NetherOres:arsmagica2:vinteumOre
# Specify the generating block metadata of this vein. [range: 0 ~ 15, default: 0]
I:blockMetadata=4
# Specify the generating block count limit of this vein. [range: 1 ~ 500, default: 1]
I:genBlockCount=10
# Specify the generating weight of this vein. [range: 1 ~ 100, default: 1]
I:genWeight=7
# Specify the generating rate of this vein. [range: 1 ~ 100, default: 100]
I:genRate=10
# Specify the generating minimum height of this vein. [range: 0 ~ 254, default: 0]
I:genMinHeight=0
# Specify the generating maximum height of this vein. [range: 1 ~ 255, default: 255]
I:genMaxHeight=255
# Specify the generating target block name of this vein. [default: minecraft:stone]
S:genTargetBlock=minecraft:netherrack
# Specify the generating target block metadata of this vein. [range: 0 ~ 15, default: 0]
I:genTargetBlockMetadata=0
# Specify the generating biomes of this vein.
I:genBiomes <
8
>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment