[addon][矿石地物]方块可以正常出现在创造背包,可以放置,但无法作为矿石地物生成在主世界
如题:下面是我的其中地物定义文件和地物规则文件,其他的和下面一样:地物定义:
{
"format_version": "1.17.0",
"minecraft:ore_feature": {
"description": {
"identifier": "xkjt_apple_ore_feature"
},
"count": 12,
"replace_rules": [
{
"places_block": "xkjt:apple_ore",
"may_replace": [
"minecraft:stone",
"minecraft:netherrack",
"minecraft:end_stone",
"minecraft:andesite",
"minecraft:diorite",
"minecraft:tuff",
"minecraft:calcite",
"minecraft:granite",
"minecraft:sandstone",
"minecraft:dirt",
"minecraft:ice",
"minecraft:snow",
"minecraft:basalt",
"minecraft:deepslate"
]
}
]
}
}
地物规则定义
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "overworld_underground_xkjt_apple_ore_feature_1_17",
"places_feature": "xkjt_apple_ore_feature"
},
"conditions": {
"placement_pass": "underground_pass",
"minecraft:biome_filter": [
{
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "overworld"
}
]
}
]
},
"distribution": {
"iterations": 12,
"coordinate_eval_order": "zyx",
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"y": {
"distribution": "uniform",
"extent": [
-60,
100
]
},
"z": {
"distribution": "uniform",
"extent": [
0,
16
]
}
}
}
}
mcaddon文件:
望大佬帮忙 1.20.5+好像删了自然生成...... 自然生成功能好像被删了,目前也没有找到其他的生存功能。
页: [1]