化丶冰
如题,我的游戏版本为1.12.2mods版本:

CraftTweaker2-1.12-4.1.0

Avaritia-1.12-3.2.0.13-universal
CodeChickenLib-1.12.2-3.1.5.331-universal
zs文件代码是直接从Wiki复制的
  1. mods.avaritia.ExtremeCrafting.addShaped(<minecraft:glass>,
  2. [[<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  3.   [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  4.   [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  5.   [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  6.   [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  7.   [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  8.   [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  9.   [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  10.   [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>]]);
复制代码
CraftTweaker日志
  1. [INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry
  2. [INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry
  3. [INITIALIZATION][CLIENT][INFO] Loading scripts
  4. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: recipes.zs}
  5. [INITIALIZATION][CLIENT][ERROR] recipes.zs:1 > a method available but none matches the parameters (ZenTypeNative: crafttweaker.item.IItemStack, any[])
  6. This is usually an error in your script, not in the mod
  7. addShaped(string, ZenTypeNative: crafttweaker.item.IItemStack, ZenTypeNative: crafttweaker.item.IIngredient[][])
  8. [SERVER_STARTED][CLIENT][INFO] Fixed the RecipeBook
复制代码
求大佬帮忙看看

第一页 上一页 下一页 最后一页