jfjjhdhxbdbx
import mods.thermalexpansion.Transposer;
import mods.thermalexpansion.Centrifuge;
import mods.thermalexpansion.Insolator;
val skull=<minecraft:skull:5>;
val have_someting_in_dragon_head=skull.onlyWithTag({display: {Lore: ["There seems to be something strange in the dragon's head.","It seems that he is reacting with something in the dragon's head.","You have to centrifuge it for a long time, because it's going to keep reacting as it centrifuges"]}});
val have_someting_in_dragon_head_2=skull.onlyWithTag({display: {Lore: ["Oh, it's like something in the brain has changed","The reaction seems to be over","and become something we usually see","and the clutter seems to have been cleared away"]}});
val have_someting_in_dragon_headp=skull.withTag({display: {Lore: ["There seems to be something strange in the dragon's head.","It seems that he is reacting with something in the dragon's head.","You have to centrifuge it for a long time, because it's going to keep reacting as it centrifuges"]}});
val have_someting_in_dragon_head_2p=skull.withTag({display: {Lore: ["Oh, it's like something in the brain has changed","The reaction seems to be over","and become something we usually see","and the clutter seems to have been cleared away"]}});
mods.thermalexpansion.Transposer.addFillRecipe(have_someting_in_dragon_headp,<minecraft:skull:5>,<liquid:nutrient_distillation>*1000,50000);
mods.thermalexpansion.Centrifuge.addRecipe([have_someting_in_dragon_head_2p],have_someting_in_dragon_head,<liquid:ender>*100,450000);
mods.thermalexpansion.Insolator.addRecipe(<minecraft:skull:5>,<minecraft:glass_bottle>,have_someting_in_dragon_head_2,40000,<minecraft:dragon_breath>,100);


2021.12 数据,可能有更多内容import mods.thermalexpansion.Transposer;
import mods.thermalexpansion.Centrifuge;
import mods.thermalexpansion.Insolator;
val skull=&lt;minecraft:skull:5&gt;;
val have_someting_in_dragon_head=skull.onlyWithTag({display: {Lore: [&quot;There seems to be something strange in the dragon's head.&quot;,&quot;It seems that he is reacting with something in the dragon's head.&quot;,&quot;You have to centrifuge it for a long time, because it's going to keep reacting as it centrifuges&quot;]}});
val have_someting_in_dragon_head_2=skull.onlyWithTag({display: {Lore: [&quot;Oh, it's like something in the brain has changed&quot;,&quot;The reaction seems to be over&quot;,&quot;and become something we usually see&quot;,&quot;and the clutter seems to have been cleared away&quot;]}});
val have_someting_in_dragon_headp=skull.withTag({display: {Lore: [&quot;There seems to be something strange in the dragon's head.&quot;,&quot;It seems that he is reacting with something in the dragon's head.&quot;,&quot;You have to centrifuge it for a long time, because it's going to keep reacting as it centrifuges&quot;]}});
val have_someting_in_dragon_head_2p=skull.withTag({display: {Lore: [&quot;Oh, it's like something in the brain has changed&quot;,&quot;The reaction seems to be over&quot;,&quot;and become something we usually see&quot;,&quot;and the clutter seems to have been cleared away&quot;]}});
mods.thermalexpansion.Transposer.addFillRecipe(have_someting_in_dragon_headp,&lt;minecraft:skull:5&gt;,&lt;liquid:nutrient_distillation&gt;*1000,50000);
mods.thermalexpansion.Centrifuge.addRecipe([have_someting_in_dragon_head_2p],have_someting_in_dragon_head,&lt;liquid:ender&gt;*100,450000);
mods.thermalexpansion.Insolator.addRecipe(&lt;minecraft:skull:5&gt;,&lt;minecraft:glass_bottle&gt;,have_someting_in_dragon_head_2,40000,&lt;minecraft:dragon_breath&gt;,100);



雨韵
有报什么错吗

jfjjhdhxbdbx

dragon.zs:10 > a method available but none matches the parameters (ZenTypeNative: crafttweaker.item.IItemStack, ZenTypeNative: crafttweaker.item.IItemStack, ZenTypeNative: crafttweaker.item.IIngredient, int, ZenTypeNative: crafttweaker.item.IItemStack, int)
This is usually an error in your script, not in the mod

jfjjhdhxbdbx
报的的错差不多就是这样的,、

雨韵
jfjjhdhxbdbx 发表于 2020-4-1 10:26
dragon.zs:10 > a method available but none matches the parameters (ZenTypeNative: crafttweaker.it ...

把有关ZenTypeNative的内容发一下

雨韵
如果你是用IDE开发的话,应该是有调试功能的,看看步进调试能不能找到具体是哪个参数没有写

jfjjhdhxbdbx
问题是我原来是运行成功的。然后我把一个withTag改成了一个onlyWithTag他就报错了