Dr.Slime
本帖最后由 青藤子. 于 2019-8-21 14:29 编辑

Archie的战利品袋

这个mod提供了两种战利品袋

可以自定义任何生物掉落战利品袋的概率

也可以自定义这两种战利品袋掉落的物品以及获得概率


战利品袋分为两种,分别是普通战利品袋和罕见战利品袋

能够开出配置文件中配置的物品。

如何配置这个mod?

把这个mod放进你的游戏里,然后加载一遍游戏后关掉,用记事本或Notepad++打开.minecraft\config\archieslootbags.cfg,便能得到如下的配置文件
  1. # Configuration file

  2. entities {
  3.     #  [default: [Ljava.lang.String;@24aa1547]
  4.         #common=一般的 UnCommon=罕见的
  5.         #格式:实体类型,战利品袋类型,数量,概率
  6.     S:Entities <
  7.         Blaze, Uncommon, 1, 25
  8.         Cave Spider, Common, 1, 50
  9.         Creeper, Common, 1, 50
  10.         Elder Guardian, Uncommon, 1, 25
  11.         Enderman, Uncommon, 1, 25
  12.         Evoker, Uncommon, 1, 25
  13.         Guardian, Uncommon, 1, 25
  14.         Husk, Common, 1, 50
  15.         Skeleton, Common, 1, 50
  16.         Spider, Common, 1, 50
  17.         Stray, Uncommon, 1, 25
  18.         Vindicator, Uncommon, 1, 25
  19.         Witch, Uncommon, 1, 25
  20.         Wither Skeleton, Uncommon, 1, 25
  21.         Zombie, Common, 1, 50
  22.         Zombie Pigman, Common, 1, 50
  23.         Zombie Villager, Common, 1, 50
  24.      >
  25. }


  26. loot {
  27.     #  [default: [Ljava.lang.String;@b230f87]
  28.     S:Common <
  29.         #格式:物品ID,数量
  30.         6, 1
  31.         6:1, 1
  32.         6:2, 1
  33.         6:2, 2
  34.         6:2, 3
  35.         6:2, 4
  36.         6:2, 5
  37.         6:2, 6
  38.         6:2, 7
  39.         37, 1
  40.         38, 1
  41.         38:1, 1
  42.         38:2, 1
  43.         38:3, 1
  44.         38:4, 1
  45.         38:5, 1
  46.         38:6, 1
  47.         38:7, 1
  48.         39, 1
  49.         39, 2
  50.         40, 1
  51.         40, 2
  52.         50, 1
  53.         50, 2
  54.         64, 2
  55.         260, 1
  56.         262, 1
  57.         263, 2
  58.         263:1, 2
  59.         272, 1
  60.         273, 1
  61.         274, 1
  62.         275, 1
  63.         280, 1
  64.         280, 2
  65.         281, 1
  66.         282, 1
  67.         287, 1
  68.         287, 2
  69.         288, 1
  70.         289, 2
  71.         291, 1
  72.         295, 2
  73.         296, 1
  74.         296, 2
  75.         297, 1
  76.         297, 2
  77.         298, 1
  78.         299, 1
  79.         300, 1
  80.         301, 1
  81.         318, 1
  82.         318, 2
  83.         334, 2
  84.         336, 1
  85.         337, 2
  86.         338, 1
  87.         338, 2
  88.         339, 1
  89.         339, 2
  90.         346, 1
  91.         350, 1
  92.         350:1, 1
  93.         351:15, 1
  94.         351:15, 2
  95.         352, 2
  96.         353, 1
  97.         353, 2
  98.         361, 2
  99.         362, 2
  100.         371, 2
  101.         374, 1
  102.         375, 1
  103.         413, 1
  104.         435, 2
  105.         452, 2
  106.      >

  107.     #  [default: [Ljava.lang.String;@5b293cc9]
  108.     S:Uncommon <
  109.         66, 5
  110.         256, 1
  111.         257, 1
  112.         258, 1
  113.         259, 1
  114.         261, 1
  115.         265, 1
  116.         266, 1
  117.         267, 1
  118.         292, 1
  119.         306, 1
  120.         307, 1
  121.         308, 1
  122.         309, 1
  123.         314, 1
  124.         315, 1
  125.         316, 1
  126.         317, 1
  127.         322, 1
  128.         329, 1
  129.         340, 5
  130.         388, 1
  131.         395, 1
  132.         420, 1
  133.         421, 1
  134.      >
  135. }


复制代码
作者自己写了一些配置以供参考,可以按照作者的格式来

我自己写了一份仅两行的汉化文件供方便使用. zh_CN.lang (92 Bytes, 下载次数: 277)

下载地址

为支持作者,请使用原链接下载
授权
感觉有丶困难呢,不过好在说服了作者




来自群组: Firefly Studio

2550526349
沙发鸭,这个mod超级实用的!

X836696023
终于有人搬运了!

行天下的猪
跟另一个战利品mod有什么区别嘛?

下一页 最后一页