Added World Type
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
CosmoOrSth
2025-07-28 22:46:19 +05:30
parent e28a539d90
commit 444bc17746
4 changed files with 24 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs=-Xmx6G
org.gradle.parallel=true
# Fabric Properties

View File

@@ -0,0 +1,5 @@
{
"generator.scorched_earth.scorched_earth_preset": "Scorched Earth"
}

View File

@@ -0,0 +1,3 @@
{
"values": ["scorched_earth:scorched_earth_preset"]
}

View File

@@ -0,0 +1,15 @@
{
"dimensions": {
"minecraft:overworld": {
"type": "minecraft:overworld",
"generator": {
"type": "minecraft:noise",
"biome_source": {
"type": "minecraft:multi_noise",
"preset": "minecraft:overworld"
},
"settings": "minecraft:overworld"
}
}
}
}