|
|
@ -37,7 +37,7 @@ Deposit { |
|
|
|
# The higher the value, the rarer the deposit will be. |
|
|
|
# The higher the value, the rarer the deposit will be. |
|
|
|
# Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. |
|
|
|
# Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. |
|
|
|
# [range: 0 ~ 256000, default: 3640] |
|
|
|
# [range: 0 ~ 256000, default: 3640] |
|
|
|
I:rarity=200 |
|
|
|
I:rarity=500 |
|
|
|
|
|
|
|
|
|
|
|
# List of blocks that can be replaced with this ore. |
|
|
|
# List of blocks that can be replaced with this ore. |
|
|
|
S:replaceableBlocks < |
|
|
|
S:replaceableBlocks < |
|
|
@ -77,7 +77,6 @@ Deposit { |
|
|
|
> |
|
|
|
> |
|
|
|
S:whiteList < |
|
|
|
S:whiteList < |
|
|
|
#forge:is_water |
|
|
|
#forge:is_water |
|
|
|
#forge:is_wet |
|
|
|
|
|
|
|
> |
|
|
|
> |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -117,10 +116,10 @@ Deposit { |
|
|
|
|
|
|
|
|
|
|
|
Size { |
|
|
|
Size { |
|
|
|
# [range: 1 ~ 256000, default: 600] |
|
|
|
# [range: 1 ~ 256000, default: 600] |
|
|
|
I:max=1000 |
|
|
|
I:max=1200 |
|
|
|
|
|
|
|
|
|
|
|
# [range: 1 ~ 256000, default: 300] |
|
|
|
# [range: 1 ~ 256000, default: 300] |
|
|
|
I:min=200 |
|
|
|
I:min=250 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
########################################################################################################## |
|
|
|
########################################################################################################## |
|
|
|