Fix dimension settings
This commit is contained in:
parent
53155cc866
commit
1fbd10471f
2 changed files with 2 additions and 3 deletions
|
@ -49,7 +49,7 @@ mod_name=Thresholds
|
||||||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||||
mod_license=GPLv3
|
mod_license=GPLv3
|
||||||
# The mod version. See https://semver.org/
|
# The mod version. See https://semver.org/
|
||||||
mod_version=1.4.011524.2235
|
mod_version=1.4.011524.2246
|
||||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||||
# This should match the base package used for the mod sources.
|
# This should match the base package used for the mod sources.
|
||||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
"type": "minecraft:noise",
|
"type": "minecraft:noise",
|
||||||
"settings": "otemod:threshold",
|
"settings": "otemod:threshold",
|
||||||
"biome_source": {
|
"biome_source": {
|
||||||
"type": "minecraft:multi_noise",
|
"type": "minecraft:the_end"
|
||||||
"biomes": []
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue