自訂(Custom)是一種世界類型,允許玩家變更主世界、地獄和終界的生成設定並新增維度,可以透過修改在世界選項介面中匯出的JSON檔案來實現。
訪問[]
自訂世界生成需使用JSON檔案進行,建立世界時可以匯入這些檔案。玩家也可以隨時從已有世界中匯出這些JSON檔案。
在建立世界選單中,進入「更多選項」介面,然後點擊「匯入世界」按鈕,然後選擇用於自訂世界生成的JSON檔案。如果JSON檔案中包含有非預設的生成設定,那麼此時會彈出一個警告彈窗,警告該功能目前還處於實驗性階段;點擊「是」以繼續。接著,你會發現地圖設定介面中世界類型變成了不可變更的「自訂」。
訪問自行加入的維度的唯一方法是透過指令,比如/execute in <維度名稱> run tp @s ~ ~ ~
,這會將玩家傳送到指定的維度(見§JSON格式)。
JSON格式[]
自訂世界的檔案儲存格式如下:
- 根標籤
- bonus_chest(布林值):決定該世界是否會生成獎勵箱(等同於「獎勵箱」選項)。
- generate_features(布林值):決定該世界是否會自然生成結構。(等同於建立世界時的「生成結構」選項)
- seed(整數):該世界的種子(數字)。
- legacy_custom_options(字串):自訂世界的預設值,用來生成舊的自訂世界。只存在於舊的自訂世界中。
- dimensions:此世界中維度的列表,鍵為維度的命名空間ID。玩家會以
minecraft:overworld
(主世界)作為遊戲的起點。如果沒有定義minecraft:overworld
,所有自訂維度設定都會被重設並重新生成預設的主世界。如果沒有定義minecraft:the_nether
(地獄)或minecraft:the_end
(終界)維度,那麼地獄傳送門和終界傳送門仍然可以被正常建立,但無法傳送任何實體。- 一個維度。世界正常運轉必須要有維度
minecraft:overworld
、minecraft:the_nether
和minecraft:the_end
。自訂維度允許任何其他的命名空間ID。
- 一個維度。世界正常運轉必須要有維度
生成器類型[]
- 根標籤
- type:生成器的ID。可以為
noise
、flat
或debug
。- 當 type是
minecraft:noise
時,附加參數如下:
- 當 type是
- settings:地形生成器中使用的雜訊設定。可以為一個雜訊設定ID或一個雜訊設定對象。
- biome_source:設定要生成的生態域及其形態。
- type:生態域生成類型。可以為
minecraft:vanilla_layered
、minecraft:fixed
、minecraft:checkerboard
、minecraft:multi_noise
和minecraft:the_end
。- 如果
type
為multi_noise(用於地獄和21w37a之後版本的主世界),附加的參數如下:
- 如果
- preset:(與 biomes互斥)要使用的一組生態域原版預設。可以是
nether
或overworld
- biomes:(與 preset互斥)(不能為空)生態域列表,包括其目標雜訊參數。
- :一個生態域及其屬性。
- 如果
type
為the_end(原版中終界的生態域生成方式。以生態域minecraft:the_end
(終界)為中心,周圍環繞著其他生態域),沒有附加參數。 - 如果
type
為fixed(單一生態域。),附加的參數如下:
- biome:生成的單一生態域的ID。
- 如果
type
為checkerboard(每個生態域單元呈正方形或近似正方形,並沿對角線重複排列),附加的參數如下:
- 如果
- biomes:沿著對角線重複的生態域列表。可以為一個生態域ID或一個生態域標籤,或者一個生態域ID的列表。
- scale:(可選,預設為2)在指數尺度上確定正方形的大小。取值範圍為0到62的閉區間。
- type:生態域生成類型。可以為
- settings:超平坦設定。
- 超平坦生成器設定
- type:生成器的ID。可以為
預設值[]
雜訊生成器預設預設值[]
以下是由minecraft:noise
生成器可用的6種預設使用的選項。
屬性 | minecraft:overworld
|
minecraft:amplified
|
minecraft:nether
|
minecraft:caves
|
minecraft:end
|
minecraft:floating_islands
| ||
---|---|---|---|---|---|---|---|---|
bedrock_roof_position
|
-10 | 0 | -10 | |||||
bedrock_floor_position
|
0 | 0 | -10 | |||||
sea_level
|
63 | 32 | 0 | |||||
disable_mob_generation
|
false | false | true | false | ||||
default_block
|
minecraft:stone
|
minecraft:netherrack
|
minecraft:stone
|
minecraft:end_stone
|
minecraft:stone
| |||
default_fluid
|
minecraft:water
|
minecraft:lava
|
minecraft:water
|
minecraft:air
|
minecraft:water
| |||
structures
|
stronghold
|
distance
|
32 | Tag not included | Tag not included | |||
count
|
1 | |||||||
spread
|
3 | |||||||
structures
|
See below | |||||||
noise
|
top_slide
|
target
|
-10 | 120 | -3000 | |||
size
|
3 | 3 | 64 | |||||
offset
|
0 | 0 | -46 | |||||
bottom_slide
|
target
|
-30 | 320 | -30 | ||||
size
|
0 | 4 | 7 | |||||
offset
|
0 | -1 | 1 | |||||
sampling
|
xz_scale
|
0.9999999814507745 | 1 | 2 | ||||
xz_factor
|
80 | 80 | 80 | |||||
y_scale
|
0.9999999814507745 | 3 | 1 | |||||
y_factor
|
160 | 60 | 160 | |||||
size_vertical
|
2 | 2 | 1 | |||||
size_horizontal
|
1 | 1 | 2 | |||||
height
|
256 | 128 | 128 | |||||
density_factor
|
1 | 0 | 0 | |||||
density_offset
|
-0.46875 | 0.019921875 | 0 | |||||
random_density_offset
|
true | false | false | |||||
simplex_surface_noise
|
true | false | true | |||||
island_noise_override
|
false | false | true | false | ||||
amplified
|
false | true | false | false |
結構預設值[]
這些是所有有命名空間的結構的預設值。每個預設為所有這些結構使用相同值,除了minecraft:ruined_portal
。
結構 | 間距 | 分佈 | 鹽值 | |
---|---|---|---|---|
village
|
32 | 8 | 10387312 | |
desert_pyramid
|
32 | 8 | 14357617 | |
igloo
|
32 | 8 | 14357618 | |
jungle_pyramid
|
32 | 8 | 14357619 | |
swamp_hut
|
32 | 8 | 14357620 | |
pillager_outpost
|
32 | 8 | 165745296 | |
stronghold [注 1]
|
1 | 0 | 0 | |
monument
|
32 | 5 | 10387313 | |
endcity
|
20 | 11 | 10387313 | |
mansion
|
80 | 20 | 10387319 | |
buried_treasure [注 2]
|
1 | 0 | 0 | |
mineshaft [注 2]
|
1 | 0 | 0 | |
ruined_portal
|
nether and caves
|
25 | 10 | 34222645 |
所有其他預設 | 40 | 15 | 34222645 | |
shipwreck
|
24 | 4 | 165745295 | |
ocean_ruin
|
20 | 8 | 14357621 | |
bastion_remnant
|
27 | 4 | 30084232 | |
fortress
|
27 | 4 | 30084232 | |
nether_fossil
|
2 | 1 | 14357921 |
生態域參數預設值[]
這些是multi_noise
biome_source
中的每個生態域使用的預設值。不過,雖然說只有地獄生態域的值可以透過預設值訪問,但一些主世界生態域也有預設值。
生態域 | 溫度 | 濕度 | 高度 | 怪異度 | 偏移 |
---|---|---|---|---|---|
badlands
|
-0.25 | -0.5 | 0.5 | 0.2 | 1 |
badlands_plateau
|
-0.25 | -0.5 | 0.65 | 0.2 | 1 |
bamboo_jungle
|
0.5 | 0.5 | 0 | 0.2 | 1 |
bamboo_jungle_hills
|
0.5 | 0.5 | 0.25 | 0.2 | 1 |
basalt_deltas
|
-0.5 | 0 | 0 | 0 | 0.175 |
beach
|
0 | 0 | -0.1 | 0 | 0.9935 |
birch_forest
|
-0.1 | 0.2 | 0 | 0 | 1 |
birch_forest_hills
|
-0.1 | 0.2 | 0.25 | 0 | 1 |
crimson_forest
|
0.4 | 0 | 0 | 0 | 0 |
desert
|
0.5 | -0.5 | 0 | 0 | 1 |
jungle
|
0.5 | 0.5 | 0 | 0 | 1 |
nether_wastes
|
0 | 0 | 0 | 0 | 0 |
ocean
|
0 | 0 | -0.5 | 0 | 1 |
plains
|
0 | 0 | 0 | 0 | 1 |
snowy_tundra
|
-0.5 | -0.5 | 0 | 0 | 1 |
soul_sand_valley
|
0 | -0.5 | 0 | 0 | 0 |
warm_ocean
|
0 | 0 | -0.25 | 0 | 1 |
warped_forest
|
0 | 0.5 | 0 | 0 | 0.375 |
類型預設值[]
下列是在Minecraft原版中被3種維度使用以及被洞穴世界類型使用的選項。
屬性 | 主世界 | 地獄 | 終界 | 主世界洞穴 |
---|---|---|---|---|
ultrawarm
|
false | true | false | false |
natural
|
true | false | false | true |
coordinate_scale
|
1.0 | 8.0 | 1.0 | 1.0 |
piglin_safe
|
false | true | false | false |
respawn_anchor_works
|
false | true | false | false |
bed_works
|
true | false | false | true |
has_raids
|
true | false | true | true |
has_skylight
|
true | false | false | true |
has_ceiling
|
false | true | false | true |
fixed_time
|
N/A | 18000 | 6000 | N/A |
ambient_light
|
0.0 | 0.1 | 0.0 | 0.0 |
logical_height
|
256 | 128 | 256 | 256 |
infiniburn
|
infiniburn_overworld | infiniburn_nether | infiniburn_end | infiniburn_overworld |
effects
|
overworld | the_nether | the_end | overworld |
示例[]
建立新的世界目前不允許匯入JSON檔案來生成世界,但這些設定仍然可以透過直接編輯level.dat來應用。
預設設定[]
以下是匯出的預設Minecraft世界設定。此世界的種子為0。
{
"seed": 0,
"generate_features": true,
"bonus_chest": false,
"dimensions": {
"minecraft:overworld": {
"type": "minecraft:overworld",
"generator": {
"biome_source": {
"preset": "minecraft:overworld",
"type": "minecraft:multi_noise"
},
"settings": "minecraft:overworld",
"type": "minecraft:noise"
}
},
"minecraft:the_nether": {
"type": "minecraft:the_nether",
"generator": {
"biome_source": {
"preset": "minecraft:nether",
"type": "minecraft:multi_noise"
},
"settings": "minecraft:nether",
"type": "minecraft:noise"
}
},
"minecraft:the_end": {
"type": "minecraft:the_end",
"generator": {
"biome_source": {
"type": "minecraft:the_end"
},
"settings": "minecraft:end",
"type": "minecraft:noise"
}
}
}
}
擴展的預設設定[]
此檔案包含與用於生成預設世界的相同的設定,但其中所有設定都被擴展為其預設值。注意不能夠建立終界龍平台而不使用維度類型預設minecraft:the_end
,因為建立這個平台的硬編碼在了代碼中,不能透過JSON訪問。但是,其他方面和預設世界還是一樣的。
{
"bonus_chest": false,
"dimensions": {
"minecraft:overworld": {
"type": {
"logical_height": 256,
"infiniburn": "minecraft:infiniburn_overworld",
"effects": "minecraft:overworld",
"ambient_light": 0.0,
"respawn_anchor_works": false,
"has_raids": true,
"min_y": 0,
"height": 256,
"natural": true,
"coordinate_scale": 1.0,
"piglin_safe": false,
"bed_works": true,
"has_skylight": true,
"has_ceiling": false,
"ultrawarm": false
},
"generator": {
"biome_source": {
"seed": 0,
"large_biomes": false,
"type": "minecraft:vanilla_layered"
},
"seed": 0,
"settings": {
"noise_caves_enabled": false,
"deepslate_enabled": false,
"ore_veins_enabled": false,
"noodle_caves_enabled": false,
"min_surface_level": 0,
"disable_mob_generation": false,
"aquifers_enabled": false,
"default_fluid": {
"Properties": {
"level": "0"
},
"Name": "minecraft:water"
},
"bedrock_roof_position": -2147483648,
"bedrock_floor_position": 0,
"sea_level": 63,
"structures": {
"stronghold": {
"distance": 32,
"spread": 3,
"count": 128
},
"structures": {
"minecraft:pillager_outpost": {
"spacing": 32,
"separation": 8,
"salt": 165745296
},
"minecraft:village": {
"spacing": 32,
"separation": 8,
"salt": 10387312
},
"minecraft:fortress": {
"spacing": 27,
"separation": 4,
"salt": 30084232
},
"minecraft:desert_pyramid": {
"spacing": 32,
"separation": 8,
"salt": 14357617
},
"minecraft:bastion_remnant": {
"spacing": 27,
"separation": 4,
"salt": 30084232
},
"minecraft:stronghold": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:monument": {
"spacing": 32,
"separation": 5,
"salt": 10387313
},
"minecraft:swamp_hut": {
"spacing": 32,
"separation": 8,
"salt": 14357620
},
"minecraft:endcity": {
"spacing": 20,
"separation": 11,
"salt": 10387313
},
"minecraft:mineshaft": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:igloo": {
"spacing": 32,
"separation": 8,
"salt": 14357618
},
"minecraft:mansion": {
"spacing": 80,
"separation": 20,
"salt": 10387319
},
"minecraft:buried_treasure": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:ocean_ruin": {
"spacing": 20,
"separation": 8,
"salt": 14357621
},
"minecraft:jungle_pyramid": {
"spacing": 32,
"separation": 8,
"salt": 14357619
},
"minecraft:ruined_portal": {
"spacing": 40,
"separation": 15,
"salt": 34222645
},
"minecraft:shipwreck": {
"spacing": 24,
"separation": 4,
"salt": 165745295
},
"minecraft:nether_fossil": {
"spacing": 2,
"separation": 1,
"salt": 14357921
}
}
},
"noise": {
"simplex_surface_noise": true,
"random_density_offset": true,
"size_vertical": 2,
"density_factor": 1.0,
"density_offset": -0.46875,
"top_slide": {
"target": -10,
"size": 3,
"offset": 0
},
"bottom_slide": {
"target": 15,
"size": 3,
"offset": 0
},
"size_horizontal": 1,
"min_y": 0,
"height": 256,
"sampling": {
"xz_scale": 0.9999999814507745,
"y_scale": 0.9999999814507745,
"xz_factor": 80.0,
"y_factor": 160.0
}
},
"default_block": {
"Name": "minecraft:stone"
}
},
"type": "minecraft:noise"
}
},
"minecraft:the_nether": {
"type": {
"logical_height": 128,
"infiniburn": "minecraft:infiniburn_nether",
"effects": "minecraft:the_nether",
"ambient_light": 0.1,
"respawn_anchor_works": true,
"has_raids": false,
"min_y": 0,
"height": 256,
"natural": false,
"coordinate_scale": 8.0,
"piglin_safe": true,
"bed_works": false,
"fixed_time": 18000,
"has_skylight": false,
"has_ceiling": true,
"ultrawarm": true
},
"generator": {
"biome_source": {
"humidity_noise": {
"firstOctave": -7,
"amplitudes": [
1.0,
1.0
]
},
"altitude_noise": {
"firstOctave": -7,
"amplitudes": [
1.0,
1.0
]
},
"weirdness_noise": {
"firstOctave": -7,
"amplitudes": [
1.0,
1.0
]
},
"seed": 0,
"biomes": [
{
"parameters": {
"altitude": 0.0,
"weirdness": 0.0,
"offset": 0.0,
"temperature": 0.0,
"humidity": 0.0
},
"biome": "minecraft:nether_wastes"
},
{
"parameters": {
"altitude": 0.0,
"weirdness": 0.0,
"offset": 0.0,
"temperature": 0.0,
"humidity": -0.5
},
"biome": "minecraft:soul_sand_valley"
},
{
"parameters": {
"altitude": 0.0,
"weirdness": 0.0,
"offset": 0.0,
"temperature": 0.4,
"humidity": 0.0
},
"biome": "minecraft:crimson_forest"
},
{
"parameters": {
"altitude": 0.0,
"weirdness": 0.0,
"offset": 0.375,
"temperature": 0.0,
"humidity": 0.5
},
"biome": "minecraft:warped_forest"
},
{
"parameters": {
"altitude": 0.0,
"weirdness": 0.0,
"offset": 0.175,
"temperature": -0.5,
"humidity": 0.0
},
"biome": "minecraft:basalt_deltas"
}
],
"temperature_noise": {
"firstOctave": -7,
"amplitudes": [
1.0,
1.0
]
},
"type": "minecraft:multi_noise"
},
"seed": 0,
"settings": {
"noise_caves_enabled": false,
"deepslate_enabled": false,
"ore_veins_enabled": false,
"noodle_caves_enabled": false,
"min_surface_level": 0,
"disable_mob_generation": false,
"aquifers_enabled": false,
"bedrock_roof_position": 0,
"bedrock_floor_position": 0,
"sea_level": 32,
"structures": {
"structures": {
"minecraft:pillager_outpost": {
"spacing": 32,
"separation": 8,
"salt": 165745296
},
"minecraft:village": {
"spacing": 32,
"separation": 8,
"salt": 10387312
},
"minecraft:fortress": {
"spacing": 27,
"separation": 4,
"salt": 30084232
},
"minecraft:desert_pyramid": {
"spacing": 32,
"separation": 8,
"salt": 14357617
},
"minecraft:bastion_remnant": {
"spacing": 27,
"separation": 4,
"salt": 30084232
},
"minecraft:stronghold": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:monument": {
"spacing": 32,
"separation": 5,
"salt": 10387313
},
"minecraft:swamp_hut": {
"spacing": 32,
"separation": 8,
"salt": 14357620
},
"minecraft:endcity": {
"spacing": 20,
"separation": 11,
"salt": 10387313
},
"minecraft:mineshaft": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:igloo": {
"spacing": 32,
"separation": 8,
"salt": 14357618
},
"minecraft:mansion": {
"spacing": 80,
"separation": 20,
"salt": 10387319
},
"minecraft:buried_treasure": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:ocean_ruin": {
"spacing": 20,
"separation": 8,
"salt": 14357621
},
"minecraft:jungle_pyramid": {
"spacing": 32,
"separation": 8,
"salt": 14357619
},
"minecraft:ruined_portal": {
"spacing": 25,
"separation": 10,
"salt": 34222645
},
"minecraft:shipwreck": {
"spacing": 24,
"separation": 4,
"salt": 165745295
},
"minecraft:nether_fossil": {
"spacing": 2,
"separation": 1,
"salt": 14357921
}
}
},
"noise": {
"density_factor": 0.0,
"density_offset": 0.019921875,
"simplex_surface_noise": false,
"bottom_slide": {
"target": 320,
"size": 4,
"offset": -1
},
"size_horizontal": 1,
"size_vertical": 2,
"height": 128,
"sampling": {
"xz_scale": 1.0,
"y_scale": 3.0,
"xz_factor": 80.0,
"y_factor": 60.0
},
"top_slide": {
"target": 120,
"size": 3,
"offset": 0
}
},
"default_block": {
"Name": "minecraft:netherrack"
},
"default_fluid": {
"Properties": {
"level": "0"
},
"Name": "minecraft:lava"
}
},
"type": "minecraft:noise"
}
},
"minecraft:the_end": {
"type": {
"logical_height": 256,
"infiniburn": "minecraft:infiniburn_end",
"effects": "minecraft:the_end",
"ambient_light": 0.0,
"respawn_anchor_works": false,
"has_raids": true,
"min_y": 0,
"height": 256,
"natural": false,
"coordinate_scale": 1.0,
"piglin_safe": false,
"bed_works": false,
"fixed_time": 6000,
"has_skylight": false,
"has_ceiling": false,
"ultrawarm": false
},
"generator": {
"biome_source": {
"seed": 0,
"type": "minecraft:the_end"
},
"seed": 0,
"settings": {
"noise_caves_enabled": false,
"deepslate_enabled": false,
"ore_veins_enabled": false,
"noodle_caves_enabled": false,
"min_surface_level": 0,
"disable_mob_generation": true,
"aquifers_enabled": false,
"bedrock_roof_position": -2147483648,
"bedrock_floor_position": -2147483648,
"sea_level": 0,
"structures": {
"structures": {
"minecraft:pillager_outpost": {
"spacing": 32,
"separation": 8,
"salt": 165745296
},
"minecraft:village": {
"spacing": 32,
"separation": 8,
"salt": 10387312
},
"minecraft:fortress": {
"spacing": 27,
"separation": 4,
"salt": 30084232
},
"minecraft:desert_pyramid": {
"spacing": 32,
"separation": 8,
"salt": 14357617
},
"minecraft:bastion_remnant": {
"spacing": 27,
"separation": 4,
"salt": 30084232
},
"minecraft:stronghold": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:monument": {
"spacing": 32,
"separation": 5,
"salt": 10387313
},
"minecraft:swamp_hut": {
"spacing": 32,
"separation": 8,
"salt": 14357620
},
"minecraft:endcity": {
"spacing": 20,
"separation": 11,
"salt": 10387313
},
"minecraft:mineshaft": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:igloo": {
"spacing": 32,
"separation": 8,
"salt": 14357618
},
"minecraft:mansion": {
"spacing": 80,
"separation": 20,
"salt": 10387319
},
"minecraft:buried_treasure": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:ocean_ruin": {
"spacing": 20,
"separation": 8,
"salt": 14357621
},
"minecraft:jungle_pyramid": {
"spacing": 32,
"separation": 8,
"salt": 14357619
},
"minecraft:ruined_portal": {
"spacing": 40,
"separation": 15,
"salt": 34222645
},
"minecraft:shipwreck": {
"spacing": 24,
"separation": 4,
"salt": 165745295
},
"minecraft:nether_fossil": {
"spacing": 2,
"separation": 1,
"salt": 14357921
}
}
},
"noise": {
"island_noise_override": true,
"density_factor": 0.0,
"density_offset": 0.0,
"simplex_surface_noise": true,
"bottom_slide": {
"target": -30,
"size": 7,
"offset": 1
},
"size_horizontal": 2,
"size_vertical": 1,
"height": 128,
"sampling": {
"xz_scale": 2.0,
"y_scale": 1.0,
"xz_factor": 80.0,
"y_factor": 160.0
},
"top_slide": {
"target": -3000,
"size": 64,
"offset": -46
}
},
"default_block": {
"Name": "minecraft:end_stone"
},
"default_fluid": {
"Name": "minecraft:air"
}
},
"type": "minecraft:noise"
}
}
},
"seed": 0,
"generate_features": true
}
「簡潔」除錯世界[]
一個不包含地獄和終界的除錯模式世界。當玩家或其他實體觸碰到地獄傳送門方塊或終界傳送門方塊時也不會離開目前維度。
{
"seed": 0,
"bonus_chest": false,
"generate_features": false,
"dimensions": {
"minecraft:overworld": {
"type": "minecraft:overworld",
"generator": {
"type": "minecraft:debug"
}
}
}
}
實例1:自訂超平坦維度[]
該維度是一個由五層玄武岩、四層粗泥和一層草地由下至上依次覆蓋而成的超平坦世界。由於其spacing
被設為3(預設:32),separation
被設為1(預設:8),整個世界都滿是村莊中的房屋。該維度的時間鎖定為1000。
dimension
對象資料{
"generator": {
"settings": {
"structures": {
"structures": {
"minecraft:village": {
"spacing": 3,
"separation": 1,
"salt": 10387312
}
}
},
"layers": [
{
"height": 5,
"block": "minecraft:basalt"
},
{
"height": 4,
"block": "minecraft:coarse_dirt"
},
{
"height": 1,
"block": "minecraft:grass_block"
}
],
"biome": "minecraft:plains"
},
"type": "minecraft:flat"
},
"type": {
"ultrawarm": false,
"natural": true,
"coordinate_scale": 1.0,
"ambient_light": 0.5,
"fixed_time": 1000,
"has_skylight": true,
"has_ceiling": false
}
}
歷史[]
Java版 | |||||
---|---|---|---|---|---|
2018年5月15日 | 首次提及了Java版自訂世界的回歸。[1][2][3] | ||||
1.16 | 20w21a | 重新加入了自訂世界。 | |||
自訂世界現在由JSON檔案驅動。 | |||||
現在可加入自訂維度,而原版已有的維度也可進行調整。 | |||||
調整世界的選單並未加入遊戲,自訂世界只能透過匯入JSON檔案來生成。 | |||||
pre1 | 維度和維度設定現在可透過資料包建立了。 | ||||
生態域的「temparature」(溫度)參數現在被正確地拼寫為「temperature」了。 | |||||
1.16.2 | 20w28a | 自訂世界現在支持自訂生態域這一實驗性功能。 | |||
1.17 | 20w49a | 最低建築高度以及可放置方塊的總高度現在可以透過自訂世界的JSON檔案修改了,數值分別在-2048到2047,以及0到4096之間有效。 | |||
21w05a | 最低建築高度以及可放置方塊總高度的有效數值現在分別從-2048到2047、0到4096,調整到-2032到2031、0到4064。 |
畫廊[]
降低min_y的世界,基岩地板生成在Y=-2048的位置。
外部連結[]
參見[]
注釋[]
參考[]
- ↑ "Customized worlds will be returning. I can't speak for the extra options you mentioned though." – u/AlmightyZing
"But after 1.13" – u/_Grum,2018年5月15日 - ↑ "Would you really not consider holding off 1.13 until customised worlds are finished? Seems pretty crazy to set a precedent for the chance of losing features for several updates.
We came so close to having access to customising structures in world gen this update too, a shame that hasn't made the cut" – u/DaUltraMarine
"No, they will come back but completely different from before." – u/_Grum,2018年5月15日 - ↑ "No customization until after 1.13, or the other things?" – u/Kobbett
"No more screens with 50 vague sliders indeed." – u/_Grum,2018年5月15日
語言