We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在新版本基本都在用kubejs了 crt过时了
The text was updated successfully, but these errors were encountered:
9f114d7
已经添加kubejs功能
Sorry, something went wrong.
具体参照 event.custom({ type: 'avaritia:shaped_extreme_craft',//无尽工作台有序配方,无序为avaritia:shapeless_extreme_craft。 pattern: [ " II", " III", " III ", " III ", " C III ", " CII ", " NC ", " N C ", "X " ], key: { C: [ Ingredient.of('avaritia:crystal_matrix_ingot').toJson() ], I: [ Ingredient.of('avaritia:infinity_ingot').toJson() ], N: [ Ingredient.of('avaritia:neutron_ingot').toJson() ], X: [ Ingredient.of('avaritia:infinity_catalyst').toJson() ] }, result: [ Ingredient.of('avaritia:infinity_sword').toJson() ] }) //中子态素压缩机 event.custom({ type: 'avaritia:compressor',//中子态素压缩机配方。 materialCount: 1000, timeRequired: 240, ingredients: [ Ingredient.of('#forge:ingots/bronze').toJson() ], result: [ Ingredient.of('avaritia:bronze_singularity').toJson() ] })
event.custom({ type: 'avaritia:shaped_extreme_craft',//无尽工作台有序配方,无序为avaritia:shapeless_extreme_craft。 pattern: [ " II", " III", " III ", " III ", " C III ", " CII ", " NC ", " N C ", "X " ], key: { C: [ Ingredient.of('avaritia:crystal_matrix_ingot').toJson() ], I: [ Ingredient.of('avaritia:infinity_ingot').toJson() ], N: [ Ingredient.of('avaritia:neutron_ingot').toJson() ], X: [ Ingredient.of('avaritia:infinity_catalyst').toJson() ] }, result: [ Ingredient.of('avaritia:infinity_sword').toJson() ] }) //中子态素压缩机 event.custom({ type: 'avaritia:compressor',//中子态素压缩机配方。 materialCount: 1000, timeRequired: 240, ingredients: [ Ingredient.of('#forge:ingots/bronze').toJson() ], result: [ Ingredient.of('avaritia:bronze_singularity').toJson() ] })
No branches or pull requests
现在新版本基本都在用kubejs了
crt过时了The text was updated successfully, but these errors were encountered: