Add new minecraft mod configuration files
This commit is contained in:
parent
544036d4e4
commit
b17ac84693
62 changed files with 2183 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
|
||||
[The_Nether]
|
||||
#
|
||||
#Is the list of biomes a blacklist or whitelist?
|
||||
#When this list is a blacklist, the values in the list will not be in world generation.
|
||||
#When this list is a whitelist, Adding a biome several times gives it more weight in generation and it must contain at least 1 value.
|
||||
#When set to true, datapack biomes will work automatically! When set to false, you will need to manually add datapack entries.
|
||||
#Default: true
|
||||
isBlacklistNether = true
|
||||
#
|
||||
#This works as a whitelist or blacklist depending on the "isBlacklistNether" value.
|
||||
#NO SPACES AFTER COMMAS!
|
||||
#Default: ""
|
||||
BlacklistNether = ""
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue