FireworkPolymer
本帖最后由 FireworkPolymer 于 2022-12-17 19:24 编辑

yjw72403072
超棒 学到了 感谢楼主

Yusai
问一下,比如我想修改唤魔者的掉落,我把它不死图腾的删了。可他还是会掉.type: ENTITY
overwrite-existing: items
conditions:
  - 'entity-type:evoker'
pools:      
  1:
    conditions:
      - 'killed-by:player'
    rolls: 1
    bonus-rolls: 0
    entries:
      0:
        conditions: []
        items:
          0:
            type: item
            item: emerald
            amount:
              min: 0
              max: 1
            enchantment-bonus:
              enchantment: looting
              bonus-per-level:
                min: 0
                max: 1
  2:
    conditions: []
    rolls: 1
    bonus-rolls: 0
    entries:
      0:
        conditions: []
        items:
          0:
            type: entity_equipment

FireworkPolymer
Yusai 发表于 2022-12-16 09:52
问一下,比如我想修改唤魔者的掉落,我把它不死图腾的删了。可他还是会掉.type: ENTITY
overwrite-existing ...

没记错的话样例文件夹中有原版生物的战利品表的roseloot格式,你参照一下