Nova-Committee / Re-Avaritia

MIT License
10 stars 10 forks source link

考虑支持KubeJS吗? #19

Closed jiajiaxd closed 10 months ago

jiajiaxd commented 1 year ago

现在新版本基本都在用kubejs了 crt过时了

cnlimiter commented 10 months ago

已经添加kubejs功能

cnlimiter commented 10 months ago

具体参照 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() ] })