• 周年纪念勋章活动已圆满结束,如有已购买但仍未申请的用户,可以通过对应勋章的下载链接申请~

JavaScript 求助!矿石生成条件(json)

cty_4373

【Lv:1】

注册
2023/07/16
消息
2
金粒
315金粒
小弟最近有自学制作资源包,并在尝试制作一个自定义矿石的资源包。我在编写 feature_rules时遇到问题
my_ore_feature_rules.json︰
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "cty:my_ore_feature_rules",
"places_feature": "cty:my_ore_feature"
},
"conditions": {
"placement_pass": "underground_pass",
"minecraft:biome_filter": [
{
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "overworld"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "overworld_generation"
}
]
}
]
},
"distribution": {
"iterations": 3,
"coordinate_eval_order": "zyx",
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ 0, 35 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}





无论怎么改,我始终在地下找不到我的矿石有生成。我希望我的矿石能弄成像煤炭一样常见,请问是哪部份有问题/如何弄到像煤炭一样常见呢?
 
feature_rules 可以不用,有 feature.json就行
 

在线管理成员

在线会员

  • 瞎说
  • CNGEGE
  • very_H
  • SoloSo
  • lzy2633
  • chaojixingchen
  • ZiXun
  • Bond
  • xuantianzhilin
  • 清茶菌
  • with
  • 648645654465456
  • dlls931
  • 魑魅 魍魉
  • MapleSugar365
  • 2871275669
  • zeh20120327@outlook.
  • badragon
  • 水云月
  • 大魔王hotbh
  • PuddingKC
  • DY333
...和 94 更多。
后退
顶部 底部