开启辅助访问     
收藏本站

站内搜索

搜索

Minecraft(我的世界)苦力怕论坛

[游戏相关] Addon自定义地物在1.20.41报错

 发表于 2023-11-8 23:34:59 来自手机|显示全部楼层|阅读模式 IP:广东省
500铁粒
求救!为什么这个我自己写的自定义地物搞不了,大佬求求帮帮萌新吧!
  1. {
  2.         "format_version": "1.20.30",
  3.         "minecraft:ore_feature": {
  4.                 "description": {
  5.                         "identifier": "morninglighttour:ore_features/aluminum_mica"
  6.                 },
  7.                 "count": 3,
  8.                 "replace_rules": [
  9.                         {
  10.                                 "places_block": "morninglighttour:aluminum_mica",
  11.                                 "may_replace": [
  12.                                         {
  13.                                                 "name": "minecraft:stone"
  14.                                         }
  15.                                 ]
  16.                         }
  17.                 ]
  18.         }
  19. }
复制代码

报错如下:
  1. 23:17:01[FeatureRegistry][error]-晨曦之旅测试图 | No definition found for feature 'morninglighttour:ore_feature/aluminum_mica'

  2. 23:17:01[FeatureRegistry][error]-晨曦之旅测试图 | morninglighttour:ore_features/apatite_deepslate | The feature uses the feature type 'minecraft:ore_feature', which is considered internal and thus not compatible with this engine version of the game.
复制代码

最佳答案

查看完整内容

may_replace 不用加 name features/xx.json feature_rules/xx.json 像这样
苦力怕论坛,感谢有您~
 发表于 2023-11-8 23:35:00|显示全部楼层 IP:广东省
may_replace 不用加 name

features/xx.json

  1. {
  2.     "format_version": "1.20.30",
  3.     "minecraft:ore_feature": {
  4.         "description": {
  5.             "identifier": "morninglighttour:ore_features/aluminum_mica"
  6.         },
  7.         "count": 3,
  8.         "replace_rules": [
  9.             {
  10.                 "places_block": "morninglighttour:aluminum_mica",
  11.                 "may_replace": [
  12.                     "minecraft:stone"
  13.                 ]
  14.             }
  15.         ]
  16.     }
  17. }
复制代码


feature_rules/xx.json
像这样

  1. {
  2.     "format_version": "1.13.0",
  3.     "minecraft:feature_rules": {
  4.         "description": {
  5.             "identifier": "morninglighttour:overworld_underground_ore_feature",
  6.             "places_feature": "morninglighttour:ore_features/aluminum_mica"
  7.         },
  8.         "conditions": {
  9.             "placement_pass": "underground_pass",
  10.             "minecraft:biome_filter": [
  11.                 {
  12.                     "any_of": [
  13.                         {
  14.                             "test": "has_biome_tag",
  15.                             "operator": "==",
  16.                             "value": "overworld"
  17.                         },
  18.                         {
  19.                             "test": "has_biome_tag",
  20.                             "operator": "==",
  21.                             "value": "overworld_generation"
  22.                         }
  23.                     ]
  24.                 }
  25.             ]
  26.         },
  27.         "distribution": {
  28.             "iterations": 10,
  29.             "coordinate_eval_order": "zyx",
  30.             "x": {
  31.                 "distribution": "uniform",
  32.                 "extent": [
  33.                     0,
  34.                     16
  35.                 ]
  36.             },
  37.             "y": {
  38.                 "distribution": "uniform",
  39.                 "extent": [
  40.                     0,
  41.                     62
  42.                 ]
  43.             },
  44.             "z": {
  45.                 "distribution": "uniform",
  46.                 "extent": [
  47.                     0,
  48.                     16
  49.                 ]
  50.             }
  51.         }
  52.     }
  53. }
复制代码
2#2023-11-8 23:35:00收起回复
Xiaosu2222023-11-9 22:07IP:广东省
回复举报
感谢大佬指点!!!
苦力怕论坛,感谢有您~
回复

使用道具举报

 发表于 2023-11-9 08:33:41 来自手机|显示全部楼层 IP:安徽省
如果报错但是能用就不必管他了,生成矿物格式是对的,试试把版本写低,话说id能用“/”这个符号吗
3#2023-11-9 08:33:41收起回复
Xiaosu2222023-11-9 22:10IP:广东省
回复举报
看别人的包可以这样写,当时我还以为这样写就能解决,看来不行XD
苦力怕论坛,感谢有您~
回复

使用道具举报

本版积分规则

本站
关于我们
联系我们
坛史纲要
官方
哔哩哔哩
技术博客
下载
网易版
安卓版
JAVA
反馈
意见建议
教程中心
更多
捐助本站
QQ群
QQ群

QQ群

访问手机版

访问手机版

手机版|小黑屋|系统状态|klpbbs.com

粤公网安备 44200002445329号 | 由 木韩网络 提供支持 | GMT+8, 2024-12-13 18:41

声明:本站与Mojang以及微软公司没有从属关系

Powered by Discuz! X3.4 粤ICP备2023071842号-3