变革再临 Avaritia (Avaritia:Reforge)
这是Avaritia的一个重铸版本,不要错过哦!这个mod是非官方版本,存在一些bug,但从整体上完整地包含了Avaritia的所有内容。如果你是那种在模组Minecraft游戏中直奔“末地游戏”然后达到目标后就放弃再也不想玩了的玩家,那这个mod也许适合你!
🎮特点:
- 使用中子收集器搜集中子堆。
- 在中子压缩机中制作奇点。
- 使用极限工艺台。
- 制作终极炖菜和宇宙肉丸,并享受它们的效果。
- 获得无限宝石的终极工艺。
- 制作终极装甲。
- 所有工艺与我们所喜爱的原版模组一样。
- 支持通过JEI查看配方。
- 你可以使用JSON添加奇点!
- 你可以使用CraftTweaker添加工艺!
- 你可以使用KubeJs添加工艺!
✏️作者:
- 程序员:cnlimiter、Asek3、MikhailTapio
🔒许可:
- 代码:[MIT](
链接 ) - 资源:[CC BY-NC-SA 4.0](
链接 )
📌官方下载:
❗注意事项:
你 绝对可以 把这个mod添加到你的mod包中。
🔎开发:
CraftTweaker:
html
mods.avaritia.CompressionCrafting.addRecipe("name",input, inputCount, timeRequierd);
mods.avaritia.CompressionCrafting.remove(output);
mods.avaritia.ExtremeTableCrafting.addShaped("name",output, ingredients);
mods.avaritia.ExtremeTableCrafting.addShapeless("name",output, ingredients);
mods.avaritia.ExtremeTableCrafting.addCatalyst("name", ingredients);
mods.avaritia.ExtremeTableCrafting.remove(output);
KubeJs:
html
//ExtremeCraft
event.custom({
type: 'avaritia:shaped_extreme_craft',//Shaped Extreme Craft,Shapeless is 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()
]
})
//Compressor
event.custom({
type: 'avaritia:compressor',//Compressor Recipe
materialCount: 1000,
timeRequired: 240,
ingredients: [
Ingredient.of('#forge:ingots/bronze').toJson()
],
result: [
Ingredient.of('avaritia:singularity').nbt({
Id: 'avaritia:bronze'
}).toJson()
]
})
InfinityCatalyst:
html
{
"type": "avaritia:infinity_catalyst_craft",//Infinity Catalyst recipe type
"category": "misc",
"ingredients": [
{
"item": "minecraft:emerald_block"
},
{
"item": "avaritia:crystal_matrix_ingot"
},
{
"item": "avaritia:neutron_ingot"
},
{
"item": "avaritia:cosmic_meatballs"
},
{
"item": "avaritia:ultimate_stew"
},
{
"item": "avaritia:endest_pearl"
},
{
"item": "avaritia:record_fragment"
}
]
}
截图:
Re:Avaritia 1.20.1+1.3.9.0-beta4 Lex/Neo
Re:Avaritia 1.20.1+1.3.9.0 Lex/Neo
Re:Avaritia 1.20.1+1.3.8.3 Lex/Neo
收录