UID1595448性别保密经验 EP铁粒 粒回帖0主题精华在线时间 小时注册时间2024-2-16最后登录1970-1-1
|
如题:下面是我的其中地物定义文件和地物规则文件,其他的和下面一样:
地物定义:
- {
- "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文件:
test1.mcaddon(77.65 KB, 下载次数: 4)
望大佬帮忙 |
|